.elementor-kit-8{--e-global-color-primary:#022222;--e-global-color-secondary:#E8F4E9;--e-global-color-text:#022222;--e-global-color-accent:#8383D5;--e-global-typography-primary-font-family:"Fira Code";--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:"Geologica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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){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{padding-inline-end:0px;padding-inline-start:0px;}.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 */@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: auto;
    }
}
/* Effet de survol amélioré pour les boutons */
.elementor-button {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  position: relative;
  overflow: hidden;
}

/* Effet d'élévation et d'ombre */
.elementor-button:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 20px rgba(153, 153, 220, 0.3) !important;
}

/* Effet de vague au clic */
.elementor-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.elementor-button:active:after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}

/* Effet de soulignement pour les boutons texte */
.elementor-button.elementor-size-xs, 
.elementor-button.elementor-size-sm {
  position: relative;
}

.elementor-button.elementor-size-xs:before,
.elementor-button.elementor-size-sm:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #9999DC;
  transition: width 0.3s ease;
}

.elementor-button.elementor-size-xs:hover:before,
.elementor-button.elementor-size-sm:hover:before {
  width: 100%;
}/* End custom CSS */