/* ============================================================
   css/exhortation-audio.css — 
   ============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Crimson Pro', Georgia, serif;
    color: #0d1b2a;
    background: #f9f7f4;
    line-height: 1.7;
}

.exh-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── NAVBAR ── */
.exh-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 30px rgba(26, 58, 92, 0.1);
    padding: 14px 0;
}

.exh-nav-conteneur {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exh-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.exh-logo-img {
    height: 44px;
    width: auto;
    border-radius: 4px;
}

.exh-logo-texte {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3a5c;
    white-space: nowrap;
}

.exh-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.exh-item {
    position: relative;
}

.exh-lien {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: #1a3a5c;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.exh-lien:hover,
.exh-item.exh-actif>.exh-lien,
.exh-item.exh-actif>.exh-toggle {
    background: rgba(201, 168, 76, 0.12);
    color: #c9a84c;
}

.exh-item.exh-actif>.exh-lien,
.exh-item.exh-actif>.exh-toggle {
    font-weight: 600;
    border-bottom: 2px solid #c9a84c;
    border-radius: 0;
}

.exh-actif-lien {
    color: #c9a84c !important;
    font-weight: 600 !important;
}

.exh-fleche {
    width: 11px;
    height: 11px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.exh-avec-dropdown:hover .exh-fleche {
    transform: rotate(180deg);
}

.exh-contact {
    border: 2px solid #1a3a5c !important;
    border-radius: 50px !important;
    padding: 6px 16px !important;
}

.exh-contact:hover {
    background: #1a3a5c !important;
    color: #fff !important;
}

.exh-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    border-radius: 12px;
    list-style: none;
    min-width: 260px;
    padding: 8px 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all 0.3s ease;
    border-top: 3px solid #c9a84c;
    z-index: 999;
    box-shadow: 0 20px 60px rgba(26, 58, 92, 0.2);
}

.exh-avec-dropdown:hover .exh-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.exh-sous-lien {
    display: block;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #374151;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.exh-sous-lien:hover,
.exh-sous-lien.exh-actif-lien {
    background: #f9fafb;
    color: #1a3a5c;
    border-left-color: #c9a84c;
    padding-left: 26px;
}

.exh-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
    z-index: 1001;
}

.exh-barre {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a3a5c;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.exh-croix {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 1.3rem;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    line-height: 1;
}

.exh-croix:hover {
    background: #c9a84c;
    border-color: #c9a84c;
}

/* ── BANNIÈRE ── */
.exh-banniere {
    background: linear-gradient(135deg, #0a1520 0%, #1a3a5c 60%, #1e4a8a 100%);
    padding: 140px 0 60px;
    position: relative;
    overflow: hidden;
}

.exh-cercle-deco {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid rgba(201, 168, 76, 0.15);
    pointer-events: none;
}

.exh-cercle-deco::after {
    content: '';
    position: absolute;
    top: 80px;
    left: 80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.08);
}

.exh-breadcrumb {
    margin-bottom: 28px;
}

.exh-bc-liste {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
}

.exh-bc-item {
    display: flex;
    align-items: center;
}

.exh-bc-lien {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.exh-bc-lien:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.exh-bc-maison {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.exh-bc-sep {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.9rem;
    padding: 0 2px;
    user-select: none;
}

.exh-bc-actuel {
    color: #c9a84c;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    background: rgba(201, 168, 76, 0.15);
    border-radius: 20px;
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.exh-banniere-contenu {
    text-align: left;
}

.exh-badge-categorie {
    display: inline-block;
    background: rgba(201, 168, 76, 0.2);
    color: #c9a84c;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    border: 1px solid rgba(201, 168, 76, 0.4);
    margin-bottom: 16px;
}

.exh-titre-banniere {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
}

.exh-sous-titre-banniere {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    font-style: italic;
    max-width: 600px;
}

/* ── CORPS PRINCIPAL ── */
.exh-main {
    background: #f9f7f4;
    padding: 60px 0 100px;
}

.exh-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(26, 58, 92, 0.1);
}

.exh-header-gauche {}

.exh-section-titre {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a3a5c;
    margin-bottom: 6px;
}

.exh-section-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #6b7280;
}

.exh-section-count span {
    font-weight: 700;
    color: #c9a84c;
    font-size: 1rem;
}

.exh-icone-deco {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(26, 58, 92, 0.08), rgba(201, 168, 76, 0.12));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a3a5c;
    opacity: 0.6;
}

.exh-icone-deco svg {
    width: 32px;
    height: 32px;
}

/* ── CHARGEMENT ET VIDE ── */
.exh-chargement {
    text-align: center;
    padding: 80px 20px;
    color: #6b7280;
}

.exh-chargement-icone {
    display: inline-flex;
    color: #c9a84c;
    opacity: 0.5;
    margin-bottom: 16px;
    animation: exhPulse 1.5s ease-in-out infinite;
}

@keyframes exhPulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.exh-chargement p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
}

.exh-vide {
    text-align: center;
    padding: 80px 20px;
}

.exh-vide-icone {
    position: relative;
    display: inline-flex;
    color: #c9a84c;
    opacity: 0.3;
    margin-bottom: 24px;
}

.exh-vide-cercle {
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1px dashed #c9a84c;
    opacity: 0.4;
    animation: exhRotate 8s linear infinite;
}

@keyframes exhRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.exh-vide-titre {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1a3a5c;
    margin-bottom: 8px;
}

.exh-vide-sous {
    font-family: 'Crimson Pro', serif;
    font-size: 1rem;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 20px;
}

.exh-vide-ligne {
    width: 60px;
    height: 2px;
    background: #c9a84c;
    opacity: 0.3;
    margin: 0 auto;
}

/* ── GRILLE ET BLOCS ── */
.exh-grille-sessions {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
}

.exh-bloc-session {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(26, 58, 92, 0.08);
    border: 1px solid rgba(26, 58, 92, 0.08);
    transition: all 0.3s ease;
}

.exh-bloc-session:hover {
    box-shadow: 0 8px 40px rgba(26, 58, 92, 0.14);
    transform: translateY(-3px);
}

.exh-session-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 32px 24px;
    background: linear-gradient(135deg, #1a3a5c 0%, #1e4a8a 100%);
}

.exh-session-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: linear-gradient(135deg, #c9a84c, #e8c060);
    color: #1a3a5c;
    border-radius: 14px;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 900;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(201, 168, 76, 0.4);
}

.exh-session-meta {
    flex: 1;
}

.exh-session-titre {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 12px;
}

.exh-session-infos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.exh-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ── LISTE AUDIOS ── */
.exh-audio-liste {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
}

.exh-audio-item {
    background: #f9fafb;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(26, 58, 92, 0.08);
}

.exh-audio-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(26, 58, 92, 0.08);
}

.exh-audio-partie {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a3a5c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.exh-audio-partie::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9a84c;
    flex-shrink: 0;
}

.exh-audio-duree {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    background: rgba(26, 58, 92, 0.07);
    padding: 3px 10px;
    border-radius: 50px;
}

.exh-audio-indisponible {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(26, 58, 92, 0.04) 0%, rgba(201, 168, 76, 0.06) 100%);
}

