/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*EQUIPE SOUDEE AVIS*/

.sandra-reviews__outer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.sandra-reviews__outer::-webkit-scrollbar { display: none; }
 
.sandra-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
 
/* CARTE */
.sandra-review {
  background: #ffffff;
  border: 1px solid #DFDFDF;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
/* GUILLEMET */
.sandra-review__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #d4b07a;
  line-height: 0.6;
  margin-bottom: 18px;
  opacity: 0.5;
}
 
/* TEXTE */
.sandra-review__text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #666;
  font-style: italic;
  flex: 1;
  margin-bottom: 24px;
}
 
/* AUTEUR */
.sandra-review__author {
  display: flex;
  align-items: center;
  gap: 14px;
}
 
/* AVATAR — remplace le div par <img src="photo.jpg"> */
.sandra-review__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8e2d9;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* Si tu mets une image : */
.sandra-review__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
 
.sandra-review__name {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3px;
}
 
.sandra-review__since {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #999;
  margin-bottom: 4px;
}
 
.sandra-review__stars {
  color: #b8965a;
  font-size: 13px;
  letter-spacing: 2px;
}
 
/* ============================================
   RESPONSIVE — scroll horizontal mobile
   ============================================ */
@media (max-width: 768px) {
  .sandra-reviews__grid {
    grid-template-columns: repeat(3, 280px);
    max-width: none;
    width: fit-content;
  }
}
 
@media (max-width: 480px) {
  .sandra-reviews__grid {
    grid-template-columns: repeat(3, 260px);
  }
}

/* equipe soudee avis fin*/
