/* /Components/Layout/Header.razor.rz.scp.css */
*[b-0ppzy71jr8] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
}

.navbar[b-0ppzy71jr8] {
    background-color: midnightblue;
}

.navbar-toggler[b-0ppzy71jr8] {
    margin-left: 30px;
}

.container-fluid[b-0ppzy71jr8] {
    overflow: hidden;
    padding: 16px 4px;
}

.logo[b-0ppzy71jr8] {
    width: 40px;
    margin-right: 15px;
}

.navbar-brand[b-0ppzy71jr8] {
    font-size: 40px;
    word-wrap: normal;
}

.nav-link[b-0ppzy71jr8] {
    font-size: 24px;
    color: #f6f6f6;
}

.offcanvas-body[b-0ppzy71jr8],
.offcanvas-header[b-0ppzy71jr8] {
    background-color: midnightblue;
}

@media (max-width: 850px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 30px;
    }
}
@media (max-width: 700px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 24px;
    }
}
@media (max-width: 620px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 20px;
    }
    .navbar-toggler[b-0ppzy71jr8] {
        margin-left: 10px;
    }
}
@media (max-width: 500px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 18px;
    }
    .navbar-toggler[b-0ppzy71jr8] {
        margin-left: 0 !important;
    }
    .logo[b-0ppzy71jr8] {
        width: 30px;
        margin-right: 5px;
    }
    .container-fluid[b-0ppzy71jr8] {
        padding: 4px;
    }
    .navbar .navbar-brand.translate-middle-x[b-0ppzy71jr8] {
        transform: none !important;
    }
    .navbar .navbar-brand.start-50[b-0ppzy71jr8] {
        left: 65px !important;
        transform: none !important;
    }
}
@media (max-width: 445px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 16px;
    }
}
@media (max-width: 365px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .navbar-brand[b-0ppzy71jr8] {
        font-size: 13px;
    }
}
/* /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, #b89950 30%, #b89950 70%, transparent);
}

.bible-testament-titre[b-90sc8joxyy] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: midnightblue;
    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: #b89950;
    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: midnightblue;
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    border-left: 3px solid #b89950;
    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, #fdfbf5 0%, #f7f1e3 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: #b89950;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #d9c689;
    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: #b89950;
    color: #fdfbf5;
    border-color: #a38540;
}

.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: midnightblue;
    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: #b89950;
    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, midnightblue, #2a2a6e);
    color: #e8d9a8;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid #b89950;
}

/* ===== 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: midnightblue;
    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: #b89950;
}

/* ===== 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, #b89950 50%, transparent);
}

.bible-chapitre-num[b-90sc8joxyy] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: #b89950;
    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 #b89950;
    background: midnightblue;
    color: #e8d9a8;
    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, #fdfbf5 0%, #f7f1e3 100%);
    border: 1px solid #b89950;
    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: midnightblue;
    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: #d9c689;
}

.bible-chap-jump-retour i[b-90sc8joxyy] {
    color: #b89950;
    font-size: 0.95em;
}

.bible-chap-jump-titre[b-90sc8joxyy] {
    font-family: 'Playfair Display', serif;
    color: midnightblue;
    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 #d9c689;
    color: midnightblue;
    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: #b89950;
    color: #fdfbf5;
    border-color: #a38540;
    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: #b89950;
    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 #e0d8b0;
    padding-top: 0.75rem;
}

.bible-source i[b-90sc8joxyy] {
    color: #b89950;
    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(25, 25, 112, 0.12);
    border-left-color: midnightblue;
    color: midnightblue;
}

.compendium-section[b-lq7tf1jfaw] {
    font-size: 1.25em;
    font-weight: 700;
    background-color: rgba(25, 25, 112, 0.08);
    border-left-color: rgba(25, 25, 112, 0.6);
    color: #2a2a6e;
}

.compendium-chapitre[b-lq7tf1jfaw] {
    font-size: 1.15em;
    background-color: rgba(25, 25, 112, 0.05);
    border-left-color: rgba(25, 25, 112, 0.4);
    color: #3a3a7a;
}

.compendium-theme[b-lq7tf1jfaw] {
    font-size: 1.05em;
    background-color: rgba(184, 153, 80, 0.1);
    border-left-color: #b89950;
    color: #6b5a2e;
    font-style: italic;
}

/* Questions / Réponses */
.compendium-question[b-lq7tf1jfaw] {
    margin-top: 1.25rem;
    font-weight: 700;
}

