body.hidden {
	overflow: hidden;
	height: 100vh;
}

.container_entete {
	background-size: auto, cover;
	background-position: 50% 50%;
}

.container_entete>.ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 90px;
	padding-bottom: 40px;
	min-height: 400px;
	height: auto;
	justify-content: space-between;
	align-items: flex-start;
}

.container_entete_content {
	padding-right: 80px;
	width: 100%;
	width: 70%;
}

.entete_container_pop_up {
	background-color: #ffffff;
	border-radius: 20px;
	width: 28%;
	margin-top: 85px;
}

/* Entete content */

.banner_page_container {
	padding-left: 205px;
	padding-top: 120px;
	padding-bottom: 72px;
	position: relative;
}

.banner_page_container::before {
	left: 0;
	display: block;
	position: absolute;
	left: 0px;
	top: 45px;
	width: 145px;
	height: 90px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-bottom-left-radius: 10px;
	content: "";
}

.bms_cross {
	display: block;
	position: absolute;
	z-index: 999;
	width: 40px;
	height: 26px;
	top: 40px;
    right: 45px;
	cursor: pointer;
}

.bms_cross span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #003d78;
	transition: 0.3s all;
	border-radius: 15px;
}

.bms_cross span:first-child {
	transform: rotate(45deg);
	top: 50%;
}

.bms_cross span:last-child {
	bottom: 0;
	right: 0;
	transform: rotate(-45deg);
	top: 50%;
}

.banner_page_container::after {
	left: 145px;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	border: 2px solid #ffffff;
	border-radius: 50%;
	top: 127px;
	content: "";
}

.container_entete_content .txt_chapo {
	font-weight: 600 !important;
}

/* "Popup" content */

.container_second_part_pop_up {
	padding: 20px 35px 25px;
}

.container_first_part_pop_up {
	padding: 25px 35px 15px;
}

.entete_encart_heading {
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 1.2;
}

.container_second_part_pop_up {
	background-color: var(--oxy_color_8);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.pop_up_container_content {
	margin-top: 0px;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 0.95rem;
	margin-bottom: 20px;
}

/* Fil d'ariane */

.ydu-breadcrumb {
	padding-left: 0 !important;
}

.container_entete .ydu-breadcrumb,
.container_entete .ydu-breadcrumb li a {
	color: white;
}

.container_entete .ydu-breadcrumb {
	margin-top: 50px;
	margin-bottom: 0px;
	width: 100%;
}

/* Modale */

.modal_video_entete.video_modal.modal_open video {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	max-width: 1000px;
	max-height: 475px;
	object-fit: contain;
}

.modal_video_entete.modal_open {
	display: flex !important;
	align-items: center;
	width: 100%;
	height: 100vw;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999999999;
	max-width: none;
	overflow: auto;
}

.close {
	position: relative;
}

.close::before {
	content: "";
	background-image: url('/wp-content/uploads/2022/06/cross-plus-white.svg');
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	height: 50px;
	width: 50px;
	transform: rotate(45deg);
}

.modal_video_entete {
	display: none;

}

.hidden {
	overflow: hidden;
}

.container_entete_content .banner_page_container {
	padding-bottom: 20px;
}

/* Formulaire  */
.container_form {
	margin: auto;
	width: 100%;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 15px;
	max-width: 900px;
	position: relative;
}

.container_form h2 {
	width: 100%;
	padding-bottom: 25px;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 30px;
	font-family: intro;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	padding-right: 60px;
}

.section_services_bandeau_cta .container_form {
	background: transparent;
}

@media screen and (max-width:1300px) {

	.container_entete_content {
		padding-right: 40px;
	}

	.entete_container_pop_up {
		width: 30%;
	}

}


@media screen and (max-width:991px) {

	body .container_entete_content {
		width: 100%;
		padding-right: 0px;
	}

	body .entete_container_pop_up {
		width: 100%;
		margin-top: 50px;
	}

	body .entete_container_pop_up {
		margin-top: 30px;
	}

	body .banner_page_container {
		padding-left: 130px;
		padding-top: 90px;
	}

	body .banner_page_container::before {
		left: 18px;
		top: 15px;
		width: 60px;
	}

	body .banner_page_container::after {
		left: 78px;
		top: 97px;
	}

}

@media screen and (max-width:479px) {

	body .banner_page_container {
		padding-top: 80px;
	}

	body .banner_page_container::before {
		width: 24px;
		top: 2px;
	}

	body .banner_page_container::after {
		left: 40px;
		top: 84px;
	}

	body .banner_page_container {
		padding-left: 80px;
	}

	body .container_entete>.ct-section-inner-wrap {
		min-height: 300px;
	}
}