/*http://www.colorpicker.com/ references couleurs */
main
{
	width: 80%;
	border: 1px solid grey;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.commentaires_bloc{
	width:100%;
	border-radius:5px;
	border: 1px black solid;
	background-color: #AEFEAC;
}

.commentaire{
	width: 90%;
	margin: auto;
	border-radius:2px;
	background-color: white;
	font-size: 11px;
}

.bloc_statut{
	width:90%;
	margin:auto;
	padding-left:auto;
	padding-right:auto;
	display:flex;
	background-color:white;
	font-size:12px;
	flex-direction: column;
}

.sous_bloc{
	width:90%;
	margin: auto;
	padding:10px;
	display:flex;
	background-color:white;
	font-size:12px;
	flex-direction: column;
	border-radius:5px;
}

.ensemble_date_rappel{
	display: flex;
	margin-left:0;
	padding:auto;
	margin-top:5px;
	margin-bottom:5px;
}
.liste_choix{
	display: flex;
	margin-left:0;
	padding:auto;
	margin-top:5px;
	margin-bottom:5px;
}

.bloc_mise_a_jour{
	width:100%;
	border-radius:5px;
	border: 1px black solid;
	background-color: #AEFEAC;
}
.texte_commentaire{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}
.suivi_msg_ia {
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    
    /* AJOUTEZ CETTE LIGNE ICI */
    white-space: pre-wrap; 
}

.element_inputh3{
	padding: 10px;
}
.element_photo{
	color: black;
	width: 500px;
	height: 300px;
	font-size: 12px;
	font-family: Verdana;
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
	padding-right: auto;
	padding-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-image: url("media/media1.jpg");
	background-size: cover;
}
.element_photo2{
	color: black;
	width: 500px;
	height: 300px;
	font-size: 12px;
	font-family: Verdana;
	display: flex;
	/*justify-content:flex-end;*/
	flex-direction: column;
	justify-content: flex-end;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-image: url("media/media2.jpg");
	background-size: cover;
}
.liste_soc{
	display: flex;
	background-color: #C5C4CE;
	align-items: center;
}
.txt_photo{
	background: white;
	color: black;
	opacity: 0.75;
}
.logo{
	width: 200px;
	object-fit: contain;
}
.logo2{
	width: 100%;
	object-fit: contain;
}
.text_haut{
	justify-content: center;
	align-items: center;
	margin-top: auto;
	font-family: Verdana;
	font-style:italic;
	font-size: 10px;
}
.mention_sgra{
	width: 150px;
	display: flex;
	margin-left: 50px;
	padding-left: 50px;
	flex-direction: column;
}
#maj_prec{
	display: none;
}
#maj_prime{
	display:none;
}
#maj_reglement{
	display:none;
}
#primes_commissions{
	display: flex;
}
.contient_logo{
	width: 100%;
	justify-content: center;
	display:flex;
	flex-direction: row;
}
iframe{
		width: 600px;
		height: 400px;
		margin: auto;
	}
video{
	width: 65%;
}
.navig_mobile{
	display: none;
}
.able_mobile{
	display: none;
}
.disable_mobile{
	display: block;
}
.conteneur{
		display: flex;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-left: auto;
		padding-right: auto;
	}
