/**
 * Titres H2 de contenu (ligne bleue sous le titre)
 * Hors page d’accueil et hors titres de section (.bcom-section-title).
 */

:root {
	--garantie-heading: #122b54;
}

body:not(.home) h2:not(
	.bcom-section-title,
	.garantie-interlocuteurs__title,
	.equipe-specialites__title,
	.qsn-history__title,
	.rec-card__name,
	.rec-form__title,
	.nv-panel__title,
	.hp-quote__title,
	.hp-team__title,
	.widget-title,
	.entry-title,
	.comments-title,
	.page-title,
	.woocommerce-loop-product__title
) {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 14px;
	color: var(--garantie-heading);
	font-size: 30px;
	line-height: 1.2;
}

body:not(.home) h2:not(
	.bcom-section-title,
	.garantie-interlocuteurs__title,
	.equipe-specialites__title,
	.qsn-history__title,
	.rec-card__name,
	.rec-form__title,
	.nv-panel__title,
	.hp-quote__title,
	.hp-team__title,
	.widget-title,
	.entry-title,
	.comments-title,
	.page-title,
	.woocommerce-loop-product__title
)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 3px;
	background: var(--hp-primary, #004e90);
}
