/*
 * Tofoula - Charte graphique & styles personnalisés
 * Système National d'Information pour le Suivi-Évaluation de l'Enfance
 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap");

html {
	scroll-behavior: smooth;
}

:lang(ar),
[dir="rtl"],
.leg-acc-label-ar,
.leg-doc-title-ar {
	font-family: 'Cairo', sans-serif !important;
}

:root {
	/* ============================================================
	   TOFOULA DESIGN SYSTEM v2 - Nouveau logo (teal → violet)
	   ============================================================ */

	/* === 1. Brand - dérivé du gradient du nouveau logo === */
	--tofoula-primary: #4d419a;
	--tofoula-secondary: #2e6ea6;
	--tofoula-accent: #3ba3b4;
	--tofoula-highlight: #8b76be;
	--tofoula-text: #1a1a2e;
	--tofoula-gradient: linear-gradient(135deg, #3ba3b4 0%, #4d419a 100%);

	--tofoula-primary-rgb: 77, 65, 154;
	--tofoula-secondary-rgb: 46, 110, 166;
	--tofoula-accent-rgb: 59, 163, 180;
	--tofoula-highlight-rgb: 139, 118, 190;

	/* legacy aliases (Crafto compat) */
	--tofoula-cyan: var(--tofoula-accent);
	--tofoula-violet-light: var(--tofoula-highlight);

	/* === 2. ONDE institutional (inchangé) === */
	--onde-green: #007344;
	--onde-red: #e30613;
	--onde-black: #000000;
	--onde-blue: #2e5a78;
	--onde-beige: #fcd4a6;
	--onde-lime: #97b022;

	--onde-green-rgb: 0, 115, 68;
	--onde-red-rgb: 227, 6, 19;
	--onde-blue-rgb: 46, 90, 120;
	--onde-beige-rgb: 252, 212, 166;
	--onde-lime-rgb: 151, 176, 34;

	/* === 3. Pastels - fonds légers dérivés de chaque couleur === */
	--tofoula-pastel-primary: #eeedf6;
	--tofoula-pastel-secondary: #e7eef5;
	--tofoula-pastel-accent: #e6f3f5;
	--tofoula-pastel-highlight: #f0ecf6;
	--tofoula-pastel-rose: #f5e8ef;

	/* legacy aliases */
	--tofoula-pastel-violet: var(--tofoula-pastel-primary);
	--tofoula-pastel-green: var(--tofoula-pastel-secondary);
	--tofoula-pastel-cyan: var(--tofoula-pastel-accent);
	--tofoula-pastel-lavender: var(--tofoula-pastel-highlight);

	--onde-pastel-green: #e6f0eb;
	--onde-pastel-red: #fce8e9;
	--onde-pastel-blue: #e8eef3;
	--onde-pastel-beige: #fef5ea;
	--onde-pastel-lime: #f1f5e4;

	/* === 4. Functional - Publications === */
	--pub-rapports: var(--tofoula-primary);
	--pub-etudes: var(--tofoula-secondary);
	--pub-guides: var(--tofoula-accent);
	--pub-evaluations: var(--tofoula-highlight);

	/* === 5. Functional - Domaines indicateurs === */
	--dom-demographie: #4d419a;
	--dom-sante: #d94452;
	--dom-education: #2e6ea6;
	--dom-protection: #b5467a;
	--dom-wash: #2e5a78;

	--dom-demographie-rgb: 77, 65, 154;
	--dom-sante-rgb: 217, 68, 82;
	--dom-education-rgb: 46, 110, 166;
	--dom-protection-rgb: 181, 70, 122;
	--dom-wash-rgb: 46, 90, 120;

	/* === Neutral system === */
	--ds-gray-50: #fafafa;
	--ds-gray-100: #f5f5f5;
	--ds-gray-200: #eeeeee;
	--ds-gray-300: #e0e0e0;
	--ds-gray-400: #bdbdbd;
	--ds-gray-500: #9e9e9e;
	--ds-gray-600: #757575;
	--ds-gray-700: #616161;
	--ds-gray-800: #424242;
	--ds-gray-900: #212121;

	/* === Spacing scale (8px base) === */
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 24px;
	--space-6: 32px;
	--space-7: 48px;
	--space-8: 64px;
	--space-9: 96px;

	/* === Radii === */
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 16px;
	--radius-xl: 24px;
	--radius-full: 9999px;

	/* === Shadows === */
	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 4px 12px rgba(77, 65, 154, 0.08);
	--shadow-lg: 0 8px 30px rgba(77, 65, 154, 0.12);
	--shadow-xl: 0 16px 48px rgba(77, 65, 154, 0.16);

	/* === Typography === */
	--primary-font: "Montserrat", sans-serif;
	--alt-font: "Montserrat", sans-serif;
	--base-color: var(--tofoula-primary);
	--dark-gray: var(--tofoula-text);
	--medium-gray: var(--tofoula-text);

	/* === Font sizes (type scale) === */
	--fs-xs: 0.75rem;
	--fs-sm: 0.875rem;
	--fs-base: 1rem;
	--fs-md: 1.125rem;
	--fs-lg: 1.25rem;
	--fs-xl: 1.5rem;
	--fs-2xl: 2rem;
	--fs-3xl: 2.5rem;
	--fs-4xl: 3rem;
	--fs-5xl: 3.5rem;
}

body {
	font-family: var(--primary-font);
	color: var(--tofoula-text);
	font-size: 16px;
	line-height: 28px;
}

a {
	color: var(--tofoula-primary);
}

/* ===== Layout ===== */

.box-layout {
	padding-left: 80px;
	padding-right: 80px;
}

/* ===== Typography ===== */

.h1,
h1 {
	font-size: 3.5rem;
	line-height: 3.8rem;
}

h2 {
	letter-spacing: -0.5px;
}

.fs-280 {
	font-size: 17.5rem;
	line-height: 17.5rem;
}

.fs-230 {
	font-size: 230px;
	line-height: 200px;
}

/* ===== Margins ===== */

.mb-minus-30px {
	margin-bottom: -30px;
}

/* ===== Buttons ===== */

.btn {
	font-weight: 600;
	font-family: var(--primary-font);
	border: 0;
	letter-spacing: 0.2px;
	transition: all 0.35s ease;
}

.btn.btn-tofoula-primary {
	background: var(--tofoula-primary);
	color: #fff;
}
.btn.btn-tofoula-primary:hover,
.btn.btn-tofoula-primary:active {
	background: var(--tofoula-violet-light);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(var(--tofoula-primary-rgb), 0.3);
}

.btn.btn-tofoula-secondary {
	background: var(--tofoula-secondary);
	color: #fff;
}
.btn.btn-tofoula-secondary:hover,
.btn.btn-tofoula-secondary:active {
	background: #245d8e;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(var(--tofoula-secondary-rgb), 0.3);
}

.btn.btn-tofoula-accent {
	background: var(--tofoula-accent);
	color: #fff;
}
.btn.btn-tofoula-accent:hover,
.btn.btn-tofoula-accent:active {
	background: #2d8f9e;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(var(--tofoula-accent-rgb), 0.3);
}

.btn.btn-tofoula-gradient {
	background: var(--tofoula-gradient);
	color: #fff;
}
.btn.btn-tofoula-gradient:hover,
.btn.btn-tofoula-gradient:active {
	filter: brightness(1.1);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(var(--tofoula-primary-rgb), 0.3);
}

.btn.btn-tofoula-outline {
	background: transparent;
	color: var(--tofoula-primary);
	border: 2px solid var(--tofoula-primary);
}
.btn.btn-tofoula-outline:hover,
.btn.btn-tofoula-outline:active {
	background: var(--tofoula-primary);
	color: #fff;
	transform: translateY(-2px);
}

.btn.btn-base-color:active,
.btn.btn-base-color:hover {
	background: var(--tofoula-primary);
	color: #fff;
}

.btn.btn-transparent-light-gray,
.btn.btn-transparent-light-gray:active,
.btn.btn-transparent-light-gray:hover {
	background-color: rgba(var(--tofoula-primary-rgb), 0.1);
	color: var(--tofoula-primary);
}

.btn.btn-switch-text.btn-large > span {
	padding: 16px 32px;
	font-size: 15px;
}

/* ===== Header - pure CSS sticky, no JS positioning ===== */

header {
	position: sticky !important;
	top: 0 !important;
	z-index: 1030 !important;
}

