.elementor-kit-6{--e-global-color-primary:#1500DB;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#EDEAD4;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Code Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-e0d4885-font-family:"Anton";--e-global-typography-e0d4885-font-size:90px;--e-global-typography-dbf7b45-font-family:"Anton";--e-global-typography-dbf7b45-font-size:45px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:00px;--container-default-padding-right:00px;--container-default-padding-bottom:00px;--container-default-padding-left:00px;}.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: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;}}:root { --Bleu:#1500DB; --Beige:#EDEAD4; --Blanc:#ffffff; --texte:Inter; }
/* Start custom CSS */.mobile-fullscreen-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    z-index: 99999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-100%);
    transition:
        transform 0.5s ease,
        opacity 0.35s ease,
        visibility 0.5s;
}

.mobile-fullscreen-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

html.menu-open,
body.menu-open {
    overflow: hidden;
}/* End custom CSS */