*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html { 
    min-height: 100%;
    /*background: url(../img/fondmoncap-1.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


body{
	font-family: 'Montserrat',verdana;
	font-weight: 400;
	font-size: 14px;
	color: #003051;
	background: transparent;
}


.footer {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 20px 0px 30px 0px;
}

.container_octopus {
	width: 100%;
}

.header_octopus {
	width: 100%;
    display: flex;
    height: 30px;
    background-color: #31859C;
    color: #fff;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.header_octopus a {
	color: #fff;
}

.cursorPointer {
	cursor: pointer;
}

.btn_menu_header {
	background-color: #fff;
    color: #000;
    padding: 0 10px;
    border-radius: 10px;
	cursor: pointer;
}

.btn_menu_header a {
	color: #000;
}

.btn_menu_header a:hover {
	text-decoration: none;
}

.btn_menu_header:hover {
	background-color: #b9f2d5;
}

ul.ui-autocomplete { 
	max-height: 220px !important; 
	overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete {
	z-index: 1000
}

.ui-menu-item {
	font-family: 'Montserrat',verdana !important;
}

.affsession {
	background: #f5f5dc;
    padding: 5px 10px;
}

.message_upload, .message_success, .message_error {
	display: none;
}

.info_upload {
	font-style: italic;
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#message_enr,#message_sup {
	display: none;
}

.btn_sup_fichier {
	cursor: pointer;
}

.nom_fichier {
	cursor: pointer;
}
.nom_fichier:hover {
	text-decoration: underline ;
}

.text_italic {
	font-style: italic;
}

.message_enr_fichier,.message_sup_fichier {
	height: 30px;
	display: flex;
	align-items: center;
    padding-left: 10px;
	color: #fff;
	background-color: #5bc0de;
}

.message_sup_fichier {
	background-color: #e24149;
}

.messageretour {
	text-align: center;
	width: 100%;
	background: #f4ddbe;
	height: 40px;
	font-size: 14px;
	color: #777;
	font-weight: bold;
	padding: 10px;
}

table.tableau_inscription {
	width: 100%;
	font-size: 12px;
}

table.tableau_inscription , table.tableau_inscription th, table.tableau_inscription td {
	border: 1px solid #333;
	padding: 10px; /* Ajouter un peu d'espacement pour le contenu */
  	text-align: left;
}

table.tableau_inscription thead.inscrit, table.tableau_inscription thead.rejet, table.tableau_inscription thead.annul, table.tableau_inscription thead.attente{
    font-size: 12px;
    font-style: italic;
	color: #fff;
}

table.tableau_inscription thead.inscrit, table.tableau_inscription thead.attente{
	background-color: #FF9900;
}

table.tableau_inscription thead.annul{
	background-color: #F16B6B;
}

table.tableau_inscription thead.rejet{
	background-color: #FF9900;
}

.aff_icon_pdf_etat {
    display: flex;
    align-content: center;
    flex-direction: row;
}

.aff_icon_pdf_etat i {
    margin-right: 5px;
    margin-top: 10px;
}

.aff_icon_pdf_etat {
    line-height: 24px;
}

.aff_icon_convoc {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.aff_icon_convoc i {
    margin-bottom: 15px;
}

.btn_modif_participant, .btn_pdf_inscription, .btn_convoc {
	cursor: pointer;
}

.modal_ajout_edit_participant {
	display: none;
	background: #fff;
	padding: 0px; 	
	float: left;
	position: fixed;
	width: 980px;
	height: 700px;	top: 5%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 999;
	border-radius: 10px;
	box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.7);
}

#fade_modal {
	display: none;
	background: rgba(80, 80, 80, 0.7);
	float: left;
	position: fixed;
	width: 981px;
	height: 700px;	top: 5%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 1001;
}

.modal_cherche_cofo {
	display: none;
	background: #fff;
	padding: 0px; 	
	float: left;
	position: fixed;
	width: 750px;
	height: 700px;	top: 5%;
	left: 65%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 1002;
	border-radius: 10px;
	box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.7);
}

.tableau_cherche_cofo th {
	background-color: #31859C;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.tableau_cherche_cofo td {
    padding: 3px;
}

.anim_traitement {
	display: none;
}

.menu_centre, .logo_recette {
	display: flex;
	justify-content: center;
}



