.elementor-kit-9{--e-global-color-primary:#E50914;--e-global-color-secondary:#54595F;--e-global-color-text:#D1D0CF;--e-global-color-accent:#61CE70;--e-global-color-e505aad:#141314;--e-global-color-a099ca6:#000000;--e-global-color-e6b5c6f:#FFFFFF;--e-global-color-3ad3aa6:#262525;--e-global-color-5700216:#121212;--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;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:87.5em;}.e-con{--container-max-width:87.5em;}.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;}}/* Start custom CSS *//* ============================================================
   NAVIGATION : IVOIRE → OR + LISERÉ BLANC SUBTIL
   ============================================================ */

.main-menu li a,
.sf-menu li a {
    color: #FFFFF0 !important;
    opacity: 0.96;
    background: transparent !important;
    text-shadow: none !important;
    transition: color 0.5s ease-out,
                opacity 0.5s ease-out,
                text-shadow 0.5s ease-out !important;
}

.main-menu li a:hover,
.sf-menu li a:hover,
.main-menu li.current-menu-item > a,
.sf-menu li.current-menu-item > a {
    color: #D4A843 !important;
    opacity: 1 !important;
    background: transparent !important;
    text-shadow:
        0 0 1px  rgba(255, 255, 255, 0.9),   /* liseré blanc fin */
        0 0 8px  rgba(255, 255, 255, 0.25),  /* halo blanc léger */
        0 0 15px rgba(212, 168, 67, 0.5),    /* halo or */
        0 0 30px rgba(212, 168, 67, 0.2) !important; /* lueur or lointaine */
}

/* ============================================================
   TITRES : OR + LISERÉ BLANC + TRANSITION PLUS LENTE
   ============================================================ */

h4.title-tag {
    color: #FFFFF0 !important;
    text-shadow: none !important;
    transition: color 0.7s ease-out,       /* ← plus lent */
                text-shadow 0.7s ease-out !important;
    cursor: default;
}

h4.title-tag:hover {
    color: #D4A843 !important;
    text-shadow:
        0 0 1px  rgba(255, 255, 255, 0.9),   /* liseré blanc fin */
        0 0 8px  rgba(255, 255, 255, 0.25),  /* halo blanc léger */
        0 0 15px rgba(212, 168, 67, 0.5),    /* halo or */
        0 0 30px rgba(212, 168, 67, 0.2) !important; /* lueur or lointaine */
}/* End custom CSS */