h2{
    font-size:x-large;
}

/* /////// PLAN DU SITE \\\\\\ */ 
.plan-du-site ul {

	padding: 0;
	margin: 0 0 24px;
}

.plan-du-site li {
	margin-left: 15px;
}

a {
	color: var(--red);
	text-decoration: none;
	transition: color .2s, text-decoration-color .2s;
}

a:hover {
	color: var(--red);
	text-decoration: underline;
	text-decoration-color: var(--red);
	text-underline-offset: 3px;
}