header {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}

header .top-header {
	display: none;
}

footer .footer-content {
	display: none;
}

footer.mt-5 {
	margin-top: 0rem !important;
}

.bgcor05 { background: #EAEAEA; }

.infos-area {
	overflow-y: auto;
	height: 100vh;
}

.embed-area {
	height: 100vh;
}

@media only screen and (max-width: 768px) {
	.embed-area {
		height: initial;
	}
	.infos-area {
		overflow-y: initial;
		height: auto;
	}
}

header.menu-fixed .main-header {
	position: relative !important;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	border-top: none;
}

#notify_audio {
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	width: 2px;
	height: 2px;
}

.block-lance {
	position: relative;
}

.block-lance:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffffca;
	top: 0px;
	left: 0px;
	z-index: 11;
}