.compendium-question-no[b-lq7tf1jfaw] {
    color: midnightblue;
}

.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: midnightblue;
}

.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: midnightblue;
    font-size: 1.3em;
    border-left: 4px solid midnightblue;
    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, midnightblue, #b89950);
    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: midnightblue;
    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: midnightblue;
    border: 3px solid #b89950;
    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(25, 25, 112, 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, midnightblue, #2a2a6e);
    color: #e8d9a8;
    font-size: 1.2em;
    border: 2px solid #b89950;
}

.conciles-timeline-card-titre[b-ianzb2227l] {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    color: midnightblue;
    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(184, 153, 80, 0.15);
    color: #6b5a2e;
    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(184, 153, 80, 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, midnightblue, #2a2a6e);
    color: #e8d9a8;
    font-size: 1.4em;
    border: 2px solid #b89950;
}

/* 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: midnightblue;
    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: #f0ede4;
    border-radius: 8px;
    font-size: 0.9em;
    line-height: 1.5;
    border-left: 4px solid #b89950;
}

.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, midnightblue, #2a2a6e);
    color: #e8d9a8;
    font-size: 1.6em;
    border: 2px solid #b89950;
    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: midnightblue;
    font-size: 1.05em;
}

.conciles-pape-role[b-ianzb2227l] {
    font-size: 0.8em;
    color: #b89950;
    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: midnightblue;
    font-size: 1.1em;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

[b-ianzb2227l] .conciles-textes-cles blockquote {
    border-left: 3px solid #b89950;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    background-color: #faf8f2;
    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: midnightblue;
    font-size: 1.1em;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

[b-ianzb2227l] .conciles-deroulement blockquote {
    border-left: 3px solid #b89950;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    background-color: #faf8f2;
    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 */
/* ---------- Wrapper ---------- */
.homepage-wrapper[b-tdroulxvs6] {
    position: relative;
    width: 100%;
}

/* ---------- Hero ---------- */
.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;
}

.hero-overlay[b-tdroulxvs6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(10, 10, 40, 0.55) 0%,
        rgba(10, 10, 40, 0.35) 45%,
        rgba(25, 25, 112, 0.65) 100%
    );
}

.hero-content[b-tdroulxvs6] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #f6f6f6;
    padding: 2rem 1.5rem;
    max-width: 820px;
    width: 100%;
}

.hero-subtitle[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    line-height: 1.4;
    max-width: 760px;
    margin: 0 auto 2.5rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

/* ---------- Section spacing ---------- */
.anchor-offset[b-tdroulxvs6] {
    display: block;
    height: 0;
    scroll-margin-top: 80px;
}

.home-section[b-tdroulxvs6] {
    position: relative;
    z-index: 3;
    max-width: 1280px;
    margin: 5rem auto;
    padding: 2.5rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    backdrop-filter: blur(2px);
}

@media (min-width: 768px) {
    .home-section[b-tdroulxvs6] {
        padding: 3rem 2.5rem;
    }
}

/* ---------- Section headers ---------- */
.section-header[b-tdroulxvs6] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
    color: #1a1a4a;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

.section-rule[b-tdroulxvs6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    color: #c9a55a;
}

.section-rule[b-tdroulxvs6]::before,
.section-rule[b-tdroulxvs6]::after {
    content: "";
    flex: 0 1 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a55a, transparent);
}

