.elementor-26447 .elementor-element.elementor-element-a63174d{--display:flex;}.elementor-26447 .elementor-element.elementor-element-bd3e528{--display:flex;}.elementor-26447 .elementor-element.elementor-element-45c7e33{--display:flex;}.elementor-26447 .elementor-element.elementor-element-ff91942{--display:flex;}.elementor-26447 .elementor-element.elementor-element-025d13e{--display:flex;}.elementor-26447 .elementor-element.elementor-element-82fa509{--display:flex;}.elementor-26447 .elementor-element.elementor-element-9b0668c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1c103f9 */.testimonial-carousel-section.colored-bg {
  background-color: #eaf2fa; /* bleu doux */
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.testimonial-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.testimonial-title .highlight-blue {
  color: #31679a;
}

.testimonial-title .highlight-orange {
  color: #e73e1f;
}

.testimonial-container {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  background: #fdf1ea; /* orange doux */
  padding: 30px 25px;
  border-radius: 12px;
  border: 2px solid #e73e1f; /* orange foncé */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: opacity 0.6s ease;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-slide img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e73e1f;
  margin-bottom: 15px;
}

.testimonial-slide h3 {
  margin: 5px 0 0;
  font-weight: 600;
  color: #222;
}

.testimonial-slide .profession {
  color: #e73e1f;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.testimonial-slide blockquote {
  font-style: italic;
  color: #31679a;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 700px;
  margin: auto;
}

.testimonial-nav {
  margin-top: 20px;
}

.testimonial-nav button {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  color: #e73e1f;
  cursor: pointer;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .testimonial-title {
    font-size: 1.8rem;
  }

  .testimonial-slide blockquote {
    font-size: 1rem;
  }
}/* End custom CSS */