/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-wv9d79y0s3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wv9d79y0s3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Header.razor.rz.scp.css */
/* ============================================================
   HEADER — Aligné avec le design enluminé de la homepage
   Palette : navy #1a1a4a · or #c9a55a · ivoire #fdfdf6
   ============================================================ */

.navbar[b-0ppzy71jr8] {
    --navy: #1a1a4a;
    --navy-deep: #0e0e2e;
    --gold: #c9a55a;
    --gold-soft: #e3c98a;
    --gold-deep: #8a6f2a;
    --ivory: #fdfdf6;

    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    border: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    position: fixed;
    padding: 0;
}

/* Filet d'or en bas du header (ornement enluminé) */
.navbar[b-0ppzy71jr8]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(201, 165, 90, 0.35) 18%,
        rgba(201, 165, 90, 0.9) 50%,
        rgba(201, 165, 90, 0.35) 82%,
        transparent 100%
    );
    pointer-events: none;
}

.container-fluid[b-0ppzy71jr8] {
    overflow: visible;
    padding: 14px 18px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

/* ====== Toggler hamburger ====== */
.navbar-toggler[b-0ppzy71jr8] {
    margin-left: 18px;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid rgba(201, 165, 90, 0.45);
    border-radius: 0;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
.navbar-toggler:hover[b-0ppzy71jr8] {
    border-color: var(--gold);
    background: rgba(201, 165, 90, 0.08);
}
.navbar-toggler:focus[b-0ppzy71jr8] {
    box-shadow: 0 0 0 2px rgba(201, 165, 90, 0.45);
    outline: none;
}
.navbar-toggler-icon[b-0ppzy71jr8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23c9a55a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ====== Brand (logo + nom du site) ====== */
.navbar-brand[b-0ppzy71jr8] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--ivory);
    text-decoration: none;
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.015em;
    line-height: 1.1;
    white-space: nowrap;
    transition: color 0.3s;
}
.navbar-brand:hover[b-0ppzy71jr8],
.navbar-brand:focus[b-0ppzy71jr8] {
    color: var(--gold-soft);
    text-decoration: none;
}

.logo[b-0ppzy71jr8] {
    width: 36px;
    height: 36px;
    margin: 0;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

/* ====== Offcanvas (menu latéral) ====== */
.offcanvas[b-0ppzy71jr8] {
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-right: 1px solid rgba(201, 165, 90, 0.35);
    color: var(--ivory);
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.4);
}

.offcanvas-header[b-0ppzy71jr8],
.offcanvas-body[b-0ppzy71jr8] {
    background: transparent;
}
.offcanvas-header[b-0ppzy71jr8] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(201, 165, 90, 0.28);
    position: relative;
}
/* Petit losange doré sous le titre, en écho aux sections */
.offcanvas-header[b-0ppzy71jr8]::after {
    content: "";
    position: absolute;
    left: 1.5rem;
    bottom: -4px;
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
}

.offcanvas-title[b-0ppzy71jr8] {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--gold-soft);
    font-size: 1.15rem;
    letter-spacing: 0.02em;
    margin: 0;
}

.btn-close[b-0ppzy71jr8] {
    filter: invert(72%) sepia(28%) saturate(540%) hue-rotate(10deg) brightness(98%);
    opacity: 0.85;
}
.btn-close:hover[b-0ppzy71jr8],
.btn-close:focus[b-0ppzy71jr8] {
    opacity: 1;
    box-shadow: none;
}

.offcanvas-body[b-0ppzy71jr8] {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
}

/* ====== Liens du menu ====== */
.navbar-nav[b-0ppzy71jr8] {
    gap: 0.1rem;
}

.nav-item[b-0ppzy71jr8] {
    width: 100%;
}

.nav-link[b-0ppzy71jr8] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: rgba(246, 246, 246, 0.88);
    padding: 0.7rem 0 !important;
    position: relative;
    border-bottom: 1px solid rgba(201, 165, 90, 0.1);
    transition: color 0.3s ease, padding-left 0.35s cubic-bezier(.2,.7,.2,1);
}
.nav-link[b-0ppzy71jr8]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--gold);
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.nav-link:hover[b-0ppzy71jr8],
.nav-link:focus[b-0ppzy71jr8] {
    color: var(--gold-soft);
    padding-left: 18px !important;
    text-decoration: none;
}
.nav-link:hover[b-0ppzy71jr8]::before,
.nav-link:focus[b-0ppzy71jr8]::before {
    transform: translateY(-50%) scaleX(1);
}

/* ====== Bouton admin "Créer article" ====== */
.btn.btn-primary[b-0ppzy71jr8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.75rem 1.4rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: var(--gold);
    border: 1px solid var(--gold);
    color: var(--navy);
    border-radius: 0;
    box-shadow: none;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}
.btn.btn-primary:hover[b-0ppzy71jr8],
.btn.btn-primary:focus[b-0ppzy71jr8] {
    background: var(--ivory);
    border-color: var(--gold);
    color: var(--navy);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.4);
}

/* ====== Responsive ====== */
@media (max-width: 850px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 19px; }
    .logo[b-0ppzy71jr8] { width: 32px; height: 32px; }
}
@media (max-width: 700px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 17px; gap: 0.55rem; }
}
@media (max-width: 620px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 15px; }
    .navbar-toggler[b-0ppzy71jr8] { margin-left: 6px; }
}
@media (max-width: 500px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 14px; }
    .navbar-toggler[b-0ppzy71jr8] {
        margin-left: 0 !important;
        padding: 4px 8px;
    }
    .logo[b-0ppzy71jr8] { width: 28px; height: 28px; }
    .container-fluid[b-0ppzy71jr8] { padding: 8px 10px; }
    .navbar .navbar-brand.translate-middle-x[b-0ppzy71jr8] { transform: none !important; }
    .navbar .navbar-brand.start-50[b-0ppzy71jr8] {
        left: 60px !important;
        transform: none !important;
    }
}
@media (max-width: 445px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 13px; gap: 0.4rem; }
}
@media (max-width: 365px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 12px; }
}
@media (max-width: 320px) {
    .navbar-brand[b-0ppzy71jr8] { font-size: 11px; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-j1gs5vwydj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-j1gs5vwydj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Bible.razor.rz.scp.css */
/* ===== ACCUEIL ===== */

/* --- Séparateur Ancien / Nouveau Testament --- */
.bible-testament-sep[b-90sc8joxyy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin: 3rem 0 1.5rem;
    position: relative;
}

.bible-testament-sep[b-90sc8joxyy]::before,
.bible-testament-sep[b-90sc8joxyy]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
}

.bible-testament-titre[b-90sc8joxyy] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
    font-variant: small-caps;
    white-space: nowrap;
}

.bible-testament-ornement[b-90sc8joxyy] {
    color: var(--gold);
    font-size: 1.4em;
    line-height: 1;
}

/* Premier séparateur : on enlève la marge du haut */
.bible-testament-sep:first-of-type[b-90sc8joxyy] {
    margin-top: 2rem;
}

/* --- Sous-titre de groupe (Pentateuque, Évangiles, etc.) --- */
.bible-groupe-titre[b-90sc8joxyy] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    border-left: 3px solid var(--gold);
    padding-left: 0.75rem;
    margin-top: 1.75rem;
    margin-bottom: 0.9rem;
}

