@font-face {
    font-display : block;
    font-family: bootstrap-icons;
    src: url(../fonts/bootstrap-icons.woff2)format("woff2"),
    url(../fonts/bootstrap-icons.woff)format("woff")
}

/** Public plenaries **/
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	margin: 0;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn, .orejime-Button {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	color: #374151;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7142857;
	padding: 0.375rem 0.75rem;
	text-align: center;
	text-decoration: none;
	transition: color.15s ease-in-out,
	background-color.15s ease-in-out,
	border-color.15s ease-in-out,
	box-shadow.15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle
}
.btn-chip, .btn-link {
	text-decoration: underline
}
.btn-close {
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    width: 1em;
	background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")50% / 1em auto no-repeat;
	border: 0;
    border-radius: 0.375rem;
    padding: 0.25em;
}
.btn:hover, .orejime-Button:hover {
    color: var(--primary);
}
.btn.disabled, .btn:disabled, .disabled.orejime-Button, .orejime-Button:disabled, fieldset:disabled.btn, fieldset:disabled.orejime-Button {
	color:#fff;
	opacity:.65;
	pointer-events:none
}
.btn.btn-primary {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: #fff;
}
.btn.btn-primary:hover {
    color: #fff;
	background-color: #bb031f;
	border-color: #b0031e;
}
.btn-outline-dark {
	border: 1px solid #e5e7eb;
}
.btn.btn-outline-dark:hover {
    color: #fff;
	background-color: var(--secundary);
	border-color: var(--secundary);
}
.me-auto {
	margin-right: auto!important
}
.me-1 {
    margin-right: 0.25rem!important;
}
.ms-auto {
	margin-left: auto!important
}
.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle:after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em
}
.dropdown-toggle:empty:after {
	margin-left: 0
}
.dropdown-toggle:after {
	border: none;
	content: "\f282";
	font-family: bootstrap-icons;
	vertical-align: -0.125em;
}
.dropend .dropdown-toggle:after {
	border: none;
	content: "\f285"
}
.dropstart .dropdown-toggle:after {
	border: none;
	content: "\f284"
}
.dropdown-toggle.show:not(.dropend .dropdown-toggle.show):not(.dropstart .dropdown-toggle.show):after {
	content: "\f286"
}
.dropdown-menu, .priority-nav__dropdown {

	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.175);
	border-radius: 0.375rem;
	color: #374151;
	display: none;
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	min-width: 10rem;
	padding: 0.5rem 0 ;
	position: absolute;
	text-align: left;
	z-index: 1000;
	top: 100%;
}

.form-control {
    appearance: none;
    color: #374151;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7142857;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
	background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}
.form-label {
    color: var(--secundary);
    font-weight: 700;
	margin-bottom: 0.5rem;
}
.form-select {
	appearance: none;
    background-color: #fff;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 12px;
	background-position: right 0.75rem center;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
	color:#374151;
    display:block;
    font-size:.875rem;
    font-weight:400;
    line-height:1.7142857;
    padding:.375rem 2.25rem.375rem.75rem;
    transition:border-color.15s ease-in-out,
    box-shadow.15s ease-in-out;
    width:100%
}
.form-select:focus {
    border-color:#ee8292;
    box-shadow:0 0 0.25rem rgba(220, 4, 37, .25);
    outline:0
}
.form-select[multiple], .form-select[size]:not([size = "1"]) {
    background-image:none;
    padding-right:.75rem
}
.form-select:disabled {
    background-color:#e5e7eb
}
.form-select:-moz-focusring {
    color:transparent;
    text-shadow:0 0 0#374151
}
.form-select-sm {
    border-radius:.25rem;
    font-size:.75rem;
    padding-bottom:.25rem;
    padding-left:.5rem;
    padding-top:.25rem
}
.form-check {
    display:block;
    margin-bottom:.125rem;
    min-height:1.3125rem;
    padding-left:1.5em
}
.form-check .form-check-input {
    float:left;
    margin-left:-1.5em
}
.form-check-input {
    color-adjust:exact;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#fff;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    border:1px solid rgba(0, 0, 0, .25);
    height:1em;
    margin-top:.25em;
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact;
    vertical-align:top;
    width:1em
}
.form-check-input[type = checkbox]{
    border-radius:.25em
}
.form-check-input[type = radio]{
    border-radius:50 %
}
.form-check-input:active {
    filter:brightness(90%)
}
.form-check-input:focus {
    border-color:#ee8292;
    box-shadow:0 0 0.25rem rgba(220, 4, 37, .25);
    outline:0
}
.form-check-input:checked {
    background-color:var(--primary);
    border-color:var(--primary)
}
.form-check-input:checked[type = checkbox]{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}
.form-check-input:checked[type = radio]{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}
.form-check-input[type = checkbox]:indeterminate {
    background-color:var(--secundary);
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color:var(--secundary)
}
.form-check-input:disabled {
    filter:none;
    opacity:.5;
    pointer-events:none
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    cursor:default ;
    opacity:
    .5
}
.form-control-col {
    display:flex;
	flex-direction:column;
    margin-right:1rem
}
.form-switch {
    padding-left:2.5em
}
.form-switch .form-check-input {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position:left center;
    border-radius:2em;
    margin-left:-2.5em;
    transition:background-position.15s ease-in-out;
    width:2em
}
.form-switch .form-check-input:focus {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ee8292'/%3E%3C/svg%3E")
}
.form-switch .form-check-input:checked {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position:right center
}