.exh-indispo-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    border: 2px dashed rgba(26, 58, 92, 0.2);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(26, 58, 92, 0.35);
    flex-shrink: 0;
}

.exh-indispo-texte {
    flex: 1;
}

.exh-indispo-titre {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1a3a5c;
    opacity: 0.7;
    margin-bottom: 4px;
}

.exh-indispo-sous {
    font-family: 'Crimson Pro', serif;
    font-size: 0.88rem;
    font-style: italic;
    color: #6b7280;
    opacity: 0.8;
}

.exh-lecteur-zone {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exh-lecteur {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    outline: none;
    accent-color: #1a3a5c;
}

.exh-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #1a3a5c;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.exh-btn-download:hover {
    opacity: 1;
}

/* ── COMMENTAIRES ── */
.exh-commentaires {
    margin-top: 20px;
    padding-top: 52px;
    border-top: 2px solid rgba(26, 58, 92, 0.1);
}

.exh-com-header {
    margin-bottom: 32px;
}

.exh-com-titre {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #1a3a5c;
    font-weight: 800;
    margin-bottom: 8px;
}

.exh-com-icone {
    width: 28px;
    height: 28px;
    color: #c9a84c;
}

.exh-com-compteur {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: #c9a84c;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
}

.exh-com-sous-titre {
    font-family: 'Crimson Pro', serif;
    font-size: 1rem;
    color: #6b7280;
    font-style: italic;
}

.exh-formulaire {
    background: #fff;
    border: 1px solid rgba(26, 58, 92, 0.1);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(26, 58, 92, 0.06);
}

.exh-form-titre {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a3a5c;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c9a84c;
}

.exh-form-grille {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.exh-form-groupe {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.exh-form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #6b7280;
}

.exh-form-input,
.exh-form-textarea {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Crimson Pro', serif;
    font-size: 1rem;
    color: #1f2937;
    background: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.exh-form-textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.6;
}

.exh-form-input:focus,
.exh-form-textarea:focus {
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26, 58, 92, 0.08);
}

