.video_container {
	position: relative;
	border-top: 10px solid var(--oxy_color_9);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 350px;
	background-size: cover;
	cursor: pointer;
}

.video_container:before {
	content:"";
	width: 75px;
	height: 75px;
	background-image: url('/wp-content/uploads/2022/12/player.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video_container iframe {
	position: absolute;
	width: 80%;
	height: 100%;
	border: none;
	transform: translate( 50%);
    right: 50%;
}

.wp-video {
	max-width: 100%;
	height: auto;
	width: 100% !important;
}

#mep_0 {
	width: 100%;
	height: 500px !important;
}

.galerie_temoignage_item div video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.video_temoignage_container {
	display:flex;
	justify-content: space-between;
}
.video_temoignage_item {
	height: 250px;
	width: 250px;
	cursor: pointer;
}

.video_temoignage_item div {
	height: 100%;
	display: block;	
	border: none;
	background: none;
	padding: 0;
}



/* Modale */

.modal_video.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.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: 2147483641;
}

.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 {
	display: none;

}

.hidden {
	overflow: hidden;
}

.mejs-container *{
	height: 100%
}

.container_video {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
}

#mep_0.mejs-container {
	aspect-ratio: 16 / 9;
    height: auto !important;
}

#video-2532-1_youtube_iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

.container_video iframe {
	width: 100%;
}

@media screen and (max-width: 992px) {
	
	.container_video {
		width: 80%;
	}
	
	.video_container {
		height: 250px;
	}

	.video_container:before {
		width: 60px;
		height: 60px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.container_video {
		width: 97%;
	}
	
}