.logo_accueil {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.logo_recette {
	font-size: 10px;
}

.a_right {
	justify-content: flex-end;
}

.menu_centre {
	margin-top: 20px;
}

.btn_menu_centre {
	display: flex;
    width: 170px;
    height: 100px;
    border-radius: 25px;
    background-color: #c8e6e8;
    margin: 30px;
    align-items: center;
    justify-content: center;
	text-align: center;
	cursor: pointer;
    font-size: 20px;
    color: #000;
}

.btn_menu_centre:hover {
	background-color: #b9f2d5;
}

.btn_menu_centre a {
	text-decoration: none;
	color: #000;
}

.bloc_menu_header {
	display: flex;
	justify-content: center;
	width: 200px;
	/* background-color: #c8e6e8; */
	margin: 5px;
	align-items: center;
}

/** Rapport IMPORT */
.date_der_import {
	font-size: 11px;
	font-style: italic;
}

.titre_section, .titre_section_rapport{
	display: flex;
    height: 40px;
    align-items: center;
	padding: 0 10px;
	font-size: 18px;
	justify-content: space-between;
}

.titre_section_rapport{
	cursor: pointer;
}

.fond_rouge {
	background-color: #ea2424;
	background: linear-gradient(90deg, rgba(234,36,36,1) 0%, rgba(255,255,255,1) 100%);
	color: #fff;
}

.fond_orange {
	background-color: orange;
	background: linear-gradient(90deg, rgba(255,165,0,1) 0%, rgba(255,255,255,1) 100%);
	color: #000;
}

.fond_jaune {
	background-color: yellow;
	background: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,255,255,1) 100%);
	color: #000;
}

.nb_alert_rapport {
	font-size: 14px;
	color: #000;
	font-style: italic;
}

.aff_section_rapport {
	display: none;
}

.icone_ouverture_section {
	margin-right: 5px;
}

.rotate {
    transform: rotate(90deg);
}

table.tableau_rapport {
	width: 100%;
}

table.tableau_rapport, table.tableau_rapport th, table.tableau_rapport td {
	border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
	font-size: 12px;
}

table.tableau_rapport thead {
	background-color: #31859C;
	color: #fff;
}

table.tableau_rapport thead select{
	color: #000;
}

/** fiche formation */
.nom_formation {
	font-size: 20px;
	background: #f5f5dc;
    padding: 5px 10px;
}

.bloc_champ, .bloc_prerequis_ajout {
    display: flex;
    gap: 10px;
	margin-bottom: 10px;
}

.bloc_prerequis, .bloc_prerequis_edit {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	gap: 10px;
}

.bloc_text {
    display: flex;
    flex-direction: column;
	width: 100%;
}

.hidden {
    display: none;
}

.list_prerequis, [class^="list_prerequis_ajout_"] {
	display: flex;
    align-items: center;
    gap: 5px;
}

.ml-22 {
	margin-left: 22px;
}

.edit_overlay {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 10px;
	background-color: #eee;
}

.fondGris {
	background-color: #eee;
}

.bloc_champ textarea {
	width: 100%;
	padding: 5px;
	resize: none;
}


.aff_html {
	width: 100%;
	height: 300px;
	padding: 5px;
	border: 1px solid #ccc;
	overflow: auto;
}

.aff_html ul {
	margin-left: 20px;
}

.ht_html_50 {
	height: 50px;
}

.ht_html_75 {
	height: 75px;
}

.ht_html_100 {
	height: 100px;
}

.ht_html_150 {
	height: 150px;
}

.ht_html_300 {
	height: 300px;
}

.titre_champ {
	width: 200px;
	flex-shrink: 0;
}

.ht_area-50 {
	height: 50px;
}

.ht_area-80 {
	height: 80px;
}

.ht_area-100 {
	height: 150px;
}

.ht_area-300 {
	height: 350px;
}

.edit_champ, .edit_champ_prerequis {
	cursor: pointer;
}

.switch-container {
    display: inline-flex;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #000;
	height: 22px;
}

.radio-input {
    display: none;
}

.radio-label {
    display: block;
    width: 80px;
	height: 20px;
    text-align: center;
    padding: 1px;
    cursor: pointer;
    color: #ccc;
    border-radius: 20px;
    border-color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.radio-input:checked + .radio-label {
    color: #fff;
    background-color: #000;
}

#fade {
	display: none;
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	background: rgba(80, 80, 80, 0.7);
	z-index: 998;
}

.popup_block{
	display: none;
	background: #fff;
	padding: 0px; 	
	float: left;
	position: fixed;
	width: 980px;
	height: 700px;	top: 5%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 999;
	border-radius: 10px;
	box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.7);
}

