.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c134019:#FAFAFA;--e-global-color-ab3bb22:#5B4743;--e-global-color-a2bc681:#3D3230;--e-global-color-c634488:#000000;--e-global-color-35117ad:#F96B00;--e-global-color-a04c8d0:#FF0000;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-c634488 );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-c634488 );}.elementor-kit-6 h1{color:var( --e-global-color-c134019 );font-family:"Lato", Sans-serif;font-size:37px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-c634488 );font-family:"Lato", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-c634488 );font-family:"Lato", Sans-serif;font-size:27px;font-weight:600;}.elementor-kit-6 h4{color:var( --e-global-color-c634488 );font-family:"Lato", Sans-serif;font-size:26px;font-weight:500;font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1200px){.elementor-kit-6{font-size:20px;}.elementor-kit-6 h1{font-size:33px;}.elementor-kit-6 h2{font-size:30px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:26px;}}@media(max-width:1024px){.elementor-kit-6{font-size:18px;}.elementor-kit-6 h1{font-size:30px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-6{font-size:18px;}.elementor-kit-6 h1{font-size:30px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:23px;}}@media(max-width:600px){.elementor-kit-6{font-size:18px;}.elementor-kit-6 h1{font-size:30px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:22px;}.elementor-kit-6 h4{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    font-size: 10px;
}

.container {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
}

.container-banner{
    width: 90%;
    max-width: 1750px;
    margin: 0 auto;
}

.el-absolu {
      left: 50%;
    transform: translateX(-50%);
}

/* Par défaut (mobile) */
#header--mobile {
  display: flex;
}

#header--desktop {
  display: none;
}

/* À partir de 601px (desktop) */
@media screen and (min-width: 600px) {
  #header--mobile {
    display: none;
  }

  #header--desktop {
    display: flex;
  }
}/* End custom CSS */