

.testimonials-section {
  padding: 80px 20px 120px 20px;
  background: transparent;
  position: relative;
  overflow: visible;
}

.testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Titre */
.testimonials-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  background: linear-gradient(135deg, #1a1a1a 0%, #888888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 60px;
  line-height: 1.2;
}

/* Splide */
.testimonials-splide {
  position: relative;
  padding: 0;
  overflow: hidden;
}

/* Slide - Layout horizontal 50/50 */
.testimonial-slide {
  display: flex;
  flex-direction: row;
  gap: 30px;
  background: transparent;
  height: 550px;
  align-items: stretch;

  min-width: 100%;}

/* CARD TEXTE - 33% GAUCHE */
.testimonial-content {
  flex: 0 0 calc(37% - 15px);
  height: 550px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;

  position: relative;}

.testimonial-content:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Citation */
.testimonial-quote {
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-style: italic;
}

/* Auteur */
.testimonial-author {
  margin-bottom: 15px;
}
.testimonial-author .name { font-weight: 700; font-size: 1rem; margin-bottom: 10px; background: linear-gradient(135deg, #F36B21 0%, #2F80ED 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; } 
.testimonial-author .position {
  font-size: 0.9rem;
  color: #666666;
  margin-top: -0.24cm;
  margin-left: 3 cm;
}

/* Stats */
.testimonial-stats {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}

.stat-item {
  flex: 1;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #F97316;
  line-height: 1.2;
  margin-bottom: 6px;
  text-align: left;
}

.stat-label {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.3;
  text-align: left;
}

/* IMAGE - 67% DROITE */
.testimonial-image {
  flex: 0 0 calc(63% - 15px);
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 550px;
  transition: transform 0.3s ease;
}

/* Responsive Tablette */
@media (max-width: 1024px) {
  .testimonials-section h2 {
    font-size: 2rem;
  }
  
  .testimonial-slide {
  display: flex;
  flex-direction: row;
  gap: 30px;
  background: transparent;
  height: 550px;
  align-items: stretch;

  min-width: 100%;}
  
  .testimonial-content {
    flex: 1;
    padding: 30px 25px;
    border-radius: 0 0 16px 16px;
  
  position: relative;}
  
  .testimonial-image {
    flex: 1;
    min-height: 350px;
    border-radius: 16px 16px 0 0;
  }
  
  .testimonials-splide {
  position: relative;
  padding: 0;
  overflow: hidden;
}
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .testimonials-section {
  padding: 80px 20px 120px 20px;
  background: transparent;
  position: relative;
  overflow: visible;
}
  
  .testimonials-section h2 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  
  .testimonial-content {
    padding: 25px 20px;
  
  position: relative;}
  
  .testimonial-quote {
    font-size: 0.95rem;
  }
  
  .testimonial-stats {
    flex-direction: column;
    gap: 15px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .testimonials-splide {
  position: relative;
  padding: 0;
  overflow: hidden;
}
  
  
  
  .testimonial-image {
    min-height: 250px;
  }
  
  .testimonial-logo {
  height: 50px;
  width: auto;
  max-width: 150px;
  margin-bottom: 20px;
  display: block;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
}

/* Config Splide */
.splide__track {
  overflow: hidden !important;
  width: 100%;
}

.splide__list {
  display: flex;
  width: 100%;
}

.splide__slide {
  opacity: 1;
}

/* Flèches */














/* Pagination */








/* === CORRECTION CAROUSEL === */
.splide__slide {
  flex-shrink: 0;
  width: 100%;
}



/* Flèches - Style Bytewebster */














/* Pagination */










/* Flèches - Style Bytewebster */
















/* Pagination - Petits cercles */











/* Masquer les autres éléments Splide */


.splide__pagination {
  display: none !important;
}

/* Flèches Splide par défaut */
.splide__arrow {
  background: transparent;
  border: none;
  opacity: 1 !important;
}

.splide__arrow svg {
  fill: #1a1a1a;
}

