@font-face{font-family:'Orkney Regular';src:url("../fonts/Orkney Regular.eot");src:url("../fonts/Orkney Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Orkney Regular.ttf") format("truetype"),url("../fonts/Orkney Regular.woff?#iefix") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:'Orkney Bold';src:url("../fonts/Orkney Bold.eot");src:url("../fonts/Orkney Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Orkney Bold.ttf") format("truetype"),url("../fonts/Orkney Bold.woff?#iefix") format("woff");font-weight:normal;font-style:normal}

body {
	font-family: "Orkney Regular",sans-serif;
}

button
{
	background-color: transparent;
	border: none;
}

.bandeau {
	width: 155px;
	height: 100px;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position:relative;
}

.bandeau img {
	height: 100%;
}

h1
{
	font-family: "Orkney Bold",sans-serif;
	font-weight: bold;
	color: #001288;
    font-size: 21px;
	margin-bottom: 10px;
	padding-top: 6px;
}

.footer
{
	margin-top: 10px;
	position:relative;
	height:32px;
	text-align: left;
}

.linkvdm
{
    position:absolute;
    left:0;
}

.linkvdm  a
{
	color: #001288;
	font-size: 14px;
}

.linkvodalys
{
	position:absolute;
    right:0;
}

.more a
{
	color: #001288;
}

.link_vf
{
	display:none;
	margin: 10px auto;
}

.link_lsf
{
	display:none;
	height:40px;
	margin: 10px auto;
}

.link_lsf img
{
	height: 38px;
}

#lien_signes{
	margin-left:45px;
	line-height: 38px;
}

.module_player_live 
{
    float: right;
}

.module_player_storyboard.visible
{
	display: none;
}

.module_player {
    width: 30px;
    height: 20px;
    float: right;
}

.module_player_container {
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.module_player_icon
{
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 100%;
	height: 100%;
	margin: auto;
}

#module_player_subtitle
{
	display: none;
}

#player_caption_icon {
	background-image: url('../img/caption.png');
}

.player_sound_popup_bar
{
	border: 1px solid #001288;
}

.player_sound_popup_bar_filled
{
	background-color:#001288;
}

.player_cursor
{
	background-color: #001288;
}

.player_duration_bar
{
	border: 1px solid #001288;
}

.player_duration_done
{
	background-color:#001288;
}

.player_template
{
	height: 368px;
}

.player_dvr
{
	display:none;
	position: absolute;
	left:120px;
	color: #FFFFFF;
	background-color: #3D3932;
	font-weight: bold;
	padding: 5px 10px;
}

.player_fade {
	top: 104px;
	left: 191px;
}

.video {
	width: 512px;
}

.tab .tab_titles li
{
	padding: 0 10px;
	margin-right: 2px;
}

@-moz-document url-prefix() { 
.tab .tab_titles li {
	padding: 0 9px;
}
}

.tab .tab_titles li.visible
{
  box-shadow: inset 0 4px #001288;
}

.day_order_filter {
	margin-left: 36px;
}

.day_order .chapter_node.level_0
{
	background-color: #001288;
}

.day_order .chapter_node.level_4
{
	color: #666666;
	margin: 10px 10px 0px 40px;
	text-align: justify;
	padding: 10px;
}

.day_order .clickable .chapter_node.level_4:hover
{
	background-color: #FFFFFF;
	color:black;
}

.day_order .current .chapter_node.level_4
{
	background-color: white;
}

.day_order .mustache_item.current
{
	border-top: 1px solid #001288;
	border-bottom: 1px solid #001288;
}

.day_order .synchro
{
	margin: 0px 20px;
}

.day_order_help
{
	position:absolute;
    right:15px;
    top:8px;
}

.day_order_help img
{
	border-style: none;
}

.running_session .mustache_item.current
{
	border-bottom: 1px solid #001288;
	border-top: 1px solid #001288;
}

.running_session .module_toolbar img
{
	margin-left: 15px;
	margin-bottom: -5px;
}

/** Embed **/

.module_embed .sharing
{
    display: none;
    padding-bottom: 20px;
}

.module_embed .configure
{
	margin-top: 5px;
}

.module_embed .configure .text
{
	width: 45px;
}

.module_embed .configure input
{
	margin: 0px 10px;
	width: 54px;
}

.module_embed textarea
{
	height: 80px;
	margin-top: 0px;
}