header nav.navbar {
	position: relative !important;
	top: auto !important;
	width: 100% !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

header.sticky nav.navbar {
	position: relative !important;
	top: auto !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border-bottom: none;
}

header .navbar-brand {
	padding: 14px 0 !important;
}

header.sticky .navbar-brand {
	padding: 14px 0 !important;
}

header .container-fluid {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 0rem;
	padding-right: 0rem;
}

header .navbar-brand img {
	max-height: 60px;
}

header .btn {
	font-size: 13px;
}

header .navbar .navbar-nav .nav-item {
	display: flex !important;
	align-items: center !important;
}

header .navbar .navbar-nav .nav-link {
	font-weight: 600 !important;
	font-size: 0.875rem !important;
	letter-spacing: 0.3px;
	padding: 0.45rem 1rem !important;
	margin: 0 0.125rem !important;
	border-radius: 0.5rem !important;
	line-height: 1.4 !important;
	align-self: center !important;
	height: auto !important;
	transition:
		color 0.2s ease,
		background-color 0.2s ease !important;
	color: var(--tofoula-text) !important;
	border: none !important;
	border-left: none !important;
	border-bottom: none !important;
}

header .navbar .navbar-nav .nav-link::before,
header .navbar .navbar-nav .nav-link::after {
	display: none !important;
	content: none !important;
}

header .navbar .navbar-nav .nav-item:hover > .nav-link,
header .navbar .navbar-nav .nav-link:hover,
header .navbar .navbar-nav .nav-link:focus,
header.sticky .navbar .navbar-nav .nav-item:hover > .nav-link,
header.sticky .navbar .navbar-nav .nav-link:hover {
	color: var(--tofoula-primary) !important;
	background-color: #f0edf7 !important;
	border: none !important;
	border-left: none !important;
	border-bottom: none !important;
}

header .navbar .navbar-nav .nav-link.active,
header.sticky .navbar .navbar-nav .nav-link.active {
	color: var(--tofoula-primary) !important;
	background-color: #f0edf7 !important;
}

header.sticky .navbar .navbar-nav .nav-link {
	color: var(--tofoula-text) !important;
}

.navbar .navbar-nav .nav-link .label {
	font-size: 10px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
	width: 360px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
	line-height: 24px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
	font-size: 32px;
	width: 35px;
}

/* Navbar glass effect + kill all animations */
header nav.navbar {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

/* ===== Banner / Hero ===== */

section.full-screen {
	min-height: calc(100vh - 120px) !important;
	height: calc(100vh - 120px) !important;
}

section.full-screen .absolute-middle-left,
section.full-screen .absolute-middle-right {
	top: 52% !important;
}

.hero-badge {
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

/* ===== Utility colors (charte Tofoula) ===== */

.tofoula-bg-primary {
	background-color: var(--tofoula-primary) !important;
}
.tofoula-bg-secondary {
	background-color: var(--tofoula-secondary) !important;
}
.tofoula-bg-accent {
	background-color: var(--tofoula-accent) !important;
}
.tofoula-bg-cyan {
	background-color: var(--tofoula-cyan) !important;
}

.tofoula-text-primary {
	color: var(--tofoula-primary) !important;
}
.tofoula-text-secondary {
	color: var(--tofoula-secondary) !important;
}
.tofoula-text-accent {
	color: var(--tofoula-accent) !important;
}
.tofoula-text-cyan {
	color: var(--tofoula-cyan) !important;
}

/* ===== Section backgrounds ===== */

/* background */
.bg-wisp-pink {
	background-color: #faebe7;
}
.bg-pattens-blue {
	background-color: #d7ebf7;
}
.bg-humming-bird {
	background-color: #dbf2eb;
}
.bg-ghost-white {
	background-color: #f3f3ff;
}

.bg-lavender-mist {
	background-color: #efe8fb;
}

.bg-soft-peach {
	background-color: #fdeee8;
}

.bg-mint-cream {
	background-color: #eaf7f2;
}

.bg-sky-mist {
	background-color: #e6f2fb;
}

.bg-powder-lilac {
	background-color: #f2edfa;
}

.bg-vanilla-ice {
	background-color: #fff4e6;
}

.bg-rose-water {
	background-color: #fdeff3;
}

.bg-iceberg {
	background-color: #e9f6f8;
}

.bg-soft-lemon {
	background-color: #fff9e6;
}

.bg-blue-chalk {
	background-color: #f0ecff;
}

.bg-alice-blue-soft {
	background-color: #edf5ff;
}

.bg-tofoula-pastel-green {
	background: var(--tofoula-pastel-green);
}

.bg-odd-section {
	background-color: var(--ds-gray-50);
}

.bg-base-color-transparent {
	background-color: rgba(var(--tofoula-primary-rgb), 0.08);
}

.bg-dark-gray-transparent-medium {
	background-color: rgba(28, 28, 28, 0.4);
}
.bg-dark-gray-transparent-extra-medium {
	background-color: rgba(6, 18, 42, 0.4);
}

.blur-box {
	backdrop-filter: blur(34px);
	-webkit-backdrop-filter: blur(34px);
}

.bg-base-transparent-light {
	background-color: rgba(var(--tofoula-primary-rgb), 0.08);
}
.bg-green-transparent-light {
	background-color: rgba(var(--tofoula-accent-rgb), 0.12);
}

.bg-gradient-very-light-gray-transparent {
	background: linear-gradient(to right, rgba(var(--tofoula-primary-rgb), 0.1), rgba(var(--tofoula-primary-rgb), 0));
}

.bg-gradient-flamingo-red-transparent {
	background: linear-gradient(to right, rgba(var(--tofoula-highlight-rgb), 1) 10%, rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-base-color-transparent {
	background: linear-gradient(to right, rgba(var(--tofoula-primary-rgb), 1) 10%, rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-top-very-light-gray {
	background-image: linear-gradient(to top, #f6f3fb, #f8f6fc, #faf8fd, #fcfbfe, #ffffff);
}

.bg-tofoula-gradient {
	background: linear-gradient(135deg, rgba(var(--tofoula-accent-rgb), 0.05) 0%, rgba(var(--tofoula-primary-rgb), 0.04) 50%, rgba(var(--tofoula-secondary-rgb), 0.03) 100%);
}

/* ===== Cards ===== */

.blog-grid .card .blog-categories {
	position: absolute;
	top: 17px;
	right: 20px;
}

.card {
	border-radius: var(--radius-lg);
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
}

/* ===== Stats / Counters ===== */

.counter-box {
	position: relative;
}

.counter-box::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background: rgba(var(--tofoula-primary-rgb), 0.15);
}

.counter-box:last-child::after {
	display: none;
}

/* ===== Misc ===== */

.h-380px {
	height: 380px !important;
}

.border-radius-15px {
	border-radius: 15px !important;
}

/* =============================================
   FOOTER - Charte Tofoula
   ============================================= */

.footer-tofoula {
	border-top: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Fond principal : dégradé charte (texte/violet) */
.footer-main {
	padding: 56px 0 44px;
	position: relative;
	overflow: hidden;
}

/* Lueur douce charte (accent + secondary) */
.footer-main::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 0% 100%, rgba(var(--tofoula-accent-rgb), 0.08), transparent 50%),
		radial-gradient(ellipse 60% 40% at 100% 0%, rgba(var(--tofoula-secondary-rgb), 0.06), transparent 45%);
	pointer-events: none;
}

.footer-logo-wrap {
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-logo-wrap img {
	width: 160px !important;
	height: auto !important;
}

.footer-desc {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.65;
	margin-bottom: 16px;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 18px;
}

.footer-contact a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: color 0.2s ease;
}

.footer-contact a:hover {
	color: var(--tofoula-secondary);
}

.footer-contact a i {
	font-size: 15px;
	color: var(--tofoula-secondary);
	opacity: 0.95;
}

.footer-onde-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background: var(--onde-green);
	padding: 6px 14px;
	border-radius: var(--radius-md);
	transition: all 0.25s ease;
}

.footer-onde-link:hover {
	background: color-mix(in srgb, var(--onde-green) 90%, white);
	color: #fff;
}

.footer-onde-link img {
	width: 22px !important;
	height: auto !important;
}

.footer-col-title {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 8px;
}

.footer-links li a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	transition:
		color 0.2s ease,
		padding-left 0.2s ease;
}

.footer-links li a:hover {
	color: var(--tofoula-secondary);
	padding-left: 4px;
}

.footer-scroll-top {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tofoula-secondary);
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid rgba(var(--tofoula-secondary-rgb), 0.4);
	border-radius: var(--radius-full);
	transition: all 0.25s ease;
	margin-top: 4px;
}

.footer-scroll-top:hover {
	background: var(--tofoula-secondary);
	color: var(--tofoula-text);
	border-color: var(--tofoula-secondary);
}

/* Bandeau bas : violet charte */
.footer-bottom {
	background: var(--tofoula-primary);
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
}

@media (min-width: 992px) {
	.footer-social {
		justify-content: flex-start;
	}
}

.footer-social li a {
	width: 38px;
	height: 38px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.85);
	font-size: 16px;
	text-decoration: none;
	transition: all 0.25s ease;
}

.footer-social li a:hover {
	background: var(--tofoula-secondary);
	color: var(--tofoula-text);
	transform: translateY(-2px);
}

.footer-copyright {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
}

.section-title-line {
	width: 50px;
	height: 3px;
	background: var(--tofoula-secondary);
	display: inline-block;
	border-radius: 2px;
}

/* ===== Responsive ===== */

@media (max-width: 1600px) {
	.box-layout {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
	}
}

@media (max-width: 1199px) {
	.box-layout {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	header .container-fluid {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md-mb-minus-50px {
		margin-bottom: -50px;
	}
}

@media (max-width: 767px) {
	.md-mb-minus-20px {
		margin-bottom: -20px;
	}
}

/* =============================================
   ODD MOSAIC GRID (Homepage)
   ============================================= */

.odd-mosaic {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	max-width: 1200px;
	margin: 0 auto;
}

.odd-tile {
	aspect-ratio: 1;
	border-radius: var(--radius-md);
	display: grid;
	grid-template-rows: auto 1fr;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	padding: 10px 10px 0;
	color: #fff;
}

.odd-tile:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
}

.odd-tile-header {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

.odd-tile-num {
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	flex-shrink: 0;
}

.odd-tile-title {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	padding-top: 4px;
}

.odd-tile img {
	width: 120%;
	height: auto;
	max-height: 90%;
	object-fit: contain;
	display: block;
	align-self: end;
	justify-self: center;
	margin: 0 -10%;
}

.odd-tile-logo {
	background: #fff;
	border: 2px solid var(--ds-gray-200);
	display: flex;
	align-items: center;
	justify-content: center;
}

.odd-tile-logo img {
	width: 60%;
	height: auto;
	object-fit: contain;
	border-radius: 0;
	align-self: center;
	justify-self: center;
}

@media (max-width: 767px) {
	.odd-mosaic {
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}
	.odd-tile {
		padding: 6px 6px 0;
	}
	.odd-tile-header {
		flex-direction: column;
		gap: 2px;
	}
	.odd-tile-num {
		font-size: 24px;
	}
	.odd-tile-title {
		font-size: 11px;
		padding-top: 0;
		line-height: 1.2;
	}
	.odd-tile:not(.odd-tile-logo) img {
		position: absolute;
		bottom: 6px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 55%;
		height: auto;
		max-height: 40%;
		object-fit: contain;
		align-self: unset;
		justify-self: unset;
	}
	.odd-tile-logo img {
		position: static;
		width: 65%;
		max-height: none;
	}
}

@media (max-width: 479px) {
	.odd-mosaic {
		grid-template-columns: repeat(3, 1fr);
		gap: 4px;
	}
	.odd-tile {
		padding: 5px 5px 0;
	}
	.odd-tile-header {
		flex-direction: column;
		gap: 1px;
	}
	.odd-tile-num {
		font-size: 26px;
	}
	.odd-tile-title {
		font-size: 11px;
		padding-top: 0;
		line-height: 1.2;
	}
	.odd-tile:not(.odd-tile-logo) img {
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 50%;
		height: auto;
		max-height: 38%;
		object-fit: contain;
		align-self: unset;
		justify-self: unset;
	}
	.odd-tile-logo img {
		position: static;
		width: 65%;
		max-height: none;
	}
}

/* =============================================
   ODD PAGE LAYOUT (sidebar + main)
   ============================================= */

.odd-page {
	padding: 0;
	margin-top: 0;
}

.odd-layout {
	display: flex;
	align-items: flex-start;
	max-width: 1400px;
	margin: 0 auto;
}

/* --- ODD Sidebar nav --- */

.odd-nav {
	width: 300px;
	flex-shrink: 0;
	background: #fff;
	border-right: 1px solid var(--ds-gray-200);
	position: sticky;
	top: 90px;
	height: auto;
	overflow-y: visible;
	z-index: 10;
}

.odd-nav-inner {
	padding: 24px 0;
}

.odd-nav-header {
	padding: 0 20px 18px;
	border-bottom: 1px solid var(--ds-gray-200);
	display: flex;
	align-items: center;
	gap: 8px;
}

.odd-nav-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--tofoula-text);
	margin: 0;
	font-family: var(--primary-font);
	line-height: 1.3;
}

.odd-nav-badge {
	font-size: 11px;
	font-weight: 700;
	color: var(--tofoula-primary);
	background: rgba(77, 65, 154, 0.08);
	padding: 2px 9px;
	border-radius: 20px;
}

.odd-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.odd-nav-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 20px;
	text-decoration: none;
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 600;
	color: var(--ds-gray-700);
	transition: all 0.2s ease;
	border-left: 3px solid transparent;
}

.odd-nav-item:hover {
	background: var(--ds-gray-50);
	color: var(--tofoula-text);
	text-decoration: none;
}

.odd-nav-item.active {
	background: color-mix(in srgb, var(--item-color) 10%, transparent);
	color: var(--item-color);
	border-left-color: var(--item-color);
	font-weight: 700;
}

.odd-nav-dot {
	width: 22px;
	height: 22px;
	border-radius: 4px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 800;
	color: #fff;
}

.odd-nav-thumb {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.odd-nav-thumb img {
	width: 95%;
	height: 95%;
	object-fit: contain;
}

.odd-nav-label {
	flex: 1;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* --- ODD Main content --- */

.odd-main {
	flex: 1;
	min-width: 0;
}

@media (max-width: 991px) {
	.odd-page {
		overflow-x: hidden;
	}
	.odd-layout {
		flex-direction: column;
	}

	/* --- Sidebar slide-in from left --- */
	.odd-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 280px;
		height: 100vh;
		max-height: 100vh;
		padding-top: 80px;
		transform: translateX(-100%);
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 1001;
		background: #fff;
		border-right: 1px solid var(--ds-gray-200);
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
		overflow-y: auto;
	}
	.odd-nav.open {
		transform: translateX(0);
	}
	.odd-nav-inner {
		padding: 8px 0;
	}
	.odd-nav .odd-nav-header {
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 1;
		padding: 12px 16px;
	}
	.odd-nav .odd-nav-title {
		font-size: 15px;
	}
	.odd-nav-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1000;
	}
	.odd-nav-overlay.open {
		display: block;
	}
	.odd-nav-fab {
		position: fixed;
		bottom: 20px;
		left: 20px;
		z-index: 999;
		background: var(--tofoula-primary);
		color: #fff;
		border: none;
		border-radius: 50px;
		padding: 12px 20px;
		font-size: 14px;
		font-weight: 600;
		box-shadow: 0 4px 16px rgba(77, 65, 154, 0.35);
		display: flex;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		transition: opacity 0.2s, transform 0.2s;
	}
	.odd-nav-fab:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 20px rgba(77, 65, 154, 0.45);
	}
	.odd-nav-fab.hidden {
		opacity: 0;
		pointer-events: none;
		transform: translateY(10px);
	}

	/* --- Main content --- */
	.odd-main {
		width: 100%;
		max-width: 100%;
		padding: 0 16px 80px;
	}
	.odd-page-hero {
		margin-left: -16px;
		margin-right: -16px;
		padding: 28px 16px 24px;
	}
	.odd-hero-domain {
		font-size: 14px;
		line-height: 1.5;
		padding: 8px 16px;
		gap: 12px !important;
	}
	.odd-hero-domain i {
		font-size: 20px;
	}
	.odd-section {
		padding: 4px 0;
	}
	.odd-section-title {
		font-size: 16px;
		margin-bottom: 6px;
		padding-bottom: 4px;
	}
	.odd-description {
		font-size: 14px;
		line-height: 1.6;
	}
	.odd-cide-item {
		padding: 10px 14px;
		margin-bottom: 6px;
		font-size: 13px;
	}
	.odd-cide-item strong {
		font-size: 12px;
		margin-bottom: 2px;
	}
	.odd-nav-item {
		padding: 9px 10px;
	}
	.odd-ind-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.odd-ind-card {
		padding: 12px;
		gap: 8px;
	}
	.ind-accordion {
		border-radius: var(--radius-md);
	}
	.ind-acc-header {
		padding: 12px 14px;
		gap: 10px;
	}
	.ind-acc-item.open .ind-acc-body {
		padding: 0 14px 14px;
	}
	.ind-acc-item .ind-fiche-meta {
		margin-top: 10px;
	}
	.odd-nav-footer {
		padding: 20px 0;
	}
}

