@font-face {
  font-family: "Helvetica Neue LT Std";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Helvetica Neue LT Std 55 Roman.woff2") format("woff2"),
       url("../fonts/Helvetica Neue LT Std 55 Roman.woff") format("woff"),
       url("../fonts/Helvetica Neue LT Std 55 Roman.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Helvetica Neue LT Std 75 Bold.woff2") format("woff2"),
       url("../fonts/Helvetica Neue LT Std 75 Bold.woff") format("woff"),
       url("../fonts/Helvetica Neue LT Std 75 Bold.otf") format("opentype");
}

.video *, :after, :before {
    box-sizing: border-box;
}

body
{
	font-family : 'Helvetica Neue LT Std', sans-serif;
	--primary: #00266f;
	--bkg: #eef1f6;
}

button {
    background-color: transparent;
    border: none;
}

 .player_template
{
	position : relative;
	top:0;
	left:0;
	height:auto;
}

 .player_template .tab
{
	display:block;
	position:relative;
	width:100%;
	top:10px;
	left:0;
	height:360px;
}

 .prelive_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: auto;
	width:auto;
	height:180px;
	vertical-align:middle;
	padding-top:145px;
}

.video
{
	position: relative;
	aspect-ratio: 16/9;
}

.player
{
	position: relative;
	width: 100%;
	height: 100%;
}
.player_header {
    position: absolute;
    top: 16px;
    right: 16px;
}
.player_fade
{
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
}
.play .player_fade, .live .player_fade
{
	cursor:auto;
	display:none;
}
.play-button 
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image : url('../img/play_fade.png');
    cursor: pointer;
}
.play-button:hover
{
	background-image : url('../img/play_fade_hover.png');
}
.html5player_container
{
	width: 100%;
	height: 100%;
}
video#html5_player
{
	width: 100%;
	height: 100%;
	background-color: black;
}
video::-webkit-media-text-track-display {
	padding-bottom: 52px;
}


.slider {
    transition: all ease 0.25s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
	height: 64px;
	padding: 12px 16px 8px 16px;
    position: absolute;
    bottom: 0;
    display: none;
    flex-wrap: wrap;
    align-items: center;
}

.player_template .video:hover .slider
{
	display: flex;
}

.module_player_storyboard
{
	position: absolute;
	width: 168px;
	height: 126px;
	background-color: rgba(31, 41, 55, 0.5);
	backdrop-filter: blur(8px);
	display: none;
	bottom: 54px;
	padding: 4px;
}
.module_player_storyboard.visible
{
	display: block;
}
.state_vod .module_player_storyboard,
.state_live .module_player_storyboard
{
	width: 60px;
	height: 30px;
}
.module_player_storyboard .time
{
	color: white;
	width: calc(100% - 8px);
	text-align: center;
	position: absolute;
	bottom: 8px;
	font-size: 12px;
}
.module_player_storyboard .current_synchro
{
	width: 100%;
	aspect-ratio: 16/9;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
}
.state_vod .module_player_storyboard .current_synchro,
.state_live .module_player_storyboard .current_synchro
{
	display: none;
}
.module_player_storyboard .current_synchro .current_thumbnail
{
	width: 100%;
	height: 100%;
	background-size: contain;
}

#module_player_speed,
#module_rewind,
#module_forward,
#module_play_pause,
#module_player_loading,
#module_player_sound,
#module_player_fullscreen
{
	float: left;
}
#module_rewind
{
	margin-left: 8px;
}
.slider .bouton
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	height: 32px;
	width: 32px;
	padding: 4px;
}
.module_player:hover,
.slider .bouton:hover
{
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}
.rewind .bouton
{
	background-image: url('../img/rewind.png');
}
.forward .bouton
{
	background-image: url('../img/forward.png');
}
.live .forward
{
	display: none;
}
.play .play_pause .bouton, .live .play_pause .bouton
{
	background-image: url('../img/pause.png');
}
.pause .play_pause .bouton
{
	background-image: url('../img/play.png');
}
.player_sound .bouton
{
	background-image: url('../img/sound.png');
}
.player_sound .bouton.mute
{
	background-image: url('../img/sound_off.png');
}