.popup_fen, .popup_fen_cartetrombi, .popup_fenchamps {
	display: none;
	background: #fff;
	padding: 0px; 	
	/* border: 5px solid #ddd; */
	float: left;
	position: fixed;
	width: 600px;
	height: 270px;
	top: 5%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 999;
	border-radius: 10px;
	/*box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.7);*/
}

@media(max-height:800px){
	.popup_block, .popup_fen, .popup_fen_cartetrombi, .popup_fenchamps {
	top: 1%;
	}
}

.t_nomacteur, .t_nomtrombi {
	float: left;
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 19px;
	font-weight: bold;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	height: 60px;
}

#cy2 {
	left: 50px;
	top: 180px;
	bottom: 50px;
	right: 50px;
	position: absolute;
	padding-top : 8px;
	/*background-color: #d1d3d4;*/
	background-color: #333b3a;
}

.popup_fenchamps {
	height: 420px;
}

.popup_fen_cartetrombi {
	position:fixed;
	width: 980px;
	height: 700px;
}
.zonetitre {
	width: 100%;
	height: 40px;
	background: #7b7b7b;
}

.titrezonetitre {
	float: left;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}


.popup_block .zonesaisie, .popup_fen_cartetrombi .zonesaisie{
	height: 620px;
	overflow: auto;
}

.t_nomtrombi {
	float: left;
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 19px;
	font-weight: bold;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	height: 60px;
}

.infomembre {
	font-size: 18px;
	color: blue;
	font-weight: bold;
}

.infocreamembre {
	font-size: 18px;
	font-weight: bold;
}

.zonesaisie, .zonesaisie_mailtrombi {
	float: left;
	width: 100%;
	padding: 10px 20px;
}


.zonesaisie label, .zonesaisie_mailtrombi label {
	color: #9b9b9b;
	margin-bottom: 0;
}

.zonesaisie input[type=text], .zonesaisie_mailtrombi input[type=text]{
	width:100%;
	height:30px;
	padding: 5px;
	margin-bottom: 10px;
	border : 1px solid #9b9b9b;
}

.zonesaisie input[type=radio], .zonesaisie_mailtrombi input[type=radio]{
	margin-bottom: 10px;
}


.zonesaisie input[type=submit], .zonesaisie_mailtrombi input[type=submit]{
	width: 130px;
	height: 40px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	border: none;
}

.zonesaisie input[type=submit]:hover, .zonesaisie_mailtrombi input[type=submit]:hover{
	color: #fff204;
}

.zonesaisie textarea, .zonesaisie_mailtrombi textarea {
	width: 100%;
	height: 70px;
	resize: none;
	border : 1px solid #9b9b9b;
	margin-bottom: 10px;
	padding: 10px;
}

.zonesaisie_mailtrombi textarea {
	height: 170px;
}

.btn-default:focus {
	outline: none;
	background-color: #fff;
}

.btn-default:hover {
	background-color: transparent;
}

.bouton_logo {
	float: right;
	width: 80px;
	font-size: 10px;
	text-align: center;
	position: relative;
}


.cadre_carte {
    color: #fff;
    background-color: #024773;
    border-radius: 8px;
    min-height: 250px;
    margin-bottom: 30px;
}

.photo_cadre_carte {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: 170px;
}

.titrecarte_cadre_carte, .titrecarte_cadre_carte_admin {
	font-size: 16px;
	padding: 12px;
	line-height: 20px;
	min-height: 85px;
}

.titrecarte_cadre_carte_admin {
	padding: 5px 15px 0px;
}

.nom_auteur_carte {
	color:#efe0e0;
	margin-left: 15px;
	font-size: 10px;
}

.accescarte_cadre_carte, .accescarte_cadre_carte_admin {
	float: left;
	width:60%;
	padding: 10px 0 10px 15px;
	border-top : 1px solid #fff;
	text-align: left;
}

.accescarte_cadre_carte a, .accescarte_cadre_carte_admin a {
	color: #fff;
	font-size: 13px;
}

.quest_cadre_carte, .quest_cadre_carte_admin, .quest_cadre_notif {
	float: left;
	width:20%;
	min-height: 45px;
	border-top : 1px solid #fff;
	padding: 5px;
	text-align: center;
}

.quest_cadre_notif img {
	width: 30px;
	color: #fff;
}

.quest_cadre_carte_admin {
	width: 40%;
	text-align: right;
}