.bi:before, [class*=" bi-"]:before, [class^=bi-]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
}
.bi-arrow-left:before {
    content: "\f12f";
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-center {
    justify-content: center!important;
}
.text-end {
    text-align: right!important;
}
.d-none {
    display: none!important;
}
.d-flex {
    display: flex!important;
}
.gap-2 {
    gap: 0.5rem!important;
}

html
{
	--primary: #A91526;
	--secundary: #032A51;
}

h1
{
	color: #F1F1F1;
    font-variant: small-caps;
	font-weight: normal;
	font-family: 'Noticia Text',serif;
	padding: 15px 0 15px 15px;
	text-align: left;
	margin-bottom: 0px;
}

h3 {
    padding-bottom: 20px;
}

.retour_portail
{
	font-family: 'Noticia Text',serif;
}

.player_template
{
	position: relative;
	display: flex;
	margin: 0 20px;
	color: #000000;
	font-size: 14px;
}

.player_template *, .player_template:after, .player_template:before {
    box-sizing: border-box;
}

.player_template a
{
	color: #000000;
	font-size: 14px;
}
.player_template button
{
	color: #000000;
}

.left
{
	width: 512px;
}
.fullscreen .left
{
	flex: 1 1 60%;
}
.video
{
	position: relative;
	aspect-ratio: 16/9;
}
.player
{
	position: relative;
	width: 100%;
	height: 100%;
}
.player_header {
    position: absolute;
    top: 16px;
    right: 16px;
}
.embedded .player_header {
	left: 16px;
	right: unset;
}
.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_duration
{
	width: 100%;
	position: relative;
	user-select: none;
}
.player_duration
{
}
.player_duration_bar
{
	background-color:rgba(255, 255, 255, 0.1);
	height: 4px;
}
.player_duration_layout
{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.player_duration_done
{
	background-color:#fff;
	height: 100%;
	width: 0%;
	max-width: 100%;
}

.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_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_live .module_player_storyboard .current_synchro
{
	display: none;
}
.module_player_storyboard .current_synchro .current_thumbnail
{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}

#module_player_speed,
#module_rewind,
#module_forward,
#module_play_pause,
#module_player_loading,
#module_player_sound,
#module_player_fullscreen
{
	float: left;
}
.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-size: 18px;
	background-image: url('../img/rewind.png');
}
#module_rewind2 .rewind .bouton {
	background-image: url('../img/rewind-60.png');
}
.forward .bouton
{
	background-size: 18px;
	background-image: url('../img/forward.png');
}
#module_forward2 .forward .bouton {
	background-image: url('../img/forward-60.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: var(--primary);
	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;
}
/*
#module_rewind,
#module_rewind2 {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.rewind
{
	margin: auto;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.rewind .bouton
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	height: 100%;
	width: 100%;
	background-image: url('../img/rewind.png');
}

#module_rewind2 .rewind .bouton {
	background-image: url('../img/rewind-60.png');
}

#module_forward,
#module_forward2 {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.forward
{
	margin: auto;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.forward .bouton
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	height: 100%;
	width: 100%;
	background-image: url('../img/forward.png');
}

#module_forward2 .forward .bouton {
	background-image: url('../img/forward-60.png');
}
*/
.player_speed
{
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
	cursor: pointer;
}

.player_speed_icon
{
	background-image: url('../img/speed.svg');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
	width: 100%;
	height: 100%;
	color: white;
}

.player_speed_popup
{	
	background-color: #111b1a;
	position: absolute;
	bottom: 25px;
	display:none;
	color: white;
}

