/* Migrated page-specific styles. */
/* =========================================
       1. CORRECTION DU BUG LIGHTBOX (IMMERSION)
       ========================================= */
    /* On force la Lightbox à passer AU-DESSUS du header (Z-Index extrême) */
    .sl-overlay {
        z-index: 2147483640 !important; /* Très haut */
        background: #000 !important;    /* Noir profond */
        opacity: 1 !important;          /* Pas de transparence */
    }
    .sl-wrapper {
        z-index: 2147483641 !important; /* Au-dessus de l'overlay */
    }
    .sl-close, .sl-navigation button {
        z-index: 2147483642 !important; /* Boutons toujours cliquables */
        color: #fff !important;
    }
    /* Correction pour cacher le header si nécessaire sur certains navigateurs mobiles */
    body.sl-open header { display: none; }

/* =========================================
       2. NOUVEAU BANDEAU "VENTE" (VERSION PLUS PETITE)
       ========================================= */
    .sale-banner {
        width: 100%;
        background: linear-gradient(90deg, #000 0%, #111 50%, #000 100%);
        border-top: 1px solid #D4AF37;
        border-bottom: 1px solid #D4AF37;
        padding: 12px 0; /* Réduit de 20px à 12px */
        text-align: center;
        margin: 30px 0;  /* Marge réduite */
        position: relative;
    }
    .sale-banner p {
        font-family: 'Playfair Display', serif;
        color: #fff;
        font-size: 0.9rem; /* Réduit de 1.1rem à 0.9rem */
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.4;
    }
    .sale-banner .gold-word { color: #D4AF37; font-weight: bold; }
    .sale-icon { 
        font-size: 1.1rem; /* Réduit de 1.5rem à 1.1rem */
        vertical-align: middle; 
        margin-right: 8px; 
        color: #D4AF37; 
    }
    /* =========================================
       3. AUTRES STYLES (PANIER & TEXTE)
       ========================================= */
    #cart-bar { position: fixed; bottom: -100px; left: 0; width: 100%; background: #D4AF37; color: #000; padding: 15px 20px; z-index: 9999; transition: bottom 0.3s ease-in-out; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); display: flex; justify-content: space-between; align-items: center; }
    #cart-bar.visible { bottom: 0; }
    .select-box { cursor: pointer; user-select: none; display: inline-block; padding: 8px 15px; background: #333; color: #fff; border: 1px solid #555; margin-top: 10px; font-size: 0.8rem; transition: 0.2s; }
    .gallery-item.selected { border: 2px solid #D4AF37 !important; background: #2a2a2a !important; }
    .gallery-item.selected .select-box { background: #D4AF37; color: #000; font-weight: bold; border-color: #D4AF37; }

    .intro-sejnane { max-width: 900px; margin: 40px auto; padding: 0 20px; }
    .intro-sejnane p { font-size: 1.2rem; line-height: 1.8; color: #ccc; font-style: italic; }
    
    .full-text-section { max-width: 1000px; margin: 80px auto; padding: 60px 40px; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(212, 175, 55, 0.2); }
    .text-column { column-count: 2; column-gap: 50px; color: #aaa; line-height: 1.7; text-align: justify; }
    
    .highlight-box { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.4rem; margin: 40px 0; padding: 30px; border-left: 2px solid #D4AF37; background: rgba(212, 175, 55, 0.05); }
    .section-subtitle { font-family: 'Playfair Display', serif; color: #D4AF37; text-transform: uppercase; letter-spacing: 2px; font-size: 1.1rem; margin-top: 30px; display: block; }

    .gallery-item p { color: #aaa !important; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }

    /* Style Bouton Lightbox */
    .sl-caption { background: rgba(0,0,0,0.9) !important; padding: 15px !important; font-family: sans-serif; }
    .lightbox-buy-btn { display: inline-block; margin-left: 15px; background-color: #D4AF37; color: #000 !important; padding: 5px 12px; border-radius: 3px; text-decoration: none !important; font-weight: bold; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
    .lightbox-buy-btn:hover { background-color: #fff; color: #000 !important; }

    @media (max-width: 768px) { .text-column { column-count: 1; } .pg-title-main { font-size: 2.2rem; } }
	
	
	/* On réduit la taille, on affine la graisse et on aère les lignes */
    .gallery-item p { 
        color: #999 !important; 
        font-size: 0.60rem !important; /* Plus petit */
        text-transform: uppercase; 
        letter-spacing: 1px; 
        line-height: 1.4; /* Meilleure lecture sur 2 lignes */
        margin-bottom: 12px; /* Espace avant le bouton */
        font-weight: 400;
        min-height: 35px; /* Optionnel : aligne les boutons si titre court */
    }
	

    /* --- TYPOGRAPHIE ET SECTIONS --- */
    .intro-oran { max-width: 900px; margin: 60px auto; padding: 0 20px; }
    .intro-oran p { font-size: 1.2rem; line-height: 1.8; color: #ccc; font-style: italic; }
    
    .full-text-section { max-width: 1000px; margin: 80px auto; padding: 60px 40px; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(212, 175, 55, 0.2); }
    .text-column { column-count: 2; column-gap: 50px; color: #aaa; line-height: 1.7; text-align: justify; }
    
    .highlight-box { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.4rem; margin: 40px 0; padding: 30px; border-left: 2px solid #D4AF37; background: rgba(212, 175, 55, 0.05); }
    .section-subtitle { font-family: 'Playfair Display', serif; color: #D4AF37; text-transform: uppercase; letter-spacing: 2px; font-size: 1.1rem; margin-top: 30px; display: block; }

    .gallery-item p { color: #aaa !important; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }

    @media (max-width: 768px) { .text-column { column-count: 1; } .pg-title-main { font-size: 2.2rem; } }

.legacy-galerie-oran-001 { margin-bottom: 50px; border-left: 2px solid #D4AF37; padding-left: 30px; margin-top:50px; }

.legacy-galerie-oran-002 { font-family: 'Playfair Display', serif; color: #fff; letter-spacing: 5px; text-transform: uppercase; }

.legacy-galerie-oran-003 { font-size: 1rem; color: #D4AF37; font-weight: 300; letter-spacing: 2px; }

.legacy-galerie-oran-004 { margin-top: 20px; }

.legacy-galerie-oran-005 { font-size: 0.7rem; opacity: 0.8; letter-spacing: 2px; }

.legacy-galerie-oran-006 { padding: 15px; text-align: center; }

.legacy-galerie-oran-007 { font-family: 'Playfair Display', serif; color: #fff; font-size: 2rem; margin-bottom: 40px; text-align: center; }

.legacy-galerie-oran-008 { font-weight: bold; font-size: 1.1rem; }

.legacy-galerie-oran-009 { background: #000; color: #D4AF37; border: none; font-weight: bold; }