.quest_cadre_carte_admin a {
	color: #fff;
	margin-left: 10px;
}

.perso_vignette {
	position: absolute;
	top: 5px;
	left: 20px;
	cursor: pointer;
}

.dupli_carte {
	position: absolute;
	top: 135px;
	left: 20px;
	cursor: pointer;
}

.sup_vignette {
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
	display: none;
}

.ajout_vignette {
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
}

.depose_doc {
	position: absolute;
	border-radius: 5px 0 0 5px;
    padding: 3px;
    top: 127px;
    right: 15px;
	cursor: pointer;
}

.vcard {
	min-height: 100px;
}

.vcard .sup_vignette {
	display: block;
}

.vcard .ajout_vignette {
	display: none;
}

.logo_deplie {
	display: block;
	width : 35px;
	height : 35px;
	background: url(../img/logo_deplie.png) no-repeat center center fixed;
}


.palette {
	width: 275px;
	margin-left: 20px;
}

.blockcoul {
	float: left;
	width: 30px;
	height: 30px;
	padding: 2px;
}

.rondcouleur_p {
	display: block;
	width: 26px;
	height: 26px;
}

.c1 {
	background-color: #9DAAF7;
}

.c2 {
	background-color: #7588F5;
}

.c3 {
	background-color: #4F67F2;
}

.c4 {
	background-color: #2A49F0;
}

.c5 {
	background-color: #233CC5;
}

.c6 {
	background-color: #1B2E99;
}

.c7 {
	background-color: #131D6D;
}

.c8 {
	background-color: #D0C4AE;
}

.c9 {
	background-color: #E6EEE2;
}

.c10 {
	background-color: #8EDBFD;
}

.c11 {
	background-color: #62CEFD;
}

.c12 {
	background-color: #3AC0FC;
}

.c13 {
	background-color: #1EB2FC;
}

.c14 {
	background-color: #1792CF;
}

.c15 {
	background-color: #0F72A1;
}

.c16 {
	background-color: #085273;
}

.c17 {
	background-color: #BEAD8F;
}

.c18 {
	background-color: #DDE8D7;
}

.c19 {
	background-color: #8EE6D6;
}

.c20 {
	background-color: #62DDC6;
}

.c21 {
	background-color: #3BD4B6;
}

.c22 {
	background-color: #21CBA6;
}

.c23 {
	background-color: #19A688;
}

.c24 {
	background-color: #11816A;
}

.c25 {
	background-color: #07504C;
}

.c26 {
	background-color: #AA956E;
}

.c27 {
	background-color: #D3E1CC;
}

.c28 {
	background-color: #8EDB8E;
}

.c29 {
	background-color: #60C861;
}

.c30 {
	background-color: #36B138;
}

.c31 {
	background-color: #16A11A;
}

.c32 {
	background-color: #108513;
}

.c33 {
	background-color: #0A670D;
}

.c34 {
	background-color: #054706;
}

.c35 {
	background-color: #987E4F;
}

.c36 {
	background-color: #CADAC1;
}

.c37 {
	background-color: #8EED8F;
}

.c38 {
	background-color: #62E764;
}

.c39 {
	background-color: #3BE13E;
}

.c40 {
	background-color: #22DB27;
}

.c41 {
	background-color: #1AB31E;
}

.c42 {
	background-color: #128C15;
}

.c43 {
	background-color: #0A640C;
}

.c44 {
	background-color: #CDAA8D;
}

.c45 {
	background-color: #FFFFFF;
}

.c46 {
	background-color: #FFFE92;
}

.c47 {
	background-color: #FFFD69;
}

.c48 {
	background-color: #FFFD48;
}

.c49 {
	background-color: #FFFD38;
}

.c50 {
	background-color: #D1CF2C;
}

.c51 {
	background-color: #A3A220;
}

.c52 {
	background-color: #747314;
}

.c53 {
	background-color: #B9885F;
}

.c54 {
	background-color: #E7E7E7;
}

.c55 {
	background-color: #FEDB90;
}

.c56 {
	background-color: #FECE65;
}

.c57 {
	background-color: #FDC041;
}

.c58 {
	background-color: #FDB32B;
}

.c59 {
	background-color: #D09922;
}

.c60 {
	background-color: #A27218;
}

.c61 {
	background-color: #73510E;
}

.c62 {
	background-color: #A66634;
}

.c63 {
	background-color: #B9B9B9;
}