/* --- Grille des livres --- */
.bible-livres-grid[b-90sc8joxyy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

/* --- Carte « manuscrit » : parchemin + lettrine --- */
.bible-livre-card[b-90sc8joxyy] {
    position: relative;
    padding: 0.75rem 0.9rem;
    background: linear-gradient(135deg, var(--ivory) 0%, var(--paper) 100%);
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: stretch;
    gap: 0.85rem;
    min-height: 96px;
    overflow: hidden;
}

/* Coin replié discret en haut à droite */
.bible-livre-card[b-90sc8joxyy]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: linear-gradient(225deg, #e8dcb8 0%, #e8dcb8 50%, transparent 50%);
    border-bottom-left-radius: 4px;
    opacity: 0.7;
    pointer-events: none;
}

.bible-livre-card:hover[b-90sc8joxyy] {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(40, 30, 10, 0.15);
}

/* Lettrine : le code AELF en grande initiale dorée, encadrée */
.bible-livre-lettrine[b-90sc8joxyy] {
    flex: 0 0 auto;
    min-width: 3rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-size: 1.9em;
    font-weight: 700;
    color: var(--gold);
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(201, 165, 90, 0.5);
    border-radius: 6px;
    line-height: 1;
    letter-spacing: -0.5px;
    transition: background 0.2s, color 0.2s;
}

.bible-livre-card:hover .bible-livre-lettrine[b-90sc8joxyy] {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold-deep);
}

.bible-livre-corps[b-90sc8joxyy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
    flex: 1;
    min-width: 0;
}

.bible-livre-nom[b-90sc8joxyy] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.2;
}

.bible-livre-meta[b-90sc8joxyy] {
    font-size: 0.78em;
    color: #888;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.3px;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(184, 153, 80, 0.25);
}

.bible-livre-meta i[b-90sc8joxyy] {
    font-size: 0.85em;
    color: var(--gold);
    margin-right: 0.2em;
}

/* ===== TITRE DU LIVRE / CHAPITRE ===== */

.bible-livre-titre[b-90sc8joxyy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bible-livre-sous[b-90sc8joxyy] {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1.25rem;
    letter-spacing: 0.3px;
}

.bible-chap-badge[b-90sc8joxyy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.2rem;
    height: 2.2rem;
    padding: 0 0.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), #2a2a6e);
    color: var(--gold-soft);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid var(--gold);
}

/* ===== FIL D'ARIANE ===== */

.bible-fil[b-90sc8joxyy] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0.5rem;
}

.bible-fil .btn-link[b-90sc8joxyy] {
    color: var(--navy);
    text-decoration: none;
    font-weight: 500;
}

.bible-fil .btn-link:hover[b-90sc8joxyy] {
    text-decoration: underline;
}

.bible-fil i[b-90sc8joxyy] {
    font-size: 0.75em;
    color: var(--gold);
}

/* ===== SECTIONS DE CHAPITRE (page unique) ===== */

.bible-chapitre[b-90sc8joxyy] {
    margin-top: 2rem;
    scroll-margin-top: 80px; /* compense la navbar fixe lors du scroll vers ancre */
}

.bible-chapitre:first-of-type[b-90sc8joxyy] {
    margin-top: 1.25rem;
}

.bible-chapitre-entete[b-90sc8joxyy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin: 0 auto 1rem;
    max-width: 520px;
}

.bible-chapitre-filet[b-90sc8joxyy] {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold) 50%, transparent);
}

.bible-chapitre-num[b-90sc8joxyy] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--gold);
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    font-feature-settings: "lnum";
    padding: 0 0.1em;
}

/* ===== NAVIGATEUR DE CHAPITRES FLOTTANT ===== */

.bible-chap-jump[b-90sc8joxyy] {
    position: fixed;
    right: 1rem;
    bottom: 1.5rem;
    z-index: 950;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.bible-chap-jump-toggle[b-90sc8joxyy] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    background: var(--navy);
    color: var(--gold-soft);
    font-size: 1.45rem;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.15s, background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bible-chap-jump-toggle:hover[b-90sc8joxyy] {
    transform: scale(1.06);
    background: #2a2a6e;
}

.bible-chap-jump-panel[b-90sc8joxyy] {
    display: none;
    background: linear-gradient(135deg, var(--ivory) 0%, var(--paper) 100%);
    border: 1px solid var(--gold);
    border-radius: 10px;
    padding: 0.85rem 0.9rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    max-width: min(320px, calc(100vw - 2rem));
    max-height: 60vh;
    overflow-y: auto;
}

.bible-chap-jump.ouvert .bible-chap-jump-panel[b-90sc8joxyy] {
    display: block;
}

.bible-chap-jump-retour[b-90sc8joxyy] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.5rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-size: 0.82em;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s, border-color 0.15s;
}

.bible-chap-jump-retour:hover[b-90sc8joxyy] {
    background: rgba(184, 153, 80, 0.12);
    border-color: rgba(201, 165, 90, 0.5);
}

.bible-chap-jump-retour i[b-90sc8joxyy] {
    color: var(--gold);
    font-size: 0.95em;
}

.bible-chap-jump-titre[b-90sc8joxyy] {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    font-weight: 600;
    font-size: 0.95em;
    margin-bottom: 0.5rem;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    text-align: center;
    border-bottom: 1px solid rgba(184, 153, 80, 0.4);
    padding-bottom: 0.35rem;
}

.bible-chap-jump-grille[b-90sc8joxyy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    gap: 0.25rem;
}

.bible-chap-jump-lien[b-90sc8joxyy] {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    min-width: 28px;
    padding: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(201, 165, 90, 0.5);
    color: var(--navy);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, transform 0.15s;
}

.bible-chap-jump-lien:hover[b-90sc8joxyy] {
    background: var(--gold);
    color: var(--ivory);
    border-color: var(--gold-deep);
    transform: scale(1.05);
    text-decoration: none;
}

/* ===== LECTURE DES VERSETS ===== */

.bible-versets[b-90sc8joxyy] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
    margin-top: 1rem;
    line-height: 1.75;
    text-align: justify;
    hyphens: auto;
    font-family: 'Lora', serif;
    font-size: 1.1rem;
}

.bible-verset-num[b-90sc8joxyy] {
    font-family: 'Lato', sans-serif;
    font-size: 0.72em;
    font-weight: 700;
    color: var(--gold);
    vertical-align: super;
    margin: 0 0.2em 0 0.15em;
    user-select: none;
}

.bible-verset-texte[b-90sc8joxyy] {
    color: #1a1a1a;
}

/* ===== SOURCE AELF ===== */

.bible-source[b-90sc8joxyy] {
    font-size: 0.8em;
    color: #888;
    font-style: italic;
    border-top: 1px solid rgba(201, 165, 90, 0.35);
    padding-top: 0.75rem;
}

.bible-source i[b-90sc8joxyy] {
    color: var(--gold);
    margin-right: 0.25em;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 600px) {
    .bible-chap-jump-toggle[b-90sc8joxyy] {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
    .bible-livres-grid[b-90sc8joxyy] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 0.75rem;
    }
    .bible-livre-lettrine[b-90sc8joxyy] {
        font-size: 1.5em;
        min-width: 2.4rem;
    }
    .bible-livre-nom[b-90sc8joxyy] {
        font-size: 0.98em;
    }
    .bible-testament-titre[b-90sc8joxyy] {
        font-size: 1.5em;
    }
    .bible-chapitres-grid[b-90sc8joxyy] {
        grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    }
    .bible-versets[b-90sc8joxyy] {
        padding: 1rem 1.1rem;
        font-size: 0.98em;
    }
}
/* /Components/Pages/Compendium.razor.rz.scp.css */
/* Barre d'outils */
.compendium-toolbar[b-lq7tf1jfaw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 8px;
}

