.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#949494;--e-global-color-accent:#DFB24B;--e-global-color-790305f:#6CA2C2;--e-global-color-847fe6a:#EFD8A2;--e-global-color-64d159e:#81D2EB;--e-global-color-69ca3f3:#FFFFFF;--e-global-color-f89de2d:#E8FAFF;--e-global-typography-primary-font-family:"Bangers";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Bangers", Sans-serif;font-size:1.5em;font-weight:700;text-transform:uppercase;color:#FFFFFF;border-radius:0.50em 0.50em 0.50em 0.50em;padding:1em 1em 1em 1em;}.elementor-kit-9 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-header .site-branding .site-logo img{width:5em;max-width:5em;}@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 2 : caché au départ --- */
.header-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-180px);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8); /* fond semi-transparent à 80% */
  transition:
    transform 0.4s ease,
    opacity 0.6s ease; /* apparition/disparition fluide */
  z-index: 999;
  pointer-events: none; /* évite les clics quand il est invisible */
}

/* --- Quand il devient visible --- */
.header-2.visible {
  transform: translateY(0);
  opacity: 0.98;
  pointer-events: auto; /* réactive les clics */
}

/* --- HEADER 1 : reste dans le flux normal --- */
.header-1 {
  position: relative;
  z-index: 1000;
}

/* --- HEADER 4 : caché au départ --- */
.header-4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-180px);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8); /* fond semi-transparent à 80% */
  transition:
    transform 0.4s ease,
    opacity 0.6s ease; /* apparition/disparition fluide */
  z-index: 999;
  pointer-events: none; /* évite les clics quand il est invisible */
}

/* --- Quand il devient visible --- */
.header-4.visible {
  transform: translateY(0);
  opacity: 0.98;
  pointer-events: auto; /* réactive les clics */
}

/* --- HEADER 3 : reste dans le flux normal --- */
.header-3 {
  position: relative;
  z-index: 1000;
}/* End custom CSS */