@media (max-width: 575px) {
	.odd-nav {
		width: 260px;
	}
	.odd-nav-fab {
		bottom: 16px;
		left: 16px;
		padding: 10px 16px;
		font-size: 13px;
	}
}

/* =============================================
   ODD INDIVIDUAL PAGE
   ============================================= */

.odd-page-hero {
	position: relative;
	padding: 36px 0 30px;
	overflow: hidden;
}

.odd-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, var(--odd-color) 0%, color-mix(in srgb, var(--odd-color) 70%, #1a1a2e) 100%);
	z-index: 0;
}

.odd-page-hero > * {
	position: relative;
	z-index: 1;
}

.odd-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 14px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.85);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.odd-hero-icon {
	width: 200px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.12));
}

.odd-hero-number {
	font-size: 150px;
	font-weight: 900;
	line-height: 1;
	color: rgba(255, 255, 255, 0.06);
	font-family: var(--primary-font);
	position: absolute;
	right: -10px;
	bottom: -30px;
	letter-spacing: -6px;
	pointer-events: none;
}

.odd-hero-title {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 14px;
	line-height: 1.2;
}

.odd-hero-domain {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 20px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.odd-section {
	padding: 48px 0;
}

.odd-section-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--tofoula-text);
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 3px solid var(--odd-color, var(--tofoula-primary));
	display: inline-block;
}

.odd-section-title i {
	margin-right: 8px;
	color: var(--odd-color, var(--tofoula-primary));
}

.odd-description {
	font-size: 16px;
	line-height: 1.8;
	color: var(--ds-gray-700);
}

.odd-cide-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.odd-cide-item {
	padding: 16px 20px;
	border-radius: var(--radius-md);
	background: #fff;
	margin-bottom: 10px;
	border-left: 4px solid var(--odd-color, var(--tofoula-primary));
	font-size: 15px;
	line-height: 1.7;
	color: var(--ds-gray-700);
}

.odd-cide-item strong {
	color: var(--tofoula-text);
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

.odd-ind-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 16px;
}

.odd-ind-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px;
	border-radius: var(--radius-lg);
	background: #fff;
	border: 1px solid var(--ds-gray-200);
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	text-decoration: none;
	color: inherit;
}

.odd-ind-card:hover {
	box-shadow: var(--shadow-md);
	border-color: var(--odd-color, var(--tofoula-primary));
	color: inherit;
}

