.elementor-kit-3362{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-1e15154:#FF4500;--e-global-color-ff8d4bc:#001A65;--e-global-color-230b2da:#666666;--e-global-color-27be1b1:#FFFFFF;--e-global-color-0e2ba05:#D1D1D1;--e-global-color-948c614:#F4F4F4;--e-global-typography-primary-font-family:"Exo 2";--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:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3362 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3362 a{color:var( --e-global-color-1e15154 );}.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 *//* ==========================================
   1. UNIQUEMENT POUR PC / ORDINATEUR
   ========================================== */
@media (min-width: 1025px) {
    /* Style initial du header */
    .mon-header-parent {
        background-color: transparent !important;
        transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
        width: 100% !important;
    }

    /* Fond blanc au scroll */
    .mon-header-parent.elementor-sticky--effects {
        background-color: #FFFFFF !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    }

    /* Hauteur initiale (Paddings) du menu */
    .mon-header-global {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        transition: padding 0.3s ease-in-out !important;
    }

    /* Rétrécissement au scroll */
    .mon-header-parent.elementor-sticky--effects .mon-header-global {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Rétrécissement du logo */
    .mon-header-parent.elementor-sticky--effects img {
        max-height: 45px !important;
        width: auto !important;
        transition: max-height 0.3s ease-in-out !important;
    }

    /* Le bouton orange */
    .mon-menu-principal .elementor-nav-menu--main > ul > li:last-child a.elementor-item {
        background-color: #FF4500 !important;
        color: #FFFFFF !important;
        border-radius: 5px !important;
        padding: 10px 20px !important;
        font-weight: bold !important;
        display: inline-flex !important;
        align-items: center !important;
    }
    .mon-menu-principal .elementor-nav-menu--main > ul > li:last-child a.elementor-item:hover {
        background-color: #E03D00 !important;
    }
    .mon-menu-principal .elementor-nav-menu--main > ul > li:last-child a.elementor-item::after {
        display: none !important;
    }
}

/* ==========================================
   2. UNIQUEMENT POUR MOBILE & TABLETTE 
   ========================================== */
@media (max-width: 1024px) {
    /* Annule complètement l'effet sticky d'Elementor pour supprimer le sautillement */
    .mon-header-parent {
        position: static !important; 
        background-color: #FFFFFF !important; /* Fond blanc fixe et propre */
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05) !important;
    }

    /* Force des marges fines de 10px autour du logo et du menu burger */
    .mon-header-parent .mon-header-global {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        min-height: 0px !important; /* Supprime une éventuelle hauteur minimale PC héritée */
        height: auto !important;
    }

    /* Supprime les espaces vides générés par le widget de menu sur mobile */
    .mon-menu-principal, 
    .mon-menu-principal .elementor-widget-container {
        margin: 0 !important;
        padding: 0 !important;
    }
}/* End custom CSS */