/***************************** CMS - Commun *****************************/

.page-header {
	display: none !important;
}

.page-cms-custom{
	text-align: left;
	line-height: 1.5em;
}

.page-cms-custom h1{
	color: var(--color-primary) !important;
	font-size: xx-large;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.page-cms-custom h2 {
	font-size: x-large;
	margin-bottom: 0.75em;
	background-color: var(--color-background-light);
	text-align: center;
	padding: 0.5em;
}

.page-cms-custom img,
.page-cms-custom video {
	width: 100%;
	height: auto;
	display: block;
}

.separateur {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 3em 0;
}

.text-red {
	color: #ff0000 !important;
	font-weight: bold;
}
