
/* HEADER BANNER / HERO IMG */

.head-banner.avia-section {
	position: relative;
}
/*#top #wrap_all .head-banner.fullsize .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}*/
@media only screen and (max-width: 990px) {
	#top #wrap_all .head-banner.fullsize .container {
		height: 200px !important;
	}
}

.head-banner::after {
	content: '';
	background-image: linear-gradient(to right, #f1eee9, transparent);
	position: absolute;
	height: 5px;
	bottom: 13px;
	width: 100%;
}


/* Fix asset order */
#main .head-banner .container {
    opacity: 1;
}


/*.avia-image-container.game-logo {
	position: absolute;
	top: 40%;
	width: 100%;
}*/



.head-banner .hr.blue-sep {
	margin: 0 !important;
	position: absolute;
	bottom: 0;
		width: 500%;
		left: -200%;
}
.blue-sep .hr-inner {
	border-top: 15px solid #7A1B51; /*#006bb3; BLEU 1 */
}
.blue-sep .hr-inner::before {
	content: '';
	height: 3px;
	width: 100%;
	display: block;
	background-image: linear-gradient(to top, #000000ad, transparent);
	top: -18px;
	position: absolute;
}