.entete_filtre{
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: sticky;
	top:25;
	z-index: 10;
}
.id_police{
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: sticky;
	top:15;
	z-index: 10;
}
.tbl_av{
	display:flex;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.conteneur_chargement{
		display: flex;
		flex-direction: row;
		width: 90%;
		margin: auto;
		padding-left: auto;
		padding-right: auto;
	}
p
{
	color: black;
	font-size: 12px;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	/*background-color:#237CDB;*/
}
h1
{
	color: black;
	font-size: 48px;
	font-family: Verdana;
}

h2
{
	color: black;
	font-size: 20px;
	font-family: Verdana;
	Margin: 0px 60px 0px 60px;
}
.selected{
	color: #002060;
	background-color: white;
	font-style: bold;
	padding-left: 15px;
	padding-right: 15px;
}
.pj_focus{
	color: black;
}
a
{
	color: white;
	font-size: 12px;
	font-family: Verdana;
	font-style: ultra-condensed;
	text-decoration:none;
}
.a-nav{
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 15px;
	padding-right:15px;
}
a:hover
{
	font-size: 12px;
	font-family: Verdana;
	/*font-style: ultra-condensed;*/
	color: #002060;
	background-color: white;
}
a:focus
{
	font-style: bold;
	color: grey;
}
table a{
	color: #002060;
	font-size: 12px;
	font-family: Verdana;
	font-style: ultra-condensed;
	text-decoration:none;
}
table a:hover{
	color: #002060;
	text-decoration: underline;
}
.titre_membre{
	color: black;
	font-size:12px;
}
.titre_membre:hover{
	color: #002060;
	text-decoration: underline;
	cursor: pointer;
}
.details_sinistre{
	margin-top: 10px;
	margin-left: 20px;
	color: black;
	font-size: 12px;
	font-family: Verdana;
	display: none;
}
.liste_reporting{
	margin-left: 20px;
}
.liste_reporting a{
	color: #002060;
	font-size: 12px;
	font-family: Verdana;
	font-style: ultra-condensed;
	text-decoration:none;
}
.liste_reporting a:hover{
	color: #002060;
	text-decoration: underline;
}
b
{
	color: white;
	font-size: 16px;
	font-family: Verdana;
	font-style: ultra-condensed;
	color: #0795FA;
}
b:hover
{
	color: black;
	font-size: 16px;
	font-family: Verdana;
	/*font-style: ultra-condensed;*/
	background-color: white;
	padding: 6px 6px 6px 6px;
}
b:focus
{
	font-style: bold;
	color: grey;
}
.text_analyse{
	font-size:12px;
	margin-left:10px;
	display: none;
}
.titre_souligne{
	text-decoration: underline;
	color:#002060;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.titre_report_niveau1{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #002060;
	margin-bottom: 8px;
}
.titre_periode{
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	width: 98%;
	height: auto;
	border: 1px solid #0795FA;
	border-radius: 3px;
	background-color: white;
	color: #002060;
	margin-bottom: 5px;
	padding: 6px;
	cursor: pointer;
}
em
{
	font-style: italic;
}
strong
{
	font-style: bold;
}
li
{
	font-family: Verdana;
}
h3
{
	color: black;
	margin: 5px;
	padding: 0px;
	font-size: 14px;
	font-family: Verdana;
	font-style: bold;
}
.date_arrete{
	padding: 10px;
}
#set_date{
	margin: 0px;
	width: 100%;
	background-color: white;
	position: sticky;
	top: 150px;
}

