.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-a71f742:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Kumbh Sans", Sans-serif;font-size:15px;font-weight:400;line-height:20px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Kumbh Sans", Sans-serif;font-weight:400;color:var( --e-global-color-secondary );border-style:solid;border-color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;padding:15px 35px 15px 35px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );border-style:solid;border-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Rubik", Sans-serif;font-weight:700;}.elementor-kit-5 h2{font-family:"Comfortaa", Sans-serif;font-size:28px;font-weight:700;}.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);}.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-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 */
/* ---- GESTION DES ICÔNES DE MENU SVG ---- */



/* Par défaut, on cache les icônes noires dans le header blanc */

.header-blanc .icone-noire {

    display: none !important;

}

.header-blanc .icone-blanche {

    display: inline-block !important;

}



/* Et inversement : on cache les icônes blanches dans le header noir */

.header-noir .icone-blanche {

    display: none !important;

}

.header-noir .icone-noire {

    display: inline-block !important;

}




/* FOOTER */
/* Prépare le texte de la liste pour l'animation */
.liens-footer .elementor-icon-list-item a .elementor-icon-list-text {
    position: relative;
    text-decoration: none !important;
}

/* Crée la ligne invisible sous le texte */
.liens-footer .elementor-icon-list-item a .elementor-icon-list-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px; /* Épaisseur de la ligne */
    bottom: -2px; /* Écart sous le texte */
    left: 0;
    background-color: #ffffff; /* Couleur de la ligne (blanc) */
    transform-origin: bottom left;
    transition: transform 0.3s ease-out; /* Vitesse de l'animation (0.3 seconde) */
}

/* Déploie la ligne au survol de la souris */
.liens-footer .elementor-icon-list-item a:hover .elementor-icon-list-text::after {
    transform: scaleX(1);
}/* End custom CSS */