.module_embed .configure .set_time
{
	display: block;
	width: 220px;
}

.module_embed .configure .end
{
	margin-top: 10px;
}

.module_embed .configure .begin div,
.module_embed .configure .end div
{
	display: inline-block;
}

/** Extraction **/

.extraction_module
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    background-color: #FFFFFF;
}

/* Vodalys Form */

.form_info
{
    color: grey;
    padding: 5px;
    display: inline-block;
}

.form_input
{
    
}

.form_input .form_input_message
{
    display: inline-block;
    color: #cc1e1e;
    font-size: 11px;
}

.form_input.empty input
{
    color : grey;
}

.form_input_time .form_input_time_hour,
.form_input_time .form_input_time_minute,
.form_input_time .form_input_time_second
{
    display: inline-block;
}

.form_input_time input
{
    width: 20px;
    text-align: center;
}

.form_input_email input
{
	width: 200px;
}

.form_fields
{
    padding: 10px;
}

.form_fields .horizontal
{   
    
}

.form_field
{
    
}   

.form_fields.horizontal .form_field
{
    display: inline-block;
    margin-right: 20px;
}

.form_field_label
{
    width: 50px;
    max-width: 50px;
}

.form_field_value
{ 
      
}

.form_field.horizontal .form_field_label
{
    display: inline-block;
}

.form_field.horizontal .form_field_value
{
    display: inline-block;
}

/* Fullscreen */
.fullscreen .video {
	width:70%;
}
.pc.fullscreen .tab {
	left:70%;
	width:30%;
}
.fullscreen .player_fade {
	top: 40%;
	left: 40%;
}
.fullscreen .day_order .day_order_toolbar div.day_order_filter {
	display: none;
}

/** 
PC
**/
body.pc 
{
	width:960px;
}

.pc .tab {
	left: 512px;
	width: 448px;
}

@media (min-width: 1100px) {
	body.pc 
	{
		width:1100px;
	}

	.player_template
	{
		height: 440px;
	}

	.player_fade
	{
		top: 140px;
		left: 255px;
	}

	.video {
		width: 640px;
	}

	.pc .tab {
		left: 640px;
		width: 460px;
	}
	
	.tab .tab_titles li {
		padding: 0 12px;
	}
	
	@-moz-document url-prefix() { 
 	.tab .tab_titles li {
		padding: 0 10px;
	}
	}
}

@media (min-width: 1308px) {
	body.pc 
	{
		width:1308px;
	}

	.player_template
	{
		height: 560px;
	}

	.player_fade
	{
		top: 200px;
		left: 359px;
	}

	.video {
		width: 848px;
	}

	.pc .tab {
		left: 848px;
		width: 460px;
	}
}

/** 
TABLETTE
**/

body.tablette 
{
	width:960px;
}

.tablette .player_template
{
	height:393px;
}

.tablette .tab {
	left: 512px;
	width: 448px;
}

@media (max-width: 960px) {
body.tablette 
{
	width:100%;
}
.tablette .player_fade {
	left: 40%;
}
.tablette .video {
	width: 60%;
}
.tablette .tab {
	left: 60%;
	width: 40%;
}
.tablette .day_order .day_order_toolbar div.day_order_filter {
	display: none;
}
}

body.tablette h1
{
	margin-top: 0px;
}

.tablette .footer
{
	margin-top:5px;
}

.tablette .footervdm
{
	padding-top:5px;
}

/**
SMARTPHONE
**/

.smartphone h1
{
	margin-bottom: 0px;
	padding-top: 0px;
}

.smartphone .player_template {
	height: auto;
}

.smartphone .video {
	bottom: 0;
	top: 0;
	margin: 10px 0;
	position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.smartphone .player {
	position: absolute;
	left: 0;
	top: 0;
}

.smartphone .tab {
	position: relative;
	height: 340px;
}

.smartphone .tab_contents {
	top:0;
	bottom: 10px;
}

.smartphone .tab,
.smartphone .tab_titles,
.smartphone .tab_contents
{
    display: block;
}

.smartphone .footer
{
	margin:0px 10px;
}

@media (max-width: 440px) {
.day_order .day_order_toolbar div.day_order_filter
{
	display:none;
}
.smartphone .linkvodalys
{
	top:20px;
}
.smartphone .footer
{
	height:30px;
}
.link_lsf {
	width: 100%;
}
#lien_signes {
	line-height: normal;
}
}