h4
{
	color: black;
	font-size: 14px;
	font-family: Verdana;
	text-align: justify;
	font-style: bold;
}
body
{
	color: black;
	font-size: 14px;
	font-family: Verdana;
	background-color : white/*#8ED9E8*/;/*#F0F76A;*/
	/*background-image: url("building2.png");*/
	margin: 0px 60px 0px 60px;
}
.head{
	display: flex;
	margin: auto;
	justify-content: center;
}
.ctn_societe{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F5F3B3;
}
header
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	border: 0px 10px 0px 10px;
	width:100%;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*box-shadow: 3px 3px 0px grey;*/
}
aside
{
	text-align: left;
}
footer
{
	background-color: #F2F2F2;
	border-top: 1px black solid;
	margin: 6px;
	font-size: 12px;
	padding: 6px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
section
{
	background-color: white;
	border: 1px black solid;
	padding: 6px 6px 6px 6px;
	margin: 0px 6px 0px 6px;
	width: 300px;
	background-color: white;
}
h6
{
	color: black;
	font-size: 14px;
	font-family: Verdana;
	text-align: justify;
	font-style: italic;
	margin: 0px 6px 0px 6px;
}
.element
{
	color: black;
	width:auto;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #AEFEAC;
}
.element_home
{
	color: black;
	width:30%;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #AEFEAC;
}
.element_requete
{
	color: black;
	width: 99%;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #AEFEAC;
}
.element_entete
{
	color: black;
	width:auto;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #fff;
}
.chargement_fichier_cl
{
	color: black;
	width:50%;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #fff;
}
#element4
{
	color: black;
	border : 1px solid black;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #FF3300;
}
#element5
{
	color: black;
	border : 1px solid black;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #FF9F89;
}
#element6
{
	color: black;
	border : 1px solid black;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #C5C4CE;
}
#conteneur2
{
	display: flex;
	justify-content: center;
	padding: 0px 60px 0px 60px;
}
#element2
{
	padding: 0px 10px 0px 10px;
}
nav
{
	color: black;
	background-color: #002060;/*#0F8494;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	position: sticky;
	top: 0;
	z-index: 1000;
}
h5
{
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana;
	text-align: center;
	background-color: #002060;
}
mark
{
	color: Black;
	font-size: 12px;
	font-family: Verdana;
	font-style: bold;
	background-color: white;
	padding: 0px 6px 0px 6px;
}
span
{
	background-color: #FF3300;
	font-style: bold;
}
section2
{
	/*background-color: white;*/
	/*border: 1px black solid;*/
	padding: 6px 6px 6px 6px;
	margin: 0px 6px 0px 6px;
	width: 100px;
	/*background-color: white;*/
}
h7
{
	color: white;
	background-color: #FF3300;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: justify;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}
section3
{
	/*background-color: white;*/
	border: 1px black solid;
	padding: 3px 6px 3px 6px;
	margin: 0px 0px 0px 0px;
	width: 288px;
	background-color: #FF3300;
}
section4
{
	padding: 6px 6px 6px 6px;
	margin: 0px 6px 0px 6px;
}
video{
	border: 1px grey solid;
}
#conteneur3
{
	display: flex;
	width: 90%;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#element3
{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
/*input[type=submit], input[type=reset] {
	display: block;
 }
 input, textarea{
	 display:block;
	 width: 100px;
	 border-radius:4px;
	 margin-top: 10px;
 }*/
 .login_area{
	border-radius:4px;
	width:500px;
	margin-top:10px;
	text-align: center;
 }
 .page{
	 display:none;
 }
 .saisie_date{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
 }
 h10{
	color: black;
	font-size: 12px;
	font-family: Verdana;
	font-style: bold;
}
table{
	border-collapse: collapse;
	border-radius: 4px;
	margin-bottom: 10px;
}
.note{
	font-size:9px;
	font-style:italic;
}
.choix_impair{
	display: flex;
	font-size: 12px;
	background-color:#C5C4CE;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.choix_pair{
	display: flex;
	font-size: 12px;
	background-color:#F2F2F2;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
entete{
	background: #ede777;
	font-style: bold;
}
.entete{
	background: #046F01;
	color: white;
	font-style: bold;
}

th{
border: 1px solid #002060;
text-align: center;
font-size: 14px;
font-style: bold;
background-color:#C5C4CE;
width: 350px;
font-size:12px;
}
.tableau_listing th{
	position: sticky;
	top:50;
	z-index: 10;	
}
.bloc_assure{
	position: sticky;
	top:25;
	z-index:10;
}

.bloc_assure td{
	background-color:white;
}
.presta_controle{
	border: 1px black;
}
.presta_controle table{
	width: 100%;
	background-color:white;
}

td{
border: 1px solid #002060;
text-align: center;
width: 350px;
font-size:12px;
}

li{
	text-align: left;
}
.ouvclot{
	margin-left: 10px;
	margin-right: 10px;
}
.sous_menu{
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #046F01;
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}

.sous_menu:hover{
	color: #046F01;
	background-color: white;
	border: 1px solid #046F01;
	font-style: bold;
}

.titre_ia_sim{
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #0795FA;
	text-align: center;
	font-family: Verdana;
	font-style: bold;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}

.reponse_ia{
	display: flex;
	flex-direction: column;
	color: black;
	padding-top:5px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom:20px;
	width: 100%;
}

.reponse_ia2{
	display: flex;
	flex-direction: column;
	color: black;
	font-size: 12px;
	padding-top:5px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom:20px;
	width: 100%;
}

.saisie_ia{
	display: flex;
	position: fixed;
	bottom: 0;
	color: black;
	border: 1px solid #C5C4CE;
	border-radius : 4px;
	background-color:#C5C4CE;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom:10px;
	width: 90%;
}
.ecrit_ia{
	display: flex;
	color: #333;
	border: 1px solid #333;
	border-radius : 10px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom:3px;
	margin-right: 5px;
	width: 70%;
}

.suivi_msg_ia{
	padding-top: 20px;
	padding-bottom: 10px;
}

#primes_commissions{
	display: none;
}

button{
	background: #046F01;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	width: 300px;
	border: 0;
	padding: 10px;
	margin: 100 px;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	justify-content: center;
}
.btn_maj_suspect{
	width:200px;
	height: auto;
	padding:10px;
	margin: 10px;
}
#comptes{
	display:none;
}
.comptes{
	display: flex;
	width: 90%;
	margin: auto;
	padding-left: auto;
	padding-right: auto;
	flex-direction: column;
}
#tab_cpt_agr{
	display: flex;
}
#prec{
	display: none;
}
#prime{
	display: none;
}
#cpt_tech{
	display: none;
}
#sap{
	display: none;
}
#reglements{
	display: none;
}
#zone_chargement{
	display:none;
}
.ouvclot{
	width: 50%;
}

.page-num{
	text-align: center;
}
.active{
	font-style: bold;
	color: #FF3300;
}
.quiz{
	padding: 20px 0;
}
.btn{
	background: #046F01;
	color: #fff;
	font-weight: 500;
	width: 80%;
	height: auto;
	border: 1px solid #222;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn:hover:not([disabled]){
	background: #fff;
	color: #046F01;
}
.btn:disabled{
	cursor: no-drop;
}

