.elementor-kit-5578{--e-global-color-primary:#E9E8EF;--e-global-color-secondary:#424242;--e-global-color-text:#F8C680;--e-global-color-accent:#84BC9C;--e-global-color-f72c88d:#A18CD1;--e-global-color-d69521e:#F26B6B;--e-global-color-39811e9:#FFFFFF;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Ubuntu";--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-5578 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5578 a{color:var( --e-global-color-text );font-weight:normal;text-decoration:underline;}.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);}@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 */body {
    margin: 0 !important;
}
* {
    cursor: none !important;
}
a {
    text-decoration: none !important;
}
/* Curseur custom */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #84BC9C, #F8C680);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.05s linear;
  will-change: transform;
}

/* Bulle de propagation */
.cursor-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(248, 198, 128, 0.3);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

@keyframes pulseRipple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* Forme spéciale au survol d’un lien ou bouton */
#custom-cursor.interact {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #F8C680, #84BC9C);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}/* End custom CSS */