/* --------------------------------------------------
* -------------------------------------------------- Section : Bannière
*  ------------------------------------------------- */
.hp-banner-section {
	position: relative;
}
.hp-banner-section::after {
	content: "";
	position: absolute;
	z-index: 1;
	background: linear-gradient(
	  rgba(67, 153, 145, 0) 0%,
	  rgba(27, 57, 59, 0.15) 60%,
	  rgba(27, 57, 59, 0.3) 100%
	);
	pointer-events: none;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.hp-banner-section .fl-node-content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.hp-banner-section--heading [id^="titre-bg-"] {
	display: none !important;
}

.hp-banner-section--heading [id^="titre-bg-"].titre-bg-active {
	display: block !important;
}
.hp-banner-section .fl-node-content .fl-col-group:nth-child(2) {
	margin-top: auto !important;
}


/* Tablette (≤1200px) */
@media all and (max-width: 1200px) {
	.hp-banner-section.fl-row-bg-video .fl-bg-video video {
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
	}
}


/* Mobile (≤768px) */
@media all and (max-width: 768px) {
	.hp-banner-section--heading .gmr-btn .uabb-creative-button-wrap a.uabb-button {
		width: auto !important;
		display: flex;
	}
}