/* Logo accueil */
.compendium-logo[b-lq7tf1jfaw] {
    width: auto !important;
    max-width: 100%;
    margin: 0 !important;
}

/* Cartes des parties (accueil) */
.compendium-partie-card[b-lq7tf1jfaw] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.compendium-partie-card:hover[b-lq7tf1jfaw] {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.compendium-partie-card img[b-lq7tf1jfaw] {
    width: 100%;
    height: auto;
    margin: 0 !important;
}

/* Image partie (table des matières) */
.compendium-partie-img[b-lq7tf1jfaw] {
    width: 100%;
    height: auto;
    margin: 0 !important;
}

/* Niveaux hiérarchiques - base commune */
.compendium-heading[b-lq7tf1jfaw] {
    padding: 0.75rem 1rem;
    margin: 1rem 0 0.75rem;
    border-radius: 6px;
    border-left: 4px solid;
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
}

.compendium-partie[b-lq7tf1jfaw] {
    font-size: 1.5em;
    font-weight: 700;
    background-color: rgba(26, 26, 74, 0.1);
    border-left-color: var(--navy);
    color: var(--navy);
}

.compendium-section[b-lq7tf1jfaw] {
    font-size: 1.25em;
    font-weight: 700;
    background-color: rgba(26, 26, 74, 0.07);
    border-left-color: rgba(26, 26, 74, 0.55);
    color: #2a2a6e;
}

.compendium-chapitre[b-lq7tf1jfaw] {
    font-size: 1.15em;
    background-color: rgba(26, 26, 74, 0.04);
    border-left-color: rgba(26, 26, 74, 0.35);
    color: #3a3a7a;
}

.compendium-theme[b-lq7tf1jfaw] {
    font-size: 1.05em;
    background-color: rgba(201, 165, 90, 0.1);
    border-left-color: var(--gold);
    color: var(--gold-deep);
    font-style: italic;
}

/* Questions / Réponses */
.compendium-question[b-lq7tf1jfaw] {
    margin-top: 1.25rem;
    font-weight: 700;
}

.compendium-question-no[b-lq7tf1jfaw] {
    color: var(--navy);
}

.compendium-reponse[b-lq7tf1jfaw] {
    margin-left: 1rem;
    margin-top: 0.3rem;
}

.compendium-citation[b-lq7tf1jfaw] {
    margin-left: 1rem;
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.95em;
}

.compendium-btn-savoir-plus[b-lq7tf1jfaw] {
    margin-left: 1rem;
    margin-top: 0.5rem;
}

/* Liens table des matières */
.compendium-link[b-lq7tf1jfaw] {
    text-decoration: none;
    color: var(--navy);
}

.compendium-link:hover[b-lq7tf1jfaw] {
    text-decoration: underline;
}

/* Navigation précédent/suivant */
.compendium-nav[b-lq7tf1jfaw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    margin-top: 1.5rem;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.compendium-nav-text[b-lq7tf1jfaw] {
    font-size: 0.8em;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 750px) {
    .compendium-toolbar[b-lq7tf1jfaw] {
        flex-direction: column;
        align-items: stretch;
    }

    .compendium-toolbar .d-flex[b-lq7tf1jfaw] {
        width: 100%;
    }

    .compendium-nav[b-lq7tf1jfaw] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .compendium-nav button[b-lq7tf1jfaw] {
        width: 100%;
    }
}
/* /Components/Pages/Conciles.razor.rz.scp.css */
/* Époque heading */
.conciles-epoque[b-ianzb2227l] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 1.3em;
    border-left: 4px solid var(--navy);
    padding-left: 0.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* ===== FRISE CHRONOLOGIQUE ===== */
.conciles-timeline[b-ianzb2227l] {
    position: relative;
    padding-left: 80px;
    margin-bottom: 1.5rem;
}

/* Ligne verticale */
.conciles-timeline[b-ianzb2227l]::before {
    content: '';
    position: absolute;
    left: 68px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--navy), var(--gold));
    border-radius: 2px;
}

.conciles-timeline-item[b-ianzb2227l] {
    position: relative;
    padding-left: 30px;
    padding-bottom: 1.5rem;
    cursor: pointer;
}

/* Année à gauche de la ligne */
.conciles-timeline-annee[b-ianzb2227l] {
    position: absolute;
    left: -76px;
    top: 8px;
    width: 56px;
    text-align: right;
    font-weight: 700;
    font-size: 0.85em;
    color: var(--navy);
    font-family: 'Lato', sans-serif;
}

/* Point sur la ligne — centré sur la ligne verticale (left:68px, width:3px → centre à 69.5px) */
.conciles-timeline-dot[b-ianzb2227l] {
    position: absolute;
    left: -18px;
    top: 12px;
    width: 14px;
    height: 14px;
    background: var(--navy);
    border: 3px solid var(--gold);
    border-radius: 50%;
    z-index: 1;
    transition: transform 0.2s, box-shadow 0.2s;
}

.conciles-timeline-item:hover .conciles-timeline-dot[b-ianzb2227l] {
    transform: scale(1.4);
    box-shadow: 0 0 0 4px rgba(26, 26, 74, 0.15);
}

/* Carte du concile */
.conciles-timeline-card[b-ianzb2227l] {
    padding: 0.85rem 1rem;
    background: white;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.conciles-timeline-item:hover .conciles-timeline-card[b-ianzb2227l] {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.conciles-timeline-card-header[b-ianzb2227l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.conciles-timeline-icone[b-ianzb2227l] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), #2a2a6e);
    color: var(--gold-soft);
    font-size: 1.2em;
    border: 2px solid var(--gold);
}

.conciles-timeline-card-titre[b-ianzb2227l] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 1.1em;
    margin: 0;
    line-height: 1.2;
}

.conciles-timeline-card-lieu[b-ianzb2227l] {
    font-size: 0.78em;
    color: #888;
}

.conciles-timeline-card-lieu i[b-ianzb2227l] {
    font-size: 0.75em;
}

.conciles-badge[b-ianzb2227l] {
    display: inline-block;
    background-color: rgba(201, 165, 90, 0.15);
    color: var(--gold-deep);
    font-size: 0.72em;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    border: 1px solid rgba(201, 165, 90, 0.3);
}

.conciles-timeline-card-resume[b-ianzb2227l] {
    font-size: 0.85em;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

/* ===== VUE DÉTAIL ===== */

/* Titre avec icône */
.conciles-detail-titre[b-ianzb2227l] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.conciles-detail-titre h1[b-ianzb2227l] {
    margin: 0;
}

.conciles-detail-icone[b-ianzb2227l] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), #2a2a6e);
    color: var(--gold-soft);
    font-size: 1.4em;
    border: 2px solid var(--gold);
}

/* Meta (date + lieu) */
.conciles-meta[b-ianzb2227l] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.95em;
    color: #555;
}

.conciles-meta i[b-ianzb2227l] {
    color: var(--navy);
    margin-right: 0.3rem;
}

/* Papes */
.conciles-papes-list[b-ianzb2227l] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.conciles-pape[b-ianzb2227l] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    background-color: var(--paper);
    border-radius: 8px;
    font-size: 0.9em;
    line-height: 1.5;
    border-left: 4px solid var(--gold);
}

