@media (max-width: 991px) {
    header nav ul li:first-child {
        display: block !important; /* Annule la règle du thème qui le cachait */
    }
}

/* ==============================================
   FOOTER LUXURY "ARROGANTE"
   ============================================== */

.footer_luxury {
    background-color: #0f0f0f; /* Noir profond, presque charbon */
    color: #fff;
    position: relative;
    padding-top: 20px;
    z-index: 10; /* Au-dessus de tout */
}

/* LA SIGNATURE (Arrogante) */
.footer_signature {
    font-family: "adlery-pro", sans-serif !important;
    font-size: 8rem; /* Très grand pour l'impact visuel */
    color: #978667; /* Votre couleur dorée */
    margin-bottom: 0;
    line-height: 0.8;
    transform: rotate(-3deg); /* Légère rotation pour le style manuscrit */
}

/* Le slogan sous la signature */
.footer_tagline {
    font-family: "futura-pt", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 4px; /* Espacement très "mode" */
    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: 600;
}

/* TEXTES & LIENS */
.footer_text, 
.footer_text a {
    font-family: "futura-pt", sans-serif !important;
    color: #b0b0b0; /* Gris clair élégant, pas blanc pur */
    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; /* Petit mouvement subtil au survol */
}

/* 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 DISCRETE */
.border-top.border-secondary {
    border-top: 1px solid #222 !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. On donne une 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;
    }

    /* 2. On s'assure que l'image remplit bien cette zone */
    .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 proprement sans la déformer */
    }

    /* 3. 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; 
    
    
    
    /* Option A : Juste de la transparence (Simple) */
    opacity: 0.4; /* 0.1 (très léger) à 1 (totalement visible) */
    
    /* Option B : Mode de fusion  */
    /* mix-blend-mode: overlay; */ /* 'multiply' ou 'soft-light' */
}