.btn_ia{
	background: #0795FA;
	color: #fff;
	font-style: bold;
	font-weight: 500;
	width: 30%;
	height: auto;
	border: 1px solid #222;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom:3px;
	margin-right: 5px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_ia:hover:not([disabled]){
	background: #fff;
	color: #0795FA;
}

.btn_ia2{
	background: #002060;
	color: #fff;
	font-style: bold;
	font-weight: 500;
	width: 30%;
	height: auto;
	border: 1px solid #222;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom:3px;
	margin-right: 5px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_ia2:hover:not([disabled]){
	background: #fff;
	color: #002060;
}

.btn:disabled{
	cursor: no-drop;
}

.btn_login{
	background: #046F01;
	color: #fff;
	font-weight: 500;
	width: 400px;
	height: 30px;
	border: 1px solid #222;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_login:hover:not([disabled]){
	background: #fff;
	color: #046F01;
}
.btn_login:disabled{
	cursor: no-drop;
}
.btn_suiv_video{
	background: #fff;
	color: #222;
	font-weight: 500;
	width: auto;
	border: 1px solid #222;
	padding: 5px 5px;
	margin: 10px 0;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_suiv_video:hover:not([disabled]){
	background: #222;
	color: #fff;
}
.btn_suiv_video:disabled{
	cursor: no-drop;
}
.btn_table{
	background: #fff;
	color: #222;
	font-weight: 500;
	width: auto;
	border: 1px solid #222;
	padding: 5px 5px;
	margin-top: 5px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_table:hover:not([disabled]){
	background: #222;
	color: #fff;
}
.btn_table:disabled{
	cursor: no-drop;
}
#btn_prime{
	display: none;
}
.next{
	background: #FF3300;
	color: #fff;
	font-weight: 500;
	width: 150px;
	border: 0;
	padding: 10px;
	margin: 100 px;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	justify-content: center;
}
.app{
	background: #FFA48F;
	width: 90%;
	max-width: 600px;
	margin: 100px auto 0;
	border-radius: 10px;
	padding: 30px;
}
.app h1{
	font-size: 18px;
	font-weight: 25px;
	color: black;
	font-style: bold;
	font-weight: 600;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}
.quiz h3{
	font-size: 14px;
	color: black;
	font-style: none;
}
#next-btn{
	background: #ff3300;
	color: #fff;
	font-weight: 500;
	width: 150px;
	border: 0;
	padding: 10px;
	margin: 20px auto 0;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}
.correct{
	background: rgb(125, 216, 125);
}
.incorrect{
	background: rgb(212, 141, 141);
}
.btn2{
	background: #222;
	color: #fff;
	font-weight: 200;
	width: 300px;
	border: 1px solid #222;
	padding: 10px 10px;
	margin: 10px 0;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn2:hover:not([disabled]){
	background: #fff;
	color: #222;
}
.btn2:disabled{
	cursor: no-drop;
}
p2{
	font-style: bold;
}
.lien{
	color: #002060;
	font-size: 12px;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
	/*background-color:#237CDB;*/
}
.lien:hover{
	color: #046F01;
	font-style: bold;
}
.suite_exercice{
	background-color: #F2F2F2;
	margin: 5px;
	padding: 5px;
	display: none;
}
.suite_exercice2{
	display: none;
}

.pag{
	background: #AEFEAC;
	width: 90%;
	max-width: 600px;
	margin: 100px auto 0;
	border-radius: 10px;
	padding: 30px;
}
.deconnect_mobile{
	background: #C7C1BD;
	width: 200px;
	padding: 5px;
	font-size: 10px;
	color: black;
}
.deconnect{
	background: #C7C1BD;
	width: 200px;
	padding: 5px;
	font-size: 10px;
	color: black;
}
.zone_connect{
	background:#F2F2F2;
	border-radius: 4px;
	padding: 2px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}
.lienb{
	color: black;
	font-size: 14px;
	font-style: bold;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
	display: block;
	/*background-color:#237CDB;*/
}
.lienb:hover{
	color: #ff3300;
	font-style: bold;
}
.block_au_click{
	display: none;
}

h11{
	color: black;
	font-size: 10px;
}

.custom-video-player{
	display: block;
}
#ref_cedante{
	display: flex;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ede777;
	position: sticky;
	top: 125px;
}
#conteneur_ruban{
	display: flex;
	justify-content: center;
	background-color: white;
	padding-top: 2px;
	padding-left : 50px;
	padding-right: 50px;
	padding-bottom: 2px;
	border-bottom: solid 1px grey;
	border-top: solid 1px grey;
	position: sticky;
	top: 75px;
}

.haut{
	position: sticky;
	top:0px;
}

.bouton_mobile{
	display: none;
}

.custom-video-player{
	border: 2px solid black;
	padding: 1px;
}
.bande_lecteur{
	display: flex;
	background-color: #F2F2F2;
	justify-content: center;
	padding-top: 3px;
	padding-left : 50px;
	padding-right: 50px;
}
.block_selon_element{
	display:none;
}
.status-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
	background-color: #95a5a6;
}
.bg-green { background-color: #2ecc71; }   /* Vert */
.bg-orange { background-color: #e67e22; }  /* Orange */
.bg-red { background-color: #e74c3c; }     /* Rouge */
.bg-gray { background-color: #95a5a6; }     /* Gris */
@media(max-width:810px) {
	nav{
		display: none;
	}
	.pag{
		width:80%;
	}
	.zone_connect{
		display: none;
	}
	header{
		width:100%;
		margin: 0px;
		padding: 2px;
	}
	#conteneur{
		display: row;
		padding: 0px;
		margin: auto;
		width: 100%;
	}
	#element5{
		width: 100%;
		padding: auto;
		margin: auto;
	}
	#element6{
		width: 100%;
		padding: auto;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;

	}
	#element4{
		width: 100%;
		padding: auto;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	.conteneur{
		display: block;
		flex-direction: row;
		width: 90%;
		margin: auto;
		padding-left: auto;
		padding-right: auto;
	}
	body{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	a{
		width: 90%;
	}
	.logo{
		width:50%;
		margin: 0px;
		padding-left: 0px;
		padding-right: 0px;

	}
	.logo2{
		width: 75%;
		margin-left: 10%;
		margin-top:1px;
	}
	.able_mobile{
		display: block;
	}
	.disable_mobile{
		display: none;
	}
	.btn_menu{
		background-color: white;
		border: 1px solid #F2E704;
		width:15%;
		margin: 2px;
		padding:2px;
	}
	.img_btn_menu{
		width:100%;
	}
	.navig_mobile{
		width: 95%;
		display: none;
		height: auto;
		font-family: Verdana;
		padding-top:5px;
		font-size: 12px;
		background-color: #FFFF65;
		border-bottom: 1px solid grey;
	}
	.entete2{
		width: 80%;
		margin: 0px;
		padding: 0px;

	}
	.contient_logo{
		width: 60%;
		margin: 2px;
		padding-left: 0px;
		padding: 0px;
	}
	input{
		width: 90%;
	}
	button{
		width: 90%;
		font-size: 12px;
	}
	.btn_mobile{
		background: #C7C1BD;
		width: 100%;
		padding: 2px;
		margin-top: 2px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 7px;
		border: 1px solid black;
		font-size: 12px;
		color: black;
	}
	video{
		width:85%;
	}
	.conteneur_btn_precsuiv{
		flex-direction: row;
	}
	.conteneur_btn{
		width: 95%;
	}
	#conteneur_ruban{
		display: none;
	}
	.formule{
		width: 100%;
		margin-top: 3px;
		margin-bottom: 10px;
	}
	iframe{
		width: 80%;
		height: 60%;
		margin: auto;
	}
	.btn_suiv_video{
		background: #fff;
		color: #222;
		font-weight: 500;
		width: auto;
		border: 1px solid #222;
		padding: 5px 5px;
		margin: 10px 0;
		text-align: center;
		border-radius: 4px;
		cursor: pointer;
		transition: all 0.3s;
	}
	.btn_suiv_video:hover:not([disabled]){
		background: #222;
		color: #fff;
	}
	.btn_suiv_video:disabled{
		cursor: no-drop;
	}
	.mention_sgra{
		margin-top: 10px;
		margin-left: 5px;
		padding-left:0px;
		width: 50%;
	}
	.text_haut{
		justify-content: center;
		align-items: center;
		margin-top: 5px;
		width: 100%;
		font-family: Verdana;
		font-size: 7px;
	}
	.element_photo{
		width:95%;
		height:200px;
	}
	.element_photo2{
		width:95%;
		height:200px;
	}
	.txt_photo{
		padding:2px;
	}
	.selected{
		color: #002060;
		background-color: white;
		font-style: bold;
		padding-left: 0px;
		padding-right: 0px;
	}
	.selected_mobile{
		width: 100%;
	}
	.transition{
		width: 30%;
		object-fit: contain;
	}
	.element_home{
		width:90%;
	}
}