.exh-btn-publier {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.exh-btn-publier:hover {
    background: #c9a84c;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 58, 92, 0.25);
}

.exh-form-succes {
    margin-top: 14px;
    padding: 12px 20px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 10px;
    color: #16a34a;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
}

.exh-liste-coms {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exh-aucun-com {
    text-align: center;
    padding: 48px 20px;
    color: #6b7280;
}

.exh-aucun-icone {
    font-size: 3rem;
    margin-bottom: 12px;
}

.exh-aucun-com p {
    font-family: 'Crimson Pro', serif;
    font-size: 1.05rem;
    font-style: italic;
}

.exh-com-carte {
    background: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 2px 12px rgba(26, 58, 92, 0.06);
    border-left: 4px solid #1a3a5c;
}

.exh-com-entete {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.exh-com-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1a3a5c;
    color: #c9a84c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.exh-com-nom {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a3a5c;
}

.exh-com-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    color: #6b7280;
    margin-top: 2px;
}

.exh-com-texte {
    font-family: 'Crimson Pro', serif;
    font-size: 1rem;
    color: #374151;
    line-height: 1.75;
}

/* ── FOOTER ── */
.exh-footer {
    background: #1a3a5c;
    color: rgba(255, 255, 255, 0.8);
    padding: 60px 0 0;
}

.exh-footer-grille {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 40px;
}

.exh-footer-logo {
    height: 60px;
    width: auto;
    border-radius: 6px;
    margin-bottom: 16px;
    display: block;
}

.exh-footer-desc {
    font-family: 'Crimson Pro', serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
}

.exh-social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.exh-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.exh-social-icon:hover {
    background: #c9a84c;
    color: #fff;
    transform: translateY(-2px);
}

.exh-social-icon svg {
    width: 16px;
    height: 16px;
}

.exh-footer-email {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.exh-footer-titre-col {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #c9a84c;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.3);
}

.exh-footer-nav {
    list-style: none;
}

.exh-footer-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.exh-footer-nav-lien {
    display: block;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    transition: color 0.2s;
}

.exh-footer-nav-lien:hover {
    color: #c9a84c;
}

.exh-footer-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    cursor: pointer;
    transition: color 0.2s;
}

.exh-footer-accordion-btn:hover {
    color: #c9a84c;
}

.exh-footer-arrow {
    transition: transform 0.3s ease;
}

.exh-footer-accordion.exh-open .exh-footer-arrow {
    transform: rotate(180deg);
}

.exh-footer-accordion-menu {
    list-style: none;
    display: none;
    padding: 4px 0 10px 14px;
    border-left: 2px solid rgba(201, 168, 76, 0.3);
    margin-left: 4px;
}

.exh-footer-accordion.exh-open .exh-footer-accordion-menu {
    display: block;
}

.exh-footer-accordion-menu li a {
    display: block;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    transition: all 0.2s;
    border-radius: 4px;
}

.exh-footer-accordion-menu li a:hover {
    color: #c9a84c;
    background: rgba(201, 168, 76, 0.08);
}

.exh-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.exh-footer-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .exh-burger {
        display: flex;
    }

    .exh-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #1a3a5c;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        z-index: 1000;
        overflow-y: auto;
        padding: 80px 20px 40px;
        list-style: none;
    }

    .exh-menu.exh-ouvert {
        transform: translateX(0);
    }

    .exh-croix {
        display: flex;
    }

    .exh-item>.exh-lien,
    .exh-item>.exh-toggle {
        font-size: 1.1rem;
        color: #fff !important;
        padding: 12px 24px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0;
        justify-content: center;
    }

    .exh-item>.exh-lien:hover,
    .exh-item>.exh-toggle:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #c9a84c !important;
    }

    .exh-avec-dropdown:hover .exh-dropdown {
        display: none;
    }

    .exh-avec-dropdown.exh-ouvert .exh-dropdown {
        display: block;
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: none;
        border-top: none;
        border-left: 3px solid #c9a84c;
        margin-left: 20px;
        border-radius: 8px;
        margin-top: 4px;
        min-width: auto;
        padding: 6px 0;
    }

    .exh-sous-lien {
        color: rgba(255, 255, 255, 0.82) !important;
    }

    .exh-sous-lien:hover {
        color: #c9a84c !important;
    }

    .exh-banniere {
        padding: 120px 0 40px;
    }

    .exh-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .exh-icone-deco {
        display: none;
    }

    .exh-session-header {
        padding: 20px;
        gap: 14px;
    }

    .exh-session-num {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1rem;
    }

    .exh-audio-liste {
        padding: 16px;
    }

    .exh-form-grille {
        grid-template-columns: 1fr;
    }

    .exh-formulaire {
        padding: 20px;
    }

    .exh-footer-grille {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}