.player_speed_popup.visible
{
	display: block;
}

.player_speed_text.current{
	background-color: #666666;
}

.player_speed_text{
	font-size: 13px;
	font-weight : bold;
	margin: 5px;
	padding: 0 2px;
}

.player_speed_text:hover {
	background-color: #AD2525;
}

#module_player_social
{
	width: 60px;
}

#module_player_social .module_player_icon
{
	float: left;
	width: 30px;
}

#player_report_icon {
	background-image: url('../img/report.png');
}

#player_download_icon {
	background-image: url('../img/download.png');
}

#player_download_sound_icon
{
	background-image: url('../img/player_note.png');
}

#player_basket_icon {
	background-image: url('../img/basket.png');
}

#player_caption_icon {
	background-image: url('../img/caption.png');
}

#player_share_icon {
	background-image: url('../img/blog.png');
}

#player_cut_icon {
	background-image: url('../img/cut.png');
}

#facebook_icon {
	background-image: url('../img/facebook.png');
}

#twitter_icon {
	background-image: url('../img/twitter.png');
}

#google_plus_icon {
	background-image: url('../img/google-plus.png');
}
/*
.player_sound_icon.mute
{
	background-image:url(../img/sound_off.png);
}

.player_sound_popup_bar
{
	border: 1px solid #AD2525;
}

.player_sound_popup_bar_filled
{
	background-color:#AD2525;
}

.player_duration_bar
{
	border: 1px solid #AD2525;
}

.player_duration_done,
.player_cursor
{
	background-color:#AD2525;
}

.player_live_cercle
{
	background-color:#AD2525;
}

.live_on .player_duration_bar
{
	border: 1px solid #006400;
}

.live_on .player_duration_done,
.live_on .player_cursor
{
	background-color:#006400;
}

.live_on .player_live_cercle
{
	background-color:#006400;
}
*/

.module_player_storyboard .current_synchro .current_thumbnail
{
	background-position: center;
	background-repeat: no-repeat;
}

.tab .tab_titles
{
	display:none;
}

/** Decoupe **/
/*
.download_module,
.cut_module
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    background-color: #F0F0F0;
    font-size: 12px;
}
*/
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

/** Vodalys Form **/
/*
.form_info
{
    color: grey;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}

.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
{

}

.form_fields
{
    padding: 0 0 20px 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;
}

.form_field.quality .form_field_label
{
    vertical-align: top;
}
*/
.right
{
	width: 388px;
	height: 288px;
	padding-left: 12px;
}
.fullscreen .right
{
	flex: 1 1 40%;
	height: auto;
}
.tab
{
	height: 100%;
}
.tab .tab_titles
{
    display: none;
}
.module_tab
{
	height: 100%;
}
.tab_contents
{
	height: 100%;
}
.tab .tab_content
{
	height: 100%;
	display: none;
	border-top: 4px solid var(--primary);
	padding: 8px;
	background-color: #F3F4F6;
	font-size: 12px;
}
.fullscreen .tab .tab_content
{
	border-top: none;
}
.tab .tab_content.visible
{
	display: flex;
    flex-direction: column;
}
.tab_title
{
	/*font-family: Raleway;*/
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 8px;
}

