/* Migrated page-specific styles. */
:root {
        --gold: #c5a059;
        --dark-card: #0a0a0a;
        --border: #1a1a1a;
        --text-gray: #aaa;
    }

    /* --- FIX MENU (EMPECHE LE BLOCAGE AU SCROLL) --- */
    header { 
        position: relative; 
        z-index: 10000 !important; 
    }

    /* --- ARTICLE À LA UNE --- */
    .featured-news {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        background: var(--dark-card);
        border: 1px solid var(--border);
        margin-bottom: 60px;
        overflow: hidden;
    }
    .news-gallery-link { position: relative; display: block; height: 500px; overflow: hidden; }
    .news-gallery-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
    .news-gallery-link:hover img { transform: scale(1.05); }
    
    .gallery-counter {
        position: absolute; bottom: 20px; right: 20px;
        background: rgba(0,0,0,0.85); color: var(--gold);
        padding: 8px 15px; font-size: 0.7rem; letter-spacing: 2px;
        border: 1px solid var(--gold); z-index: 5;
    }

    .news-body-featured { padding: 40px; display: flex; flex-direction: column; justify-content: center; }

    /* --- GRILLE DE VIGNETTES (UX ÉVOLUTIVE) --- */
    .news-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 25px;
        margin-bottom: 100px;
    }
    .news-card {
        background: #070707;
        border: 1px solid var(--border);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        text-decoration: none; /* Pour les cartes liens */
    }
    .news-card:hover { border-color: var(--gold); transform: translateY(-5px); }
    .news-card-img { width: 100%; height: 200px; object-fit: cover; }
    
    .news-tag {
        position: absolute; top: 15px; left: 15px;
        background: var(--gold); color: #000;
        padding: 3px 10px; font-size: 0.65rem; font-weight: bold;
        text-transform: uppercase; letter-spacing: 1px;
        z-index: 10;
    }
    .news-tag.new { background: #fff; color: #000; }

    .news-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
    .news-date { color: #555; font-size: 0.75rem; margin-bottom: 10px; display: block; }
    .news-title-small { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 12px; color: #fff; line-height: 1.3; }
    .news-excerpt-small { color: #888; font-size: 0.9rem; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; }

    /* --- VIDEO --- */
    .video-vignette { position: relative; width: 100%; height: 180px; background: #000; overflow: hidden; }
    .video-vignette iframe { width: 100%; height: 100%; border: none; }
    .video-vignette img { width: 100%; height: 100%; object-fit: cover; }
    
    /* Play Overlay pour le docu */
    .play-overlay {
        position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center;
        transition: background 0.3s ease;
    }
    .news-card:hover .play-overlay { background: rgba(0,0,0,0.1); }
    .play-icon { color: #fff; font-size: 2.5rem; opacity: 0.9; }

    /* --- GRILLE AGENDA 2026 --- */
    .agenda-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 30px;
        margin-top: 50px;
    }
    .expo-item {
        background: var(--dark-card);
        border: 1px solid var(--border);
        padding: 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.4s ease;
        position: relative;
    }
    .expo-item:hover { border-color: var(--gold); }
    .expo-number {
        position: absolute; top: -10px; right: 10px;
        font-size: 5.5rem; font-family: 'Playfair Display', serif;
        color: rgba(197, 160, 89, 0.05); font-weight: 700; pointer-events: none;
    }
    .expo-date { color: var(--gold); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; font-weight: 600; }
    .expo-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #fff; margin-bottom: 10px; line-height: 1.3; }
    .expo-meta {
        display: flex; justify-content: space-between; align-items: center;
        border-top: 1px solid #222; padding-top: 20px; margin-top: 20px;
        font-size: 0.75rem; color: #555; text-transform: uppercase; letter-spacing: 1px;
    }

    @media (max-width: 768px) {
        .featured-news { grid-template-columns: 1fr; }
        .news-gallery-link { height: 350px; }
        .agenda-grid { grid-template-columns: 1fr; }
    }

.legacy-actualites-001 { text-align: center; margin-bottom: 60px; }

.legacy-actualites-002 { width: 40px; height: 1px; background: var(--gold); margin: 20px auto; }

.legacy-actualites-003 { font-size: 1.8rem; margin-bottom: 25px; }

.legacy-actualites-004 { align-self: flex-start; margin-top: 20px; padding: 12px 25px; font-size: 0.8rem; }

.legacy-actualites-005 { color:#fff; text-decoration:none; font-size: 0.8rem; margin-top:auto; font-weight:bold; }

.legacy-actualites-006 { color:var(--gold); text-decoration:none; font-size: 0.8rem; margin-top:auto; }

.legacy-actualites-007 { margin-top: 100px; }

.legacy-actualites-008 { text-align: left; margin-bottom: 10px; }

.legacy-actualites-009 { width: 50px; height: 1px; background: var(--gold); margin-bottom: 50px; }

.legacy-actualites-010 { color: var(--gold); font-style: italic; font-family: 'Playfair Display', serif; font-size: 1.1rem; }

.legacy-actualites-011 { color: #888; font-size: 0.9rem; margin: 0; }

.legacy-actualites-012 { color: var(--gold); }