.section-rule span[b-tdroulxvs6] {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
}

/* ---------- Cards ---------- */
.home-card[b-tdroulxvs6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(25, 25, 80, 0.08);
}

.home-card:hover[b-tdroulxvs6],
.home-card:focus-visible[b-tdroulxvs6] {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(25, 25, 80, 0.18);
    color: inherit;
    text-decoration: none;
}

.home-card-media[b-tdroulxvs6] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f0ea;
}

.home-card-media img[b-tdroulxvs6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.home-card:hover .home-card-media img[b-tdroulxvs6] {
    transform: scale(1.04);
}

.home-card-body[b-tdroulxvs6] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.25rem 1.25rem 1.5rem;
    text-align: center;
}

.home-card-body h4[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    font-size: 1.2rem;
    color: #1a1a4a;
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.home-card-body p[b-tdroulxvs6] {
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #3a3a4a;
    margin: 0;
    flex-grow: 1;
}

/* ---------- Load more ---------- */
.load-more[b-tdroulxvs6] {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.load-more .btn[b-tdroulxvs6] {
    padding: 0.65rem 2rem;
}

/* ---------- Subsections (keyword groups) ---------- */
.subsection-header[b-tdroulxvs6] {
    text-align: center;
    margin: 3.5rem 0 1.75rem;
}

.subsection-header:first-of-type[b-tdroulxvs6] {
    margin-top: 0;
}

.subsection-header h3[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    color: #1a1a4a;
    margin: 0;
    line-height: 1.25;
}

.subsection-header h3[b-tdroulxvs6]::before,
.subsection-header h3[b-tdroulxvs6]::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #c9a55a;
    vertical-align: middle;
    margin: 0 0.75rem;
    opacity: 0.6;
}

.subsection-meta[b-tdroulxvs6] {
    font-family: 'Lora', serif;
    font-size: 0.85rem;
    color: #6a6a78;
    margin: 0.4rem 0 0;
    font-style: italic;
}

.subsection-more[b-tdroulxvs6] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
    padding-right: 0.25rem;
}

.subsection-more-link[b-tdroulxvs6] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    font-size: 0.95rem;
    font-style: italic;
    color: #1a1a4a;
    text-decoration: none;
    border-bottom: 1px solid #c9a55a;
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.subsection-more-link:hover[b-tdroulxvs6],
.subsection-more-link:focus-visible[b-tdroulxvs6] {
    color: #c9a55a;
    border-bottom-color: #1a1a4a;
    text-decoration: none;
}

.subsection-more-link span[b-tdroulxvs6] {
    display: inline-block;
    margin-left: 0.3rem;
    transition: transform 0.2s ease;
}

.subsection-more-link:hover span[b-tdroulxvs6] {
    transform: translateX(3px);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 767.98px) {
    .home-section[b-tdroulxvs6] {
        margin: 3rem 1rem;
    }

}
/* /Components/Pages/KeywordPage.razor.rz.scp.css */
.page-content-wrapper[b-h564h0s3zd] {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.page-bg[b-h564h0s3zd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}

.page-content[b-h564h0s3zd] {
    position: relative;
    z-index: 3;
    max-width: 1280px;
    margin: 3rem auto;
    padding: 2.5rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    backdrop-filter: blur(2px);
}

.page-content h1[b-h564h0s3zd] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    color: #1a1a4a;
    text-align: center;
    margin-bottom: 0.5rem;
}

.keyword-meta[b-h564h0s3zd] {
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    color: #6a6a78;
    font-style: italic;
    margin-bottom: 2.5rem;
}

.post-date[b-h564h0s3zd] {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.5rem;
    font-style: italic;
}

.home-card[b-h564h0s3zd] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(25, 25, 80, 0.08);
}

.home-card:hover[b-h564h0s3zd],
.home-card:focus-visible[b-h564h0s3zd] {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(25, 25, 80, 0.18);
    color: inherit;
    text-decoration: none;
}

