@charset "utf-8";
/* CSS Document */

.rouge {
	color: #d71920
}
.vert {
	color: #7db669
}
.bg_vert {
	background-color: #00a651
}
.bg_rouge {
	background-color: #d71920
}
.bg_gris {
	background-color: #a7a9ac
}
.bg_orange {
	background-color: #f37021
}
.bg_hover_rouge:hover {
	background-color: #d71920
}
.bg_vert_20 {
	background-color: #e5f0e1
}
.alerte_auto {
	display: table;
	position: fixed;
	z-index: 9999;
	width: 100%;
	color: #fff;
	text-align: center;
    line-height: 25px;
    font-size: 16px;
	padding: 15px;
	animation-name: topout;
    animation-duration: 3s;  
    animation-fill-mode: both
}
@keyframes topout {
  0%   {top:0;}
  80%  {top:0;}
  100% {top:-150px;}
}
.encart_connexion {
	background-color: #FFFFFF;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.40)
}
.bt {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	border: none;
	font-size: 15px;
	border-radius: 16px
}
.logo_connexion {
	width: 200px;
	height: auto
}
.logo_nav {
	width: auto;
	height: 33px;
	margin-top: -5px;
	border: 1px solid #FFFFFF;
	margin-right: 10px
}
.main_bandeau {
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px
}
.bull_active, .bull_desactive {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-left: 5px
}
.bull_active {
	background-color: #00ff99 
}
.bull_desactive {
	background-color: #a7a9ac 
}

/* Chat */
#chatbox {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	padding: 8px;
	margin: 0 auto;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	height: calc(100vh - 190px);
	width: 100%;
	overflow: auto;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.20)
}
#usermsg {
	width: 100%;
	min-height: 61px;
	border: none;
	padding: 8px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.20)
}
.msgln {
	margin: 12px 0 2px 0
}
#usermsg::placeholder {
	color: #bcbec0;
	font-size: 13px;
	line-height: 45px;
	text-align: center;
	font-weight: normal
}
.bt_send {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-image: url("../images/send-icon.svg");
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 18px auto;
	margin: 15px auto 0 auto;
	cursor: pointer
}
nav ul {
	padding: 0;
	display: inline-table;
	margin: 0 auto
}
nav ul li {
	float: left;
	list-style: none;
	margin: -12px 10px;
	padding: 4px 10px;
	background-color: rgba(255,255,255,0.20);
	border: 1px solid rgba(255,255,255,0.10);
	font-size: 14px;
	border-radius: 2px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}
