#header_video {
	height:400px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
#header_video > img {
	position:absolute;
	min-width:100vw;
	
	
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	
}

.post-video {
	width:100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  margin-bottom:20px;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.post-video > .wyt {
	width:500px;
}
.post-video > .texte-video {
	width:calc(100% - 510px);
	
}
.post-video > .texte-video > h2{
	margin-top:0;
}
.sep {
	width:100%;
	height:1px;
	background: -moz-linear-gradient(left, rgba(64,31,14,0) 0%, rgba(64,31,14,0.02) 1%, rgba(64,31,14,1) 51%, rgba(64,31,14,0) 100%);
background: -webkit-linear-gradient(left, rgba(64,31,14,0) 0%,rgba(64,31,14,0.02) 1%,rgba(64,31,14,1) 51%,rgba(64,31,14,0) 100%);
background: linear-gradient(to right, rgba(64,31,14,0) 0%,rgba(64,31,14,0.02) 1%,rgba(64,31,14,1) 51%,rgba(64,31,14,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00401f0e', endColorstr='#00401f0e',GradientType=1 );
margin-bottom:20px;
}