html
{
	padding: 0;
	margin: 0;
}

body
{
	font: normal 13px arial,sans-serif;
	padding:0;
	background-repeat: repeat-x;
	margin: auto;
}

h1
{
	padding: 0;
	margin: 0;
	color: #F09406;
	font-size: 17px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: left;
}

.smartphone h1
{
	padding-top: 10px;
	margin-bottom: 20px;
}

h3
{
	margin:0;
}

.not_ready #module_play_pause
{
	pointer-events : none;
}

.not_ready #module_player_duration
{
	pointer-events : none;
}

.not_ready .player_fade
{
	pointer-events : none;
}

.loading 
{
	background-image: url('../img/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}

.state_vod .loading,
.state_live .loading
{
	display: none;
}

.footer
{
	text-align: right;
	margin-top: 30px;
	color: grey;
	font-size: 11px;
}

.footer a
{
	text-decoration: none;
	color: #F09406;
}

.footer a:hover
{
	text-decoration: underline;
}

.prelive_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: auto;
	width:550px;
	height:180px;
	vertical-align:middle;
	padding-top:120px;
}

.prevod_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: 150px;
}

.player_template .tab_contents .player.visible
{
	position:relative;
}

/***************************
******* HTML5 PLAYER *******
****************************/

.module_tab
{
  height: 100%;
  position: relative;
}

.tab .tab_content
{ 
  width: 100%;
  height: 100%;
}