.home-card-media[b-h564h0s3zd] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f0ea;
}

.home-card-media img[b-h564h0s3zd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-card-body[b-h564h0s3zd] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1rem 1.25rem 1.25rem;
    max-height: 70vh;
}

.home-card-body h4[b-h564h0s3zd] {
    font-family: 'Playfair Display', 'Cormorant Garamond', 'Lora', serif;
    font-size: 1.05rem;
    color: #1a1a4a;
    margin: 0 0 0.4rem;
    line-height: 1.3;
}

.home-card-body p[b-h564h0s3zd] {
    font-family: 'Lora', serif;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #3a3a4a;
    margin: 0;
}

.load-more[b-h564h0s3zd] {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.load-more .btn[b-h564h0s3zd] {
    padding: 0.65rem 2rem;
}
/* /Components/Pages/Liturgie.razor.rz.scp.css */
h5[b-1g7bp0fupd], h3[b-1g7bp0fupd] {
    font-weight: 700;
}

.nav-link.active[b-1g7bp0fupd] {
    background-color: rgb(50,50,120);
    color: #f6f6f6;
}

.badge-couleur[b-1g7bp0fupd] {
    height: 30px;
    width: 50px;
    border: solid 1px black;
}

.blanc[b-1g7bp0fupd] {
    background-color: white;
    color: white;
}
.vert[b-1g7bp0fupd] {
    background-color: green;
    color: green;
}
.rouge[b-1g7bp0fupd] {
    background-color: red;
    color: red;
}
.violet[b-1g7bp0fupd] {
    background-color: purple;
    color: purple;
}
.rose[b-1g7bp0fupd] {
    background-color: pink;
    color: pink;
}
/* /Components/Pages/Page.razor.rz.scp.css */
.post-meta[b-e7kb80fjir] {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 2rem;
}

.post-content[b-e7kb80fjir] {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    line-height: 1.7;
}

.posts-grid[b-e7kb80fjir] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

    .posts-grid a[b-e7kb80fjir] {
        text-decoration: none;
        color: #333;
    }

.post-card[b-e7kb80fjir] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.2s;
}

    .post-card:hover[b-e7kb80fjir] {
        transform: translateY(-5px);
    }

    .post-card img[b-e7kb80fjir] {
        width: 100%;
        max-height: 300px;
        object-fit: fill;
    }

.post-card-content[b-e7kb80fjir] {
    padding: 1rem;
}

    .post-card-content h2[b-e7kb80fjir] {
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .post-card-content .excerpt[b-e7kb80fjir] {
        font-family: 'Lora', serif;
        font-size: 1rem;
        line-height: 1.5;
        color: #666;
    }
/* /Components/Pages/PageNews.razor.rz.scp.css */

.page-content[b-9rtaon1aob] {
    max-width: 1400px;
}

.page-content img[b-9rtaon1aob] {
    max-width: 700px;
}

.news-frame[b-9rtaon1aob] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
    padding: 16px;
    max-width: none;
    margin: 0 auto;
}

.news-frame a[b-9rtaon1aob] {
    text-decoration: none;
    color: inherit;
}

.news-card[b-9rtaon1aob] {
    background-color: #181818;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card:hover[b-9rtaon1aob] {
    transform: scale(1.02);
}

.news-card-thumbnail[b-9rtaon1aob] {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #202020;
}

.news-card-content[b-9rtaon1aob] {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.news-card-title[b-9rtaon1aob] {
    color: #f1f1f1;
    background-color: transparent;
    padding: 0;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 500;
    max-height: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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: #aaa;
    background-color: transparent;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 1.4;
}

.media-icon[b-9rtaon1aob] {
    height: 16px;
    width: 16px;
    position: relative;
    top: -3px;
    right: 0px;
    margin-right: 3px;
}

@media all and (max-width: 660px) {
    .news-frame[b-9rtaon1aob] {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }
}