.c64 {
	background-color: #FDB98F;
}

.c65 {
	background-color: #FD9D62;
}

.c66 {
	background-color: #FD813B;
}

.c67 {
	background-color: #FC6520;
}

.c68 {
	background-color: #CF5319;
}

.c69 {
	background-color: #A14111;
}

.c70 {
	background-color: #732E09;
}

.c71 {
	background-color: #93450F;
}

.c72 {
	background-color: #8B8B8B;
}

.c73 {
	background-color: #FD8C8D;
}

.c74 {
	background-color: #FC5D60;
}

.c75 {
	background-color: #FC3137;
}

.c76 {
	background-color: #FC0D1B;
}

.c77 {
	background-color: #CF0814;
}

.c78 {
	background-color: #A1050D;
}

.c79 {
	background-color: #730206;
}

.c80 {
	background-color: #73390B;
}

.c81 {
	background-color: #5C5C5C;
}

.c82 {
	background-color: #FD8EE1;
}

.c83 {
	background-color: #FD61D6;
}

.c84 {
	background-color: #FC39CB;
}

.c85 {
	background-color: #FC1FC0;
}

.c86 {
	background-color: #CF179E;
}

.c87 {
	background-color: #A1107B;
}

.c88 {
	background-color: #730858;
}

.c89 {
	background-color: #5E2C07;
}

.c90 {
	background-color: #2E2E2E;
}

.c91 {
	background-color: #CA8DCE;
}

.c92 {
	background-color: #B65FBB;
}

.c93 {
	background-color: #A135A8;
}

.c94 {
	background-color: #8D1396;
}

.c95 {
	background-color: #740E7B;
}

.c96 {
	background-color: #5A0860;
}

.c97 {
	background-color: #400445;
}

.c98 {
	background-color: #432003;
}

.c99 {
	background-color: #000000;
}

