/*
 Theme Name:   BMT-GENERIC
 Theme URI:    http://www.bluemotion.fr
 Description:  BMT-GENERIC
 Author:       Belaid Aitdahmane
 Author URI:   http://www.bluemotion.fr
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bmt-generic
*/
/* Theme customization starts here
-------------------------------------------------------------- */
html{
	height:100%;
}
body{
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	background-color:transparent;
}
body.enable-scroll{
  overflow:auto;
}
img{
	max-height:100%;
	max-width:100%;
	margin:0;
	padding:0;
	vertical-align:top;
}
strong{
	font-weight:bold;
}
/* CONTAINER
-------------------------------------------------------------- */
#container{
	position:relative;
	width:100%;
	height:100%;
	/*min-height:320px;*/
	margin:auto;
}
/* CONTENT
-------------------------------------------------------------- */
#content{
	margin:auto;
	-webkit-background-size:100% 70%;
	background-size:100% 70%;
	height:70%;
	position:relative;
	max-width:100%;
}
#wrapper{
	float:left;
	text-align:center;
	width:80%;
	max-width:700px;
	height:100%;
	margin:5% auto auto 1%;
}
#wrapper-video{
	background:transparent;
	margin:auto;
}
#wrapper-video > div{
	width:100%;
	height:100%;
}
#wrapper-video .logoBigSize{
	display:block;
	margin:auto;
}
#container[class*=webcast_live_poster] #wrapper-video,
#container[class*=live_before] #wrapper-video,
#container[class*=live_problem] #wrapper-video,
#container[class*=live_break] #wrapper-video,
#container[class*=live_lunch] #wrapper-video,
#container[class*=live_stop] #wrapper-video,
#container[class*=vod_before] #wrapper-video,
#container.webcast_live_before #wrapper-video,
#container.webcast_live_problem #wrapper-video,
#container.webcast_live_break #wrapper-video,
#container.webcast_live_lunch #wrapper-video,
#container.webcast_live_stop #wrapper-video,
#container.webcast_vod_before #wrapper-video{
	background:transparent;
}
#content.notfound{
	height:100%;
	overflow:hidden!important;
	background:#fff;
}
#content.notfound #wrapper{
	width:100%;
	max-width:100%;
	text-align:center;
	font-weight:normal;
}
#content.notfound #wrapper p{
	font-size:1.5em;
	padding-top:10%;
	padding-bottom:2%;
	margin:0;
	color:#000;
}
#content.notfound #wrapper a{
	color:#eb920c;
	text-decoration:underline;
}
#content.notfound input[type="button"]{
	background-color:#000;
	line-height:1.5em;
	font-weight:normal;
	color:white;
	padding:0.2em 1.5em 0.2em 1.5em;
	border-radius:0px;
	border:0;
	outline:none;
}
/* */
.jw-icon-hd .jw-text{
	text-align:left;
}
.jw-related-btn,
.jw-related-dock-btn,
.jw-icon-next,
.jw-icon-rewind,
.jw-icon-cast{
	display:none!important;
}
#jwp_swf_0{ /* thin border workaround */
	height:calc(100% + 1px);
	top:-1px!important;
	bottom:-1px!important;
	width:calc(100% + 4px);
	left:-2px!important;
}
video.jw-video{ /* thin border workaround */
	width:calc(100% + 4px) !important;
	height:calc(100% + 2px) !important;
	top:-2px !important;
	left:-2px !important;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){/* IE10+ */
	video.jw-video{
		transform:none!important;/* IE */
	}
}
/* Media Queries
-------------------------------------------------------------- */