.conciles-pape-avatar[b-ianzb2227l] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), #2a2a6e);
    color: var(--gold-soft);
    font-size: 1.6em;
    border: 2px solid var(--gold);
    overflow: hidden;
}

[b-ianzb2227l] .conciles-pape-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.conciles-pape-nom[b-ianzb2227l] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-weight: 700;
    color: var(--navy);
    font-size: 1.05em;
}

.conciles-pape-role[b-ianzb2227l] {
    font-size: 0.8em;
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.3rem;
}

.conciles-pape-texte[b-ianzb2227l] {
    color: #444;
}

/* Textes clés */
.conciles-textes-cles[b-ianzb2227l] {
    font-size: 0.95em;
}

[b-ianzb2227l] .conciles-textes-cles h4 {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 1.1em;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

[b-ianzb2227l] .conciles-textes-cles blockquote {
    border-left: 3px solid var(--gold);
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    background-color: rgba(247, 243, 232, 0.6);
    border-radius: 0 6px 6px 0;
    font-style: italic;
    line-height: 1.7;
}

/* Déroulement du concile */
.conciles-deroulement[b-ianzb2227l] {
    font-size: 0.95em;
    line-height: 1.7;
}

[b-ianzb2227l] .conciles-deroulement h3,
[b-ianzb2227l] .conciles-deroulement h4 {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
    font-size: 1.1em;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

[b-ianzb2227l] .conciles-deroulement blockquote {
    border-left: 3px solid var(--gold);
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    background-color: rgba(247, 243, 232, 0.6);
    border-radius: 0 6px 6px 0;
    font-style: italic;
    line-height: 1.7;
}

[b-ianzb2227l] .conciles-deroulement ol,
[b-ianzb2227l] .conciles-deroulement ul {
    padding-left: 1.5rem;
}

[b-ianzb2227l] .conciles-deroulement li {
    margin-bottom: 0.4rem;
}

/* Navigation précédent / suivant */
.conciles-nav[b-ianzb2227l] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    margin-top: 2rem;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .conciles-timeline[b-ianzb2227l] {
        padding-left: 64px;
    }

    .conciles-timeline[b-ianzb2227l]::before {
        left: 52px;
    }

    .conciles-timeline-annee[b-ianzb2227l] {
        left: -60px;
        width: 40px;
        font-size: 0.75em;
    }

    .conciles-timeline-dot[b-ianzb2227l] {
        left: -19px;
    }

    .conciles-timeline-card-header[b-ianzb2227l] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .conciles-timeline-pope-img[b-ianzb2227l] {
        width: 40px;
        height: 40px;
    }

    .conciles-pape[b-ianzb2227l] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .conciles-pape-avatar[b-ianzb2227l] {
        width: 44px;
        height: 44px;
        font-size: 1.2em;
    }

    .conciles-nav[b-ianzb2227l] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .conciles-nav button[b-ianzb2227l] {
        width: 100%;
    }
}
/* /Components/Pages/Homepage.razor.rz.scp.css */
/* ============================================================
   FOI CATHOLIQUE — Homepage 2026 edition
   Palette : navy #1a1a4a · or #c9a55a · ivoire #fdfdf6
   Variables liturgiques injectées via inline style sur .homepage-wrapper
   ============================================================ */

.homepage-wrapper[b-tdroulxvs6] {
    --navy: #1a1a4a;
    --navy-deep: #0e0e2e;
    --navy-soft: rgba(26, 26, 74, 0.08);
    --gold: #c9a55a;
    --gold-soft: #e3c98a;
    --gold-deep: #8a6f2a;
    --ivory: #fdfdf6;
    --paper: #f7f3e8;
    --ink: #1d1d2e;
    --ink-soft: #4a4a5e;
    /* --liturgical-accent injecté inline */

    position: relative;
    width: 100%;
    overflow-x: clip;
    color: var(--ink);
    isolation: isolate;
}

/* ============================================================
   SACRED GEOMETRY (background patterns)
   ============================================================ */
.sacred-geometry[b-tdroulxvs6] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.sg[b-tdroulxvs6] {
    position: absolute;
    color: var(--gold);
    opacity: 0.15;
    animation: sgSpin-b-tdroulxvs6 240s linear infinite;
}
.sg-rose[b-tdroulxvs6] { width: 600px; height: 600px; }
.sg-vesica[b-tdroulxvs6] { width: 480px; height: 280px; }
.sg-1[b-tdroulxvs6] { top: 90vh; right: -180px; opacity: 0.10; }
.sg-2[b-tdroulxvs6] { top: 160vh; left: -120px; opacity: 0.12; animation-direction: reverse; }
.sg-3[b-tdroulxvs6] { top: 240vh; right: -200px; opacity: 0.09; }
.sg-4[b-tdroulxvs6] { top: 320vh; left: -100px; opacity: 0.10; animation-direction: reverse; }

@keyframes sgSpin-b-tdroulxvs6 {
    from { transform: rotate(0); }
    to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
    .sg[b-tdroulxvs6] { animation: none; }
}

/* ============================================================
   HERO ÉDITORIAL CINÉTIQUE
   ============================================================ */
.hero[b-tdroulxvs6] {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg[b-tdroulxvs6] {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    filter: saturate(0.85) brightness(0.78);
    animation: heroDrift-b-tdroulxvs6 24s ease-in-out infinite alternate;
}
@keyframes heroDrift-b-tdroulxvs6 {
    from { transform: scale(1.05) translateY(0); }
    to   { transform: scale(1.10) translateY(-2%); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-bg[b-tdroulxvs6] { animation: none; transform: scale(1.05); }
}

.hero-overlay[b-tdroulxvs6] {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(10, 10, 40, 0.25) 0%, rgba(10, 10, 40, 0.85) 100%),
        linear-gradient(180deg, rgba(10, 10, 40, 0.55) 0%, rgba(10, 10, 40, 0.65) 100%);
}
.hero-vignette[b-tdroulxvs6] {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,0.55) 100%);
}

/* Liturgical badge */
.liturgical-badge[b-tdroulxvs6] {
    position: absolute;
    top: 24px; right: 24px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.1rem;
    background: rgba(15, 15, 35, 0.55);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(201, 165, 90, 0.35);
    border-radius: 999px;
    color: #f6f6f6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    animation: fadeInDown-b-tdroulxvs6 1.1s 0.2s cubic-bezier(.2,.7,.2,1) backwards;
}
.lit-pulse[b-tdroulxvs6] {
    width: 10px; height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: litPulse-b-tdroulxvs6 2.4s ease-out infinite;
    flex-shrink: 0;
}
@keyframes litPulse-b-tdroulxvs6 {
    0%   { box-shadow: 0 0 0 0 rgba(201, 165, 90, 0.7); }
    70%  { box-shadow: 0 0 0 12px rgba(201, 165, 90, 0); }
    100% { box-shadow: 0 0 0 0 rgba(201, 165, 90, 0); }
}
.lit-text[b-tdroulxvs6] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.lit-season[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--gold-soft);
}
.lit-date[b-tdroulxvs6] {
    font-size: 0.78rem;
    opacity: 0.85;
}
.lit-color[b-tdroulxvs6] {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-top: 1px;
}

@media (max-width: 640px) {
    .liturgical-badge[b-tdroulxvs6] {
        top: 12px; right: 12px;
        padding: 0.5rem 0.75rem;
    }
    .lit-season[b-tdroulxvs6] { font-size: 0.8rem; }
    .lit-date[b-tdroulxvs6]   { font-size: 0.68rem; }
    .lit-color[b-tdroulxvs6]  { font-size: 0.6rem; }
}