.ghost {
  opacity: .5;
  background: #C8EBFB;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #003051;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}



/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


.table td {
	border-bottom: 1px solid #ddd;
}

.quest_aff,.correct_aff, .score_aff {
	display: none;
}

.ui-state-qpo, .ui-state-qpa {	
	border: 1px solid #ddd;
    font-weight: normal;
    color: #454545;
}

.ui-sortable-placeholder {
	min-height: 60px;
}

.repstagiaire {
	color: #000;
	margin-bottom: 15px;
}

.bonnerep {
	color: #84da5c;
	margin-bottom: 15px;
}

.mauvaiserep {
	color: #f73333;
	margin-bottom: 15px;
}

.clock {
	font-size: 20px;
	color: #f44444;
	margin-right: 20px;
}

.affnotif {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 25px;
    height: 25px;
    background-color: #FF6B6B;
    position: absolute;
    top: -2px;
    left: 41px;
    font-size: 15px;
    /* line-height: 20px; */
    color: #FFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.affnotif_stagiaire {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 25px;
    height: 25px;
    background-color: #FF6B6B;
    font-size: 15px;
    /* line-height: 20px; */
    color: #FFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.separation {
	display: block;
	margin: 30px 0;
	background: #003051;
	height:3px;
}

/*Aff statistiques carte*/
.cadre_aff_stats_carte {
    padding: 8px;
    text-align: center;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    text-align: left;
}

.aff_chiffre_stat {
    font-size: 30px;
}

/*Wizard Steps*/

.wizard textarea {
	resize: none;
	
}

textarea.lignes4 {
	height: 110px;
}

.wizard,.tabcontrol{
	display:block;
	width:100%;
	overflow:hidden
	}

.wizard a,.tabcontrol a{
	outline:0
	}

.wizard ul,.tabcontrol ul{list-style:none!important;padding:0;margin:0}

.wizard ul>li,.tabcontrol ul>li{display:block;padding:0}

.wizard>.steps .current-info,.tabcontrol>.steps .current-info{position:absolute;left:-999em}

.wizard>.content>.title,.tabcontrol>.content>.title{position:absolute;left:-999em}

.wizard>.steps{position:relative;display:block;width:100%}

.wizard.vertical>.steps{display:inline;float:left;width:30%}

.wizard>.steps .number{font-size:1.429em}

.wizard>.steps>ul>li{width:25%}

.wizard>.steps>ul>li,.wizard>.actions>ul>li{float:left}

.wizard.vertical>.steps>ul>li{float:none;width:100%}

.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active{background:#9dc8e2;color:#fff;display:block;width:auto;margin:0 .5em .5em;padding:1em 1em;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}

.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active{background:#eee;color:#aaa;cursor:default}

.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active{background:#2184be;color:#fff;cursor:default}

.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active{background:#9dc8e2;color:#fff}

.wizard>.steps .error a,.wizard>.steps .error a:hover,.wizard>.steps .error a:active{background:#ff3111;color:#fff}

.wizard>.content{
	background:#f5f5f5;
	display:block;
	margin:.5em;
	min-height:530px;
	overflow:hidden;
	position:relative;
	width:auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
	}

.wizard.vertical>.content{
	display:inline;
	float:left;
	margin:0 2.5% .5em 2.5%;
	width:65%
	}

.wizard>.content>.body{
	float:left;
	position:absolute;
	width:100%;
	height:100%;
	padding: 10px;
}

.wizard>.content>.body ul{list-style:disc!important}

.wizard>.content>.body ul>li{display:list-item}

.wizard>.content>.body>iframe{border:0 none;width:100%;height:100%}

.wizard>.content>.body input{display:inline-block;border:1px solid #ccc}

.wizard>.content>.body input[type="checkbox"]{display:inline-block}

.wizard>.content>.body input.error{background:#fbe3e4;border:1px solid #fbc2c4;color:#8a1f11}

.wizard>.actions{position:relative;display:block;text-align:right;width:100%}

.wizard.vertical>.actions{display:inline;float:right;margin:0 2.5%;width:95%}

.wizard>.actions>ul{display:inline-block;text-align:right}

.wizard>.actions>ul>li{margin:0 .5em}

.wizard.vertical>.actions>ul>li{margin:0 0 0 1em}

.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active{background:#2184be;color:#fff;display:block;padding:.5em 1em;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}

.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active{background:#eee;color:#aaa}
/*
.wizard>.loading{}

.wizard>.loading .spinner{}
*/
.tabcontrol>.steps{position:relative;display:block;width:100%}

.tabcontrol>.steps>ul{position:relative;margin:6px 0 0 0;top:1px;z-index:1}

.tabcontrol>.steps>ul>li{float:left;margin:5px 2px 0 0;padding:1px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}

.tabcontrol>.steps>ul>li:hover{background:#edecec;border:1px solid #bbb;padding:0}

.tabcontrol>.steps>ul>li.current{background:#fff;border:1px solid #bbb;border-bottom:0 none;padding:0 0 1px 0;margin-top:0}

.tabcontrol>.steps>ul>li>a{color:#5f5f5f;display:inline-block;border:0 none;margin:0;padding:10px 30px;text-decoration:none}

.tabcontrol>.steps>ul>li>a:hover{text-decoration:none}

.tabcontrol>.steps>ul>li.current>a{padding:15px 30px 10px 30px}

.tabcontrol>.content{position:relative;display:inline-block;width:100%;height:35em;overflow:hidden;border-top:1px solid #bbb;padding-top:20px}

.tabcontrol>.content>.body{float:left;position:absolute;width:95%;height:95%;padding:2.5%}

.tabcontrol>.content>.body ul{list-style:disc!important}

.tabcontrol>.content>.body ul>li{display:list-item}


@media (max-width: 1200px) {
	.quest_cadre_carte_admin img{
		width: 25px;
	}
	.quest_cadre_carte_admin a {
	    margin-left: 5px;
    }
    .popup_block{
		float: left;
		position: absolute;
		width: 90%;
		height: 700px;	top: 5%;
		left: 50%;
		transform: translateY(-50%);
		transform: translateX(-50%);
	}
	
	.popup_fen, .popup_fen_cartetrombi, .popup_fenchamps {
		float: left;
		position: absolute;
		width: 60%;
		height: 270px;
		top: 5%;
		left: 50%;
		transform: translateY(-50%);
		transform: translateX(-50%);
	}

}

@media (max-width: 992px) {
	.col-sm-4 {
	    width: 50%;
	    margin: auto;
	}
	.quest_cadre_carte_admin a {
	    margin-left: 5px;
    }
    .bouton_logo {
	    width: 65px;
	}
	
}

@media (max-width: 767px) {
	.col-sm-4 {
	    width: 80%;
	    max-width: 380px;
	    margin: auto;
	}
	
	.quest_cadre_carte_admin img{
		width: 20px;
	}
	
	.quest_cadre_carte_admin a {
	    margin-left: 5px;
	}
	.bouton_logo {
	    width: 60px;
	}

}