.player_sound
{
	display: flex;
}
.player_sound_popup
{	
	height: 32px;
	width: 64px;
	float: left;
	margin: 0 8px;
	display:none;
}
.player_sound_popup.visible
{
	display: block;
}
.player_sound_popup_bar
{
	position: relative;
	background-color: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 4px;
	margin: 14px 0;
	cursor: pointer;
}
.player_sound_popup_bar_filled
{
	background-color:#fff;
	height:4px;
	width:100%;
	position:absolute;
	bottom:0;
	cursor: pointer;
}
.player_sound_popup_cursor
{
	position: absolute;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	left: 100%;
	top: -6px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
}

#module_player_time
{
	margin-top: 2px;
	float: left;
	padding: 0 8px;
	cursor: pointer;
}
#player_time
{
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#player_time_done
{
	float: left;
}
#player_time_done_text
{

}
#player_time_total
{
	float: left;
	opacity: 0.5;
}
#player_time .separator
{
	float: left;
	margin: 0 3px;
	opacity: 0.5;
}
.real_time #player_time .separator,
.real_time #player_time_total
{
	display: none;
}

.right_buttons
{
	margin-left: auto;
}
.module_player
{
	height: 32px;
	width: 32px;
	padding: 4px;
	float: left;
	position: relative;
}
.module_player_container
{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.module_player_icon
{
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	width: 100%;
	height: 100%;
}
#player_copy_link_icon {
	background-image: url('../img/copy_link.png');
}
#player_cut_icon {
	background-image: url('../img/cut.png');
}
#player_fullscreen_icon {
	background-image: url('../img/fullscreen.png');
}
#module_player_fullscreen.fullscreen #player_fullscreen_icon, 
body.fullscreen:not(.embedded) #player_fullscreen_icon {
	background-image: url('../img/fullscreened.png');
}
#player_parameters_icon {
	background-image: url('../img/parameters.png');
}
.player_parameters_popup,
.player_parameters_item_popup
{
	background: rgba(31, 41, 55, 0.5);
	backdrop-filter: blur(8px);
	position: absolute;
	bottom: 44px;
	right: -32px;
	width: 240px;
	display:none;
	color: white;
	font-size: 12px;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}