/* Hero content */
.hero-content[b-tdroulxvs6] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #f6f6f6;
    padding: 6rem 1.5rem 4rem;
    max-width: 980px;
    width: 100%;
}

.hero-eyebrow[b-tdroulxvs6] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin: 0 auto 2rem;
    opacity: 0.92;
    animation: fadeInUp-b-tdroulxvs6 1s 0.15s cubic-bezier(.2,.7,.2,1) backwards;
}
.eyebrow-glyph[b-tdroulxvs6] {
    width: 14px; height: 14px;
    color: var(--gold);
    opacity: 0.8;
}

.hero-title[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1.75rem;
    line-height: 1;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}
.hero-title .line[b-tdroulxvs6] {
    display: block;
    overflow: hidden;
}
.hero-title .line > *[b-tdroulxvs6] { display: inline-block; }
.line-1[b-tdroulxvs6] {
    font-size: clamp(1.6rem, 3.4vw, 2.6rem);
    font-style: italic;
    opacity: 0.85;
    letter-spacing: 0.02em;
    animation: revealLine-b-tdroulxvs6 1s 0.35s cubic-bezier(.2,.7,.2,1) backwards;
}
.line-2[b-tdroulxvs6] {
    font-size: clamp(3.2rem, 9vw, 7.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0.1em 0;
    animation: revealLine-b-tdroulxvs6 1.1s 0.55s cubic-bezier(.2,.7,.2,1) backwards;
}
.line-2 em[b-tdroulxvs6] {
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
    text-shadow: 0 4px 30px rgba(201, 165, 90, 0.35);
}
.line-3[b-tdroulxvs6] {
    font-size: clamp(1.6rem, 3.4vw, 2.6rem);
    font-style: italic;
    opacity: 0.85;
    letter-spacing: 0.02em;
    animation: revealLine-b-tdroulxvs6 1s 0.75s cubic-bezier(.2,.7,.2,1) backwards;
}

@keyframes revealLine-b-tdroulxvs6 {
    from { transform: translateY(110%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
@keyframes fadeInUp-b-tdroulxvs6 {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
@keyframes fadeInDown-b-tdroulxvs6 {
    from { transform: translateY(-12px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.hero-subtitle[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.55;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    animation: fadeInUp-b-tdroulxvs6 1s 0.95s cubic-bezier(.2,.7,.2,1) backwards;
}

.hero-cta[b-tdroulxvs6] {
    animation: fadeInUp-b-tdroulxvs6 1s 1.1s cubic-bezier(.2,.7,.2,1) backwards;
}
.hero-btn[b-tdroulxvs6] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 2.25rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.35s ease, transform 0.35s ease;
}
.hero-btn svg[b-tdroulxvs6] {
    width: 22px; height: 12px;
    transition: transform 0.35s ease;
}
.hero-btn[b-tdroulxvs6]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ivory);
    transform: translateX(-101%);
    transition: transform 0.45s cubic-bezier(.7,0,.3,1);
    z-index: 0;
}
.hero-btn > *[b-tdroulxvs6] { position: relative; z-index: 1; }
.hero-btn:hover[b-tdroulxvs6] {
    color: var(--navy);
}
.hero-btn:hover[b-tdroulxvs6]::before { transform: translateX(0); }
.hero-btn:hover svg[b-tdroulxvs6] { transform: translateX(6px); }

.scroll-cue[b-tdroulxvs6] {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    animation: fadeInUp-b-tdroulxvs6 1s 1.4s cubic-bezier(.2,.7,.2,1) backwards;
}
.scroll-cue-text[b-tdroulxvs6] {
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}
.scroll-cue-line[b-tdroulxvs6] {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, transparent, var(--gold) 50%, transparent);
    background-size: 100% 200%;
    animation: scrollLine-b-tdroulxvs6 2.4s ease-in-out infinite;
}
@keyframes scrollLine-b-tdroulxvs6 {
    0%   { background-position: 0% -100%; }
    100% { background-position: 0% 200%; }
}

/* ============================================================
   VERSET DU JOUR
   ============================================================ */
.verse-of-the-day[b-tdroulxvs6] {
    position: relative;
    z-index: 3;
    max-width: 1100px;
    margin: 6rem auto 3rem;
    padding: 0 1.5rem;
}
.vd-inner[b-tdroulxvs6] {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247, 243, 232, 0.94)),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.78 0 0 0 0 0.68 0 0 0 0 0.45 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
    padding: 3.5rem 2rem 3rem;
    text-align: center;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    box-shadow: 0 30px 80px -40px rgba(26, 26, 74, 0.4);
}
.vd-inner[b-tdroulxvs6]::before,
.vd-inner[b-tdroulxvs6]::after {
    content: "";
    position: absolute;
    width: 12px; height: 12px;
    background: var(--gold);
    transform: rotate(45deg);
    top: -7px;
}
.vd-inner[b-tdroulxvs6]::before { left: 50%; transform: translateX(-50%) rotate(45deg); }
.vd-inner[b-tdroulxvs6]::after  { display: none; }

.vd-eyebrow[b-tdroulxvs6] {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--liturgical-accent, var(--gold-deep));
    margin-bottom: 2rem;
}
.vd-quote[b-tdroulxvs6] {
    margin: 0;
    position: relative;
}
.vd-mark[b-tdroulxvs6] {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Playfair Display', serif;
    font-size: clamp(4rem, 8vw, 6rem);
    color: var(--gold);
    line-height: 1;
    opacity: 0.5;
}
.vd-text[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.5rem, 3.2vw, 2.6rem);
    line-height: 1.35;
    color: var(--navy);
    margin: 0 auto 1.5rem;
    max-width: 800px;
}
.vd-cite[b-tdroulxvs6] {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--liturgical-accent, var(--gold-deep));
}
.vd-ornament[b-tdroulxvs6] {
    display: block;
    width: 28px; height: 28px;
    margin: 1.5rem auto 0;
    color: var(--gold);
    opacity: 0.7;
}

/* ============================================================
   SECTIONS — Parchemin & ornements enluminés
   ============================================================ */
.anchor-offset[b-tdroulxvs6] {
    display: block;
    height: 0;
    scroll-margin-top: 80px;
}

.home-section[b-tdroulxvs6] {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 6rem auto;
    padding: 3.5rem 1.75rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(253, 253, 246, 0.95)),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.78 0 0 0 0 0.68 0 0 0 0 0.45 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23p)'/%3E%3C/svg%3E");
    border-radius: 4px;
    backdrop-filter: blur(2px);
    box-shadow:
        0 1px 0 rgba(201, 165, 90, 0.4),
        0 -1px 0 rgba(201, 165, 90, 0.4),
        0 40px 100px -50px rgba(26, 26, 74, 0.35);
}

@media (min-width: 768px) {
    .home-section[b-tdroulxvs6] { padding: 4.5rem 3rem; }
}

/* Section header avec lettrines + filets enluminés */
.section-header[b-tdroulxvs6] {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}
.section-ornament[b-tdroulxvs6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: var(--gold);
    margin: 0 auto 1.5rem;
    max-width: 460px;
}
.orn-filet[b-tdroulxvs6] {
    width: 200px;
    height: 24px;
    flex: 1 1 auto;
    max-width: 200px;
    opacity: 0.85;
}
.orn-glyph[b-tdroulxvs6] {
    width: 28px;
    height: 28px;
    color: var(--gold);
    flex-shrink: 0;
}

