#home_video{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap
}

#home_video .bouton_video{
	position:relative;
	cursor:pointer;
}

#home_video .baseline{
	position:absolute;
	display:inline-block;
	z-index:9;
	background-color:#014492;;
	padding:5px;
	font-family: "Open Sans", helvetica, sans-serif ;
	text-decoration:none;
	font-size:0.85em;line-height: 1.2em;
	font-weight:900;
	text-transform: uppercase;
	color:#fff;
}

#home_video .icon{
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:60px;
	height:40px;
	z-index:9;
}

#home_video #image{
	 width:400px;
	 height:225px 
}

#home_video .video_iframe{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:10;
	width:400px;
	height:225px;
}

#home_video #image img{width:100%;height:100%;object-fit:cover}

@media only screen and (max-width:481px) {
	#home_video .bouton_video {width:100%;height:auto;margin-bottom:10px;}
	#home_video #image {width:100%;height:200px;}
	#home_video .video_iframe {width:100%;height:200px;}
}