.tab .tab_content.hidden * > div
{
  filter : alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.tab .tab_content.hidden input
{
	display: none;
}

.tab ul.tab_titles
{
  padding: 0;
  margin: 0;
}

.waiter
{
	width: 100%;
	height: 100%;
	background-color: #111b1a;
	opacity: 0.4;
	filter : alpha(opacity=40);
	position: absolute;
	top: 0;
}

.module_embed
{
	background-color: #F0F0F0;
}

.module_embed_container
{
	background-color: #F0F0F0;
	padding: 20px;
}

.module_embed .module_embed_container .line
{
	padding: 10px;
}

.module_embed .configure .title
{
	cursor: pointer;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('../img/crochet_orange.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.module_embed .configure .bloc
{
	display: none;
	border-left: 1px solid #ABADB3;
	padding: 10px;
	margin-left: 5px;
}

.module_embed .configure.visible .bloc
{
	display: block;
}

.module_embed .configure.visible .title
{
	background-image: url('../img/crochet_orange_penche.png');
}

.module_embed .configure .width,
.module_embed .configure .height
{
	margin: 5px;
}

.module_embed .configure .width .text,
.module_embed .configure .height .text
{
	width: 54px;
	display:inline-block;
}

.module_embed .configure input
{
	margin-left: 20px;
	margin-top: 5px;
	width: 60px;
}

.module_embed textarea
{
	width: 100%;
	height: 60px;
}

.fb-like
{
	margin-top : 10px;
}


.player_loading_image
{
	width: 16px;
	height: 100%;
	margin: auto;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.player_loading_image
{
	display: none;
}

.player_loading_image.buffering
{
	display: block;
}

/**
 Ordre du jour
**/

.is_nav_libre
{
	margin: 14px 0 0 15px;
}

.day_order .day_order_toolbar .texte
{
	margin-left: 10px;
}

.day_order .scrollbar
{
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
}

.day_order .container
{
	position: relative;
}

.day_order .chapter_node
{
	color: #6b7a99;
}

.day_order .clickable:hover
{
	cursor: pointer;
}

.day_order .chapter_node.level_0
{
	padding: 10px 10px 10px 20px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.day_order .clickable .chapter_node.level_0:hover
{
	background-color: #7fac17;
}

.day_order .mustache_item.current
{
	background-color: white;
	border: 1px solid #7fac17;
	/*border-bottom: 1px solid #D4021D;*/
}

.day_order .chapter_node.level_1
{
	color: #333333;
	text-align: justify;
	background-color: white;
	padding: 10px 10px 10px 30px;
}

.day_order .clickable .chapter_node.level_1:hover
{
	background-color: #FFFFFF;
	color:black;
}

.day_order .current .chapter_node.level_1
{
	font-weight: bold;
	background-color: #FFFFFF;
}

.day_order .chapter_node.level_2
{
	/*font-size: 10px;*/
	color: #333333;
	margin: 5px 0px 0px 30px;
	padding: 4px;
}

.day_order .clickable .chapter_node.level_2:hover
{
	background-color: #EFEFEF;
	background-color: #FFFFFF;
}

.day_order .current .chapter_node.level_2
{
	background-color: white;
}

.day_order .chapter_node.level_3
{
	color: #666666;
	margin: 5px 0px 0px 30px;
	text-align: justify;
	padding: 4px;
}

.day_order .clickable .chapter_node.level_3:hover
{
	background-color: #FFFFFF;
	color:black;
}

.day_order .current .chapter_node.level_3
{
	background-color: white;
}

.day_order .chapter_title
{
	float:left;
}

.day_order .chapter_url
{
	float:right;
	position : relative;
	right : 30px;
	width: 25px;
	height: 24px;
	margin-top: -3px;
}

.day_order .chapter_url a
{
	width: 25px;
	height: 24px;
}

.day_order .chapter_url img
{
	border:none;
}


.day_order .clear
{
	clear : both;
}

.day_order .chapter_node .synchro_chapter
{
	text-align: right;
	padding-top: 10px;
}

.day_order .chapter_node .synchro_chapter .mustache_item
{
	display: inline-block;
	margin: 0 10px;
}

.day_order .chapter_node .synchro .formatted_date:hover
{
	text-decoration: underline;
}

.day_order .synchro
{
	color:#666666;
	text-align: right;
	margin: 0px 10px 5px 0px;
	padding: 0;
}

.day_order .synchro:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.day_order_filter
{
	padding: 2px 10px;
}

.day_order_filter button
{
	width: 22px;
	padding-left: 5px;
	margin-left: 0px;
	cursor: pointer;
}

.day_order_filter input[type=text]
{
	border: none;
	background-color: transparent;
	color: black;
	flex: 1 1 auto;
}

.day_order_filter input::-ms-clear {
    display: none;
}

.day_order_filter .search {
	padding: 3px;
	margin-left: 5px;
	cursor: pointer;
}

/**
 Déroulement de séance
**/
/*
.running_session
{
	background-color: #F0F0F0;
}

.running_session .weight_div
{
	height: 100%;
	position: relative;
}

.running_session .module_toolbar
{
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	position: absolute;
	background-color: #CCCCCC;
}

.running_session .module_toolbar div
{
	display: inline-block;
}

.running_session .module_toolbar .texte
{
	margin-left: 10px;
}

.running_session .scrollbar
{
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
}

.running_session .container
{
	position: relative;
}

.running_session .time
{
	display: inline-block;
	width: 10%
}

.running_session .node
{
	display: inline-block;
	width: 80%;
	padding-left:10px;
}

.running_session .mustache_item
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.running_session .mustache_item:hover
{
	background-color: #FFFFFF;
	cursor: pointer;
}

.running_session .mustache_item.done
{
	opacity: 0.6;
}

.running_session .mustache_item.current
{
	background-color: white;
	opacity: 1;
	border-bottom: 1px solid #6b7a99;
	border-top: 1px solid #6b7a99;
}
*/
/*
 Global
*/

.player_template
{
	height: 500px;
	position: relative;
}

.tab
{
	width: 100%;
	height: 100%; 
}

.tab_titles
{
	display: none;
	width: 100%;
}

/* Archives */

.module_archives_medias {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-color: #F0F0F0;
	padding: 0;
	margin: 0;
}

.module_archives_medias_content {
	position: relative;	
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
	background-color: #F0F0F0;
}

.module_archives_medias .archives_title {
	background-color: #F0F0F0;
	float: left;
	margin: 14px 0 0 20px;
}

.module_archives_medias .archives_toolbar{
	height: 40px;
}

.module_archives_medias .lrech {
	background-color: #F0F0F0;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin: 10px 20px 0 0;
}


.module_archives_medias ul{
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style-type: none;
	position: relative;
	top: 0px;
}

.module_archives_medias .container{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #d7d7d7;
}

.module_archives_medias li:hover{
    background-color: #eae6e3;/*Couleur lors du survol*/
 }
  
.module_archives_medias .titre {
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
	left: 90px;
	position: relative;
	top: 15px;
}

.module_archives_medias .thumbnail {
	position: relative;
	left: 5px;
}

.module_archives_medias .description {
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	position: relative;
	top: -45px;
	left: 90px;
	width: 300px;
	height: 15px;
}

.module_archives_medias a {
	 text-decoration:none;
 }

/**
    HSortedDiv
**/
.sorted_div 
{
    width: 100%;
    position: relative;
}

.sorted_div .left
{
    position: absolute;
    left: 0;
    /*top: 0;*/
}

.sorted_div .right
{
    position: absolute;
    right: 0;
    /*top: 0;*/
}

.sorted_div *
{
    vertical-align: middle;
}

/* PC */ 

body.pc 
{
	width:1000px;
}

/** 
TABLETTE
**/

body.tablette 
{
	width:100%;
}

.tablette .video
{
	bottom: 65px;
	top: 40px;
}

.tablette .player
{
	background-color: #000;
}

.tablette .tab
{
	top: 0;
	bottom: 65px;
	width: 50%;
	left: 50%;
}

.tablette .slider
{
	height: 65px;
	bottom: 0;
}

.tablette .tab_titles
{
	height: 40px;
	line-height: 40px;
	top: 0;
}

.tablette .with_onglets .tab_contents
{
	top: 40px;
	bottom: 0;
	background-color: #F0F0F0;
}

.tablette .tab_contents
{
	top: 0;
	bottom: 0;
}

body.fullscreen .player_template
{
	z-index: 200;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
}

body.tablette 
{
	background-image: none;
}

body.tablette h1
{
	padding:0;
	margin:2px 0 5px 0;
}

body.tablette .player_duration_cursor.visible
{
	display: none;
}

body.tablette .timeline .mustache_item
{
	width: 118px;
}

body.tablette.state_live .module_player_live .player_live_cercle
{
	background-color: red;
}

body.tablette.state_live .module_player_live .player_live_text_live_on
{
	display: inline-block;
}

body.tablette.state_live .module_player_duration,
body.tablette.state_vod .module_player_duration,
body.tablette.state_live #module_player_time #player_time_total,
body.tablette.state_live #module_player_time .separator,
body.tablette.state_live .module_player_live .player_live_text_live_off
{
	display: none;
}

body.tablette.state_live #module_player_time
{
	width: 70px;
}

body.tablette.state_live .slider,
body.tablette.state_vod .slider
{
	height: 32px;
}

body.tablette.state_live .video
{
	bottom: 32px;
}

body.tablette.state_live .tab
{
	bottom: 32px;
}


.tablette.video.with_slide .html5player_container
{
	width: 100%;
}

.tablette.normal.with_slide .html5player_container
{
	width: 50%;
}

.tablette.small_video_with_slide.with_slide .html5player_container
{
	width: 25%;
}

.tablette.slide.with_slide .html5player_container
{
	width: 0%;
	opacity: 0;
}

.tablette .module_player_storyboard
{
	display: none;
}

.state_live.tablette .running_session .scrollbar .mustache_item,
.state_live.tablette .day_order .scrollbar .mustache_item
{
	pointer-events : none;
}


/**
EMBED
**/

body.embed
{
	width: auto;
	overflow: hidden;
}

body.embed .footer
{
	display: none;
}

body.embed h1
{
	display: none;
}

body.embed #module_player_fullscreen
{
	display: none;
}

body.embed .timeline_mustache_focus {
	height: 85%;
}

body.embed .scrollbar {
	height: 85%;
}

body.embed #module_play_pause {
	left: 1%;
}

/**
SMARTPHONE
**/

body.smartphone
{
	width: 100%;
}
/*
body.smartphone .player_template .video
{
	width: 100%;
	height: 200px;
}

body.smartphone.with_slide .player .html5player_container,
body.smartphone.with_slide .player .flowplayer
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

body.smartphone.with_slide  .player_template .tab
{
	display: none;
}

.smartphone .slider
{
	display: none;
}
*/
.smartphone .tab_titles
{
	display: none;
}

.smartphone .player_template .tab
{
	height: 420px;
}

.smartphone .tab_contents
{
	height: 100%;
}

.smartphone .player_fade
{
	display: none;
}

.smartphone .player .slide
{
	display: none;
}

.smartphone .player .html5player_container
{
	width: 100%;
}

.smartphone .player_template
{
	height: 200px;
	width: 100%;
}

.with_slide.smartphone .player_template .slide
{
	display : none;
}

.smartphone .footer
{
	margin-right: 20px;
}

.state_prelive .loading,
.state_prevod .loading
{
	display: none;
}