.dropcap-section[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(1.7rem, 2.9vw, 2.5rem);
    color: var(--navy);
    margin: 0;
    padding: 0;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
    max-width: 100%;
}
.dropcap[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.6rem, 7vw, 5.6rem);
    line-height: 0.85;
    font-weight: 700;
    color: var(--gold);
    background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(138, 111, 42, 0.2);
    padding-right: 0.3rem;
    position: relative;
    flex-shrink: 0;
}
.dropcap[b-tdroulxvs6]::after {
    content: "";
    position: absolute;
    inset: -8% -4% -8% -4%;
    border: 1px solid var(--gold);
    opacity: 0.3;
    pointer-events: none;
}
.dropcap-rest[b-tdroulxvs6] {
    flex: 1 1 auto;
    text-align: left;
}

@media (max-width: 640px) {
    .dropcap-section[b-tdroulxvs6] { gap: 0.3rem; }
    .dropcap[b-tdroulxvs6] { font-size: 3rem; }
    .dropcap-rest[b-tdroulxvs6] { font-size: 1.4rem; }
}

.section-lede[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    color: var(--ink-soft);
    max-width: 620px;
    margin: 1.25rem auto 0;
    line-height: 1.5;
}

/* ============================================================
   BENTO GRID (section 1)
   ============================================================ */
.bento-grid[b-tdroulxvs6] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 1.25rem;
}
.bento-tile[b-tdroulxvs6] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.45s cubic-bezier(.2,.7,.2,1), box-shadow 0.45s ease;
    box-shadow: 0 4px 16px rgba(26, 26, 74, 0.08);
    border: 1px solid rgba(201, 165, 90, 0.18);
}
.bento-1[b-tdroulxvs6] { grid-column: span 8; grid-row: span 2; }
.bento-2[b-tdroulxvs6] { grid-column: span 4; grid-row: span 2; }
.bento-3[b-tdroulxvs6] { grid-column: span 6; grid-row: span 1; flex-direction: row; }
.bento-4[b-tdroulxvs6] { grid-column: span 6; grid-row: span 1; flex-direction: row; }

@media (max-width: 991.98px) {
    .bento-1[b-tdroulxvs6], .bento-2[b-tdroulxvs6], .bento-3[b-tdroulxvs6], .bento-4[b-tdroulxvs6] {
        grid-column: span 12;
        grid-row: auto;
        flex-direction: column;
    }
}

.bento-media[b-tdroulxvs6] {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 200px;
}
.bento-1 .bento-media[b-tdroulxvs6] { min-height: 280px; }
.bento-2 .bento-media[b-tdroulxvs6] { min-height: 240px; }
.bento-3 .bento-media[b-tdroulxvs6], .bento-4 .bento-media[b-tdroulxvs6] {
    flex: 0 0 45%;
    min-height: 200px;
}
.bento-media img[b-tdroulxvs6] {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(.2,.7,.2,1), filter 0.5s;
    filter: saturate(0.92);
}
.bento-tile:hover .bento-media img[b-tdroulxvs6] {
    transform: scale(1.06);
    filter: saturate(1.05);
}
.bento-media[b-tdroulxvs6]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(26, 26, 74, 0.35) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s;
}
.bento-tile:hover .bento-media[b-tdroulxvs6]::after { opacity: 1; }

.bento-body[b-tdroulxvs6] {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 0 0 auto;
    background: #ffffff;
    position: relative;
}
.bento-1 .bento-body[b-tdroulxvs6] { padding: 1.75rem 2rem 2rem; }
.bento-3 .bento-body[b-tdroulxvs6], .bento-4 .bento-body[b-tdroulxvs6] {
    flex: 1 1 55%;
    justify-content: center;
}

.bento-tag[b-tdroulxvs6] {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--liturgical-accent, var(--gold-deep));
    margin-bottom: 0.15rem;
}
.bento-body h3[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--navy);
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}
.bento-1 .bento-body h3[b-tdroulxvs6] { font-size: clamp(1.5rem, 2.2vw, 2rem); }
.bento-body h3[b-tdroulxvs6]::after {
    content: "";
    position: absolute;
    left: 0; bottom: -4px;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.55s cubic-bezier(.2,.7,.2,1);
}
.bento-tile:hover .bento-body h3[b-tdroulxvs6]::after { width: 100%; }

.bento-body p[b-tdroulxvs6] {
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0;
}
.bento-arrow[b-tdroulxvs6] {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--navy);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.35s, transform 0.45s;
}
.bento-arrow svg[b-tdroulxvs6] {
    width: 22px; height: 12px;
    color: var(--gold);
}
.bento-tile:hover .bento-arrow[b-tdroulxvs6] {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================================
   FEATURE GRID (section 2 — sections spéciales)
   ============================================================ */
.feature-grid[b-tdroulxvs6] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
}
.feature-card[b-tdroulxvs6] { grid-column: span 6; }

@media (min-width: 540px) {
    .feature-card[b-tdroulxvs6] { grid-column: span 3; }
    .feature-card:nth-child(5)[b-tdroulxvs6] { grid-column: span 6; }
}

@media (min-width: 992px) {
    .feature-card:nth-child(1)[b-tdroulxvs6],
    .feature-card:nth-child(2)[b-tdroulxvs6] { grid-column: span 3; }
    .feature-card:nth-child(3)[b-tdroulxvs6],
    .feature-card:nth-child(4)[b-tdroulxvs6],
    .feature-card:nth-child(5)[b-tdroulxvs6] { grid-column: span 2; }
}

.feature-card[b-tdroulxvs6] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s;
    box-shadow: 0 4px 14px rgba(26, 26, 74, 0.08);
    border: 1px solid rgba(201, 165, 90, 0.2);
}
.feature-card[b-tdroulxvs6]::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--liturgical-accent, var(--gold)));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
    z-index: 2;
}
.feature-card:hover[b-tdroulxvs6] {
    transform: translateY(-6px);
    box-shadow:
        0 18px 40px -10px rgba(26, 26, 74, 0.25),
        0 0 0 1px var(--gold);
}
.feature-card:hover[b-tdroulxvs6]::before { transform: scaleX(1); }
.feature-card:hover .home-card-media img[b-tdroulxvs6],
.feature-card:hover .feature-media img[b-tdroulxvs6] { transform: scale(1.05); }

.feature-media[b-tdroulxvs6] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--paper);
}
.feature-media img[b-tdroulxvs6] {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}
.feature-body[b-tdroulxvs6] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex-grow: 1;
}
.feature-body h3[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--navy);
    font-size: 1.3rem;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
.feature-body p[b-tdroulxvs6] {
    font-family: 'Lora', serif;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0;
    flex-grow: 1;
}
.card-link[b-tdroulxvs6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--liturgical-accent, var(--gold-deep));
    margin-top: 0.4rem;
    transition: gap 0.3s;
}
.card-link svg[b-tdroulxvs6] { width: 18px; height: 10px; transition: transform 0.3s; }
.feature-card:hover .card-link svg[b-tdroulxvs6] { transform: translateX(4px); }

/* ============================================================
   CAROUSEL ARTICLES
   ============================================================ */
.subsection-bar[b-tdroulxvs6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0 1.5rem;
    gap: 1rem;
}
.subsection-bar:first-of-type[b-tdroulxvs6] { margin-top: 0; }

