h1
{
}

.module_player_storyboard.visible
{
	display: none;
}

.player_template
{
	height:680px;
}

.footer
{
	margin:0;
}

.video
{
	top:0;
	bottom:auto;
	width:100%;
	height:360px;
}

.with_slide .slide .current_synchro
{
	height: 100%;
	background-color: #F0F0F0;
}

.with_slide .slide .current_synchro .current_diapo
{
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.with_slide .slide_item .image
{
	height: 75px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-left: 0;
	margin-left: 10px;
}

.state_prelive .loading,
.state_prevod .loading
{
	display: none;
}

.state_prelive .player_template,
.state_prevod .player_template
{
	height:330px;
}

.state_prelive .tab,
.state_prevod .tab
{
	top:0!important;
}

.state_prelive .slider,
.state_prevod .slider,
.state_prelive .player_fade,
.state_prevod .player_fade,
.state_prelive .video,
.state_prevod .video
{
	display: none;
}

.html5_fullscreen #module_player_time {
	right:60px;
}

.html5_fullscreen #module_player_fullscreen {
	right:30px;
}

.html5_fullscreen #player_fullscreen {
	display:block;
}

/* PC */ 

body.pc 
{
	width:640px;
	padding-left:30px;
	padding-right:30px;
}

.pc .tab
{
	left:0;
	top:420px;
	bottom:0;
	width:100%;
}

.pc .slider
{
	top:360px;
	bottom:auto;
}

@media (max-width: 700px) {
	body.pc {
		padding:0;
	}
}
@media (max-width: 640px) {
	body.pc {
		width:100%;
	}
	.player_fade {
		left:40%;
	}
}

/** 
TABLETTE
**/

body.tablette 
{
	width:640px;
}

.tablette .video
{
	bottom: auto;
	top: 0;
}

.tablette .tab
{
	left:0;
	top:400px;
	bottom:0;
	width:100%;
}

.tablette .slider
{
	top:360px;
	bottom:auto;
}

/**
SMARTPHONE
**/

.smartphone .video
{
	height:200px;
  /*width:356px;*/
}

.smartphone .tab
{
	left:0;
	top:200px;
	bottom:0;
	height:330px;
}

.smartphone .player_template
{
	height:480px;
	width: 100%;
	margin: auto;
}

@media (max-width: 440px) {
	.day_order_filter
	{
		display:none!important;
	}
}