nav ul li:hover {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.nav_active {
	background-color: transparent;
	border: 1px solid #FFFFFF
}
nav ul a, nav ul a:hover {
	color: #FFFFFF;
	text-decoration: none
}
.liste_user_container, .liste_user_nav {
	background-color: #e6e7e8;
	border-radius: 2px;
	padding: 10px 10px 5px 10px
}
.liste_user {
	position: relative;
	background-color: #808285;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px
}
.copie_icon {
	width: 24px;
	height: 24px;
	cursor: pointer
}
.separator {
	width: 100%;
	clear: both
}
.bt_liste_nav, .bt_liste_nav_active {
	display: inline-table;
	margin: 0 2px;
	border: none;
	background-color: #a7a9ac;
	color: #FFFFFF;
	padding: 5px 15px;
	border-radius: 15px
}
.bt_liste_nav:hover, .bt_liste_nav_active {
	background-color: #7db669
}
.no_underline_hover:hover {
	text-decoration: none
}
.pointer {
	cursor: pointer
}
.blanc_hover, .blanc_hover:hover {
	color: #FFFFFF !important
}
#erase_conf {
	position: absolute;
	z-index: 2;
	padding: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.40);
	color: #000000;
	font-size: 14px;
	width: 360px;
	line-height: 18px;
	top: -150px;
	right: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#erase_conf.on {
	top: 0px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bt_erase {
	padding: 5px 15px;
	border: none;
	display: inline-table;
	margin: 10px 5px;
	color: #FFFFFF;
	line-height: 18px;
	border-radius: 14px
}
.tab_tet {
	background-color: #f1f2f2;
	color: #808285;
	padding: 5px;
	background-image: url("../images/gris.png");
	background-repeat: no-repeat;
	background-size: 1px 60%;
	background-position: left center;
	font-size: 12px
}
.tab {
	padding: 5px;
	background-image: url("../images/gris.png");
	background-repeat: no-repeat;
	background-size: 1px 60%;
	background-position: left center;
	font-size: 12px
}
.bt_search {
    display: table-cell;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #a7a9ac;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.bt_search:hover {
    background-color: #7db669
}
.flex {
	display: flex
}
.titre_h1 {
	font-size: 20px
}
.tab_tet_parametres {
	background-color: #e6e7e8;
	color: #808285;
	padding: 5px;
	background-image: url("../images/gris20.png");
	background-repeat: no-repeat;
	background-size: 1px 60%;
	background-position: left center;
	font-size: 12px
}
.tab_parametres {
	padding: 5px;
	background-image: url("../images/gris20.png");
	background-repeat: no-repeat;
	background-size: 1px 60%;
	background-position: left center;
	font-size: 12px
}
.underline {
	text-decoration: underline
}
.tab_tri {
	color: #808285;
	text-decoration: underline
}
.tab_tri_active {
	color: #7db669;
	text-decoration: underline
}
#liste_participants {
	position:  absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -2500px;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#liste_participants.on {
	left: 0;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#iliste {
	width: 100%;
	height: calc(100vh - 55px)
}
#video_container {
	width: 78%;
	float: left;
	background-color: #000000;
	height: calc(100vh - 55px);
	position: relative;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#video_container.on {
	width: 100%;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#ichat {
	width: 22%;
	float: right;
	padding: 15px;
	background-color: #f1f2f2;
	height: calc(100vh - 55px);
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#ichat.off {
	width: 0%;
	padding: 0;
	overflow: hidden;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.trash_participant {
	font-size: 16px;
	color: #a7a9ac
}
.trash_participant:hover {
	color: #d71920
}
.display_none {
	display: none
}
.close_ligne {
	float: right;
	color: #a7a9ac
}
.sup_box {
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,0.40)
}
.titre_chat {
	font-size: 18px;
	color: #58595b;
	margin: 0
}
#infos_csv {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: -500px;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.40);
	padding: 20px;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#infos_csv.on {
	left: 20px;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#emoji_container {
	position: absolute;
	z-index: 3;
	top: -310px;
	right: -400px;
	box-shadow: 0 0 20px rgba(0,0,0,0.40);
	padding: 15px;
	background-color: #FFFFFF;
	width: 280px;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#emoji_container.on {
	right: 4px;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#emoji_container li {
	list-style: none;
	display: inline-table;
	font-size: 18px
}
.titre_h1_form_evenement {
	font-size: 16px;
	background-color: #808285;
	color: #FFFFFF;
	padding: 5px 10px
}
.image_debut_fin {
	width: 257px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.symetrie_horizontale {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.bt_live {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: -40px;
	margin-left: 50%
}
.playback_container {
	width: 100%;
	height: calc(100vh - 55px);
	background-color: #000000;
	text-align: center
}


::-webkit-scrollbar {
	width: 6px
}
::-webkit-scrollbar-track {
	background: #d1d3d4
}
::-webkit-scrollbar-thumb {
background: #a7a9ac
}
::-webkit-scrollbar-thumb:hover {
background: #808285
}
/* /Chat */

input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
}
input[type='checkbox'].switch, input[type='radio'].switch {
    --active: #7db669;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #7db669;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
}
input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
}
input[type='checkbox'].switch:after, input[type='radio'].switch:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}
input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
}
input[type='checkbox'].switch:checked, input[type='radio'].switch:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
}
input[type='checkbox'].switch:after, input[type='radio'].switch:after {
    content: '';
    display: block;
    left: 2px;
    top: 2px;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}