.odd-ind-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}

.odd-ind-label {
	font-size: 15px;
	font-weight: 600;
	color: var(--tofoula-text);
	line-height: 1.4;
}

.odd-ind-source {
	font-size: 12px;
	color: var(--ds-gray-500);
	margin-top: 4px;
}

.odd-ind-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 100px;
	margin-top: 6px;
}

.odd-nav-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0;
	border-top: 1px solid var(--ds-gray-200);
	margin-top: 20px;
}

.odd-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border-radius: var(--radius-md);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: var(--tofoula-text);
	background: var(--ds-gray-50);
	border: 1px solid var(--ds-gray-200);
	transition: all 0.2s ease;
}

.odd-nav-link:hover {
	background: var(--odd-color, var(--tofoula-primary));
	color: #fff;
	border-color: var(--odd-color, var(--tofoula-primary));
}

.odd-nav-link i {
	font-size: 18px;
}

/* Fiche indicateur international */
.ind-fiche-meta {
	border: 1px solid var(--ds-gray-200);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.ind-fiche-row {
	display: flex;
	align-items: baseline;
	gap: 16px;
	padding: 12px 20px;
	border-bottom: 1px solid var(--ds-gray-100);
}

.ind-fiche-row:last-child {
	border-bottom: none;
}

.ind-fiche-label {
	flex-shrink: 0;
	width: 220px;
	font-size: 13px;
	font-weight: 600;
	color: var(--ds-gray-600);
}

.ind-fiche-label i {
	margin-right: 6px;
	color: var(--odd-color, var(--tofoula-primary));
}

.ind-fiche-value {
	font-size: 15px;
	color: var(--tofoula-text);
}

.ind-fiche-tag {
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 6px;
	border-radius: 100px;
	background: color-mix(in srgb, var(--odd-color, var(--tofoula-primary)) 10%, #fff);
	font-size: 13px;
	color: var(--odd-color, var(--tofoula-primary));
	font-weight: 600;
	margin-right: 6px;
}

/* Accordion indicateurs internationaux */
.ind-accordion {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid var(--ds-gray-200);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.ind-acc-item + .ind-acc-item {
	border-top: 1px solid var(--ds-gray-200);
}

.ind-acc-header {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 16px 20px;
	border: none;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
	text-align: left;
}

.ind-acc-header:hover {
	background: var(--ds-gray-50);
}

.ind-acc-item.open .ind-acc-header {
	background: color-mix(in srgb, var(--odd-color, var(--tofoula-primary)) 6%, #fff);
}

.ind-acc-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
}

.ind-acc-label {
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	color: var(--tofoula-text);
}

.ind-acc-arrow {
	flex-shrink: 0;
	font-size: 16px;
	color: var(--ds-gray-400);
	transition: transform .3s ease;
}

.ind-acc-item.open .ind-acc-arrow {
	transform: rotate(180deg);
	color: var(--odd-color, var(--tofoula-primary));
}

.ind-acc-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease, padding .35s ease;
	padding: 0 20px;
}

.ind-acc-item.open .ind-acc-body {
	max-height: 2000px;
	padding: 0 20px 24px;
}

.ind-detail-subtitle {
	font-size: 15px;
	font-weight: 600;
	color: var(--ds-gray-700);
	margin: 24px 0 12px;
}

.ind-detail-subtitle i {
	margin-right: 6px;
	color: var(--odd-color, var(--tofoula-primary));
}

@media (max-width: 767px) {
	.odd-hero-title {
		font-size: 24px;
	}
	.odd-hero-number {
		font-size: 80px;
		right: 5px;
		bottom: -15px;
	}
	.odd-page-hero {
		padding: 40px 0 32px;
	}
	.odd-hero-icon {
		width: 100px;
	}
	.odd-ind-grid {
		grid-template-columns: 1fr;
	}
	.ind-fiche-row {
		flex-direction: column;
		gap: 4px;
	}
	.ind-fiche-label {
		width: auto;
	}
	.ind-acc-header {
		padding: 12px 14px;
		gap: 10px;
	}
	.ind-acc-label {
		font-size: 13px;
		line-height: 1.4;
	}
	.ind-acc-item.open .ind-acc-body {
		padding: 0 14px 18px;
	}
}

/* =============================================
   INDICATEURS PAGE
   ============================================= */

/* --- Page layout --- */

.ind-page {
	padding: 0;
	margin-top: 0;
}

.ind-layout {
	display: flex;
	align-items: flex-start;
	max-width: 1400px;
	margin: 0 auto;
}

/* --- Nav sidebar --- */

.ind-nav {
	width: 300px;
	flex-shrink: 0;
	background: #fff;
	border-right: 1px solid var(--ds-gray-200);
	position: sticky;
	top: 90px;
	height: calc(100vh - 90px);
	overflow-y: auto;
	z-index: 10;
	scrollbar-width: thin;
	scrollbar-color: rgba(77, 65, 154, 0.15) transparent;
}

.ind-nav-inner {
	padding: 24px 0;
}

.ind-nav-header {
	padding: 0 20px 18px;
	border-bottom: 1px solid var(--ds-gray-200);
	/* margin-bottom: 8px; */
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.ind-nav-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--tofoula-text);
	margin: 0;
	font-family: var(--primary-font);
}

.ind-nav-count {
	font-size: 12px;
	font-weight: 600;
	color: var(--tofoula-primary);
	background: rgba(77, 65, 154, 0.08);
	padding: 2px 10px;
	border-radius: 20px;
}

/* Domain groups in nav */

.ind-nav-domain-btn {
	width: 100%;
	border: none;
	background: transparent;
	padding: 12px 20px;
	text-align: left;
	font-family: var(--primary-font);
	font-weight: 700;
	font-size: 13px;
	color: var(--tofoula-text);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.2s;
}

.ind-nav-domain-btn:hover {
	background: var(--ds-gray-50);
	color: var(--domain-color, var(--tofoula-primary));
}

.ind-nav-domain.open > .ind-nav-domain-btn {
	color: var(--domain-color, var(--tofoula-primary));
	background: var(--ds-gray-50);
}

.ind-nav-domain-icon {
	font-size: 16px;
	color: var(--domain-color, var(--tofoula-primary));
	opacity: 0.7;
}

.ind-nav-domain-label {
	flex: 1;
	line-height: 1.3;
}

.ind-nav-domain-count {
	font-size: 11px;
	font-weight: 700;
	background: rgba(77, 65, 154, 0.07);
	color: var(--tofoula-primary);
	padding: 1px 7px;
	border-radius: 10px;
}

.ind-nav-chevron {
	font-size: 10px;
	transition: transform 0.25s;
	opacity: 0.4;
}

.ind-nav-domain.open > .ind-nav-domain-btn .ind-nav-chevron {
	transform: rotate(180deg);
}

.ind-nav-items {
	display: none;
	padding: 2px 0 6px;
}

.ind-nav-domain.open > .ind-nav-items {
	display: block;
}

.ind-nav-item {
	display: block;
	width: 100%;
	padding: 7px 20px 7px 20px;
	font-family: var(--primary-font);
	font-size: 12.5px;
	color: var(--ds-gray-600);
	text-decoration: none;
	line-height: 1.4;
	transition: all 0.15s;
	border-left: 3px solid transparent;
}

.ind-nav-item:hover {
	background: color-mix(in srgb, var(--domain-color, var(--tofoula-primary)) 8%, transparent);
	color: var(--domain-color, var(--tofoula-primary));
	text-decoration: none;
}

.ind-nav-item.active {
	background: color-mix(in srgb, var(--domain-color) 12%, transparent);
	color: var(--domain-color);
	font-weight: 600;
	border-left-color: var(--domain-color);
	text-decoration: none;
}

/* --- Main content --- */

.ind-main {
	flex: 1;
	min-width: 0;
	padding: 30px 40px 60px;
	background: var(--ds-gray-50);
}

/* Domain sections */

.ind-domain-section {
	margin-bottom: 50px;
	scroll-margin-top: 110px;
	display: none;
}

.ind-domain-section.active {
	display: block;
}

.ind-domain-header {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 28px;
	padding: 28px 30px;
	background: #fff;
	border-radius: var(--radius-lg);
	border-left: 4px solid var(--domain-color, var(--tofoula-primary));
	box-shadow: var(--shadow-sm);
}

.ind-domain-icon-wrap {
	width: 48px;
	height: 48px;
	border-radius: var(--radius-md);
	background: var(--domain-color, var(--tofoula-primary));
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
	font-size: 22px;
}

.ind-domain-title {
	font-size: 22px;
	font-weight: 800;
	color: var(--tofoula-text);
	margin: 0 0 6px;
	font-family: var(--primary-font);
}

.ind-domain-desc {
	font-size: 14px;
	color: var(--ds-gray-600);
	margin: 0;
	line-height: 1.65;
}

/* Indicator cards */

.ind-domain-indicators {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ind-card {
	background: #fff;
	border: 1px solid var(--ds-gray-200);
	border-radius: var(--radius-lg);
	overflow: hidden;
	scroll-margin-top: 110px;
	transition: box-shadow 0.25s;
}

.ind-card:target,
.ind-card:hover {
	box-shadow: var(--shadow-md);
}

.ind-card-top {
	padding: 16px 24px;
	border-bottom: 1px solid var(--ds-gray-200);
	border-left: 3px solid var(--card-color, var(--tofoula-primary));
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.ind-card-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--tofoula-text);
	margin: 0;
	line-height: 1.4;
	flex: 1;
}

.ind-card-top-badges {
	display: flex;
	gap: 6px;
	flex-shrink: 0;
}

.ind-badge-top {
	font-size: 10.5px;
	font-weight: 600;
	padding: 3px 9px;
	border-radius: 4px;
	background: var(--ds-gray-200);
	color: var(--tofoula-text);
	white-space: nowrap;
}

.ind-badge-odd {
	background: #fff3e0;
	color: #e65100;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.ind-badge-odd:hover {
	background: #e65100;
	color: #fff;
}
a.ind-odd-link {
	color: #e65100;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s;
}
a.ind-odd-link:hover {
	color: #bf360c;
	text-decoration: underline;
}

/* Definition row */

.ind-card-def {
	padding: 12px 24px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--ds-gray-700);
	border-bottom: 1px solid var(--ds-gray-200);
}

