/* 
 Theme Name:   bibleorale-child
 Theme URI:    https://www.bibleorale.org
 Description:  
 Author:       Jacques ABADA
 Author URI:   https://bibleorale.org
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* ── Surcharges globales bibleorale ─────────────────── */

/* ── Variables globales ─────────────────────────── */
:root {
    --bo-vert:       #2e7d2e;
    --bo-vert-fonce: #1a5c1a;
    --bo-brun:       #5a3e1b;
    --bo-or:         #c8a96e;
    --bo-creme:      #fdf8f0;
    --bo-bord:       #e8e0d0;
    --bo-texte:      #2c1a08;
    --bo-gris:       #888;
}
 
/* ── Décalage du contenu pour laisser place au hamburger ── */
body {
    padding-left: 0; /* Le hamburger est en position fixed — pas de padding nécessaire */
}
 
/* ── Typographie globale ────────────────────────── */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--bo-texte);
}
h1, h2, h3, h4 {
    font-family: Georgia, serif;
    color: var(--bo-brun);
}
a {
    color: var(--bo-vert);
}
a:hover {
    color: var(--bo-vert-fonce);
}
/*------------------------------------------------------------------------*/
/* ---------- classes css de Jacques, tu peux les modifier --------------- */

/* Surcharge menu hamburger --inline*/
.bo-hamburger--inline {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 0.65rem .65rem;
    gap: 4px;
    min-width:40px;
    min-height: 40px;
}
a.custom-logo-link img {
    max-width: 65px;
}
.bo-liste {
        margin: 1rem 0;
    }
    .bo-liste__total {
        color: #888;
        font-size: .88rem;
        margin-bottom: 1rem;
        font-family: Arial, sans-serif;
    }
    .bo-liste__grille {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem 1.5rem;
    }
    @media (max-width: 900px) {
        .bo-liste__grille { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 580px) {
        .bo-liste__grille { grid-template-columns: 1fr; }
    }
    /* ── Carte ── */
    .bo-carte {
        border: 1px solid #e8e0d0;
        border-radius: 6px;
        padding: 1rem;
        background: #fffdf8;
        font-family: Georgia, serif;
        font-size: .88rem;
    }
    .bo-carte:hover {
        border-color: #2e7d2e;
        box-shadow: 0 2px 8px rgba(46,125,46,.1);
    }
    /* Titre vert */
    .bo-carte__titre {
        font-size: 1.25rem;
        font-weight: 700;
        color: #2e7d2e;
        margin: 0 0 .75rem;
        line-height: 1.2;
        text-decoration: none;
        display: block;
    }
    /* RTL uniquement sur les éléments portant du texte hébreu */
    .bo-carte__titre[lang="he"] {
        direction: rtl;
        text-align: right;
        unicode-bidi: embed;
    }
    /* Labels et structure restent LTR même en concordance hébreu */
    .bo-carte__label {
        direction: ltr;
        unicode-bidi: normal;
    }
    .bo-carte__titre:hover { color: #1a5c1a; }
    /* Champs */
    .bo-carte__champs {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #f0e8d8;
        padding-top: .5rem;
    }
    .bo-carte__champ {
        display: flex;
        gap: .35rem;
        padding: .18rem 0;
        border-bottom: 1px solid #f8f4ee;
        align-items: baseline;
        line-height: 1.4;
    }
    .bo-carte__label {
        font-weight: 700;
        font-size: .82rem;
        color: #555;
        min-width: 90px;
        flex-shrink: 0;
    }
    .bo-carte__val {
        color: #333;
        font-size: .85rem;
    }
    .bo-carte__val[lang="he"] {
        direction: rtl;
        unicode-bidi: embed;
        font-size: .95rem;
    }
    .bo-carte__val[lang="el"] {
        font-size: .95rem;
    }
    /* Lien PDF */
    .bo-carte__pdf {
        display: inline-flex;
        align-items: center;
        gap: .3rem;
        margin-top: .6rem;
        font-size: .82rem;
        color: #c0392b;
        text-decoration: none;
        font-family: Arial, sans-serif;
    }
    .bo-carte__pdf:hover { text-decoration: underline; }
    .bo-carte__pdf svg {
        width: 13px; height: 13px;
        fill: currentColor; flex-shrink: 0;
    }
    /* Badge incomplet */
    .bo-carte--incomplet { opacity: .75; }
    /* ── Carte Concordance Marc — sens français prioritaire ── */
    .bo-carte--marc .bo-carte__titre {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: .1rem;
    }
    /* Sens français (span gris actuel) → devient vert et grand */
    .bo-carte--marc .bo-carte__titre > span {
        font-size: 1.1rem !important;
        color: #2e7d2e !important;
        font-weight: 700 !important;
        font-family: Georgia, serif !important;
        margin-left: 0 !important;
    }
    /* Terme grec/hébreu (le lien principal) → devient petit et gris */
    .bo-carte--marc a.bo-carte__titre {
        font-size: .82rem;
        color: #aaa;
        font-weight: 400;
    }
    .bo-carte--marc a.bo-carte__titre:hover { color: #2e7d2e; }
    /* Pagination */
    .bo-pagination {
        display: flex;
        gap: .35rem;
        flex-wrap: wrap;
        margin: 1.5rem 0;
        font-family: Arial, sans-serif;
    }
    .bo-pagination .page-numbers {
        padding: .28rem .65rem;
        border: 1px solid #c8b99a;
        border-radius: 4px;
        text-decoration: none;
        color: #5a3e1b;
        background: #fdf8f0;
        font-size: .88rem;
    }
    .bo-pagination .page-numbers.current {
        background: #2e7d2e;
        color: #fff;
        border-color: #2e7d2e;
    }
.bo-arch__sous-lien:hover {
    color: #2e7d2e;
    background: #fffdf8 !important;
    transition: background .12s;
}
.bo-search__filtre:hover, .bo-search__filtre--actif {
    background: #fffdf8 !important;
    color: #fff;
    border-color: #2e7d2e;
}
.bo-footer-list-menu .hfe-nav-menu__layout-horizontal li.menu-item {
    width: 100% !important;
}
/* ═══════════════════════════════════════════════════════════
 *  PAGE TEXTE DE MARC
 * ═══════════════════════════════════════════════════════════ */

/* ── Bloc introduction encadré ──────────────────────────── */
.bo-marc-intro {
    background: #fdf8f0;
    border: 1px solid #e0d5c0;
    border-left: 4px solid #4a3a28;
    border-radius: 8px;
    padding: 1.5rem 1.75rem;
    margin: 0 0 1.5rem;
    font-size: .95rem;
    line-height: 1.6;
    color: #4a3a28;
}
.bo-marc-intro p { margin: 0 0 .85rem; }
.bo-marc-intro p:last-child { margin-bottom: 0; }
.bo-marc-intro a { color: #4a3a28; text-decoration: underline; }
.bo-marc-intro a:hover { color: #4f3c26; }
.bo-marc-intro__boutons {
    display: flex; flex-wrap: wrap; gap: .75rem;
    margin-top: 1.25rem !important;
}
.bo-marc-btn {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: .5rem .9rem;
    background: #4a3a28; color: #fff !important;
    border-radius: 5px; text-decoration: none !important;
    font-size: .85rem; font-weight: 600;
    transition: background .15s;
}
.bo-marc-btn:hover { background: #4f3c26; color: #fff !important; }

/* ── Légende + toggle couleurs ──────────────────────────── */
.bo-marc-legende {
    display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
    font-size: .78rem; font-family: Arial, sans-serif;
    margin: 0 0 1rem; padding: .5rem .75rem;
    background: #faf7f2; border-radius: 6px;
}
.bo-marc-legende .bo-verbe { color: #d10000; }
.bo-marc-legende .bo-nom { color: #0033cc; }
.bo-marc-legende .bo-modif { color: #1a8a2e; }
.bo-marc-legende .bo-remarque-leg { color: #b8860b; }
.bo-marc-toggle {
    margin-left: auto; padding: .25rem .7rem;
    background: #fff; border: 1px solid #c8b99a; border-radius: 4px;
    cursor: pointer; font-size: .75rem; color: #5a3e1b;
    font-family: Arial, sans-serif; transition: all .12s;
}
.bo-marc-toggle:hover { background: #2e7d2e; color: #fff; border-color: #2e7d2e; }

/* ── Couleurs sémantiques du texte ──────────────────────── */
.bo-verbe { color: #d10000; }
.bo-nom   { color: #0033cc; }
.bo-modif { color: #1a8a2e; font-weight: 600; }
.bo-brun  { color: #8a4a1a; }
.bo-lien  { color: #2e7d2e; }

/* Passages remarquables (ancien fond jaune) → surlignage doux */
.bo-remarque {
    background: linear-gradient(transparent 55%, #fff3a8 55%);
    padding: 0 .1em;
}

/* Toggle : masquer les couleurs */
body.bo-marc-nocolor .bo-verbe,
body.bo-marc-nocolor .bo-nom,
body.bo-marc-nocolor .bo-modif,
body.bo-marc-nocolor .bo-brun { color: #333 !important; }
body.bo-marc-nocolor .bo-remarque { background: none !important; }

/* ── Titres d'étapes ────────────────────────────────────── */
.bo-marc-etape {
    color: #5a3e1b !important;
    border-bottom: 2px solid #e0d5c0;
    padding-bottom: .4rem;
    /*margin-top: 2.5rem !important;*/
    margin-top: 0 !important;
    scroll-margin-top: 110px; /* header sticky + marge */
}

/* ── Versets ────────────────────────────────────────────── */
.bo-marc-verset {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 .5rem;
    white-space: pre-wrap;
    position: relative;
    padding-left: 1.5rem;
}
.bo-marc-verset a { text-decoration: none; }
.bo-marc-verset a:hover { text-decoration: underline; }

/* Icône PDF en début de ligne quand un PDF est cliquable */
.bo-marc-verset.bo-has-pdf::before {
    content: "";
    position: absolute;
    /*left: 0; top: .35em;*/
    left: 0; top: .15em;
    /*width: 14px; height: 14px;*/
    width: 1.2em; height: 1.2em;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0392b'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 1.5L18.5 9H13V3.5z'/%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat;
    opacity: 1;
}

/* ── Sommaire sticky ────────────────────────────────────── */
.bo-marc-sommaire {
    position: sticky;
    top: 100px; /* offset augmenté : sous la barre de nav sticky */
    z-index: 50;
    background: #fff;
    border: 1px solid #e0d5c0;
    border-radius: 8px;
    padding: .75rem 1rem;
    margin: 0 0 2rem;
    box-shadow: 0 1px 6px rgba(0,0,0,.06);
}
.bo-marc-sommaire__titre {
    font-size: .72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; color: #888; display: block; margin-bottom: .5rem;
    font-family: Arial, sans-serif;
}
.bo-marc-sommaire__liste {
    display: flex; flex-wrap: wrap; gap: .4rem;
    list-style: none; margin: 0; padding: 0;
}
.bo-marc-sommaire__liste a {
    display: inline-block; padding: .3rem .7rem;
    background: #fdf8f0; border: 1px solid #c8b99a; border-radius: 4px;
    color: #5a3e1b; text-decoration: none; font-size: .82rem;
    font-family: Arial, sans-serif; transition: all .12s;
}
.bo-marc-sommaire__liste a:hover,
.bo-marc-sommaire__liste a.actif {
    background: #2e7d2e; color: #fff; border-color: #2e7d2e;
}

@media (max-width: 600px) {
    .bo-marc-sommaire { top: 90px; }
    .bo-marc-verset { font-size: .88rem; padding-left: 1.2rem; }
    .bo-marc-etape { scroll-margin-top: 95px; }
    .bo-marc-legende { font-size: .72rem; gap: .6rem; }
}

/* ── Sommaire 2 niveaux : dropdown chapitres au survol ──── */
.bo-marc-som-item {
    position: relative;
    list-style: none;
}
.bo-marc-som-chapitres {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 60;
    min-width: 90px;
    margin-top: 3px;
    padding: .35rem 0;
    list-style: none;
    background: #2e7d2e;
    border-radius: 5px;
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.bo-marc-som-item:hover .bo-marc-som-chapitres,
.bo-marc-som-item:focus-within .bo-marc-som-chapitres {
    display: block;
}
.bo-marc-som-chapitres li { margin: 0; }
.bo-marc-som-chapitres a {
    display: block !important;
    padding: .25rem .8rem !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: .8rem !important;
    white-space: nowrap;
}
.bo-marc-som-chapitres a:hover,
.bo-marc-som-chapitres a.actif {
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
}

/* Ancre invisible de chapitre (offset pour le sticky) */
.bo-marc-ancre-ch {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    height: 0;
}
.bo-carte__titre {
    font-weight: 500 !important;    
}
/* ==========================================================================
   bibleorale-child — Template article (single.php)
   À ajouter à la fin de style.css. Variables alignables sur ta charte maroon/crème.
   ========================================================================== */

:root {
	--bo-maroon: #6b1f24;
	--bo-cream: #f7f1e6;
	--bo-ink: #2a2320;
	--bo-line: #e3d8c4;
	--bo-header-h: 100px;  /* hauteur du menu sticky — à ajuster si besoin */
	--bo-max: 1200px;      /* largeur max de la zone de contenu */
	--bo-gap: 2.5rem;      /* espace contenu / colonne latérale */
	--bo-sidebar-w: 320px; /* largeur de la colonne latérale */
}

/* ==========================================================================
   bibleorale-child — Template article (single.php)
   À ajouter à la fin de style.css. Variables alignables sur ta charte maroon/crème.
   ========================================================================== */

:root {
	--bo-maroon: #6b1f24;
	--bo-cream: #f7f1e6;
	--bo-ink: #2a2320;
	--bo-line: #e3d8c4;
	--bo-header-h: 0;  /* hauteur du menu sticky — à ajuster si besoin */
	--bo-max: 1200px;      /* largeur max de la zone de contenu */
	--bo-gap: 2.5rem;      /* espace contenu / colonne latérale */
	--bo-sidebar-w: 320px; /* largeur de la colonne latérale */
}

/* 1. Header pleine largeur -------------------------------------------------- */
.bo-single-hero {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: var(--bo-header-h); /* dégage la hero de dessous le menu sticky */
	background-color: var(--bo-maroon);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}
.bo-single-hero__overlay {
	width: 100%;
	padding: 2rem clamp(1rem, 4vw, 3rem);
	background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
}
.bo-single-hero__title {
	max-width: var(--bo-max);
	margin: 0 auto;
	color: #fff !important;
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	line-height: 1.15;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}
.bo-single-hero.no-image .bo-single-hero__overlay {
	background: none;
}

/* 2. Fil d'Ariane ----------------------------------------------------------- */
.bo-breadcrumb {
	border-bottom: 1px solid var(--bo-line);
	background: var(--bo-cream);
}
.bo-breadcrumb__inner {
	max-width: var(--bo-max);
	margin: 0 auto;
	padding: .75rem clamp(1rem, 4vw, 3rem);
	font-size: .9rem;
	color: var(--bo-ink);
}
.bo-breadcrumb a { color: var(--bo-maroon); text-decoration: none; }
.bo-breadcrumb a:hover { text-decoration: underline; }
.bo-breadcrumb__sep { opacity: .5; }
.bo-breadcrumb__current { opacity: .75; }

/* 3. Contenu + colonne latérale -------------------------------------------- */
.bo-single-layout {
	max-width: var(--bo-max);
	margin: 3rem auto;
	padding: 0 clamp(1rem, 4vw, 3rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--bo-sidebar-w);
	gap: var(--bo-gap);
	align-items: start;
}
.bo-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: .85rem;
	color: #6f665c;
	margin-bottom: 1.5rem;
}
.bo-post__meta a { color: var(--bo-maroon); text-decoration: none; }
.bo-post__content { line-height: 1.7; }
.bo-post__tags {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bo-line);
	font-size: .9rem;
}
.bo-post__tags-label { font-weight: 600; }

/* Colonne latérale */
.bo-single-sidebar {
	position: sticky;
	top: 2rem;
}
.bo-single-sidebar .widget { margin-bottom: 2rem; }
.bo-single-sidebar .widget-title {
	font-size: 1.05rem;
	color: var(--bo-maroon);
	border-bottom: 2px solid var(--bo-line);
	padding-bottom: .4rem;
	margin-bottom: 1rem;
}

/* 5. Articles liés ---------------------------------------------------------- */
.bo-related {
	margin-top: 3.5rem;
	padding-top: 2rem;
	border-top: 2px solid var(--bo-line);
}
.bo-related__title {
	font-size: 1.4rem;
	color: var(--bo-maroon);
	margin-bottom: 1.5rem;
}
.bo-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.bo-related__item { min-width: 0; }
.bo-related__link {
	display: block;
	color: var(--bo-ink);
	text-decoration: none;
}
.bo-related__thumb {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: .75rem;
	aspect-ratio: 16 / 10;
}
.bo-related__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}
.bo-related__link:hover .bo-related__thumb img { transform: scale(1.05); }
.bo-related__item-title {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0 0 .35rem;
}
.bo-related__link:hover .bo-related__item-title { color: var(--bo-maroon); }
.bo-related__date { font-size: .8rem; color: #8a8177; }

/* Responsive ---------------------------------------------------------------- */
@media (max-width: 900px) {
	.bo-single-layout { grid-template-columns: 1fr; }
	.bo-single-sidebar { position: static; }
	.bo-related__grid { grid-template-columns: 1fr; }
}

/* 2. Fil d'Ariane ----------------------------------------------------------- */
.bo-breadcrumb {
	border-bottom: 1px solid var(--bo-line);
	background: var(--bo-cream);
}
.bo-breadcrumb__inner {
	max-width: var(--bo-max);
	margin: 0 auto;
	padding: .75rem clamp(1rem, 4vw, 3rem);
	font-size: .9rem;
	color: var(--bo-ink);
}
.bo-breadcrumb a { color: var(--bo-maroon); text-decoration: none; }
.bo-breadcrumb a:hover { text-decoration: underline; }
.bo-breadcrumb__sep { opacity: .5; }
.bo-breadcrumb__current { opacity: .75; }

/* 3. Contenu + colonne latérale -------------------------------------------- */
.bo-single-layout {
	max-width: var(--bo-max);
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 3rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--bo-sidebar-w);
	gap: var(--bo-gap);
	align-items: start;
}
.bo-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: .85rem;
	color: #6f665c;
	margin-bottom: 1.5rem;
}
.bo-post__meta a { color: var(--bo-maroon); text-decoration: none; }
.bo-post__content { line-height: 1.7; }
.bo-post__tags {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bo-line);
	font-size: .9rem;
}
.bo-post__tags-label { font-weight: 600; }

/* Colonne latérale */
.bo-single-sidebar {
	position: sticky;
	top: 2rem;
}
.bo-single-sidebar .widget { margin-bottom: 2rem; }
.bo-single-sidebar .widget-title {
	font-size: 1.05rem;
	color: var(--bo-maroon);
	border-bottom: 2px solid var(--bo-line);
	padding-bottom: .4rem;
	margin-bottom: 1rem;
}

/* 5. Articles liés ---------------------------------------------------------- */
.bo-related {
	margin-top: 3.5rem;
	padding-top: 2rem;
	border-top: 2px solid var(--bo-line);
}
.bo-related__title {
	font-size: 1.4rem;
	color: var(--bo-maroon);
	margin-bottom: 1.5rem;
}
.bo-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.bo-related__item { min-width: 0; }
.bo-related__link {
	display: block;
	color: var(--bo-ink);
	text-decoration: none;
}
.bo-related__thumb {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: .75rem;
	aspect-ratio: 16 / 10;
}
.bo-related__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}
.bo-related__link:hover .bo-related__thumb img { transform: scale(1.05); }
.bo-related__item-title {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0 0 .35rem;
}
.bo-related__link:hover .bo-related__item-title { color: var(--bo-maroon); }
.bo-related__date { font-size: .8rem; color: #8a8177; }

/* Responsive ---------------------------------------------------------------- */
@media (max-width: 900px) {
	.bo-single-layout { grid-template-columns: 1fr; }
	.bo-single-sidebar { position: static; }
	.bo-related__grid { grid-template-columns: 1fr; }
}

/*------------------ Menu OFF-CANVAS --------------------------*/

.bo-offcanvas__nav-list li a {
    padding: .20rem 1.15rem !important;
    font-family: inherit !important;
    font-size: 1.15rem !important;
    line-height: 1.5em;
}
.bo-offcanvas__menu {
    min-height: 265px;
    padding: .65rem .5rem;
}

/*--------------------- Article single -------------------------*/

.blog .page-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 1.5rem;
    margin: 0 0 70px 0
}
.post .wp-post-image {
    max-height: 200px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important;
    border-radius: 5px;
    margin-bottom: 15px;
}
.single-post #content {
    padding: 50px 0 50px 0 !important;
}
article.post {
    border: 1px solid #e8e0d0;
    border-radius: 6px;
    padding: 1rem;
    background: #fffdf8;
    font-family: Georgia, serif;
    font-size: .88rem;
}
article.post:hover {
        border-color: #2e7d2e;
        box-shadow: 0 2px 8px rgba(46,125,46,.1);
}
.blog h2.entry-title {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    min-height: 52px !important;
}

/* --------------- Menu lexique ------------------- */
.fa::before {
    float: left;
    width: auto;
    line-height: 2em;
}
/* ---------------- Index lettrage ---------------- */
[lang="he"], .bibleorale-index--hebreu .bibleorale-index__item a {
    font-size: 1.5em;
    line-height: 1.4;
}
/* Page de connexion */
.language-switcher {
    display: none !important;
}
body .language-switcher {    
    display: none !important;
}
html[data-theme="dark"] .elementor-inner-section, html[data-theme="dark"] .e-con.e-child, html[data-theme="dark"] .bo-card {
    background-color: #0d0801c4 !important;
    border: 1px solid var(--n-line) !important;
    border-radius: 8px;
}
html[data-theme="dark"] .elementor-location-header, html[data-theme="dark"] .ehf-header, html[data-theme="dark"] .site-header {
    background-color: #160d04 !important;
}
html[data-theme="dark"] .bo-marc-sommaire__liste a {
    background: #2c1a08 !important;
}
html[data-theme="dark"] .bo-marc-som-chapitres {   
    background: black !important;   
}
html[data-theme="dark"] .bo-essais__corpus-label {
    padding: 0.5em !important;
}
html[data-theme="dark"] .bo-arch__sous-lien {
    background: #2c1a08 !important;
    border: 1px solid #c8a96e !important;
    border-radius: 9px !important; 
}
html[data-theme="dark"] .bo-arch__sous-lien:hover {
    background: #074d1ea4 !important;
}
html[data-theme="dark"] .bo-arch__pagination .page-numbers {
    border: 1px solid #c8a96e !important;
    background: #2c1a08 !important;
}
html[data-theme="dark"] .bo-th-index__item a {   
    border: 1px solid #c8a96e !important;   
    background: #2c1a08 !important;
}
html[data-theme="dark"] .bo-th-index__item a:hover, html[data-theme="dark"] .bo-th-index__item--actif a {
    background: #2e7d2e !important;
    color: #fff;
    border-color: #2e7d2e;
}
html[data-theme="dark"] .bo-nom {
    color: #6177bc !important;
}
html[data-theme="dark"] .bo-verbe {
    color: #9d5353 !important;
}
html[data-theme="dark"] .bo-remarque {
    background: #ffff0054 !important;
    color: white !important;
}
html[data-theme="dark"] .bo-pagination .page-numbers {
    border: 1px solid #c8a96e !important;
    background: #2c1a08 !important;
    color: #cfc2a8 !important;
}
html[data-theme="dark"] .page-bible-et-tradition-orale .bo-association__elle-reunit {
    background-color: #2c1a08 !important;
    border-color: var( --e-global-color-primary ) !important;
}
html[data-theme="dark"] .page-bible-et-tradition-orale .bo-association__elle-reunit:hover {
    background-color: #1f1206 !important;
}
html[data-theme="dark"] .elementor-element.elementor-element-ac59a1e.bo-subfooter, html[data-theme="dark"] .elementor-element.elementor-element-9c2677e.bo-subfooter {
    background: #1b150e !important;
} 
input#acf-field_lettre_index {
    font-size: 2em !important;
}