/** Ordre du jour **/
/*
.mediaIndex {
    height: 100%;
	padding:0;
	border:none;
	border-radius:0;
}

.mediaIndex ul
{
	margin: 10px 20px;
}

.mediaIndex li ul
{
	margin: 0 0 0 20px;
}

.day_order .day_order_toolbar
{
	height: 24px !important;
	padding: 8px 15px;
	top:auto;
	bottom:0;
}

.day_order .scrollbar 
{
	top:0;
	bottom:40px;
}

.chapter_synchro
{
	font-size: 12px;
	float:right;
	margin-right:10px;
}*/
.day_order .btn-close
{
	display: none;
}
.fullscreen .day_order .btn-close
{
	display: block;
}
.show_day_order
{
	display: none;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(0, 0, 0, 0.5);
	padding: 8px 16px 8px 8px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	height: 36px;
}
.show_day_order:before
{
	content: url('../img/agenda.png');
	margin-right: 4px;
}
.fullscreen .video:hover .show_day_order.show
{
	display: inline-flex;
}
.goto
{
	display: none;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(0, 0, 0, 0.5);
	padding: 8px 16px 8px 8px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
	height: 36px;
}
.goto:before
{
	content: url('../img/goto.png');
	margin-right: 4px;
}
a.goto.btn:hover
{
	text-decoration: none;
	color: white;
}
.embedded .video:hover .goto
{
	display: inline-flex;
}
.day_order .day_order_toolbar
{
	/*margin-bottom: 8px;*/
}
.day_order .scrollbar
{
	overflow-x:hidden;
	overflow-y:auto;
	width: 100%;
}
.day_order_filter {
	position: relative;
}
.day_order_filter input[type="text"]
{
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: 4px;
    padding-left: 32px;
	height: auto;
}
.day_order_filter input[type="submit"]
{
	display: none;
}
.day_order_filter button {
    width: 22px;
    padding-left: 5px;
    margin-left: 0px;
    position: absolute;
    right: 4px;
    top: 8px;
	border: none;
    background-color: transparent;
}
.mediaIndex {
	padding:0;
	position: relative;
}
.mediaIndex ul
{
	list-style: none;
	padding: 0;
	margin: 8px 0;
}
.mediaIndex li ul
{
	margin: 2px 0 8px 20px;
}
.mediaIndex a {
	text-decoration: none;
	margin-left: 4px;
}
.mediaIndex li
{
	margin-left: 4px;
}
.mediaIndex .alevel0 {
	font-weight: 600;
	font-size: 16px;
}
.mediaIndex .alevel1 {
	font-weight: 400;
	font-size: 14px;
}
.mediaIndex .alevel2,
.mediaIndex .alevel3,
.mediaIndex .alevel4 {
	font-size: 12px;
	font-weight: 400!important;
}
.mediaIndex .item.active
{
	border-left: 4px solid var(--primary);
}
.mediaIndex .item.active a
{
	color: var(--primary);
	margin-left: 0;
}
.mediaIndex a:hover {
	text-decoration: none;
	cursor:auto;
}
.mediaIndex .clickable a:hover {
	text-decoration: underline;
	cursor:pointer;
	color: var(--primary);
}

/** Deroulement de seance **/

.module_toolbar
{
	height: 16px !important;
	padding: 12px 15px;
}

.running_session .mustache_item.current
{
	border-bottom: 1px solid #AD2525;
	border-top: 1px solid #AD2525;
}

.running_session .module_toolbar img
{
	margin-left: 15px;
	margin-bottom: -5px;
}

/** Partage **/

.module_embed_container
{
    background-color: #F0F0F0;
}

.module_embed .sharing
{
    display: none;
}

.module_embed .configure
{
    display: none;
}

.module_embed textarea
{
	height: 80px;
	margin-top: 0px;
}

/** Plein ecran **/

.fullscreen #header {
    height: 0px;
}

.fullscreen header ,
.fullscreen #cat-nav,
.fullscreen .navbar-wrapper
{
	display: none;
}

.fullscreen .container {
    width: 100%;
}

.fullscreen .center-col {
    position: absolute;
	height: 100%;
	margin: 0;
}

body.fullscreen .player_template
{
	z-index: 200;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	background-color: white;
}

.fullscreen .player_fade {
	top: 40%;
}

.fullscreen .video {
    aspect-ratio: unset;
    height: 100%;
}

.fullscreen .slider
{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom:0px;
    top:auto;
}


/* Découpe */
.fullscreen .module_cut
{
	justify-content: center;
}
.embedded #module_player_cut
{
	display: none!important;
}
.btn.cut
{
	height: 36px;
}
.btn.cut:after
{
	background-image: url('../img/cut.png');
    background-size: 16px;
	background-position-x: 6px;
	background-repeat: no-repeat;
    display: inline-block;
    width: 22px; 
    height: 14px;
	vertical-align: -1px;
    content: "";
}
.btn.share:after
{
	background-image: url('../img/share.png');
    background-size: 16px;
	background-position-x: 6px;
	background-repeat: no-repeat;
    display: inline-block;
    width: 22px; 
    height: 14px;
	vertical-align: -1px;
    content: "";
}
.back
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	cursor: pointer;
}
.back i
{
	color: var(--primary);
}
.tab_close,
.videoWithTab .tab_back
{
	display: none;
}
.videoWithTab .tab_close
{
	display: inline-block;
}
.btn.capture
{
	background: var(--secundary);
	color: #fff;
}
.timecodes
{
	background-color: #fff;
	padding: 8px;
	margin-bottom: 8px;
}
.form_fields.horizontal
{
    display: flex;
	justify-content: center;
	gap: 24px;
}
.form_field
{
    display: flex;
    flex-direction: column;
	margin-bottom: 8px;
}
.form_field.tcin,
.form_field.tcout
{
	margin-bottom: 4px;
}
.form_field>.btn
{
	margin-top: 4px;
}
.form_field.horizontal
{
    flex-direction: row;
}
.form_field.center
{
    justify-content: center;
}
.form_field_label
{
    font-weight: bold;
}
.form_field_label:not(:last-child)
{
	margin-bottom: 4px;
}
.form_input_time input
{
    width: 100px;
	padding: 6px;
	border-radius: 0.375rem;
	border: 1px solid #9ca3af;
}
.form_notice
{
	font-size: 12px;
}
.form_info
{
    min-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}