.subsection-title[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    color: var(--navy);
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    margin: 0;
    padding: 0;
    line-height: 1.2;
    position: relative;
    padding-left: 1.2rem;
}
.subsection-title[b-tdroulxvs6]::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 6px; height: 6px;
    background: var(--gold);
    transform: translateY(-50%) rotate(45deg);
}

.carousel-nav[b-tdroulxvs6] {
    display: flex;
    gap: 0.5rem;
}
.cn-btn[b-tdroulxvs6] {
    width: 40px; height: 40px;
    border: 1px solid var(--gold);
    background: transparent;
    color: var(--navy);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}
.cn-btn svg[b-tdroulxvs6] { width: 18px; height: 10px; }
.cn-btn:hover[b-tdroulxvs6] {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}
@media (max-width: 640px) {
    .carousel-nav[b-tdroulxvs6] { display: none; }
}

.carousel[b-tdroulxvs6] {
    position: relative;
    margin: 0 -1.75rem;
    padding: 0 1.75rem;
}
.carousel-track[b-tdroulxvs6] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(220px, 28%, 290px);
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 1.75rem;
    padding: 0.5rem 0 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: var(--gold) transparent;
}
.carousel-track[b-tdroulxvs6]::-webkit-scrollbar { height: 6px; }
.carousel-track[b-tdroulxvs6]::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 3px;
}
.carousel-track[b-tdroulxvs6]::-webkit-scrollbar-track { background: transparent; }

.carousel-card[b-tdroulxvs6] {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border: 1px solid rgba(201, 165, 90, 0.2);
    transition: transform 0.4s, box-shadow 0.4s;
    box-shadow: 0 4px 14px rgba(26, 26, 74, 0.08);
}
.carousel-card:hover[b-tdroulxvs6] {
    transform: translateY(-4px);
    box-shadow:
        0 18px 36px -12px rgba(26, 26, 74, 0.28),
        0 0 0 1px var(--gold);
    color: inherit;
}
.carousel-media[b-tdroulxvs6] {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--paper);
    position: relative;
}
.carousel-media img[b-tdroulxvs6] {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}
.carousel-card:hover .carousel-media img[b-tdroulxvs6] { transform: scale(1.06); }

.carousel-body[b-tdroulxvs6] {
    padding: 1rem 1.1rem 1.3rem;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}
.carousel-body h4[b-tdroulxvs6] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--navy);
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.carousel-fade[b-tdroulxvs6] {
    position: absolute;
    top: 0; bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 2;
}
.carousel-fade-l[b-tdroulxvs6] {
    left: 0;
    background: linear-gradient(90deg, rgba(253, 253, 246, 1), transparent);
}
.carousel-fade-r[b-tdroulxvs6] {
    right: 0;
    background: linear-gradient(270deg, rgba(253, 253, 246, 1), transparent);
}

.subsection-more[b-tdroulxvs6] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
    padding-right: 0.25rem;
}
.subsection-more-link[b-tdroulxvs6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--navy);
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s, gap 0.3s;
}
.subsection-more-link svg[b-tdroulxvs6] {
    width: 20px; height: 11px;
    color: var(--gold);
    transition: transform 0.3s;
}
.subsection-more-link:hover[b-tdroulxvs6] {
    color: var(--liturgical-accent, var(--gold-deep));
    gap: 0.75rem;
}
.subsection-more-link:hover svg[b-tdroulxvs6] { transform: translateX(4px); }

/* ============================================================
   HOME-CARD (legacy class, conservée pour compat)
   ============================================================ */
.home-card[b-tdroulxvs6] { text-decoration: none; color: inherit; }
.home-card:hover[b-tdroulxvs6], .home-card:focus-visible[b-tdroulxvs6] {
    text-decoration: none;
    color: inherit;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
    .bento-grid[b-tdroulxvs6] { grid-auto-rows: auto; }
}

@media (max-width: 767.98px) {
    .home-section[b-tdroulxvs6] {
        margin: 3.5rem 0.75rem;
        padding: 2.5rem 1.25rem;
    }
    .verse-of-the-day[b-tdroulxvs6] { margin-top: 4rem; padding: 0 0.75rem; }
    .vd-inner[b-tdroulxvs6] { padding: 2.5rem 1.25rem 2rem; }
    .hero-content[b-tdroulxvs6] { padding: 5rem 1rem 3.5rem; }
    .orn-filet[b-tdroulxvs6] { max-width: 80px; }
    .carousel[b-tdroulxvs6] { margin: 0 -1.25rem; padding: 0 1.25rem; }
    .carousel-track[b-tdroulxvs6] { scroll-padding: 1.25rem; grid-auto-columns: 75%; }
}

@media (max-width: 480px) {
    .liturgical-badge .lit-color[b-tdroulxvs6] { display: none; }
}
/* /Components/Pages/KeywordPage.razor.rz.scp.css */
/* ============================================================
   PAGE MOT-CLÉ / RÉCENTS — Listing d'articles en grille
   ============================================================ */

/* Sous-titre (compteur d'articles) */
.keyword-meta[b-h564h0s3zd] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--ink-soft);
    margin: -0.5rem 0 2.75rem;
}

/* Date sous le titre de chaque carte */
.post-date[b-h564h0s3zd] {
    font-family: 'Lato', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin: 0 0 0.5rem;
}

/* ====== Carte d'article (style « feature card » de la home) ====== */
.home-card[b-h564h0s3zd] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border: 1px solid rgba(201, 165, 90, 0.25);
    border-radius: 0;
    box-shadow: 0 4px 14px rgba(26, 26, 74, 0.08);
    transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s;
    position: relative;
}
.home-card[b-h564h0s3zd]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-soft), var(--gold));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.55s cubic-bezier(.2,.7,.2,1);
    z-index: 2;
}
.home-card:hover[b-h564h0s3zd],
.home-card:focus-visible[b-h564h0s3zd] {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px -12px rgba(26, 26, 74, 0.3), 0 0 0 1px var(--gold);
    color: inherit;
    text-decoration: none;
}
.home-card:hover[b-h564h0s3zd]::before,
.home-card:focus-visible[b-h564h0s3zd]::before { transform: scaleX(1); }

.home-card-media[b-h564h0s3zd] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--paper);
}
.home-card-media img[b-h564h0s3zd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
    filter: saturate(0.95);
}
.home-card:hover .home-card-media img[b-h564h0s3zd] {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.home-card-body[b-h564h0s3zd] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.1rem 1.25rem 1.4rem;
    gap: 0.4rem;
}
.home-card-body h4[b-h564h0s3zd] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.15rem;
    color: var(--navy);
    margin: 0;
    padding: 0;
    line-height: 1.3;
}
.home-card-body p[b-h564h0s3zd] {
    font-family: 'Lora', serif;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0;
}

