.elementor-kit-7{--e-global-color-primary:#0F3E8D;--e-global-color-secondary:#BAF025;--e-global-color-text:#1D191A;--e-global-color-accent:#3761A7;--e-global-color-969c03c:#FFFFFF;--e-global-color-e670f82:#F9F9F9;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:13px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#DCD7D8;font-family:"Poppins", Sans-serif;font-size:15px;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-e670f82 );}.elementor-kit-7 a{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;font-weight:800;letter-spacing:-1px;}.elementor-kit-7 h2{font-weight:800;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Poppins", Sans-serif;font-weight:900;text-transform:uppercase;text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Header : dégradé noir -> transparent au chargement */
.menu-header {
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%) !important;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 9999;
}

/* Menu par défaut en blanc */
.ekit-menu-nav-link {
  color: #fff !important;
}

/* Cacher version bleue par défaut */
.menu-header .logo-bleu,
.menu-header .social-blue {
  display: none !important;
}

/* Sticky : fond blanc + bleu */
.menu-header.elementor-sticky--effects {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.elementor-sticky--effects .ekit-menu-nav-link  {
  color: #002F6C !important;
}

/* Switch logos / pictos en sticky */
.menu-header.elementor-sticky--effects .logo-blanc,
.menu-header.elementor-sticky--effects .social-white {
  display: none !important;
}
.menu-header.elementor-sticky--effects .logo-bleu,
.menu-header.elementor-sticky--effects .social-blue {
  display: inline-block !important;
}


body {
    overflow-x : hidden}/* End custom CSS */