/* Metadata row */

.ind-meta-row {
	padding: 10px 24px;
	border-bottom: 1px solid var(--ds-gray-200);
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	background: var(--ds-gray-50);
}

.ind-meta-item-full {
	width: 100%;
}

.ind-meta-item {
	font-size: 13px;
	line-height: 1.5;
}

.ind-meta-label {
	color: var(--ds-gray-500);
	font-weight: 400;
}

.ind-meta-val {
	color: var(--tofoula-text);
	font-weight: 600;
}

/* Filters */

.ind-card-filters {
	padding: 14px 28px;
	background: var(--ds-gray-50);
	border-bottom: 1px solid var(--ds-gray-200);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.ind-filter-group {
	display: flex;
	align-items: center;
	gap: 6px;
}

.ind-filter-label {
	font-size: 11px;
	font-weight: 700;
	color: var(--tofoula-text);
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.ind-filter-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.ind-filter-btn {
	border: 1.5px solid var(--ds-gray-300);
	background: #fff;
	border-radius: var(--radius-full);
	padding: 3px 12px;
	font-family: var(--primary-font);
	font-size: 11px;
	font-weight: 500;
	color: var(--ds-gray-600);
	cursor: pointer;
	transition: all 0.2s;
}

.ind-filter-btn:hover {
	border-color: var(--filter-color, var(--tofoula-primary));
	color: var(--filter-color, var(--tofoula-primary));
}

.ind-filter-btn.active {
	background: var(--filter-color, var(--tofoula-primary));
	border-color: var(--filter-color, var(--tofoula-primary));
	color: #fff;
	font-weight: 600;
}

.ind-filter-btn--disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

/* Viz area */

.ind-card-viz {
	padding: 0;
}

.ind-chart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 24px 6px;
	gap: 8px;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--ds-gray-200);
}

.ind-chart-title {
	font-size: 12px;
	font-weight: 700;
	color: var(--tofoula-text);
}

.ind-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.ind-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 10.5px;
	font-weight: 500;
	color: var(--tofoula-text);
	padding: 2px 6px;
	border-radius: 4px;
	cursor: pointer;
	transition:
		opacity 0.2s,
		background 0.15s;
}

.ind-legend-item:hover {
	background: #f5f3fb;
}

.ind-legend-item.dimmed {
	opacity: 0.3;
}

.ind-legend-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}

/* Side-by-side layout */

.ind-card-data {
	display: flex;
	flex-direction: column;
}

.ind-card-chart {
	position: relative;
	min-height: 200px;
	padding: 12px 16px 14px;
	border-bottom: 1px solid var(--ds-gray-200);
}

.ind-card-table-wrap {
	overflow: auto;
}

/* Cross table */

.ind-cross-table-wrap {
	height: 100%;
}

.ind-cross-table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--fs-xs);
	font-variant-numeric: tabular-nums;
}

.ind-cross-table thead th {
	background: var(--domain-color, var(--tofoula-primary));
	color: #fff;
	font-weight: 600;
	padding: 4px 12px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.2px;
	white-space: nowrap;
	position: sticky;
	top: 0;
	z-index: 1;
}

.ind-cross-table thead th:first-child {
	text-align: left;
	min-width: 130px;
}

.ind-cross-table tbody td {
	padding: 5px 12px;
	text-align: center;
	border-bottom: 1px solid var(--ds-gray-100);
	white-space: nowrap;
	color: var(--ds-gray-800);
}

.ind-cross-table tbody td:first-child {
	text-align: left;
}

.ind-cross-label {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	color: var(--tofoula-text);
	font-size: 11.5px;
}

.ind-cross-table tbody tr:hover td {
	background: #f5f3fb;
}

.ind-cross-latest {
	font-weight: 700;
	color: var(--tofoula-primary);
}

/* Key card (single value display) */

.ind-key-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 36px 20px;
	text-align: center;
}

.ind-key-value {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: var(--primary-font);
}

.ind-key-unit {
	font-size: 1rem;
	font-weight: 500;
	opacity: 0.6;
}

.ind-key-label {
	margin-top: 6px;
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--ds-gray-600);
}

.ind-key-delta {
	margin-top: 10px;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 4px;
}

.ind-key-delta-up {
	color: #2e7d32;
	background: #e8f5e9;
}

.ind-key-delta-down {
	color: #c62828;
	background: #ffebee;
}

.ind-key-prev {
	font-weight: 400;
	opacity: 0.7;
}

/* --- Responsive --- */

@media (max-width: 991px) {
	.ind-page {
		overflow-x: hidden;
	}
	.ind-layout {
		flex-direction: column;
	}

	/* --- Sidebar slide-in from left --- */
	.ind-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 280px;
		height: 100vh;
		max-height: 100vh;
		padding-top: 80px;
		transform: translateX(-100%);
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 1001;
		background: #fff;
		border-right: 1px solid var(--ds-gray-200);
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
		overflow-y: auto;
	}
	.ind-nav.open {
		transform: translateX(0);
	}
	.ind-nav .ind-nav-inner {
		padding: 8px 0;
	}
	.ind-nav .ind-nav-header {
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 1;
		padding: 12px 16px;
	}
	.ind-nav .ind-nav-title {
		font-size: 15px;
	}
	.ind-nav-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1000;
	}
	.ind-nav-overlay.open {
		display: block;
	}

	/* FAB toggle button */
	.ind-nav-fab {
		position: fixed;
		bottom: 20px;
		left: 20px;
		z-index: 999;
		background: var(--tofoula-primary);
		color: #fff;
		border: none;
		border-radius: 50px;
		padding: 10px 16px;
		font-size: 12px;
		font-weight: 600;
		box-shadow: 0 4px 16px rgba(77, 65, 154, 0.35);
		display: flex;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		transition: opacity 0.2s, transform 0.2s;
	}
	.ind-nav-fab:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 20px rgba(77, 65, 154, 0.45);
	}
	.ind-nav-fab.hidden {
		opacity: 0;
		pointer-events: none;
		transform: translateY(10px);
	}

	/* --- Main content --- */
	.ind-main {
		padding: 20px 16px 80px;
		width: 100%;
		max-width: 100%;
	}
	.ind-domain-header {
		padding: 14px 16px;
		flex-direction: row !important;
		align-items: flex-start !important;
		gap: 12px !important;
	}
	.ind-domain-icon-wrap {
		width: 32px;
		height: 32px;
		font-size: 16px;
		flex-shrink: 0;
		margin-top: 2px;
	}
	.ind-domain-title {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 1.3;
	}
	.ind-domain-desc {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 4px;
	}
	.ind-card-chart {
		min-height: 200px;
	}
	.ind-card-top,
	.ind-card-filters,
	.ind-chart-header {
		padding-left: 16px;
		padding-right: 16px;
	}
	.ind-meta-row {
		padding: 10px 16px;
	}
	.ind-fiche-row {
		flex-direction: column;
		gap: 4px;
		padding: 10px 16px;
	}
	.ind-fiche-label {
		width: 100%;
	}
	.ind-cross-table-wrap,
	.ind-card-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}
	.ind-cross-table {
		min-width: 400px;
	}
	.ind-acc-header {
		padding: 14px 16px;
	}
	.ind-acc-item.open .ind-acc-body {
		padding: 0 16px 20px;
	}
	.ind-domain-section {
		margin-bottom: 32px;
	}
	.ind-domain-indicators {
		gap: 16px;
	}
}