.form_link
{
	margin-top: 8px;
	font-weight: bold;
}
.duration
{
	display: none;
	text-align: center;
	height: 22px;
}
.duration:before
{
	content: url(../img/movie.png);
	vertical-align: -7px;
}
.form_field input[type="email"] {
    background-image: url(../img/email.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 32px;
    height: auto;
	margin-bottom: 0;
}
.form_field.name input[type="text"] {
    background-image: url(../img/movie.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 32px;
	filter: grayscale(100%);
}
.module_cut .btn.submit
{
    width: 100%;
}

.options
{
	margin: 24px 20px;
	display: flex;
	gap: 16px;
	font-size: 14px;
}

/* Partage */
#module_with_share {
	order: 3;
}
.btn_dropdown {
	position: relative;
}
.btn_popup {
	display: none;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #D1D5DB;
	border-radius: 6px;
	width: 210px;
	z-index: 1;
	bottom: 38px;
}
.btn_popup .hr {
	width: 100%;
	border-top: 1px solid #E4E5E7;
}
.btn_popup_item {
	font-weight: bold;
	cursor: pointer;
	padding: 8px 8px 2px 8px;
}
.btn_popup_item:hover {
	background: #E5E7EB;
}
.btn_popup_item:before {
	vertical-align: -7px;
	margin-right: 6px;
}
.item_twitter:before {
	content: url(../img/x.png);
}
.item_facebook:before {
	content: url(../img/facebook.png);
}
.item_linkedin:before {
	content: url(../img/linkedin.png);
}
.item_iframe:before {
	content: url(../img/code.png);
}
.item_link:before {
	content: url(../img/link.png);
}
.toast
{
	display: none;
	color: #fff;
	background: rgba(31, 41, 55, 0.9);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	z-index: 1090;
	position: fixed;
	bottom: 20px;
	left: calc(50% - 180px);
	padding: 16px;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.toast.copy:before
{
	content: url('../img/copy.png');
	vertical-align: -7px;
	margin-right: 6px;
}

/* iFrame */
.modal.embed {
	display:none;
	height:100%;
	left:0;
	outline:0;
	overflow-x:hidden;
	overflow-y:auto;
	position:fixed;
	top:0;
	margin-left:0;
	width:100%;
	background-color: transparent;
}
.modal.fade {
	top:0;
	opacity:1;
	z-index: 1055;
}
.modal-dialog {
	margin:0.5rem;
	pointer-events:none;
	position:relative;
	width:auto
}
.modal.fade.modal-dialog {
	transform:translateY(-50px);
	transition:transform.3s ease-out
}
@media(prefers-reduced-motion:reduce) {
	.modal.fade.modal-dialog {
		transition:none
	}
}
.modal.show.modal-dialog {
	transform:none
}
.modal.modal-static.modal-dialog {
	transform:scale(1.02)
}
.modal-dialog-scrollable {
	height:calc(100% - 0.5rem * 2)
}
.modal-dialog-scrollable.modal-content {
	max-height:100%;
	overflow:hidden
}
.modal-dialog-scrollable.modal-body {
	overflow-y:auto
}
.modal-dialog-centered {
	align-items:center;
	display:flex;
	min-height:calc(100% - 0.5rem * 2)
}
@media (min-width: 768px) {
	.modal-dialog {
	    margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
}
.modal-content {
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid transparent;
	/*border-radius:0.5rem;*/
	display:flex;
	flex-direction:column;
	outline:0;
	pointer-events:auto;
	position:relative;
	width:100%;
	font-family: arial;
	font-size: 14px;
}
.modal-backdrop {
	background-color:#000;
	height:100vh;
	left:0;
	position:fixed;
	top:0;
	width:100vw;
	z-index:1050
}
.modal-backdrop.fade {
	opacity:0
}
.modal-backdrop.show {
	opacity:.5
}
.modal-header {
	align-items:center;
	display:flex;
	flex-shrink:0;
	justify-content:space-between;
	padding:1rem
}
.modal-header.btn-close {
	margin:calc(1rem * -.5) calc(1rem * -.5) calc(1rem * -.5) auto;
	padding:calc(1rem * .5) calc(1rem * .5)
}
.modal-title {
	line-height:1.5;
	margin-bottom:0;
	font-size: 24px;
	font-weight: bold;
}
.modal-body {
	flex:1 1 auto;
	padding:1rem;
	position:relative
}
.modal-footer {
	align-items:center;
	display:flex;
	flex-shrink:0;
	flex-wrap:wrap;
	justify-content:center;
	padding:calc(1rem - 0.5rem * .5);
	background-color: transparent;
	border-top: none;
}
.modal-footer> * {
	margin:calc(0.5rem * .5)
}

.embed .url {
    background-color: #F3F4F6;
    min-height: 54px;
    width: 100%;
    /*color: #b3b3b3;*/
    box-sizing: border-box;
    padding: 8px;
    word-wrap: break-word;
    margin-bottom: 16px;
}
.module_embed
{
    display: none;
}
 .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;
}

/* Téléchargement */
#module_player_download {
	order: 2;
}
.mailForm {
	display:none;
}
.item_video:before {
	content: url(../img/movie.png);
	vertical-align: -7px;
	margin-right: 6px;
	filter: grayscale(100%);
}
.item_audio:before {
	content: url(../img/wave.png);
	vertical-align: -7px;
	margin-right: 6px;
}
.toast.download:before
{
	content: url('../img/download.png');
	vertical-align: -7px;
	margin-right: 6px;
}

/* compte rendu */
.btn.report {
	order: 4;
}

.btn.basket {
	order: 5;
}

/** Portail AN **/

.main
{
	font: 100% arial,sans-serif;
	background-color: #FFFFFF;
	padding: 2px 0px 10px 0px;
	border-radius: 0 0 5px 5px;
	margin-top:20px;
}

.main .container
{
	width: 100%;
}

body
{
    font: 62.5% 'Noticia Text',serif;
	width:100%;
}

/**
RESPONSIVE DESGIN
**/

@media (min-width: 1200px) {
	.left {
		width: 704px;
	}
	.right {
		width: 426px;
		height: 396px;
	}
	.tab .tab_content
	{
		padding: 12px;
		font-size: 14px;
	}
	.duration {
		display: block;
	}
	.mediaIndex {
		height: 100%;
	}
}

@media (min-width: 978px) and (max-width: 1200px) {
	.tab_title {
		font-size: 16px;
	}
	.tab .tab_content .btn {
		padding: 0.125rem 0.75rem;
		margin-top: 0;
		font-size: 12px;
	}
	.timecodes .form_fields.horizontal {
		flex-direction: column;
		gap: 4px;
	}
	.timecodes .form_field {
		flex-direction: row;
	}
	.timecodes .form_field_label {
		margin-top: 4px;
		width: 40px;
	}
	.tab .tab_content .timecodes .btn {
		padding: 0 0.75rem;
	}
	.form_input_time input {
		padding: 2px 6px;
		font-size: 12px;
		margin-right: 8px;
	}
	.form_field.tcin, .form_field.tcout {
		margin-bottom: 0;
	}
	.state_live #module_player_time {
		display: none;
	}
}

@media (max-width: 978px) {
	.player_template {
		flex-direction: column;
	}
	.left {
		width: 100%;
	}
	.right {
		width: 100%;
		padding-left: 0;
		min-height: 506px;
	}
	.options {
        flex-direction: column;
    }
	.options button {
        width: 100%;
    }
	.options .btn_popup {
		width: 100%;
		text-align: center;
	}
	.cut {
		visibility:visible;
	}
	.fullscreen .video {
		width: 100%;
	}
	.fullscreen .tab {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.slider {
		padding-left: 8px;
		padding-right: 8px;
	}
	.module_player,
	.slider .bouton {
		padding-left: 0;
		padding-right: 0;
		width: 24px;
	}
	#module_rewind {
		margin-left: 0;
	}
	.slider.sound_visible .module_player_live,
	#module_player_time {
		display: none;
	}
}

@media (max-width: 440px) {
	.playerTitle,
	.player_template,
	.options {
		margin-left: 10px;
		margin-right: 10px;
	}
	.day_order_filter
	{
		display:none!important;
	}
	#module_rewind2, 
	#module_forward2 {
		display:none;
	}
}