.video_page_video {
	position : fixed;
	top:0;
	left:0;
	width : 100%;
	height : 100%;
	margin :0;
	padding :0;
	background-color : rgba(0,0,0,0.5);
	display : none;
	z-index : 100;
}
.video_page_video_bloc {
	width :95vw;
	height : 37.6vw;
	max-width : 960px;
	max-height : 380px;
	margin : auto;
	margin-top : 10vw;
	padding :0;
	background-color : black;
	background-color : rgba(0,0,0,0.75);
	
	/* box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.2); */
}

.video_page_video_iframe_video {
	height : 100%;
	width : 66.85vw;
	max-width : 676px;	
	float : left;
	margin : 0;
	padding :0;
}

.video_page_video_bloc_description {
	width : 28.15vw;
	max-width: 284px;
	height : 100%;
	float : left;
	margin : 0;
	padding :0;
	overflow : hidden;
}

.video_page_video_titre {
	padding : 15px;
	margin : 0;
	font-size : 25px;
	/* font-weight : bold; */
	text-align : center;
	color : white;
}


.video_page_video_description{
	padding : 15px;
	/* padding-left : 10px;
	padding-right : 10px; */
	
	
	margin : 0;
	font-size : 15px;
	font-weight : none;
	text-align : justify;
	color : white;	
}


.video_vignette_video {
	width : 320px;
	height : 180px;
	margin-left : 16px;
	margin-top : 16px;
	background-color : rgb(233,230,216);
	float : left;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.2);
	cursor : pointer;
}

.video_video_titre {
color : white;
text-shadow: rgb(90,90,90) 1px 1px;
font-size : 17px;
text-align : center;
padding : 5px;
margin-top : 125px;
background-color : rgba(0,0,0,0.05);
}

.video_entete_categorie {
text-align : center; 
font-size : 18px; 
padding : 0; 
margin : 0; 
margin-bottom : 0px; 
margin-top : 30px;
font-size : 25px;
}