@media (max-width: 575px) {
	.ind-nav {
		width: 260px;
	}
	.ind-nav-domain-btn {
		padding: 10px 16px;
		font-size: 12px;
	}
	.ind-nav-item {
		padding-left: 36px;
		font-size: 12px;
	}
	.ind-nav-fab {
		bottom: 16px;
		left: 16px;
		padding: 10px 16px;
		font-size: 13px;
	}
	.ind-main {
		padding: 16px 12px 80px;
	}
	.ind-domain-header {
		flex-direction: column;
		gap: 10px;
		padding: 14px;
	}
	.ind-domain-title {
		font-size: 18px;
	}
	.ind-domain-desc {
		font-size: 13px;
	}
	.ind-card-top {
		padding: 14px 12px;
		flex-direction: column;
		gap: 8px;
	}
	.ind-card-title {
		font-size: 14px;
	}
	.ind-card-top-badges {
		justify-content: flex-start;
	}
	.ind-card-filters {
		padding: 10px 12px;
		flex-direction: column;
		gap: 8px;
	}
	.ind-filter-label {
		white-space: nowrap;
		flex-shrink: 0;
		min-width: 40px;
	}
	.ind-filter-btn {
		padding: 4px 10px;
		font-size: 11px;
	}
	.ind-card-chart {
		min-height: 180px;
		padding: 10px 8px 12px;
	}
	.ind-chart-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 12px;
	}
	.ind-meta-row {
		padding: 8px 12px;
	}
	.ind-meta-item {
		font-size: 12px;
	}
	.ind-key-card {
		padding: 24px 12px;
	}
	.ind-key-value {
		font-size: 1.8rem;
	}
	.ind-legend {
		gap: 6px;
	}
	.ind-legend-item {
		padding: 3px 8px;
		font-size: 11px;
	}
	.ind-fiche-row {
		padding: 8px 12px;
	}
	.ind-fiche-label {
		font-size: 11px;
	}
	.ind-fiche-value {
		font-size: 13px;
	}
	.ind-acc-header {
		padding: 12px;
		gap: 10px;
	}
	.ind-acc-icon {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	.ind-acc-label {
		font-size: 13px;
		line-height: 1.4;
	}
	.ind-acc-item.open .ind-acc-body {
		padding: 0px 12px 16px;
	}
	.ind-cross-table {
		font-size: 11px;
	}
	.ind-cross-table thead th {
		padding: 2px 8px;
		font-size: 11px;
	}
	.ind-cross-table tbody td {
		padding: 4px 8px;
	}
	.ind-badge-top {
		font-size: 9.5px;
		padding: 3px 8px;
	}
}

/* =============================================
   MISSIONS PAGE
   ============================================= */

.mission-hero-img-wrap {
	padding: 10px 0;
}

.mission-hero-img-wrap img {
	width: 100% !important;
	border-radius: 15px !important;
	box-shadow: var(--shadow-lg);
	display: block;
}

.mission-pillar-card {
	padding: 36px 28px;
	text-align: center;
	height: 100%;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	transition:
		transform 0.3s,
		box-shadow 0.3s;
}

.mission-pillar-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-md);
}

.mission-pillar-icon {
	font-size: 32px;
	margin-bottom: 16px;
}

.mission-pillar-title {
	font-size: 17px;
	font-weight: 800;
	color: var(--tofoula-text);
	margin-bottom: 10px;
	font-family: var(--primary-font);
}

.mission-pillar-text {
	font-size: 13.5px;
	color: var(--ds-gray-600);
	line-height: 1.65;
	margin: 0;
}

.mission-objective-card {
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 36px 32px;
	border: 1px solid var(--ds-gray-200);
	height: 100%;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
	position: relative;
}

.mission-objective-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
}

.mission-obj-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-md);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	font-family: var(--primary-font);
	margin-bottom: 20px;
}

.mission-obj-title {
	font-size: 19px;
	font-weight: 800;
	color: var(--tofoula-text);
	margin-bottom: 12px;
	font-family: var(--primary-font);
}

.mission-obj-text {
	font-size: 14px;
	color: var(--ds-gray-600);
	line-height: 1.75;
	margin: 0;
}

.mission-theme-card {
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 32px 28px;
	border: 1px solid var(--ds-gray-200);
	height: 100%;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
}

.mission-theme-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
}

.mission-theme-icon-wrap {
	width: 56px;
	height: 56px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 20px;
}

.mission-theme-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--tofoula-text);
	margin-bottom: 10px;
	font-family: var(--primary-font);
}

.mission-theme-text {
	font-size: 14px;
	color: var(--ds-gray-600);
	line-height: 1.7;
	margin-bottom: 16px;
}

.mission-theme-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.mission-theme-tags span {
	font-size: 11px;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: var(--radius-full);
	color: var(--ds-gray-600);
}

.mission-cide-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.mission-cide-stat {
	border-radius: var(--radius-xl);
	padding: 32px 24px;
	text-align: center;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
	height: 100%;
}

.mission-cide-stat:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.mission-cide-number {
	display: block;
	font-size: 52px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
	font-family: var(--primary-font);
}

.mission-cide-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--ds-gray-700);
	line-height: 1.4;
}

/* =============================================
   HOMEPAGE - PUBLICATIONS CARDS
   ============================================= */

.pub-card {
	background: #fff;
	border-radius: var(--radius-lg);
	cursor: pointer;
	overflow: hidden;
	border: 1px solid var(--ds-gray-200);
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.pub-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-xl);
}

.pub-card-img {
	aspect-ratio: 3 / 4;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.pub-card-img::before {
	display: none;
}

.pub-card-img::after {
	display: none;
}

.pub-card-tag {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 14px;
	border-radius: var(--radius-full);
	color: #fff;
	z-index: 2;
}

.pub-card-body {
	padding: 24px 24px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pub-card-cat {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.pub-card-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--tofoula-text);
	margin-bottom: 0;
	line-height: 1.5;
	font-family: var(--primary-font);
}

.pub-card-excerpt {
	font-size: 13.5px;
	color: var(--ds-gray-600);
	line-height: 1.65;
	margin-bottom: 0;
}

.pub-card-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 14px 24px;
	border-top: 1px solid var(--ds-gray-100);
}

.pub-card-date {
	font-size: 12px;
	font-weight: 500;
	color: var(--ds-gray-500);
}

.pub-card-tag-sm {
	font-size: 12px;
	font-weight: 600;
}

.pub-card-link {
	font-size: 13px;
	font-weight: 700;
	color: var(--tofoula-primary);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 16px;
	border-radius: var(--radius-full);
	background: rgba(var(--tofoula-primary-rgb), 0.08);
	transition: all 0.25s ease;
}

.pub-card-link:hover {
	gap: 10px;
	background: var(--tofoula-primary);
	color: #fff;
}

/* =============================================
   HOMEPAGE - RESSOURCES MASONRY
   ============================================= */

.res-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}

.res-card {
	border-radius: var(--radius-lg);
	overflow: hidden;
	position: relative;
	min-height: 260px;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
	text-decoration: none;
}

.res-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-xl);
	text-decoration: none;
}

.res-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	transition: opacity 0.3s;
}

.res-card-content {
	position: relative;
	z-index: 1;
	padding: 28px;
	width: 100%;
}

.res-card-icon {
	font-size: 36px;
	color: #fff;
	margin-bottom: 12px;
	display: block;
	opacity: 0.9;
}

.res-card-title {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 6px;
	font-family: var(--primary-font);
}

.res-card-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	margin: 0;
}

.res-card-arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	transition:
		opacity 0.25s,
		transform 0.25s;
	z-index: 2;
}

.res-card:hover .res-card-arrow {
	opacity: 1;
	transform: translate(2px, -2px);
}

.res-card.res-etudes::before {
	background: linear-gradient(135deg, rgba(var(--tofoula-secondary-rgb), 0.9) 0%, rgba(var(--tofoula-secondary-rgb), 0.7) 100%);
}

.res-card.res-rapports::before {
	background: linear-gradient(135deg, rgba(var(--tofoula-primary-rgb), 0.9) 0%, rgba(var(--tofoula-primary-rgb), 0.7) 100%);
}

.res-card.res-guides::before {
	background: linear-gradient(135deg, rgba(var(--tofoula-accent-rgb), 0.9) 0%, rgba(var(--tofoula-accent-rgb), 0.7) 100%);
}

.res-card.res-evaluations::before {
	background: linear-gradient(135deg, rgba(var(--tofoula-highlight-rgb), 0.9) 0%, rgba(var(--tofoula-highlight-rgb), 0.7) 100%);
}

@media (max-width: 767px) {
	.res-grid {
		grid-template-columns: 1fr;
	}
	.res-card {
		min-height: 200px;
	}
	.mission-cide-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

.ms-minus-20px {
	margin-left: -20px !important;
}

/* Hover personnalisé pour le sous-menu "Ressources & Publications" */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
	transition:
		background-color 0.25s ease,
		color 0.25s ease;
}

/* Études – toufoula-bg-cyan */
/* Études – pub-etudes (secondary / rose) */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(1) a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(1) a:focus {
	background-color: var(--pub-etudes);
	color: #fff;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(1) a:hover i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(1) a:focus i {
	color: #fff !important;
}

/* Rapports – pub-rapports (primary / bleu) */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(2) a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(2) a:focus {
	background-color: var(--pub-rapports);
	color: #fff;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(2) a:hover i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(2) a:focus i {
	color: #fff !important;
}

/* Guides – pub-guides (accent / violet) */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(3) a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(3) a:focus {
	background-color: var(--pub-guides);
	color: #fff;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(3) a:hover i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(3) a:focus i {
	color: #fff !important;
}

/* Évaluations – pub-evaluations (highlight / orange) */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(4) a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(4) a:focus {
	background-color: var(--pub-evaluations);
	color: #fff;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(4) a:hover i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:nth-child(4) a:focus i {
	color: #fff !important;
}

/* Dropdown ouverture au survol */
@media (min-width: 992px) {
	.navbar .navbar-nav .dropdown.dropdown-with-icon-style02:hover > .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

/*------------------------------------------*/

/* FOOTER – version moderne */

.footer-main {
	padding: 60px 0 50px;
	position: relative;
	overflow: hidden;
}

/* Panneau principal : verre charte (violet/texte) */
.footer-panel {
	position: relative;
	z-index: 1;
	border-radius: var(--radius-xl);
	padding: 32px 28px;
	background: var(--tofoula-primary);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 4px 0 0 rgba(var(--tofoula-secondary-rgb), 0.35),
		0 20px 40px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
}

/* Bloc identité */
.footer-brand-block {
	padding-right: 12px;
}

.badge-footer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border-radius: var(--radius-full);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--tofoula-text);
	background: var(--tofoula-secondary);
	margin-bottom: 12px;
	box-shadow: 0 2px 8px rgba(var(--tofoula-secondary-rgb), 0.3);
}

