.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-285b284:#F0343C;--e-global-color-532f9c6:#B80507;--e-global-color-9be9641:#FCA001;--e-global-color-4a8fd06:#18B805;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SECTION GLOBALE AVEC MASQUE FLOU */
.testimonial-section {
  position: relative;
  overflow: hidden;
}

/* COLONNES CONTENEURS */
.testimonial-col-left,
.testimonial-col-right {
  position: relative;
  overflow: hidden;
  height: 480px;
}

/* WRAPPER INTERNE (les cartes empilées) */
.testimonial-col-left .elementor-container,
.testimonial-col-left .e-con-inner,
.testimonial-col-right .elementor-container,
.testimonial-col-right .e-con-inner {
  display: flex;
  flex-direction: column;
}

/* ANIMATIONS */
@keyframes scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scroll-down {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* APPLIQUER LES ANIMATIONS AUX BLOCS */
.testimonial-col-left .e-con-inner {
  animation: scroll-up 30s linear infinite;
}

.testimonial-col-right .e-con-inner {
  animation: scroll-down 30s linear infinite;
}

/* MASQUE FLOU EN HAUT ET EN BAS */
.testimonial-section::before,
.testimonial-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  z-index: 5;
}

.testimonial-section::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.95), transparent);
  filter: blur(6px);
}

.testimonial-section::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
  filter: blur(6px);
}

/* MOBILE */
@media (max-width: 767px) {
  .testimonial-col-left,
  .testimonial-col-right {
    height: 360px;
  }
}/* End custom CSS */