.elementor-kit-45{--e-global-color-primary:#0D0F4F;--e-global-color-secondary:#2F3168;--e-global-color-text:#555555;--e-global-color-accent:#4279D4;--e-global-color-5706dc1:#F24E63;--e-global-color-6943a6f:#F3AEF1;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;color:#555555;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-45 button,.elementor-kit-45 input[type="button"],.elementor-kit-45 input[type="submit"],.elementor-kit-45 .elementor-button{background-color:#F3AEF1;font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;color:#0D0F4F;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);border-style:none;border-radius:11px 11px 11px 11px;}.elementor-kit-45 button:hover,.elementor-kit-45 button:focus,.elementor-kit-45 input[type="button"]:hover,.elementor-kit-45 input[type="button"]:focus,.elementor-kit-45 input[type="submit"]:hover,.elementor-kit-45 input[type="submit"]:focus,.elementor-kit-45 .elementor-button:hover,.elementor-kit-45 .elementor-button:focus{background-color:#FAD0F9;}.elementor-kit-45 e-page-transition{background-color:#FFBC7D;}.elementor-kit-45 a{color:#4279D4;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-45 h1{color:#0D0F4F;font-family:"Inter", Sans-serif;font-size:44px;font-weight:700;}.elementor-kit-45 h2{color:#2F3168;font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-45 h3{color:#2F3168;font-family:"Inter", Sans-serif;font-size:26px;font-weight:600;}.elementor-kit-45 h4{color:#2F3168;font-family:"Inter", Sans-serif;font-size:24px;font-weight:500;line-height:1.3em;}.elementor-kit-45 h5{color:#2F3168;font-family:"Inter", Sans-serif;font-size:22px;font-weight:400;}.elementor-kit-45 h6{color:#2F3168;font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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-kit-45{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:29px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:14px;font-size:16px;}.elementor-kit-45 a{font-size:14px;}.elementor-kit-45 h1{font-size:42px;}.elementor-kit-45 h2{font-size:29px;}.elementor-kit-45 h3{font-size:23px;}.elementor-kit-45 h4{font-size:22px;}.elementor-kit-45 h5{font-size:20px;}.elementor-kit-45 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-45{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:13px;font-size:15px;}.elementor-kit-45 a{font-size:13px;}.elementor-kit-45 h1{font-size:40px;}.elementor-kit-45 h2{font-size:26px;}.elementor-kit-45 h3{font-size:21px;}.elementor-kit-45 h4{font-size:19px;}.elementor-kit-45 h5{font-size:18px;}.elementor-kit-45 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* En-tête sticky fluide */
.custom-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Style quand le scroll active l'effet sticky */
.elementor-sticky--effects.custom-sticky {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

/* Fix pour éviter le saut du contenu au scroll */
.elementor-sticky--effects + .elementor-widget-container {
  padding-top: 80px; /* ajuste à la hauteur réelle de ton header */
}/* End custom CSS */