*,
*: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: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html { 
    min-height: 100%;
	-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%;
	max-width: 1600px;
}

.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;
  	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;
}


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

.modal_droite, .popup_tout{
	display: none;
	background: #fff;
	padding: 0px; 	
	float: left;
	position: fixed;
	width: clamp(300px, 70%, 900px);
	height: 100vh;
    top: 0;
	right: 0;
	z-index: 999;
	border-radius: 10px 0 0 10px;
	box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.7);
}

.fond_titre_popup {
    width: 100%;
    background: #43454b;
    min-height: 80px;
    padding: 5px 0;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
}

.btnferme_popup {
    cursor: pointer;
    font-size: 1.5em;
    color: #f1e3e3;/*878383*/
}

.titre_popup {
    position: relative;
    width: 95%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: start ;
    font-size: 1.5em;
    color: #fff;/*2a4a9a*/
}

.titre_popup a {
    color: #f1e3e3;
}

.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;
}

.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 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    gap: 15px;
}

/* Container des zones */
.zones_container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 20px;
}

/* Bloc de zone */
.zone_bloc {
    flex: 0 1 calc(50% - 15px);
    min-width: 400px;
    max-width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
}

/* Container de la zone avec bordure */
.zone_container {
	border: 2px solid #87ceeb;
	border-radius: 15px;
	background-color: transparent;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* En-tête de la zone (titre sur fond bleu foncé) */
.zone_header {
	background-color: #1e3a5f;
	color: white;
	padding: 5px 15px;
	font-size: 18px;
	font-weight: bold;
}

/* Contenu de la zone */
.zone_content {
	padding: 5px;
}

.btn_menu_centre {
	display: flex;
    width: 130px;
    height: 75px;
    border-radius: 20px;
    background-color: #c8e6e8;
    margin: 10px;
    align-items: center;
    justify-content: center;
	text-align: center;
	cursor: pointer;
    font-size: 16px;
    color: #000;
	transition: all 0.3s ease;
}

.btn_menu_centre:hover {
	background-color: #b9f2d5;
	transform: translateY(-7px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.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;
}

/** Suivi AGO */
.menu_suivi_ago {
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 50px;
	padding-top: 10px;
}

.btn_menu_suivi_ago{
	background-color: #c8e6e8;
	padding: 10px 5px;
	text-align: center;
	align-items: center;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	font-weight: bold;
	font-size: 15px;
}

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

.btn_menu_suivi_ago.active {
	background: #f3b655;
}

.table-ago-suivi {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	table-layout: fixed;
}

.table-ago-suivi td {
	padding: 5px 5px;
	text-align: center;
	border: 1px solid #6c757d;
	vertical-align: middle;
	width: auto;
	word-wrap: break-word;
}

.ago-nom {
	font-weight: bold;
	font-size: 12px;
}

.valid-ago {
	cursor: pointer;
}

.user_valid_ago {
	font-size: 8px;
}

.table-suivi {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	font-size: 12px;
}

.table-suivi thead th {
	position: sticky;
	top: 0;
	color: #723535;
	background-color: #f3b655;
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	z-index: 10;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.table-suivi th, .table-suivi td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}
.table-suivi th {
	background-color: #f2f2f2;
	font-weight: bold;
}
.table-suivi tr:nth-child(even) {
	background-color: #f9f9f9;
}
.table-suivi tr.semaine-proche, tr.semaine-plus2, tr.semaine-plus4, .session-non-terminee {
    background-color: white !important;
}

.table-suivi tr.semaine-lointaine, .session-terminee  {
    background-color: #f2f4f6 !important;
}

/* Bordure de séparation entre les deux groupes de semaines */
.table-suivi tr.first-semaine-lointaine td {
    border-top: 2px solid #000 !important;
}

.place_dispo {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.place_dispo:hover {
    background-color: #f0f0f0;
}

.alerte-active {
    background-color: #ed6f6ffe !important;
    color: white !important;
    font-weight: bold;
}

.loading {
	text-align: center;
	padding: 20px;
}
.taux-faible { color: #d1130c; }
.taux-moyen { color: #f09311; }
.taux-bon { color: #1e24c6; }

.tendance-positive, .tendance-negative { 
	font-weight: bold;
	font-size: 15px; 
}
.tendance-positive {
	color: #007bff; 
}
.tendance-negative { 
	color: #dc3545; 
}

.stagiaire-mini-alerte, .etat-session-alerte, .annulation-alerte {
	background-color: #ed6f6ffe !important;
	color: white !important;
	font-weight: bold;
}

.separation-sessions {
    background-color: #f8f9fa !important;
}

.separation-sessions td {
    border-top: 4px solid #000 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

/* Switch 1 Specific Styles Start */
input[type="checkbox"].switch_1{
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 3em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    
input[type="checkbox"].switch_1:checked{
    background: #0ebeff;
}
input[type="checkbox"].switch_peril:checked{
    background: orangered !important;
}

    
input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
            box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
            transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    
input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 1.5em);
}
/* Switch 1 Specific Style End */

/* autre switch */
/* Styles pour les interrupteurs de filtrage */
input[type="checkbox"].switch_filter{
	font-size: 20px;
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
	width: 3em;
	height: 1.5em;
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_filter:checked{
	background: #28a745; 
}

input[type="checkbox"].switch_filter:after{
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
			box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
			transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_filter:checked:after{
	left: calc(100% - 1.5em);
}

/** modal personnalisé */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
}

.modal-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h5 {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.week-info {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
}

.modal-footer {
    padding: 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-primary {
    background: #007bff;
    color: white;
    border: 1px solid #007bff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary:hover {
    background: #0056b3;
}

.btn-primary:disabled {
    background: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
}

.btn-secondary {
    background: #6c757d;
    color: white;
    border: 1px solid #6c757d;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #545b62;
}

.espace20 {
    margin-top: 20px;
}

.container_popup {
    position: relative;
    width: 95%;
    height: 90%;
    margin: auto;
    overflow: auto;
    padding-bottom: 60px;
}

/***** FondSalle *****/

.zone_modale_fond_salle {
	display: flex;
	flex-direction: column;
	
}

.zonerecherche_fondsalle {
	width: 100%;
	height: auto	;
}

.zonesaisie_fond_salle {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #000;
}

.liste-resultats-participantFondSalle {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resultat-participantFondSalle {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.2s;
}

.resultat-participantFondSalle:hover {
    background-color: #e9e9e9;
}

.resultat-participantFondSalle.selected {
    background-color: #d4edda;
    border-color: #28a745;
}

.resultat-participantFondSalle .email {
    margin-left: 10px;
    color: #666;
    font-style: italic;
}

#formAjoutParticipantFondSalle,#formEditParticipantFondSalle {
    display: flex;
    flex-direction: column;
}

#formAjoutParticipantFondSalle #nom, #formEditParticipantFondSalle #nom {
    text-transform: uppercase;
}

.zonesaisie_fond_salle input[type="text"] {
    width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w50 {
    width: 50%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.right {
    text-align: right;
}

/** 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;
}



.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;
	}

}

/* Responsive - Tablettes */
@media screen and (max-width: 1024px) {
	.zone_bloc {
		flex: 1 1 100%;
		min-width: 300px;
	}
	
	.btn_menu_centre {
		width: 150px;
		height: 90px;
		font-size: 18px;
	}
}

/* Responsive - Mobile */
@media screen and (max-width: 768px) {
	.zones_container {
		gap: 20px;
	}
	
	.zone_header {
		padding: 12px 15px;
		font-size: 18px;
	}
	
	.zone_content {
		padding: 20px 10px 15px;
	}
	
	.menu_centre {
		gap: 15px;
	}
	
	.btn_menu_centre {
		width: 130px;
		height: 80px;
		font-size: 16px;
	}
}

/* Responsive - Très petits écrans */
@media screen and (max-width: 480px) {
	.zone_bloc {
		min-width: 280px;
	}
	
	.btn_menu_centre {
		width: 110px;
		height: 70px;
		font-size: 14px;
		border-radius: 20px;
	}
	
	.zone_header {
		font-size: 16px;
		padding: 10px 15px;
	}
}