/* ====== Bouton « Afficher plus » ====== */
.load-more[b-h564h0s3zd] {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.load-more .btn[b-h564h0s3zd] {
    padding: 0.8rem 2.2rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
/* /Components/Pages/Liturgie.razor.rz.scp.css */
/* ============================================================
   LITURGIE — Calendrier liturgique
   ============================================================ */

h2[b-1g7bp0fupd], h3[b-1g7bp0fupd], h5[b-1g7bp0fupd] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: var(--navy);
}
h5[b-1g7bp0fupd], h3[b-1g7bp0fupd] {
    font-weight: 700;
}

/* ====== Nav tabs (Messe / Liturgie des Heures) ====== */
.nav-tabs[b-1g7bp0fupd] {
    border-bottom: 1px solid rgba(201, 165, 90, 0.35);
}
.nav-tabs .nav-link[b-1g7bp0fupd] {
    color: var(--navy);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    padding: 0.6rem 1.1rem;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.nav-tabs .nav-link:hover[b-1g7bp0fupd] {
    color: var(--gold-deep);
    background: rgba(201, 165, 90, 0.08);
    border-color: rgba(201, 165, 90, 0.2) rgba(201, 165, 90, 0.2) transparent;
}
.nav-tabs .nav-link.active[b-1g7bp0fupd],
.nav-tabs .nav-item.show .nav-link[b-1g7bp0fupd] {
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--navy);
    border-color: rgba(201, 165, 90, 0.5) rgba(201, 165, 90, 0.5) transparent;
    position: relative;
}
.nav-tabs .nav-link.active[b-1g7bp0fupd]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--gold);
}

/* ====== Nav pills (sélection des messes) ====== */
.nav-pills .nav-link[b-1g7bp0fupd] {
    color: var(--navy);
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    transition: background 0.3s, color 0.3s;
}
.nav-pills .nav-link:hover[b-1g7bp0fupd] {
    background: rgba(201, 165, 90, 0.12);
    color: var(--navy);
}
.nav-pills .nav-link.active[b-1g7bp0fupd] {
    background-color: var(--gold);
    color: var(--navy);
}

/* ====== Pastilles couleurs liturgiques ====== */
.badge-couleur[b-1g7bp0fupd] {
    height: 28px;
    width: 44px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.blanc[b-1g7bp0fupd] {
    background-color: #ffffff;
    color: #ffffff;
}
.vert[b-1g7bp0fupd] {
    background-color: #2e7d32;
    color: #2e7d32;
}
.rouge[b-1g7bp0fupd] {
    background-color: #c62828;
    color: #c62828;
}
.violet[b-1g7bp0fupd] {
    background-color: #6a1b9a;
    color: #6a1b9a;
}
.rose[b-1g7bp0fupd] {
    background-color: #ec407a;
    color: #ec407a;
}

/* ====== Carte d'information liturgique ====== */
.bg-light[b-1g7bp0fupd] {
    background-color: rgba(201, 165, 90, 0.08) !important;
    border: 1px solid rgba(201, 165, 90, 0.3) !important;
    border-radius: 0 !important;
}
/* /Components/Pages/Page.razor.rz.scp.css */
/* ============================================================
   ARTICLE DE BLOG — Meta, tags, partage, articles similaires
   ============================================================ */

.post-meta[b-e7kb80fjir] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--ink-soft);
    margin: 0 0 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}
.post-meta[b-e7kb80fjir]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background: rgba(201, 165, 90, 0.5);
}

.post-content[b-e7kb80fjir] {
    font-family: 'Lora', serif;
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--ink);
}

/* ====== Boutons de partage ====== */
.share-buttons[b-e7kb80fjir] {
    border-top: 1px solid rgba(201, 165, 90, 0.3);
    padding-top: 1.5rem;
}
.share-buttons .small[b-e7kb80fjir] {
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
}
.share-buttons .btn[b-e7kb80fjir],
.share-buttons button.btn[b-e7kb80fjir] {
    border-radius: 0 !important;
    border: 1px solid rgba(201, 165, 90, 0.5) !important;
    color: var(--navy) !important;
    background: transparent !important;
    transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.share-buttons .btn:hover[b-e7kb80fjir],
.share-buttons button.btn:hover[b-e7kb80fjir] {
    background: var(--gold) !important;
    color: var(--navy) !important;
    border-color: var(--gold) !important;
    transform: translateY(-2px);
}

/* ====== Articles similaires ====== */
.suggested-articles[b-e7kb80fjir] {
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(201, 165, 90, 0.4);
    position: relative;
}
.suggested-articles[b-e7kb80fjir]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: var(--gold);
}

.suggested-articles h2[b-e7kb80fjir] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    color: var(--navy);
    margin: 0 0 2.5rem;
    padding: 0;
}

.posts-grid[b-e7kb80fjir] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}
.posts-grid a[b-e7kb80fjir] {
    text-decoration: none;
    color: inherit;
}

.post-card[b-e7kb80fjir] {
    background-color: #ffffff;
    border: 1px solid rgba(201, 165, 90, 0.25);
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s;
    box-shadow: 0 4px 14px rgba(26, 26, 74, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-card:hover[b-e7kb80fjir] {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -12px rgba(26, 26, 74, 0.28), 0 0 0 1px var(--gold);
}
.post-card img[b-e7kb80fjir] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    max-height: none;
    margin: 0;
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
    filter: saturate(0.95);
}
.post-card:hover img[b-e7kb80fjir] {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.post-card-content[b-e7kb80fjir] {
    padding: 1rem 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.post-card-content h2[b-e7kb80fjir] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--navy);
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.post-card-content .excerpt[b-e7kb80fjir] {
    font-family: 'Lora', serif;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--ink-soft);
}
/* /Components/Pages/PageNews.razor.rz.scp.css */
/* ============================================================
   ACTUALITÉ — Cartes news harmonisées au design enluminé
   ============================================================ */

.page-content[b-9rtaon1aob] {
    max-width: 1400px;
}
.page-content img[b-9rtaon1aob] {
    max-width: 700px;
}

/* Phrase d'intro (Psaume) */
.page-content > p[b-9rtaon1aob] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--ink-soft);
    max-width: 760px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}
.page-content > p a[b-9rtaon1aob] {
    color: var(--navy);
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px;
}
.page-content > p a:hover[b-9rtaon1aob] { color: var(--gold-deep); }

/* ====== Grille de news ====== */
.news-frame[b-9rtaon1aob] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 0;
    margin: 0 auto;
}
.news-frame a[b-9rtaon1aob] {
    text-decoration: none;
    color: inherit;
}

/* ====== Carte news ====== */
.news-card[b-9rtaon1aob] {
    background-color: #ffffff;
    border: 1px solid rgba(201, 165, 90, 0.25);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(26, 26, 74, 0.08);
    transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.news-card[b-9rtaon1aob]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-soft), var(--gold));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.55s cubic-bezier(.2,.7,.2,1);
    z-index: 2;
}
.news-card:hover[b-9rtaon1aob] {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -12px rgba(26, 26, 74, 0.3), 0 0 0 1px var(--gold);
}
.news-card:hover[b-9rtaon1aob]::before { transform: scaleX(1); }

.news-card-thumbnail[b-9rtaon1aob] {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--paper);
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}
.news-card:hover .news-card-thumbnail[b-9rtaon1aob] {
    transform: scale(1.04);
}

.news-card-content[b-9rtaon1aob] {
    padding: 0.9rem 1.1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex-grow: 1;
    background: #ffffff;
}

.news-card-title[b-9rtaon1aob] {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--navy);
    background: transparent;
    padding: 0;
    word-wrap: break-word;
    font-size: 1.05rem;
    line-height: 1.35;
    max-height: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-card-source[b-9rtaon1aob] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.news-card-source-date[b-9rtaon1aob] {
    color: var(--ink-soft);
    background-color: transparent;
    padding: 0;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.media-icon[b-9rtaon1aob] {
    height: 16px;
    width: 16px;
    position: relative;
    top: -3px;
    right: 0px;
    margin-right: 3px;
    filter: invert(18%) sepia(95%) saturate(2270%) hue-rotate(232deg) brightness(60%);
}

@media (max-width: 660px) {
    .news-frame[b-9rtaon1aob] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
