/*
	HK28 08/12/2017
	TODO : Optimiser
*/
.titre_page{
	text-align:center;
	font-size:70px;
	font-weight:bold;
	color:white;
	margin-bottom:100px;
	padding:100px 0 10px 0;
	border-bottom:1px solid white;
	text-shadow:2px 2px 20px black;
	background:linear-gradient(to top, rgba(2,2,2,0) 20%,rgba(2,2,2,0.3) 100%);
}
#top_video{
	/*padding: inherit;*/
	margin-top:25px;
	border: 20px solid black;
	background-color: black;
}
#top_video.row{
	/*padding: inherit;
	margin: inherit;*/
}
.top_video{
	padding-bottom: 25px;
}
.video{
	background-color: ;
}