/* Section "Voix réelles" */
.services-voix-reelles-section {
  width: 100%;
  height: auto;
  padding: 112px 64px;
  box-sizing: border-box;
  background: #FFFFFF;
}

.services-voix-reelles-container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-voix-reelles-header {
  margin-bottom: 80px;
  text-align: center;
}

.services-voix-reelles-title {
  margin-bottom: 24px;
  color: #0D0D0D;
  /* Police */
  line-height: 1.2;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.services-voix-reelles-subtitle {
  margin: 0;
  color: #0D0D0D;
  /* Police */
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

/* Grille des témoignages */
.services-voix-reelles-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.services-voix-reelles-testimonial {
  background: #F5F1FF;
  border-radius: 12px;
  padding: 32px;
  text-align: left;
}

.services-voix-reelles-stars {
  margin-bottom: 24px;
  color: #0D0D0D;
  font-size: 26px;
}

.services-voix-reelles-testimonial-text {
  margin-bottom: 24px;
  color: #0D0D0D;
  /* Police */
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.services-voix-reelles-testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.services-voix-reelles-author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.services-voix-reelles-author-info {
  flex: 1;
}

.services-voix-reelles-author-name {
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 600;
  margin: 0;
}

.services-voix-reelles-author-role {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Responsive pour petits écrans */
@media (max-width: 768px) {
  .services-voix-reelles-title {
    font-size: 32px;
  }

  .services-voix-reelles-testimonials {
    grid-template-columns: 1fr;
  }
}
