.elementor-kit-96{--e-global-color-primary:#317AC1;--e-global-color-secondary:#384454;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1c6b64f:#2D1B50;--e-global-color-c601bcc:#5A0B4D;--e-global-color-2a83f94:#3E0868;--e-global-color-e1da8b7:#8B0B76;--e-global-color-ee9c87d:#F49AD4;--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;background-color:#F9FAFC;font-family:"Dosis", Sans-serif;overscroll-behavior:contain;}.elementor-kit-96 e-page-transition{background-color:#FFBC7D;}.elementor-kit-96 a{font-family:"Dosis", Sans-serif;}.elementor-kit-96 h1{font-family:"Montserrat Alternates", Sans-serif;}.elementor-kit-96 h2{font-family:"Montserrat Alternates", Sans-serif;}.elementor-kit-96 h3{font-family:"Montserrat Alternates", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:7px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:88px;max-width:88px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Effet de survol principal */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}



}

.feature-card.support .icon-wrapper {
  background: linear-gradient(135deg, #e11d48, #ec4899);
}

/* Animation du texte */
.feature-card h3,
.feature-card p {
  transition: all 0.3s ease-out;
}

.feature-card:hover h3 {
  transform: translateX(4px);
  color: #581c87;
}

.feature-card:hover p {
  transform: translateX(4px);
  color: #374151;
}

/* Ligne de gradient au bas */
.feature-card .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9333ea, transparent);
  opacity: 0;
  transform: translateY(2px);
  transition: all 0.5s ease-out;
}

.feature-card:hover .bottom-line {
  opacity: 1;
  transform: translateY(0);
}

/* Accent dans le coin */
.feature-card .corner-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-top-left-radius: 24px;
  opacity: 0;
  transform: translate(100%, 100%);
  transition: all 0.5s ease-out;
}

.feature-card:hover .corner-accent {
  transform: translate(0, 0);
  opacity: 0.1;
}












/* Conteneur de la vague */
.wave-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

/* La vague elle-même */
.wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 96px;
}

.wave-divider path {
  fill: #FFFFFF;
}

/* Animation de la vague (optionnel) */
@keyframes wave-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0);
  }
}

.wave-divider.animated svg {
  animation: wave-animation 20s linear infinite;
}









/* Style au survol */
.mon-bouton:hover {
  background: linear-gradient(to right, #f97316, #1ab39e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}/* End custom CSS */