.footer-brand-title .footer-desc {
	margin-bottom: 14px;
}

/* ONDE bloc - charte ONDE */
.footer-onde-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-onde-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.5);
}

.footer-onde-wrap .footer-onde-link {
	background: var(--onde-green);
	border-radius: var(--radius-md);
}

.footer-onde-wrap .footer-onde-link:hover {
	background: color-mix(in srgb, var(--onde-green) 88%, white);
	box-shadow: 0 4px 12px rgba(var(--onde-green-rgb), 0.35);
}

/* Liens colonnes - pastille + accent charte */
.footer-links-pill li a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	border-radius: var(--radius-sm);
	padding-inline: 0;
}

.footer-links-pill li a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(var(--tofoula-cyan-rgb), 0.6);
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.footer-links-pill li a:hover {
	background: rgba(255, 255, 255, 0.06);
	padding-left: 8px;
	color: #fff;
	padding-right: 8px;
}

.footer-links-pill li a:hover::before {
	background: var(--tofoula-secondary);
	transform: scale(1.25);
}

/* Bouton retour en haut - charte */
.footer-tofoula .footer-scroll-top {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(var(--tofoula-secondary-rgb), 0.5);
	color: rgba(255, 255, 255, 0.9);
}

.footer-tofoula .footer-scroll-top i {
	font-size: 14px;
}

/* Responsive footer */
@media (max-width: 991px) {
	.footer-panel {
		padding: 26px 22px;
		border-radius: var(--radius-lg);
	}

	.footer-brand-block {
		margin-bottom: 12px;
	}

	.footer-main {
		padding-top: 44px;
	}
}

@media (max-width: 575px) {
	.footer-panel {
		padding: 16px 14px;
	}

	.footer-main {
		padding-top: 28px;
		padding-bottom: 20px;
	}

	/* Brand compact */
	.footer-brand-block {
		padding-right: 0;
		margin-bottom: 8px;
	}
	.footer-desc {
		font-size: 13px;
		margin-bottom: 10px;
	}

	/* Contact compact */
	.footer-contact {
		gap: 6px;
		margin-bottom: 12px;
	}
	.footer-contact a {
		font-size: 13px;
	}

	/* ONDE compact */
	.footer-onde-wrap {
		margin-bottom: 12px;
	}

	/* Colonnes compact */
	.footer-tofoula .footer-col-title {
		margin-top: 0;
		margin-bottom: 4px;
		font-size: 12px;
	}
	.footer-links li {
		margin-bottom: 1px;
	}
	.footer-links li a {
		font-size: 13px;
		padding: 3px 0 !important;
	}

	/* Logo + retour en haut — inline */
	.footer-panel .col-xl-2 {
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: flex-end !important;
		width: 100%;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.footer-logo-wrap,
	.footer-logo-wrap.md-mb-60px,
	.footer-logo-wrap.xl-mb-60px {
		margin-bottom: 0 !important;
		padding: 10px;
	}
	.footer-logo-wrap img {
		width: 90px !important;
	}
	.footer-scroll-top {
		font-size: 12px;
		padding: 6px 14px;
		margin-top: 0 !important;
	}
	/* Réduire padding bas du panel */
	.footer-panel .row {
		margin-bottom: 0;
	}

	/* Bottom bar compact */
	.footer-bottom {
		padding: 10px 0;
	}
	.footer-social li a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
	.footer-copyright {
		font-size: 11px;
	}
}

.xl-mb-65px {
	margin-bottom: 65px !important;
}
.md-mb-60px {
	margin-bottom: 60px !important;
}

footer ul.footer-social li {
	margin-bottom: 0px !important;
}
.fs-12 {
	font-size: 13px !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
	padding: 12px 20px !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
	width: 230px !important;
}

/* =============================================
   PUBLICATIONS PAGE - Filters
   ============================================= */

.pub-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.pub-filter-btn {
	--_color: var(--filter-color, var(--tofoula-primary));
	border: 1.5px solid var(--ds-gray-200);
	background: #fff;
	border-radius: var(--radius-full);
	padding: 9px 22px;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 600;
	color: var(--ds-gray-700);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	position: relative;
}

.pub-filter-btn:hover {
	border-color: color-mix(in srgb, var(--_color) 50%, transparent);
	color: var(--_color);
	background: color-mix(in srgb, var(--_color) 5%, #fff);
	box-shadow: 0 2px 8px color-mix(in srgb, var(--_color) 12%, transparent);
	transform: translateY(-1px);
}

.pub-filter-btn.active {
	background: var(--_color);
	border-color: var(--_color);
	color: #fff;
	box-shadow: 0 4px 14px color-mix(in srgb, var(--_color) 35%, transparent);
	transform: translateY(-1px);
}

.pub-filter-count {
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	min-width: 22px;
	text-align: center;
	background: transparent;
	color: var(--ds-gray-600);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pub-filter-btn:hover .pub-filter-count {
	background: color-mix(in srgb, var(--_color) 15%, transparent);
	color: var(--_color);
}

.pub-filter-btn.active .pub-filter-count {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

@keyframes pubFadeUp {
	from { opacity: 0; transform: translateY(25px); }
	to { opacity: 1; transform: translateY(0); }
}

.pub-fade-in {
	animation: pubFadeUp 0.6s ease-out forwards;
}

.pub-delay-2 { animation-delay: 0.2s; opacity: 0; }
.pub-delay-3 { animation-delay: 0.35s; opacity: 0; }
.pub-delay-4 { animation-delay: 0.5s; opacity: 0; }

.pub-card-author {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: var(--ds-gray-500);
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.pub-card-pages {
	font-size: 12px;
	color: var(--ds-gray-500);
	display: inline-flex;
	align-items: center;
}

/* =============================================
   LÉGISLATION PAGE - Accordion
   ============================================= */

/* --- Legislation Hero --- */

.leg-hero {
	padding: 50px 0 40px;
	position: relative;
}

.leg-hero-bg {
	position: absolute;
	inset: 0;
	background: url('../images/background-maroc2.jpg') center/cover no-repeat;
	z-index: 0;
}

.leg-hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: transparent;
	pointer-events: none;
}

.leg-hero-stats {
	display: flex;
	gap: 24px;
}

.leg-hero-stat {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: var(--radius-xl);
	padding: 28px 36px;
	text-align: center;
	min-width: 130px;
}

.leg-hero-stat-num {
	display: block;
	font-size: 48px;
	font-weight: 900;
	color: var(--tofoula-primary);
	line-height: 1;
	margin-bottom: 6px;
	font-family: var(--primary-font);
}

.leg-hero-stat-label {
	font-size: 14px;
	font-weight: 600;
	color: var(--ds-gray-700);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.leg-hero {
		padding: 30px 0 16px;
	}
}

/* --- Legislation Modal --- */

.leg-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	padding: 24px;
}

.leg-modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.leg-modal {
	background: #fff;
	border-radius: var(--radius-lg);
	width: 90vw;
	max-width: 900px;
	height: 88vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
	transform: translateY(20px) scale(0.97);
	transition: transform 0.3s ease;
}

.leg-modal-overlay.active .leg-modal {
	transform: translateY(0) scale(1);
}

.leg-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	border-bottom: 1px solid var(--ds-gray-200);
	flex-shrink: 0;
}

.leg-modal-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--tofoula-text);
	margin: 0;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 16px;
}

.leg-modal-actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.leg-modal-dl {
	width: 40px;
	height: 40px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--tofoula-primary-rgb), 0.08);
	color: var(--tofoula-primary);
	font-size: 18px;
	text-decoration: none;
	transition: all 0.2s;
}

.leg-modal-dl:hover {
	background: var(--tofoula-primary);
	color: #fff;
}

.leg-modal-close {
	width: 40px;
	height: 40px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ds-gray-100);
	border: none;
	color: var(--ds-gray-600);
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
}

.leg-modal-close:hover {
	background: var(--ds-gray-200);
	color: var(--tofoula-text);
}

.leg-modal-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.leg-pdf-container {
	padding: 0;
	background: rgba(var(--tofoula-primary-rgb), 0.04);
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.leg-pdf-page {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}

.leg-pdf-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 20px;
	flex: 1;
	color: var(--ds-gray-500);
	font-size: 14px;
	font-weight: 500;
}

.leg-pdf-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid var(--ds-gray-200);
	border-top-color: var(--tofoula-primary);
	border-radius: 50%;
	animation: legPdfSpin 0.8s linear infinite;
}

@keyframes legPdfSpin {
	to { transform: rotate(360deg); }
}

.leg-modal-footer {
	display: none;
	flex-shrink: 0;
	padding: 10px 24px;
	border-top: 1px solid var(--ds-gray-200);
	text-align: center;
}

.leg-modal-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 24px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tofoula-primary);
	background: rgba(var(--tofoula-primary-rgb), 0.08);
	border-radius: var(--radius-full);
	text-decoration: none;
	transition: all 0.2s;
}

.leg-modal-download-btn:hover {
	background: var(--tofoula-primary);
	color: #fff;
}

