.view-e-trott-trotrx {
	display: block;
}
#ivieo-escoottrotrx {
height:300px;
background-image: url(/data/medias/video-icon.png), url(/data/medias/Slide-1.jpg) ; 
 background-repeat: no-repeat, no-repeat;
  background-position: center, 50% 20%;
 background-size:auto auto, cover;
  cursor: pointer;
}
.facebook-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.facebook-video-container a.facebook-video-close {
	position: absolute;
	left: 10px;
	top: 10px;
	background: none;
	color: #FFF;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 100px;
	font-size: 100px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 9;
	cursor: pointer;
	display: none;
}
#videofacebook {
display : none!important;
}
/* generic */
.view-e-video {
	display: block;
}
.conteneur-video {
position: relative;
overflow: hidden;
clear: both;
background-color: black;
}
.conteneur-video iframe {
width: 100%;
height: 100%;
}

.conteneur-video iframe {
width: 100%;
height: 100%;
}
#ivieo-video {
height:300px;
background-image: url(/data/medias/video-icon.png) ; 
 background-repeat: no-repeat, no-repeat;
  background-position: center, 50% 20%;
 background-size:auto auto, cover;
  cursor: pointer;
}
.video-container {
	position: absolute;
	width: 100%;
	height: 0%;
}
.video-container a.video-close {
	position: relative;
	left: 40px;
	top: 40px;
  background-image: url(/img/close-icon-black.svg);
  background-size: 40px 40px;
 background-repeat: no-repeat;
	color: #FFFFFF;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 100px;
	font-size: 100px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 9;
	cursor: pointer;
	display: none;
}
.video-container a.video-play {
	position: relative;
	display:inline-block;
	left: 340px;
	top: 140px;  
	background-image: url(/data/medias/video-icon.svg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 160px;
	width: 160px;
	cursor: pointer;
	z-index:8;
}
#videoframe {
display : block!important;
}
@media only screen and (max-width: 739px) {
.video-container a.video-close {
	left: 40px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 30px;
  background-size: 30px 30px;
  	font-weight: 600;
}
}