/* ===========================================================
   Ny Fotoana — surcharge de marque sur le thème de base
   =========================================================== */

/* Bandeau-titre facon quotidien : police gothique type presse historique */
.navbar-brand,
.navbar-brand a,
h1.logo a,
.mobi-menu__logo .logo a,
.sticky-header .logo-small a {
    font-family: 'UnifrakturMaguntia', 'UnifrakturCook', 'Old English Text MT',
                 'Cloister Black', 'Blackletter686 BT', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: .5px;
}

header .logo.navbar-brand a {
    font-size: 2.6rem;
    line-height: 1;
    color: #111;
}

.mobi-menu__logo .logo a { font-size: 2rem; }
.sticky-header .logo-small a { font-size: 1.7rem; }

/* Filets noirs facon une de journal autour du menu principal */
#main-menu.stick {
    border-top: 2px solid #111;
    border-bottom: 1px solid #111;
}

/* Rubrique (kicker) facon presse */
.capsSubtle,
.capsSubtle a {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 11px;
    font-weight: 700;
    color: #03a87c;
}

.archive-header h1,
.entry-header .entry-title,
.entry-title { font-family: 'Lora', Georgia, serif; }

/* Petites retouches lisibilite */
.entry-main-content p { line-height: 1.75; }
.excerpt p { font-size: 1.15rem; color: #555; }
footer .copyright p { color: #666; }

body.dark-mode header .logo.navbar-brand a { color: #f1f1f1; }
