@media (max-width: 991px) {
    header nav ul li:first-child {
        display: block !important; 
    }
}


:root {
    --bs-body-bg: #0c0900;
    --bs-body-color: #ffffff; 
}

body {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
}
/* ==============================================
   FOOTER 
   ============================================== */

.footer_luxury {
    background-color: #0c0900;  
    color: #fff;
    position: relative;
    padding-top: 20px;
    z-index: 10; 
}


.footer_signature {
    
    color: #978667; 
    margin-bottom: 0;
    line-height: 0.8;
    transform: rotate(-3deg); /*   */
}


.footer_tagline {
    font-family: "futura-pt", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 4px; /*   */
    font-size: 0.85rem;
    color: #666;
    margin-top: 15px;
}

/* TITRES DES COLONNES */
.footer_heading {
    font-family: "futura-pt", sans-serif !important;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    color: #978667;
    margin-bottom: 20px;
    font-weight: 400;
}

/* TEXTES & LIENS */
.footer_text, 
.footer_text a {
    font-family: "futura-pt", sans-serif !important;
    color: #b0b0b0; /*   */
    font-size: 0.95rem;
    line-height: 1.8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_text a:hover {
    color: #fff;
}

.footer_link_undeline {
    border-bottom: 1px solid #444;
    padding-bottom: 2px;
}

/* LISTE DE LIENS (Menu, etc) */
.footer_links_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links_list li {
    margin-bottom: 12px;
}

.footer_links_list li a {
    color: #b0b0b0;
    font-family: "futura-pt", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.footer_links_list li a:hover {
    color: #978667;
    padding-left: 5px; /*   */
}

/* NEWSLETTER LUXE */
.newsletter_luxury_form .form-group {
    position: relative;
    border-bottom: 1px solid #333;
}

.newsletter_luxury_form input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-family: "futura-pt", sans-serif !important;
}

.newsletter_luxury_form input::placeholder {
    color: #555;
    font-style: italic;
}

.newsletter_luxury_form input:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.newsletter_luxury_form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #978667;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.newsletter_luxury_form button:hover {
    transform: translateY(-50%) translateX(5px);
}

/* RESEAUX SOCIAUX */
.social_luxury a {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 25px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.social_luxury a:hover {
    opacity: 1;
    color: #978667;
}

/* COPYRIGHT */
.footer_copyright, 
.footer_copyright a {
    font-size: 0.75rem;
    color: #444;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer_copyright a:hover {
    color: #777;
}

/* BORDURE SEPARATRICE   */
.border-top.border-secondary {
    border-top: 1px solid #978667 !important;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .footer_signature {
        font-size: 4rem; /* Plus petit sur mobile */
    }
    .footer_luxury {
        text-align: center;
    }
    .footer_links_list li a:hover {
        padding-left: 0; /* Pas de mouvement sur mobile */
    }
    .newsletter_luxury_form button {
        right: 10px;
    }
}
/* ==============================================
   CORRECTION POPUP MOBILE
   ============================================== */

@media (max-width: 767px) {
    
    /* 1.   hauteur fixe à la zone image sur mobile */
    .popup_wrapper .popup_content.newsletter_c .popup_image_container {
        height: 200px; /* Ajustez la hauteur de l'image ici */
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    
    .popup_wrapper .popup_content.newsletter_c figure {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    
    .popup_wrapper .popup_content.newsletter_c figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Recadre l'image   */
    }

    /*  Ajustement du padding du texte en dessous */
    .popup_wrapper .popup_content.newsletter_c .content {
        padding: 20px 20px 30px 20px !important; /* Moins d'espace perdu */
    }
}
/*.popup_wrapper .popup_content.newsletter_c .content {
    
    background: url("../img/Artboard-bg-vertical.png") center center no-repeat !important; 
    
    
    background-size: cover !important;
    
    
    background-color: transparent; 
} */


.popup_wrapper .popup_content.newsletter_c .content {
    position: relative; 
    z-index: 1;         
    
    
    background-color: #FCF0D6 !important; 
    
    /* Couleur du texte 
    color: #fff !important; */
    
    
    overflow: hidden; 
}


.popup_wrapper .popup_content.newsletter_c .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    
    /* VOTRE IMAGE */
    background: url("../img/Artboard-bg-vertical.png") center right no-repeat;
    background-size: cover; 
    
    opacity: 0.4; 
}


/* OVERRIDE FONTS FOR FIRSTLINE */

.bg-gold h2, .bg-gold h3, 
.bg-dark-firstline h2, .bg-dark-firstline h3,
header .logo_normal h2, header .logo_sticky h2 {
    font-family: "futura-pt", "Montserrat", sans-serif !important; 
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
}

/* Le texte courant */
.bg-gold p, .bg-dark-firstline p, .bg-gold li, .bg-dark-firstline li {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 300;
}

header.reveal_header, 
    header.reveal_header.headroom--not-top, 
    header.reveal_header.headroom--top {
        background-color: #0c0900 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; 
        padding: 15px 0 !important; 
    }

    /* Ajustement des boutons sur fond noir */
    header .btn_gold_outline {
        border-color: #C0974A !important;
        color: #C0974A !important;
    }
    header .btn_gold_outline:hover {
        background-color: #C0974A !important;
        color: #000 !important;
    }

/* Ajout de la ligne blanche au-dessus des questions FAQ */
.accordion .card-header {
    border-top: 1px solid #ffffff !important;
    border-radius: 0 !important; 
    padding-top: 20px; 
}

/*  fond noir */
.accordion .card {
    background-color: transparent !important; 
    border: none !important; 
    box-shadow: none !important; 
}

/* --- REVEAL ON SCROLL EFFECT --- */

/* État initial : caché */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); /* Transition   */
    will-change: opacity, transform;
}

/* État visible (ajouté par JS) */
.reveal-on-scroll.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Délais */
.reveal-delay-1 { transition-delay: 0.3s; }
.reveal-delay-2 { transition-delay: 0.5s; }
.reveal-delay-3 { transition-delay: 0.7s; }

/*  Si le navigateur a désactivé le JS, on affiche tout */
@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* --- VITESSE ACCORDEON --- */
.accordion .collapsing {
    
    transition: height 1.2s ease-in-out !important; 
}


.color-gold {
     
    color: #C0974A !important;  
}

.svg-black {
    
    filter: brightness(0) saturate(100%);
}


.split-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}


.split-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; 
}


.split-overlay {
    z-index: 2;
}
.split-content {
    z-index: 3;
}


.btn-gold-gradient {
    background: linear-gradient(
        4deg, 
        #BBA15C 3%, 
        #BA924B 23%, 
        #FBEBB7 49%, 
        #EEDC88 62%, 
        #B88B3F 100%
    ) !important;
    
    
    color: #332713 !important;
    border: none !important;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 400; 
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-gold-gradient:hover {
    opacity: 0.85;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}


.feature-box-gold {
    border: 2px solid var(--firstline-gold);
    border-radius: 15px;
    padding: 30px;
    height: 100%; 
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.feature-box-gold:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(192, 151, 74, 0.2);
}

.feature-box-gold p {
    color: #e5d482 !important;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 300;
}