@media (max-width: 767px) {
	.leg-modal-overlay {
		padding: 12px;
	}
	.leg-modal {
		height: 90vh;
		max-width: 100%;
	}
	.leg-modal-header {
		padding: 12px 16px;
	}
	.leg-modal-title {
		font-size: 14px;
	}
}

.leg-stat-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 500;
	color: var(--ds-gray-700);
	background: rgba(var(--tofoula-primary-rgb), 0.08);
	padding: 6px 16px;
	border-radius: var(--radius-full);
}

.leg-stat-badge strong {
	font-weight: 800;
	color: var(--tofoula-primary);
}

.leg-accordion {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid var(--ds-gray-200);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.leg-acc-item + .leg-acc-item {
	border-top: 1px solid var(--ds-gray-200);
}

.leg-acc-header {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 18px 24px;
	border: none;
	background: #fff;
	cursor: pointer;
	transition: background 0.2s;
	text-align: left;
	font-family: var(--primary-font);
}

.leg-acc-header:hover {
	background: var(--ds-gray-50);
}

.leg-acc-item.open .leg-acc-header {
	background: color-mix(in srgb, var(--leg-color, var(--tofoula-primary)) 6%, #fff);
}

.leg-acc-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}

.leg-acc-titles {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.leg-acc-label {
	font-size: 15px;
	font-weight: 700;
	color: var(--tofoula-text);
}

.leg-acc-label-ar {
	font-size: 14px;
	font-weight: 600;
	color: var(--ds-gray-500);
	direction: rtl;
}

.leg-acc-count {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	color: var(--leg-color, var(--tofoula-primary));
	background: color-mix(in srgb, var(--leg-color, var(--tofoula-primary)) 10%, #fff);
	padding: 2px 10px;
	border-radius: 20px;
}

.leg-acc-arrow {
	flex-shrink: 0;
	font-size: 16px;
	color: var(--ds-gray-400);
	transition: transform 0.3s ease;
}

.leg-acc-item.open .leg-acc-arrow {
	transform: rotate(180deg);
	color: var(--leg-color, var(--tofoula-primary));
}

.leg-acc-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 24px;
}

.leg-acc-item.open .leg-acc-body {
	max-height: 2000px;
	padding: 12px 24px 24px;
}

.leg-doc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.leg-doc-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-radius: var(--radius-md);
	transition: background 0.2s;
	border-bottom: 1px solid var(--ds-gray-100);
}

.leg-doc-item:last-child {
	border-bottom: none;
}

.leg-doc-item:hover {
	background: var(--ds-gray-50);
}

.leg-doc-item > i {
	flex-shrink: 0;
	font-size: 20px;
	color: var(--ds-gray-400);
	align-self: center;
}

.leg-doc-info {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.leg-doc-title-fr {
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	color: var(--ds-gray-700);
	min-width: 0;
	text-align: left;
}

.leg-doc-title-ar {
	flex: 1;
	font-size: 15px;
	font-weight: 600;
	color: var(--tofoula-text);
	direction: rtl;
	text-align: right;
	font-family: 'Cairo', sans-serif;
	min-width: 0;
	order: 2;
}

.leg-doc-title-fr {
	order: 1;
}

.leg-doc-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: var(--tofoula-primary);
	background: rgba(var(--tofoula-primary-rgb), 0.08);
	padding: 5px 14px;
	border-radius: var(--radius-full);
	text-decoration: none;
	transition: all 0.25s ease;
}

.leg-doc-btn:hover {
	background: var(--tofoula-primary);
	color: #fff;
}

@media (max-width: 767px) {
	.leg-acc-header {
		padding: 14px 16px;
		gap: 12px;
	}
	.leg-acc-icon {
		width: 36px;
		height: 36px;
		font-size: 17px;
	}
	.leg-acc-label {
		font-size: 14px;
	}
	.leg-acc-label-ar {
		font-size: 13px;
	}
	.leg-acc-body {
		padding: 0 16px;
	}
	.leg-acc-item.open .leg-acc-body {
		padding: 4px 10px 10px;
	}
	.leg-doc-item {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px 12px;
	}
	.leg-doc-item > i {
		display: none;
	}
	.leg-doc-info {
		flex: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		min-width: 0;
	}
	.leg-doc-title-fr {
		font-size: 13px;
		text-align: left;
		line-height: 1.6;
	}
	.leg-doc-title-ar {
		font-size: 13px;
		text-align: left;
		direction: ltr;
		width: auto;
		line-height: 1.6;
	}
	.leg-doc-btn {
		flex-shrink: 0;
		font-size: 11px;
		padding: 4px 12px;
	}
	.pub-filters {
		gap: 8px;
		justify-content: center;
	}
	.pub-filter-btn {
		padding: 5px 10px;
		font-size: 11px;
		gap: 4px;
	}
	.pub-filter-count {
		font-size: 9px;
		padding: 1px 5px;
	}
	.pub-filter-btn:hover,
	.pub-filter-btn.active {
		transform: none;
	}
}

a.pub-card-clickable {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
}

/* ── Publication PDF Modal ── */
.pub-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.pub-modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.pub-modal {
	background: #fff;
	border-radius: 16px;
	width: 90vw;
	max-width: 900px;
	height: 88vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	transform: translateY(30px) scale(0.97);
	transition: transform 0.3s ease;
}

.pub-modal-overlay.active .pub-modal {
	transform: translateY(0) scale(1);
}

.pub-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	border-bottom: 1px solid var(--ds-gray-200);
	gap: 16px;
}

.pub-modal-title {
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 700;
	color: var(--tofoula-text);
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.pub-modal-close {
	background: var(--ds-gray-100);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ds-gray-600);
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.pub-modal-close:hover {
	background: var(--tofoula-primary);
	color: #fff;
}

.pub-modal-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
	.pub-modal {
		width: 98vw;
		height: 92vh;
		border-radius: 12px;
	}
	.pub-modal-header {
		padding: 12px 16px;
	}
	.pub-modal-title {
		font-size: 13px;
	}
}

/* ==================== MOBILE CLASSIC MENU ENHANCEMENTS ==================== */
@media (max-width: 991px) {

	/* Navbar solid white on mobile */
	header nav.navbar {
		background: #fff !important;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	/* --- Smooth slide-down animation (override vendors.min.css transition:none) --- */
	header .navbar .navbar-collapse.collapsing {
		height: 0;
		overflow: hidden;
		transition: height 0.35s ease !important;
	}

	/* Menu container — full width, same bg as navbar */
	header .navbar .navbar-collapse {
		position: absolute !important;
		top: 100%;
		left: 0;
		right: 0;
		width: 100vw !important;
		background: #fff !important;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
		z-index: 999;
	}

	/* --- Styled nav links --- */
	header .navbar .navbar-nav {
		padding: 8px !important;
	}

	header .navbar .navbar-nav .nav-item {
		display: block !important;
		margin: 0 !important;
	}

	header .navbar .navbar-nav .nav-item .nav-link {
		display: block !important;
		padding: 14px !important;
		margin: 0 !important;
		font-weight: 700 !important;
		font-size: 1.2rem !important;
		letter-spacing: 0.3px;
		color: var(--tofoula-text, #232323) !important;
		border-radius: 8px;
		text-align: center;
		transition: background-color 0.2s ease, color 0.2s ease;
	}

	header .navbar .navbar-nav .nav-item .nav-link:hover,
	header .navbar .navbar-nav .nav-item .nav-link:focus {
		color: var(--tofoula-primary) !important;
		background-color: #f0edf7 !important;
	}

	header .navbar .navbar-nav .nav-item .nav-link.active {
		color: var(--tofoula-primary) !important;
		background-color: #f0edf7 !important;
	}

	/* --- Hamburger → X animation --- */
	.navbar-toggler {
		width: 24px !important;
		height: 18px !important;
		position: relative;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
	}

	.navbar-toggler .navbar-toggler-line {
		position: absolute;
		left: 0;
		width: 24px;
		height: 2px;
		background: var(--tofoula-text, #232323);
		border-radius: 2px;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: center;
	}

	.navbar-toggler .navbar-toggler-line:nth-child(1) {
		top: 0;
		width: 24px;
	}

	.navbar-toggler .navbar-toggler-line:nth-child(2),
	.navbar-toggler .navbar-toggler-line:nth-child(3) {
		top: 8px;
	}

	.navbar-toggler .navbar-toggler-line:nth-child(4) {
		top: 16px;
		width: 24px;
	}

	/* Open state: X shape */
	.navbar-collapse-show .navbar-toggler .navbar-toggler-line:nth-child(1) {
		top: 8px;
		width: 0;
		opacity: 0;
	}

	.navbar-collapse-show .navbar-toggler .navbar-toggler-line:nth-child(2) {
		transform: rotate(45deg);
	}

	.navbar-collapse-show .navbar-toggler .navbar-toggler-line:nth-child(3) {
		transform: rotate(-45deg);
	}

	.navbar-collapse-show .navbar-toggler .navbar-toggler-line:nth-child(4) {
		top: 8px;
		width: 0;
		opacity: 0;
	}

	/* --- Standardized hero spacing on mobile (match leg-hero) --- */
	.mission-hero {
		padding-top: 50px !important;
	}

	/* --- Hero badge spacing on mobile --- */
	.hero-badge {
		margin-top: 16px;
		line-height: 1.5;
		font-size: 11px;
		padding: 6px 14px !important;
		text-align: center;
	}
}
