body{
  overflow-x: hidden;
  overflow-y: scroll;
}

video#bgvid {
	

	position:static; /*right:0;*/  top:0px;
margin-top:0px;
	width: 700px; height: auto; 
	
z-index: 10;
	background-size:  cover;
	background-position: 50% 50%;
}

video {display:block;}

.div_contenu_video {
  text-align: center;
	z-index: 10;
}
.section_home_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 476px;
 margin-top: 0px;
  float: none;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
color:#ffffff;
	background-color: #000000;
  background-position: 50% 50%;
	/*  background-image: url('../images/visuel_video3.png');*/
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1.55em;
}




@media (max-width: 991px) {
		.section_home_video { display:block; }
	
	
	.goog-te-banner-frame{
    display: none!important;
}
	.item {  width: auto;}
		.item_small {  width: auto;}
	video {display:block;  }
	
video#bgvid {
	

	position:static; /*right:0;*/  top:0px;
margin-top:0px;
	width: auto; height: auto; 
	
z-index: 10;
	background-size:  cover;
	background-position: 50% 50%;
}
	
}


@media (max-width: 767px) {
		.section_home_video { display:block; }
	
	
	.goog-te-banner-frame{
    display: none!important;
}
	.item {  width: auto;}
		.item_small {  width: auto;}
	video {display:block;  }
	
video#bgvid {
	

	position:static; /*right:0;*/  top:0px;
margin-top:0px;
	width: auto; height: auto; 
	
z-index: 10;
	background-size:  cover;
	background-position: 50% 50%;
}
	
}


@media (max-width: 479px) {
  .section_home_video {
    padding-right: 20px;
    padding-left: 20px;
	}}