/**
 * Alignement header / polices / largeur sur les pages modules ifa-2026.
 * Chargé uniquement sur Publications, Actualités, Clubs, Événements.
 * Objectif : même rendu que Valeurs & missions (thème LESS), face à Bootstrap 5.
 */

:root {
    --bs-font-sans-serif: 'poppins', 'Poppins', 'GOTHIC', 'HelveticaNeueLTStd-Th', 'Century Gothic', sans-serif;
    --bs-body-font-family: 'poppins', 'Poppins', 'GOTHIC', 'HelveticaNeueLTStd-Th', 'Century Gothic', sans-serif;
}

body {
    font-family: 'poppins', 'Poppins', 'GOTHIC', 'HelveticaNeueLTStd-Th', 'Century Gothic', sans-serif !important;
}

.navbar,
.navbar-nav,
.nav-link,
.header-superieur,
.header-inferieur,
.membre-header,
.connexion-adherent,
.btn-optifa,
.search-header,
.form-control,
.btn,
.breadcrumb,
.breadcrumb a,
.breadcrumb span {
    font-family: 'poppins', 'Poppins', 'GOTHIC', 'HelveticaNeueLTStd-Th', 'Century Gothic', sans-serif !important;
}

/* Thème LESS = 1280px. Bootstrap 5 passe à 1320px dès 1400px de viewport. */
.container-lg {
    max-width: 1280px !important;
}

.visuel-interne .titre-h1,
.visuel-interne h1,
.visuel-interne .remplace-h1 {
    font-family: 'Playfair Display', 'Century Gothic', 'GOTHIC', sans-serif;
}
