/*
 * CHAIRE — Axes de recherche
 * Eyebrow vert + grand titre + liste d'axes + phrase de conclusion verte.
 */

/* Réduit l'espace au-dessus des axes (cumul avec padding-bottom de la galerie) */
.chaire-axes.section {
	padding-top: 48px;
}

.axes-eyebrow {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--green);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.5;
}

.chaire-axes h2 {
	font-size: clamp(28px, 4vw, 48px);
	margin-bottom: 48px;
}

.axes-list {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-bottom: 48px;
}

.axe-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.axe-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 6px;
}

.axe-body {
	font-size: 16px;
	color: var(--text-muted);
	line-height: 1.75;
	margin: 0;
}

.axes-highlight {
	font-size: 16px;
	font-weight: 700;
	color: var(--green);
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 968px) {
	.chaire-axes.section { padding-top: 32px; }
	.chaire-axes h2 { margin-bottom: 32px; }
	.axes-list { gap: 28px; }
	.axe-item { padding-bottom: 28px; }
	.axe-title { font-size: 17px; }
	.axe-body { font-size: 15px; }
	.axes-highlight { font-size: 15px; }
}