.player_parameters_popup.visible,
.player_parameters_item_popup.visible
{
	display:block;
}
.player_parameters_item,
.player_parameters_title
{
	padding: 8px;
	height: 40px;
	display: flex;
	align-items: center;
	user-select: none;
	position: relative;
}
.player_parameters_item:hover
{
	background: rgba(255, 255, 255, 0.1);
}
.player_parameters_item:before
{
	content: '';
	margin-right: 10px;
}
.player_parameters_item.caption:before
{
	content: url('../img/caption.png');
}
.player_parameters_item.speed:before
{
	content: url('../img/speed.png');
}
.player_parameters_item.time_mode:before
{
	content: url('../img/time_mode.png');
}
.module_player .dot,
.player_parameters_item .dot
{
	display: none;
	width: 8px;
	height: 8px;
	background: #DC0425;
	border-radius: 16px;
	position: absolute;
}
.module_player .dot
{
	top: 4px;
	left: 22px;
}
.player_parameters_item .dot
{
	top: 6px;
	left: 26px;
}
.player_parameters_item.active .dot
{
	display: block;
}
.module_player.active .dot
{
	display: block;
}
.player_parameters_item.popup:after
{
	content: url('../img/arrow.png');
	margin-left: auto;
}
.player_parameters_item_popup .player_parameters_item:before
{
	content: '';
	margin-right: 26px;
}
.player_parameters_item_popup .player_parameters_item.current:before
{
	content: url('../img/check.png');
	margin-right: 10px;
}
.player_parameters_title
{
	padding-left: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.player_parameters_title:before
{
	content: url('../img/back.png');
	margin-right: 6px;
	margin-top: 4px;
}
.player_parameters_item_label
{
	font-weight: bold;
}
.player_parameters_item_description
{
	font-size: 10px;
	opacity: 0.5;
}

.module_player_live
{
	color: white;
	cursor: pointer;
	display: block;
	margin: 0 4px;
	padding: 4px 8px 4px 4px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
}
.player_live_container
{
	display: flex;
	align-items: center;
}
.live_on .player_live_cercle
{
	opacity: 1;
}
.player_live_cercle
{
	margin-right: 6px;
	background-color: #fff;
	opacity: 0.5;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.player_live_text_live_off
{
	display: inline-block;
}
.player_live_text_live_on
{
	display: none;
}
.live_on .player_live_text_live_on
{
	display: inline-block;
}
.live_on .player_live_text_live_off
{
	display: none;
}

.vodalys_player_volume
{
	display: inline-block;
    position: relative;
    background-color: #FFFFFF;
    height: 5px;
    width: 60px;
    margin: 0 4px;
    cursor: pointer;
}

.vodalys_player_volume .cursor
{
    position: absolute;
    background-color: #999999;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.fullscreen .player_template .slider
{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom:0px;
    top:auto;
}

.player_progress_bar_2
{
    height: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
	margin-top: 3px;
}

.player_progress_bar_2 .fill
{
	width: 0;
    height: 100%;
    background-color: #fff;
}

.state_prelive .player,
.state_prevod .player,
.state_prelive .player_template .slider,
.state_prevod .player_template .slider
{
	display:none;
}

.wisembly_iframe
{
	border:none;
}

h1
{
	text-align:center;
    background-image: url('../img/logo.png');
	background-size: auto 80px;
	background-position: 10px;
	background-repeat: no-repeat;
	padding-bottom:20px;
	font-size:28px;
	font-weight: bold;
	color: var(--primary);
}

 .module_player_logo {
    background-image: url('../img/vodalys_logo.png');
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 15px;    
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.module_tab {
	display: flex;
	flex-direction: column;
}

.tab_title {
    padding: 7px 10px;
    display: flex;
	background-color: var(--bkg);
}

@media (max-width: 500px) {
	.tab_title
	{
		flex-direction: column;
	}
}

.title_label {
	color: var(--primary);
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	min-width: 106px;
	flex: 1 1 auto;
}

.with_onglets .tab_titles
{
	display: block;
}

.tab .tab_titles li
{
	color: transparent;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 6px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: inline-block;
	font-size: 1px;
}

.tab .tab_titles li.visible,
.tab .tab_titles li:hover
{
	background-color: var(--bkg);
}

.tab .tab_titles li.déroulement-de-la-séance,
.tab .tab_titles li.programme
{
	background-image: url(../img/day_order.png);
}

.tab .tab_titles li.déroulement-de-la-séance.visible,
.tab .tab_titles li.programme.visible
{
	background-image: url(../img/day_order_focus.png);
}

.tab .tab_titles li.x
{
	background-image: url(../img/twitter.png);
}

.tab .tab_titles li.x.visible
{
	background-image: url(../img/twitter_focus.png);
}

.tab .tab_titles li.partager
{
	background-image: url(../img/share.png);
}

.tab .tab_titles li.partager.visible
{
	background-image: url(../img/share_focus.png);
}

.tab .tab_titles li.extraction
{
	background-image: url(../img/cut.png);
}

.tab .tab_titles li.extraction.visible
{
	background-image: url(../img/cut_focus.png);
}

.tab_contents
{
	flex: auto;
	min-height: 300px;
}

.tab_content.hidden
{
	display: none;
}
/*
.module_player_storyboard
{
	width: 120px;
}

.player_duration_done
{
	background-color:#6b7a99;
}

.player_duration_bar,
.player_sound_popup_bar
{
	border-color: #D33625;
}

.player_duration_done,
.player_sound_popup_bar_filled
{
	background-color:#D33625;
}

.slider button
{
	background-color: transparent;
	border: none;
}
*/
.other_shares
{
	margin: 5px 0;
}

.sharing ul
{
	padding-inline-start: 0;
	list-style: none;
}

.sharing li
{
	display: inline-block;
}

.sharing li:not(:last-child)
{
	margin-right: 20px;
}

.sharing img
{
	width: 45px;
}

.set_time .text,
.set_time input,
.set_time button
{
	display: inline-block;
}

.module_embed .integration
{
    max-width: 400px;
    margin: auto;
}

.module_embed h3
{
	text-align: center;
}

 .module_embed .configure .bloc
{
	padding:0 10px;
}

 .module_embed .configure .set_time .text,
 .module_embed .configure .width .text,
 .module_embed .configure .height .text
{
	width:75px;
}

 .module_embed .configure .width,
 .module_embed .configure .height
{
	display:inline-block;
	margin:0;
}

 .module_embed_container,
 .module_embed_container .line
{
	padding:0;
}

 .tab_contents
{
	background-color: var(--bkg);
}

.tab .tab_content.twitter
{
	overflow: scroll;
}

 .tab .tab_content.sharing
{
	padding:10px;
	width:auto;
	height:auto;
}

@media (max-width: 484px) {
	.tab .tab_content.sharing
	{
		padding:0;
		width:100%;
	}
}

.tab .tab_content.sharing .sharing
{
	text-align: center;
}

 .tab .tab_content .facebook_sharing
{
	overflow:hidden;
}

 .module_tab .tab_content.hidden
{
	display:none;
}

.day_order
{
	background-color: white;
	display: flex;
    flex-direction: column;
}

.day_order_toolbar {
    margin: 4px 6px;
    background-color: #E7E7E7;
    border-radius: 5px;
}

.day_order_toolbar div
{
	display: flex;
	color: #333333;
}

.day_order .item>div
{
	display: flex;
}

.day_order .item>div>div:first-child
{
	flex: auto;
}

.day_order .item>div>div:not(:first-child)
{
	display: flex;
    align-items: center;
}

.day_order .item.level_0
{
    background-color: var(--bkg);
}

.day_order .synchro {
	color:  var(--primary);
}

.day_order .clickable .chapter_node.level_0:hover,
.day_order .clickable .chapter_node.level_1:hover
{
	background-color: var(--primary);
	color:#fff;
}

.day_order .mustache_item.current
{
	background-color: white;
	border-color: var(--primary);
}

.state_live .player_template .slider
{
	width:100%;
}



body.fullscreen{ width: 100%;height:100%;}
/*.fullscreen .player_template .video,
.state_live.fullscreen .player_template .slider{ width:100%}

.fullscreen .player_template .video{height:auto;bottom:50px;}

.state_live.fullscreen .player_template .slider{bottom:0;top:auto;}*/
.fullscreen .player_template .tab{ display:none}




.with_slide .module_player_storyboard .current_synchro {
	width: 50%;
}
.module_player_storyboard .current_synchro .current_diapo, .module_player_storyboard .current_synchro .current_thumbnail {
	background-size: contain;
	height: 100%;
	width: 100%;
}
.video.with_slide .flowplayer {
	width: 100%;
}
.video.with_slide .slide {
	width: 0;
}
.normal.with_slide .flowplayer {
	width: 50%;
}
.normal.with_slide .slide {
	width: 50%;
}
.diapo_and_small_video.with_slide .flowplayer {
	width: 25%;
}
.diapo_and_small_video.with_slide .slide {
	width: 75%;
}
.diapo.with_slide .flowplayer {
	width: 0;
}
.diapo.with_slide .slide {
	width: 100%;
}

.with_slide .player .flowplayer, .with_slide .player .html5player_container {
	display: inline-block;
	float: left;
	height: 100%;
	width: 50%;
}
.with_slide .player .slide {
	display: inline-block;
	float: right;
	height: 100%;
	width: 50%;
}
.with_slide .player .slide .current_synchro {
	height: 100%;
  margin-top:-1px;
}
.with_slide .player .slide .current_synchro .current_diapo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}


.module_player_view_mode {
	display: none;
}

.with_slide .module_player_view_mode {
	display: block;
	position:absolute;
	right:65px;
	height: 20px;
	margin: 6px 5px;
	width: 40px;
	cursor:pointer;
	background-image: url("../img/speaker_with_diapo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.with_slide .player_view_mode, .player_view_mode_button{ height:100%;}


.player_view_mode_popup.visible {
	display: block;
}

.player_view_mode_popup {
	background-color: #111b1a;
	border: 1px solid #6b7a99;
	border-radius: 5px;
	bottom: 25px;
	height: 144px;
	left: -9px;
	padding-top: 4px;
	position: absolute;
	width: 54px;
	display:none;
}

.player_view_mode_video {
	background-image: url("../img/speaker.png");
}
.player_view_mode_normal{
	background-image: url("../img/speaker_with_diapo.png");
}
.player_view_mode_small_video_with_slide{
	background-image: url("../img/diapo_with_small_speaker.png");
}
.player_view_mode_slide{
	background-image: url("../img/diapo.png");
}


.player_view_mode_popup div {
	background-repeat: no-repeat;
	border-bottom: 1px solid #6b7a99;
	height: 30px;
	margin: auto;
	padding-bottom: 5px;
	width: 50px;
}

.icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.with_slide.slide .player .slide{width: 100%}
.with_slide.slide .player .flowplayer{width: 0}
.with_slide.slide .player .html5player_container{width: 0}
.with_slide.slide .module_player_view_mode {	background-image: url("../img/diapo.png");}

.with_slide.video .player .slide{width: 0}
.with_slide.video .player .flowplayer{width: 100%}
.with_slide.video .player .html5player_container{width: 100%}
.with_slide.video .module_player_view_mode {	background-image: url("../img/speaker.png");}

.with_slide.small_video_with_slide .player .slide{width: 75%}
.with_slide.small_video_with_slide .player .flowplayer{width: 25%}
.with_slide.small_video_with_slide .player .html5player_container{width: 25%}
.with_slide.small_video_with_slide .module_player_view_mode {	background-image: url("../img/diapo_with_small_speaker.png");}

.player_view_mode_help{
position: absolute;
top: -70px;
background-color:  #6b7a99;
width: 200px;
left: -120px;
padding: 10px;
color:white;
}

.player_view_mode_arrow{
position:absolute;
width:20px;
height:20px;
background-image: url("../img/player_view_mode_arrow.png");
top: 49px;
left: 130px;
}

.waiting_jingle .player,
.waiting_jingle .player,
.waiting_jingle.pc .player_template .slider,
.waiting_jingle.pc .player_template .slider {
    display: block;
}

.waiting_jingle .module_player_storyboard {
    width: 60px;
    height: 14px;
    padding: 0;
    border-radius: 2px;
}

.waiting_jingle .module_player_storyboard .current_synchro {
    display: none;
}


/** Tentative de Vodalys Form ou au moins d'un css generique **/

.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: 240px;
}

.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;
	font-weight: bold;
	font-size: 18px;
}

.form_field_value
{ 
      
}

.form_field.horizontal .form_field_label
{
    display: inline-block;
	margin-right: 10px;
}

.form_field.horizontal .form_field_value
{
    display: inline-block;
}

/** Login **/

.state_sas .loading
{
	display: none;
}

.vodalys_form
{
	background-color: #DEDEDE;
	margin: auto;
	padding: 10px;
}

.vodalys_form h2
{
	text-align: center;
}

form
{
	margin: auto;
	width: 300px;
}

form .field
{
	display:  flex;
	flex-direction: column;
}

form .field label
{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
    color: #8A8A8A;
}

form .field input[type='text']
{
	margin-bottom: 4px;
    width: 280px !important;
    border-radius: 0;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    margin-top: 5px;
    clear: both;
    float: left;
    padding: 10px;
}

form .field input[type='submit']
{    
	background-color: #DEDEDE;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    height: 35px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
}

form .field.checkbox
{
	flex-direction: row;
	align-items: baseline;
}

form .field.checkbox input[type='checkbox']
{
	margin-right: 10px;
}

form .required{
    font-weight: lighter;
    display: block;
    margin-top: 10px;
    color: red;
    font-size: 12px;
	min-height: 20px;
}

.flex_row
{
	display: flex;
}

.flex_row .form_field
{
	flex: auto;
	text-align: center;
}

.flex_row .form_field_label,
.flex_row .form_field_value
{
	margin: 0 auto 10px auto;
}

/** SAS **/
.vodalys_sas
{
	background-color: #DEDEDE;
	margin: 20px auto;
	padding: 20px;
	width: 640px;
}

.sas_image
{
	margin: auto;
	width: 640px;
	height: 360px;
}

/** Extraction **/

.day_order .extract img
{
    width: 28px;
	margin: 4px 14px 4px 6px;
}

.extraction_module
{
    padding: 20px;
	max-width: 400px;
	margin: auto;
}

.extraction button
{
	background-color: black;
	color: white;
	padding: 4px 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: none;
}

.extraction input
{
	border: none;
	height: 20px;
	font-size: 16px;
}

.extraction input[type=submit]
{
	background-color: var(--primary);
	color: white;
	padding: 4px 10px;
	margin-left: 10px;
	height: auto;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

/**
QUESTIONS
**/

.tab_content.question
{
    position: relative;
}

.question .question_block_ask
{
    position: absolute;
	width:50%;
    right: 0;
    top: 0;
    height: 100px;
    background-color: #eee;
}

.question .question_block_ask .text_container
{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 17px;
    bottom: 52px;
}

.question .question_block_ask .text_container textarea
{
    width: 100%;
    padding: 5px;
    margin: 0;
    border: 1px solid grey;
    height: 100%;
}

.question .question_block_ask .text_container textarea.prompted
{
    color:grey;
}

.question .question_block_ask .name_container
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 140px;
}

.question .question_block_ask .name_container input
{
    padding: 5px;
    height: 18px;
    border: 1px solid grey;
    width: 100%;
}

.question .question_block_ask .name_container input.prompted
{
    color:grey;
}

.question .question_block_ask .submit_container
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 28px;
    width: 100px;
}

.question .question_block_ask .submit_container input 
{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.question .question_block_ask .submit_container.processing .processing_icon
{
    background-image: url('../img/loader_2.gif');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    left: 5px;
}

.question .question_block_ask .message_container
{
    position: absolute;
    bottom: 5px;
    left: 180px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.question .question_block_ask .message_container .error
{
    color: red;
}

.question .question_block_ask .message_container .info
{
    color: black;
}

.question .question_block_ask .message_container .error div,
.question .question_block_ask .message_container .info div
{
    display: inline-block;
    padding-right: 5px;
}

.question .question_block_view
{
    position: absolute;
    background-color: #eee;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}

.question .question_block_view .question_container
{
    position: relative;
    background-color: white;
    margin: 5px 5px 0 5px;
}

.question .question_block_view .question_container .header
{
    margin: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    color : #f09406;
}

.question .question_block_view .question_container .header .user
{
   display: inline-block;
}

.question .question_block_view .question_container .header .date
{
    position: absolute;
    right: 10px;
    top: 5px;
}

.question .question_block_view .question_container .body
{
    color: black;
    padding: 5px;
}

/**
 Déroulement de séance
**/
.running_session
{
	display: flex;
	flex-direction: column;
}
.running_session .scrollbar
{
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
}
.running_session .hover_zone
{
	display: none;
	background-color: #F2F2F3;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
}
.running_session .time
{
	background-color: var(--primary);
	color: white;
	font-weight: 700;
	padding: 4px;
	border-radius: 4px;
}
.running_session .node
{
	margin-left: 4px;
}
.running_session .mustache_item.current .node
{
	margin-left: 0;
}
.running_session .level_1 {
    background-color: white;
}
.running_session .level_1 .chapter.node {
    color: #333333;
    text-align: justify;
    padding: 10px 20px;
}
.running_session .level_0 .chapter.node
{
	font-size: 14px;
	font-weight: 600;
}
.running_session .speaker.node
{
	padding-left: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.running_session .speaker_url,
.running_session .speaker_profile
{
	display: none;
}
.running_session .speaker_url img
{
	width: 20px;
	height: 20px;
	border-radius: 32px;
}
.running_session .speaker_name
{
	font-weight: 600;
}
.running_session .item button
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	height: 24px;
	width: 24px;
	padding: 4px;
	margin-right: 4px;
	cursor: pointer;
}
.running_session .item button:hover
{
    background-color: rgba(34, 36, 41, 0.1);
    border-radius: 4px;
}
.without_extraction .running_session .chapter_extraction
{
	display: none;
}
.running_session .chapter_extraction button
{
	background-image: url('../img/cut_black.svg');
}
.running_session .speaker_profile button
{
	background-size: 20px;
	background-image: url('../img/speaker.png');
}
.running_session .speaker_points button
{
	background-image: url('../img/speaking_points.png');
}
.running_session .mustache_item
{
	padding: 5px 0 5px 10px;
}
.running_session .mustache_item:hover
{
    text-decoration: underline;
    cursor: pointer;
	color: var(--primary);
}
.running_session .mustache_item .item
{
	position: relative;
	min-height: 28px;
}
.running_session .mustache_item:hover .hover_zone
{
    display: flex;
}
.running_session .mustache_item.done:not(.current)
{
	opacity: 0.6;
}
.running_session .mustache_item.current
{
	border-left: 4px solid var(--primary);
}

@media (max-width: 1000px) {
	body.pc {
		width: 100%;
	}
	
	h1 {
		padding-left: 160px;
	}
}

/** 
TABLETTE
**/
body.tablette
{
	font-size: 14px;
}

body.tablette h1
{
	padding:20px 0 20px 160px;
}

body.tablette.fullscreen .player_template .video
{
	height:100%;
}

body.tablette.fullscreen .player_template .slider
{
	top:auto;
}

/** 
SMARTPHONE
**/
body.smartphone h1
{
	background-size: auto 40px;
	margin-bottom:0;
	font-size:17px;
	padding-left:80px;
}

body.smartphone .vodalys_sas
{
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

body.smartphone .sas_image
{
	width: 100%;
	max-width:640px;
}

body.smartphone .sas_image img
{
	width: 100%;
}

body.smartphone .player_template {
	height: auto;
}

.smartphone .with_onglets .tab_titles {
	display: table;
	height: 30px;
	line-height: 30px;
}

.smartphone .tab .tab_titles li {
	padding: 0;
}

.smartphone .with_onglets .tab_contents {
	height: auto;
	top: 30px;
	bottom: 0;
}

@media (max-width: 400px) {
	.smartphone .day_order .day_order_toolbar .day_order_filter {
		display: none;
	}
	.smartphone .tab .tab_content.sharing {
		padding:0;
	}
	.smartphone .question .question_block_ask {
		height: 170px;
	}
	.smartphone .question .question_block_ask .text_container {
		bottom: 122px;
	}
	.smartphone .question .question_block_ask .name_container {
		bottom: 75px;
	}
	.smartphone .question .question_block_ask .submit_container {
		left: 5px;
		bottom: 40px;
	}
	.smartphone .question .question_block_ask .message_container {
		left: 5px;
	}
	.smartphone .question .question_block_view .question_container .header .date {
		display: none;
	}
}