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



body {
    background-color:var(--main-background-color);
    font-family: 'Rand', sans-serif;
    font-weight: 500;
    width: 90%;
    max-width: 2200px;
    box-sizing: border-box;
    margin-inline: auto;
    transition: color 500ms, background-color 500ms;
    color:var(--main-font-color);
    }

.container {
    display: flex;
    flex-flow: column nowrap;
    height:100%;
    width: 100%;
    margin-top: 20px;       
}


/* déclaration des polices d'écriture */
@font-face {
    font-family: 'Rand';
    src: url('Rand-Medium.eot');
    src: url('Rand-Medium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Rand-Medium/Rand-Medium.woff2') format('woff2'),
         url('./fonts/Rand-Medium/Rand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Rand';
    font-weight: 600;
    src: url('./fonts/Rand-Bold/Rand-Bold.woff2') format(‘woff2’)
}

b, strong {
    font-family: 'Rand', sans-serif;
    font-weight: 600;
}

.text-medium {
    font-family: 'Rand', sans-serif;
    font-weight: 500;
}

.text-bold {
    font-family: 'Rand', sans-serif;
    font-weight: 600;
}

.h1{
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
}

.h2{
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.h2_bold{
    font-size: 13px;
    font-weight: 600;
}

.h3{
    font-size: 11px;
    line-height: 15px;
    /* font-weight: 500; */
}

.h3_bold{
    font-size: 11px;
    line-height: 21px;
    font-weight: 600;
}

.text_normal {
    font-size: 11px;
    font-family: 'Rand';
}

.note-editable p {
    font-size: 11px;
    font-family: 'Rand';
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft5 {
    margin-left: 5px;
}

.btnRadio_ligne {
    display: flex;
}

ol li {
    list-style-position: inside;
}

.hidden {
    display: none !important;
}

/**** popup ***/
#fade {
	display: none;
	position: fixed; left: 0; top: 0;
	width: 100%;
    height: 100%;
	background: rgba(80, 80, 80, 0.7);
	z-index: 15;
}
  
 
.modal_droite, .modal_droite_item{
	display: none;
	background: var(--gris-niveau-3 );
    padding: 0px;
	float: left;
	position: fixed;
	width: clamp(390px, 60%, 900px);
    max-height: 100%;
    min-height: 100%;
    top: 0;
	right: 0;
	z-index: 20;

}
.modal_droite_ancrage{
    display: none;
    background: var(--gris-niveau-3);
    padding: 0px;
    float: left;
    position: fixed;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
}

.sur_espace_ajout_item, .sur_espace_fiche_participant{
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    padding-bottom: 60px;
}

.espace_ajout_item, .espace_ajout_item_quiz_ext, .espace_fiche_participant{
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
}

.espace_ajout_item, .espace_fiche_participant {
    min-height: 100vh;
    max-height: 100vh;
}

.espace_ajout_item_quiz_ext {
    min-height: 90vh;
    max-height: 90vh;
}

.form_edit_nom_quiz {
    width: 400px;
    height: 120px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-start;
    background-color:var(--gris-niveau-1) ;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border-radius: 5px;
}

/* .modal_droite form{
   height:100%;
} */
/* Modal MonProfil/MonCompte/user compte */
.modal_mon_profil{
    width:100%;
    display: flex;
    flex-direction: column;
    /* height:calc(100vh - calc(100vh - 100%)); */
    height: 100vh;
    /* min-height:max(100vh,-webkit-fill-available) ; */
    
}

.en_tete_mon_profil{
    background-color: var(--background-color-modal);
    height:34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
}
.titre_edit_item{
    width: 100% ;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    margin-top:10px;
    padding: 5px;
    margin: 5px;

  
}
.titre_edit_item_abonnement{
    width: calc(100% -20px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    padding: 5px;
    margin: 10px 5px 10px 5px;


}
.intitule_capsule{
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;

}
.sousTitre_item{
    padding-right: 20px;
    font-size: 12px;
}
.nom_item_edit{

    padding: 8px;
    margin-right: 16px;
    width: 100%;
    opacity: 0.7;

}

.en_tete_mon_profil div{
    background-color:var(--gris-niveau-2);
    width: calc(100% - 80px);
    height: 100%;
    padding-left: 16px;
    line-height: 34px;
}
.en_tete_titre{
    background-color: var(--background-color-modal);
    height:34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin:10px;
}
.fermer_modal_profil_desktop{
        width: 80px;
        height:100%;
        border:none;
        background-color: var(--gris-niveau-2);
        padding:0px 10px 0px 10px;
        color:var(--main-font-color);
        border-left: 1px solid var(--gris-niveau-3);
    }

    .fermer_modal_profil_mobile{
        display: none;
        width: 50px;
        height:34px;
        background-color: var(--gris-niveau-2);
        border:none;
        /*background-image: url('./img/pictos/close.png');*/
        /*background-repeat: no-repeat;*/
        /*background-position: center center;*/
        /*background-size: 10px 10px;*/
        margin-right: 2px;
        color:var(--main-font-color);

    }

.fermer_modal_profil_desktop:hover{
        background-color: var(--gris-niveau-1);
    cursor: pointer;
    }

.segment_renseignements_user{
    padding-left: 16px;
    margin-top: 16px;
}

.avatar{
    position: relative;
    width:100%;
    display: flex;
    flex-direction: row;
}
.form_edit_avatar{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px #FFFFFF solid;
}
.zone_choix_avatar{
    margin-top: 8px;
    line-height:24px;
    background-color:var(--gris-niveau-2);
    color:#666666;
    padding-left: 8px;

    margin-bottom: 10px;
}
.information_avatar{
    color: red;
    font-size: 12px;
}
.zone_action_avatar{

    width: 100%;
    display:grid;
    grid-template-columns: 2fr 2fr 6fr 2fr;
    justify-content: flex-start;
    line-height: 24px;

}
.btn_ferme_edit_avatar{
    margin-top: 8px;
    line-height: 24px;
    border:none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
}
.btn_ferme_edit_avatar:hover{

    background-color: var(--gris-niveau-1);
}
.bouton_action_supprimer_avatar{
    margin-top: 8px;
    line-height: 24px;
    border:none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    background-color:#a52a08 ;
    color: var(--main-font-color);
    margin-left: 10px;
    padding : 0px 10px 0px 10px;
}
.bouton_action_supprimer_avatar:hover {
    background-color:#d33b11 ;
}

.btn_pointer {
    cursor: pointer;
}
.btn_edit_avatar{
    margin-top: 8px;
    line-height: 24px;
    border:none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.photo_user, .photo_user_participant, .photo_user_trombi {
    max-width : 110px;
    max-height:110px;
    background-color: white;
    padding: 12px;
}


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

.edition_photo_user button{
    margin-bottom: 10px;
    margin-left: 8px;
}
.bouton_supprimer_avatar{
    width:15px;
    height:15px;
    border: none;
    background-image: url('./img/pictos/supprimer.png');
    background-repeat: no-repeat;
    background-position:center center;
    background-color: transparent;
    filter:invert(var(--invert-background-image));
    margin-left: 10px;
    margin-bottom:10px;
}

.bouton_supprimer_avatar:hover{
    background-size: 11px;
    border:2px solid var(--background-color-bouton-fleche);
    border-radius: 50%;
}

.bouton_editer_avatar{
    width:10px;
    height:10px;
    border: none;

     margin-left: 10px;
     cursor: pointer;

}
.bouton_editer_avatar svg path{
    fill: var(--main-font-color);
}


/* Modal MonProfil Bloc des renseignements user nom/prenom/mail version mobile */

/* CSS de la version mobile de la page de profil */
.segment_identite_utilisateur_mobile{
    display:none;
    margin-top: 16px;
}

.bloc_infos_mon_profil_mobile input{
    border:none;
    background-color: #E8E8E8;
    line-height:31px;
    /* border-bottom: black solid 1px; */
    width:clamp(30%,100%,100%);
    text-align: right;
    padding-right: 5px;
    color:#666666;

}

.mon_profil_mobile{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    margin-bottom: 8px;
    background-color: #e8e8e8;
    line-height: 31px;
    text-align: left;
    border-bottom: var(--color-separateur-border-segment) 1px solid;
    background-color: var(--main-background-color);
    color: var(--main-font-color);
}


.item_profil_version_mobile{
    line-height: 31px;

    padding-left: 8px;
    background-color: var(--main-background-color);
    color:var(--main-font-color);

}
.item_profil_version_mobile_parcours_pro{
    line-height: 31px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    background-color: var(--main-background-color);
    color:var(--main-font-color);
    opacity: 0.8;

}
.item_profil_version_mobile_parcours_pro svg path{
    fill:var(--main-font-color);
    opacity: 0.8;

}


.retour_item_profil_version_mobile{
    min-width:80px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.retour_item_profil_version_mobile span{
    line-height: 31px;
    color:var(--main-font-color);
    opacity:0.7;
    padding-right: 0px;
    margin-right: 10px;
}

.retour_item_profil_version_mobile img{
    position:absolute;
    top:50%;
    right:0%;
    transform: translate(-50%,-50%);
    z-index: 2000;
}

.retour_item_profil_version_mobile input{
    line-height: 31px;
    color:#666666;
    padding-right: 30px;
    transition: 0.4s;
    outline: none;
    z-index: 2001;
    background-color: transparent;
    font-family: 'Rand';
}


.retour_item_profil_version_mobile input:hover{
    background-color: #888888;
    border-radius: 5px;
    color:#ffffff;
}


.bouton_locked{
    height: 30px;
    width:30px !important;

}
.bouton_locked svg{
    height: 16px !important;
    width:16px !important;

}
.bouton_locked svg path{
    color: var(--main-font-color);


}

.parcours_professionnel_mobile{
    border-bottom: 1px var(--color-separateur-border-segment) solid;
    background-color: var(--main-background-color);
    position: relative;

}

.parcours_professionnel_mobile span{
    position:absolute;
    top:5px;
    right:0;
    pointer-events:auto;
    z-index: 2000;
}


.parcours_professionnel_mobile textarea{
    background-color: var(--main-background-color);
    text-align: left;
    height:100px;
    width:100%;
    border:none;
    resize:none;
    font-size: 11px;
    line-height: 15px;
    padding-left: 8px;

    font-family: 'Rand';
    font-weight: 500;
    color:var(--main-font-color);
    outline:none;
    transition: 0.4s;
}

.parcours_professionnel_mobile textarea:hover, .parcours_professionnel_mobile textarea:focus{
    background-color: #888888;
    border-radius: 5px;
    color:#ffffff;
}
.ico_editer_profil{
    height: 25px;
    width: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0px !important;
}
.ico_editer_profil svg {
    height: 16px;
    width: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px !important;
}
.ico_editer_profil svg path{

    fill: var(--main-font-color);

}
.flex_row_space_between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}


/* CSS page mon profil version Desktop */
/* Modal MonProfil Bloc des renseignements user nom/prenom/mail version desktop */
.segment_renseignements_user, .section_contenu_modal_droite{
    margin-right: 16px;
    margin-bottom:16px;
    overflow: auto;
    height: 100vh;
    padding-bottom: 50px;
}

.segment_identite_utilisateur{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width:100%;
    /* min-height:77vh; */
}

.mon_profil_flex_2col{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    gap:16px;
}

.bloc_infos_mon_profil input{
    border:none;
    padding-left: 8px;
    padding-right:8px;
    line-height:34px;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    margin-bottom: 16px;
    margin-top: 8px;
    width:clamp(100px,100%,100%);
}

.segment_identite_utilisateur label{
    display:block;
}


.mon_profil_prenom,.mon_profil_nom,.mon_profil_poste,.mon_profil_tel,.mon_profil_departement,.mon_profil_service{
    width:50%;

}

.mon_profil_tel input, .mon_profil_poste input,.mon_profil_departement input,.mon_profil_service input {
    background-color:var(--gris-niveau-2);
    color:#666666;
    color:var(--main-font-color);
}

.mon_profil_prenom input, .mon_profil_nom input {
    background-color: var(--gris-niveau-2);
    color:var(--main-font-color);
}

.mon_profil_mail input{
    background-color: var(--gris-niveau-1);
    color:var(--main-font-color);
}

#nb_caracteres_mon_profil_parcours{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#nb_caracteres_mon_profil_parcours span{
    color: #666666;
}

.mon_profil_parcours textarea{
    margin-top: 8px;
    height:100px;
    width:100%;
    border:none;
    resize:none;
}

.mon_profil_parcours textarea{
    font-size: 11px;
    line-height: 13px;
    padding: 8px;
    background-color: var(--main-background-color);
    color:#666666;
    color:var(--main-font-color);
}

.mon_profil_parcours textarea::placeholder{
    font-family: 'Rand';
    font-weight: 500;
}


.bouton_action, .bouton_action_100{
    display: flex;
    flex-direction: row;
    height:34px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}
.bouton_action_w-100{
    display: flex;
    flex-direction: row;
    height:34px;
    width: 100% !important;
    position: absolute;
    bottom: 0;
}


.action_valid_question{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    height:34px;
    width: 100%;


}
.bouton_action_valid_question{
    border: none;
    background-color:#0D7E28 ;
    color:#ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 31px;
    width: 150px;
}
.bouton_action_valid_question:hover{
    background-color: #35a54f;
    cursor: pointer;
}
.bouton_action_suite_test{
    color:#ffffff;
    border: none;
    background-color:#0071DA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 31px;
    width: 150px;
    margin-bottom: 10px;
    cursor: pointer;
}
.bouton_action_suite_test:hover{
    background-color:var(--color-hover-bouton-fleche);
    cursor: pointer;
}
.btn_suite_test{
    display:none;
}
.btn_bilan_test{
    display:none;
}

.bouton_action_modale {
    position: absolute;
    bottom: 1px;
    width: 100%;
}

.bouton_action input{
    width:50%;
    cursor: pointer;
}

.bouton_action_100 input{
    width:100%;
    cursor: pointer;
}

.bouton_action_annuler{
    border: none;
    background-color:var(--gris-niveau-2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    color:var(--main-font-color);
    cursor: pointer;
}



.bouton_action_annuler:hover{
    background-color: var(--gris-niveau-1) ;
    cursor: pointer;
}
.bouton_action_gris{
    border: none;
    background-color: #CCCCCC;
}

.bouton_action_sauvegarder{
    border: none;
    background-color:#0D7E28 ;
    color:#ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 31px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: center;
}

.bouton_action_supprimer{
    margin-top: 8px;
    line-height: 31px;
    border:none;
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    background-color:#a52a08 ;
    color:#ffffff;

}
.bouton_action_supprimer:hover {
    background-color:#d33b11 ;
}
.bouton_action_supprimer_edit{
    margin-top: 8px;
    line-height: 31px;
    border:none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    background-color:#a52a08 ;
    color:#ffffff;
    margin-left: 10px;

}
.bouton_action_supprimer_edit:hover {
    background-color:#d33b11 ;
}

.bouton_action_sauvegarder:hover{
    background-color: #35a54f;
}


.bouton_action_creer{
    border: none;
    background-color: #0D7E28;
    color:#ffffff;
    cursor: pointer;
    text-align: center;
}
.bouton_action_creer:hover{
    background-color:  #35a54f;
    color:#ffffff;
}

.btn_gris_simple {
    padding: 10px;
    font-size: 12px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
}

.btn_gris_simple:hover {
    background-color: #35a54f;
    color: #fff;
}

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


/* Modal droite ajout de document depose doc */
 .section_liste_fichier_depose_document{
    margin:16px 16px 0px 16px;
 }

 .item_aucun_doc_deja_depose{
    color:#666666;
 }

 .item_doc_deja_depose{
    line-height:23px;
    margin-bottom: 4px;
 }

.drag_n_drop_depose_doc{
    width:23px;
    line-height: 23px;
    background-color:#ffffff;
    display: flex;
    justify-content: center;
}

.drag_n_drop_depose_doc:hover{
    background-color:#666666;
}

.drag_n_drop_depose_doc img{
 margin:auto;
}

.detail_doc_deja_depose{
    background-color: var(--gris-niveau-1);
    width:100%;

    display: flex;
    flex-direction: row;
    justify-content:space-between;
    padding-left: 23px;
    background-image: url(./img/pictos/trombone.png);
    background-repeat: no-repeat;
    background-position: 5px;
    font-size: 11px;
    color:var(--main-font-color);
    cursor: pointer;

}

.titre_carte_depose_doc{
    color: var(--main-font-color);

}

.taille_fichier_deja_depose{
    color:var(--main-font-color);
    opacity: 0.7;
    line-height: 23px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    width:20%;
    min-width: 90px;
}

.btn_suppr_fichier{

    width:23px;
    border:none;
    width: 23px;
    margin-left: 10px;
    display: flex;
    flex-direction: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color:transparent;
}

.lien_ajouter_document{
    margin:16px;
    font-size: 11px;
    font-style:'Rand';
    font-weight: 500;
    background-color: #E8E8E8;
    line-height: 23px;
    padding-left: 25px;
    background-image: url(./img/pictos/plus_rempli_noir.png);
    background-repeat: no-repeat;
    background-position:6px center;
    background-size: 11px;
}

/* page de gestion des cookies */
.tableau_cookies{
    border-collapse: separate;
    width:100%;
}

.tableau_cookies th{
    color:#666666;
}

.tableau_cookies th,.tableau_cookies td{
    background-color: #e8e8e8;
    padding:4px 8px;
    text-align: left;
}

/* Mentions légales */
.segment_separateur{
    border-bottom: solid #e8e8e8 1px;
    margin-top: 10px;
    margin-bottom: 18px;
}


/* Page des FAQ */
.fil_ariane{
    color:var(--background-color-bouton-fleche);
    height:2.65rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    margin-bottom: 10px;
}

.fil_ariane span{
    color:var(--main-font-color);
    padding-right: 5px;
}
.titre_nom_page_fil_ariane{
    color:var(--main-font-color);
    margin-right: 5px;
}

.titre_nom_carte_fil_ariane a, .titre_nom_carte_fil_ariane a:visited{
    color:blue;
    text-decoration: underline;
}

.bloc_faq{
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    position:relative;
   height: auto;
    width: 100%;
}
.titre_faq{
    cursor: pointer;
}



.row_edit_faq{
    display: flex;
    flex-flow: row nowrap;
    justify-content:flex-start;
    align-items: center;
    padding: 0px 5px 5px 0px;
    width: 95%;
    cursor: pointer;
}

.bouton_dropdown[etat="0"]{
    position:absolute;
    border:none;
    background-image: var(--btn_dropdown);
    background-repeat: no-repeat;
    width: 15px;
    height:15px;
    background-position: center center;
    background-color: transparent;
    right:0px;
    top:0px;
    transition: all 0.2s ;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -ms-transition: all 0.2s ;
    -o-transition: all 0.2s ;
    cursor: pointer;
}



.bouton_editer_faq{
    width:10px;
    height:10px;
    border: none;
    margin-right: 20px;
    margin-left: 20px;
    cursor: pointer;
}
.bouton_editer_faq svg path{
    fill: var(--main-font-color);
}


 .bouton_dropdown[etat="1"]{
    position:absolute;
    border:none;
    background-image: var(--picto_dropdown_up);
    background-repeat: no-repeat;
    width: 15px;
    height:15px;
    background-position: center center;
    background-color: transparent;
    right:0px;
    top:0px;
    transition: all 0.1s ease-in-out;

}


.contenu_faq[etat="non_visible"]{

    overflow: hidden;
    height: 0;
    line-height: 18px;
}
.contenu_faq[etat="visible"]{

    overflow: auto;
    height: 100%;
    padding-bottom: 8px;
    background-color: var(--gris-niveau-3);
    padding: 10px;
    margin-bottom: 10px;
    color:var(--main-font-color);
}

.bouton_dropdown[etat="1"] .contenu_faq{
    display:block;
}



.bloc_notification_edit{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}
.bloc_notification_edit_partie_droite{
    width: 5%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 10px 0px;
    padding: 5px;
}
.sous_titre_nom_carte{
    font-size: 12px;
    font-weight: bold;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;


}
.date_notification{
    font-size: 11px;
    margin-right: 10px;
}
.btn_delete_notif{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
}
/* Modal droite notif notifications */
.bloc_notification{
    display: flex;
    flex-direction:column;
    margin: 10px;
    padding: 8px 25px 8px 12px;
    position:relative;
    width: 95%;
}


.bouton_dropdown_notif[etat="0"]{
    position:absolute;
    border:none;
     background-image: var(--btn_dropdown);
    background-repeat: no-repeat;
    width: 15px;
    height:15px;
    background-position: center center;
    background-color: transparent;
    right:10px;
    top:10px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}


.contenu_notification[etat="visible"] {
    visibility: visible;
    overflow: auto;
    height: 100%;
    padding: 8px ;
    background-color: var(--gris-niveau-3);
    margin-top: 5px;
    border-radius: 3px;
}


 .bouton_dropdown_notif[etat="1"]{
    position:absolute;
    border:none;
     background-image: var(--picto_dropdown_up);
    background-repeat: no-repeat;
    width: 15px;
    height:15px;
    background-position: center center;
    background-color: transparent;
    right:10px;
    top:10px;
    transition: all 0.1s ease-in-out;
     cursor: pointer;

}


.contenu_notification[etat="non_visible"]{
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    height: 0;

}
.contenu_notification[etat="visible"]{
    transition: all 0.2s ease-in-out;
    color:var(--main-font-color);


}


.bouton_dropdown_notif:hover .contenu_notification{
    display:block;
}


.objet_notification{
    color:#666666;
}

.titre_notification{
    color:#000000;
}
.bloc_notification{
    border-left: 2px solid #666666;
    background-color:var(--gris-niveau-2);
}


.bloc_notification[etat="non_lu"]{
    border-left: 2px solid var(--background-color-bouton-fleche);
    background-color:var(--gris-niveau-1);
}
.bloc_notification[etat="non_lu"]:hover{
    cursor: pointer;
    background-color:var(--gris-niveau-2);
}

.bloc_notification[etat="lu"]{
    border-left: 2px solid #666666;
    background-color:var(--gris-niveau-2);
}
.bloc_notification[etat="lu"]:hover{
    cursor: pointer;
    background-color:var(--gris-niveau-1);
}




/* PopUp Modal Carte Nota Bene */

.titre_nota_bene{
    display: flex;
    flex-direction: column;
    margin: 16px 0px 16px 16px;
    padding: 8px 12px;
    position:relative;
    border-bottom: solid 1px #e8e8e8;
}


.bouton_dropdown_nota_bene_carte{
    position:absolute;
    border:none;
    background-image: url('./img/pictos/open_dropdown.png');
    background-repeat: no-repeat;
    width: 15px;
    height:15px;
    background-position: center center;
    background-color: transparent;
    right:10px;
    top:10px;
    transition: all 0.1s ease-in-out;
}

.dropdown_nota_bene_carte:active .bouton_dropdown_nota_bene_carte{
    background-image: url('./img/pictos/close_dropdown.png');

}

 .dropdown_nota_bene_carte:active .segment_nota_bene{
    visibility: visible;
    overflow: auto;
    height: 100%;
    padding: 8px 0px;
}


 .bouton_dropdown_nota_bene[etat="non_lue"]:hover, .bouton_dropdown_nota_bene[etat="lue"]:hover{
    background-size:15px;
    background-image: url('./img/pictos/close_dropdown.png');
}


.segment_nota_bene{
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.warning_nota_bene{
    background-color: #E8E8E8;
    padding: 8px 12px;
    line-height: 18px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom:16px;
    margin-top:12px;
}


.titre_nota_bene[etat="non_lue"]{
    border-left: 2px solid var(--background-color-bouton-fleche);
}

.titre_nota_bene[etat="lue"]{
    border-left: 2px solid #666666;
}

.etape_nota_bene{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #e8e8e8 ;
}

.etape_nota_bene_en_tete{
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
}

.etape_nota_bene_bulle{
    border-radius:50%;
    background-color:#ffffff;
    width:30px;
    height:30px;
    line-height:30px;
    text-align: center;
}

.etape_nota_bene_titre{
    padding-left:8px;
    line-height:30px;
}

.etape_nota_bene_temps{
    color:#666666;
    padding-bottom: 12px;
}

.etape_nota_bene_contenu{
    line-height: 18px;
}


.editesp{
    align-self: flex-end;
}

/* Modal centre Edition d'élements/Action sur des éléments */
.en_tete_modal_centre{
    background-color: var(--background-color-modal);
    height:34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position:absolute;
    top:0px;
    width: 100%;
}
/* en tete dépose */
.en_tete_depose_doc{
    width: 100%;
    margin-top: 50px;
    padding-left: 15px;
    background-color: var(--gris-niveau-2);
    height:34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.en_tete_modal_centre div{
    background-color: var(--gris-niveau-2);
    width:95%;
    height: 100%;
    padding-left: 16px;
    line-height: 34px;
}

.container_modal_centre{
    height: 100%;
    width: 100%;
    position: relative;
}

.body_modal_centre{
    padding: 14px;
    width: 100%;
    max-height: 245px;
    overflow: auto;
}
.body_modal_centre_carte{
    padding: 16px;
    width: 100%;
    height: 80px;
}
.liste_espace{

      overflow-y: scroll;

}


.body_modal_centre span{
    color: #666666;
}
.body_modal_centre_carte span{
    color: #666666;
}

.body_modal_centre input[type="text"]{
    line-height: 31px;
    border:none;
    padding: 0px 8px 0px 8px;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    width:100%;
    outline: none;
    background-color: var(--gris-niveau-2);
    color:var(--main-font-color);
}
.body_modal_centre_carte input[type="text"], .infos_nom_bulle input[type="text"]{
    line-height: 31px;
    border:none;
    margin-top: 5px;
    padding: 0px 8px 0px 8px;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    width:100%;
    outline: none;
    background-color: var(--gris-niveau-2);
    color:var(--main-font-color);
}
.body_modal_centre select{
    color:#666666;
    height:31px;
    width:100%;
    border: none;
    margin-top: 8px;
}
.body_modal_centre_carte select{
    color:#666666;
    height:31px;
    width:100%;
    border: none;
    margin-top: 8px;
}


/* Style pour la modal centrale pour ajouter la carte dans un espace de rangement */
.modal_ajout_carte_rangement{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-bottom: 16px;
}

.bouton_creer_un_espace_de_rangement{
    border:none;
    height: 23px;
    margin: 0px 16px;

    background-color:#e8e8e8;
    width: 100%;
    text-align: left;
    padding-left: 27px;
    background-image: url('./img/pictos/plus_outlined.png');
    background-repeat: no-repeat;
    background-position: 9px 50%;
}
.bouton_creer_un_espace_de_rangement:hover{
    background-color:#c0c0c0;
}



.dropzone_modal_centre{
    line-height: 31px;
    background-color: #ffffff;
    color:#666666;
    padding-left: 8px;
}

.bouton_upload_image, .btn_upload_multimedia{
    background-color:var(--background-color-bouton-fleche);
    color:#ffffff;
    border: none;
    padding:0px 12px;
    transition: background-color 0.5s;
}

.bouton_upload_image:hover, .btn_upload_multimedia:hover{
    background-color:#ffffff;
    color:var(--background-color-bouton-fleche);
    border: var(--background-color-bouton-fleche) 1px solid;
    border-radius: 5%;
}

/* ajout de marge */
.margeGauche10 {
    margin-left: 10px;
}

/* liste espace rangement */
.listEspaceR {
    display: flex;
    margin-bottom: 7px;
    cursor: pointer;
}


/* Les différentes modal */
.modal_tout{
	display: none;
	background: var(--background-color-modal);	;
	padding: 0px;
	float: left;
	position: fixed;
	width: clamp(300px, 70%, 800px);
	height: 100vh;
    top: 0;
	right: 0;
	z-index:20;
}


.modal_tout {
    width: 95%;
}

.modal_centre {
    display: none;
    background: var(--background-color-modal);
    float: left;
    position: fixed;
    width: clamp(550px,50%,80%);
    height: clamp(250px,50%,395px);
    left: 50%;
    top: 15%;
    transform: translateY(0%);
    transform: translateX(-50%);
    z-index: 20;
    /* overflow: auto; */
}
.modal_centre_trombi {
    display: none;
    background: var(--background-color-modal);
    float: left;
    position: fixed;
    width: 900px;
    height: 800px;
    top:5%;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    z-index: 20;

}


.modal_centre form{
    height: 100%;
}
.modal_action_centre {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 8fr 2fr 1fr;
    justify-items: space-between;
    position:relative;
}
.modal_action_centre_trombi {
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    position:relative;
}
.modal_action_centre_ajout_carte_espace {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 10fr 1fr;
    justify-items: space-between;
    position:relative;
}
.section_centrale_modale_centre{
    display: block;
    height: 80%;
    width: 100%;
    overflow: auto;
    position:absolute;
    top:34px;

}
.section_nouvel_espace{
    width: 100%;
    height: 75px;
    position:absolute;
    bottom:34px;
}

.modal_ajout_carte{
    background: var(--background-color-modal);
    float: left;
    position: fixed;
    width: 610px;
    height: 60%;
    min-height: 300px;
    top: 20%;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    z-index: 20;
}



.modal_carte {
    display: none;
    background: var(--background-color-modal);
    float: left;
    position: fixed;
    width: 610px;

    height:550px;
    top: calc((100vh - 550px)/2);
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    z-index: 20;
    flex-flow: column nowrap;
    justify-content: space-between;

}
.modal_carte form{
    height: 100%;
}
.container_formulaire{
    height: 100%;
    position: relative;
}
.btn_action_carte{
    position: absolute;
    bottom: 0px;
}
.modal_carte_edition {
    display: none;
    background: var(--background-color-modal);
    float: left;
    position: fixed;
    width: 70%;
    height: 70%;
    /* min-width:550px; */
    top: 15%;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    z-index: 20;
}
.modal_carte_edition form{
    height: 100%;
}


.logoudi, .logonemo, .logoconnect {
    width: 200px;
}

.logoconnect {
    width: 280px;
}
.logonemo {
    display: flex;
    justify-content: center;
}

.logonemo a {
    text-decoration: none;
    color: #003051;
}


a:link {
  outline-color: #0071DA;
  text-decoration: none;
color :var(--main-font-color);
}

 a:hover {
    text-decoration: underline;
    text-decoration-color:var(--main-font-color) ;
    cursor:img("./img/pictos/curseur_main.png");

}

 a:focus {
    outline-color: #0071DA;
}

a:visited{
    color:var(--main-font-color);
}



/*--------- EN TETE HEADER-------------  */
header{
width:100%;
/* line-height: 26px; */
display: flex;
flex-direction: row;
padding: 0px 0px 8px 0px;
border-bottom:var(--color-separateur-border-segment) solid 1px;
font-size: 13px;
}

#header_desktop{
width:100%;
display: flex;
flex-direction: row;
}

#header_desktop img {
    filter:invert(var(--invert-color-img-logo));
}

#header_mobile{
display:none;
}

#logo_menu_mobile img{
    filter:invert(var(--invert-color-img-logo));
}

#date{
width: 230px;
min-width: 230px;
/* height: 26px; */
flex: none;
order: 0;
flex-grow: 0;
margin-right: 16px;
}

#header_utilisateur{
width:100%;
/* height: 26px; */
flex-wrap: nowrap;
justify-content:space-between;
padding-left: 5px;

}

#options_header_utilisateur{
justify-content: flex-start;
}

.bouton_logout{
    height: 14px;
    width: 14px;
    background-size: 13px;
    border:none;
    background-image: var(--picto-bouton-logout);
    filter:var(--invert-color-btn_logout);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-top: 2px;
    -webkit-filter:var(--invert-color-btn_logout);
}

#deconnect{

    padding-right: 10px;
}




.flex_row{
display: flex;
flex-flow: row nowrap;

}
.flex_row a{
    display: flex;
    flex-flow: row nowrap;
    min-width: 10px;
    justify-content: flex-end;
    align-items: center;
    }


.header_options{
display: flex;
flex-direction: row;
padding-right: 40px;
}

.padding_left_text{
padding-left: 6px;
}

.align_img_center{
display: flex;
align-items: center;
}


.main{
/* height: 100%; */
/* margin-top: 5px; */
display: flex;
flex-direction: row;
/* border: blue 1px solid; */
}

.page404 {
    width: 80rem;
    height:60rem;
   display: flex;
   flex-flow: column nowrap;
   justify-content: flex-start;
   align-items:flex-start;
   font-size: 20px;
   margin-top: 30px;
   color: #666666;

}
/* --------LOGO Message404------------------ */
.logoMessage404{
    height:40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    margin-top: 30px;
}

.span404{
    font-size: 56px;
    font-weight: bold;
    margin-right: 10px;

}
.titre404{
    width: 100%;
    display: flex;
   flex-flow: row wrap;
   justify-content:center;
   align-items: center;
   margin-top: 40px;
}
.div404Right{
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.page404 p{
    margin-bottom: 20px;

}
.retour_accueil {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.retour_accueil a{
    color: #FFFFFF;
    padding: 10px;
    width: 200px;
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}




/* --------MENU NAV GAUCHE------------------ */
#main_nav{
width:220px;
min-width: 220px;
/* height:100%; */
display: flex;
flex-direction: column;
margin-right: 16px;

}

#nav_en_tete:focus{
    border: #0071DA solid 2px;
    }

#logo_moncap{
    height:2.65rem;
    border-bottom: var(--color-separateur-border-segment) 1px solid;
}

#logo_moncap img{
    filter:invert(var(--invert-color-img-logo));
}

.padding_nav{
    padding-left: 8px;
}

.segment_navigation{
margin-top : 8px;
border-bottom: var(--color-separateur-border-segment) solid 1px;
padding-bottom: 8px;
}

#auteur_udi{
display:table-cell;
height:3.5rem;
padding: 8px;
background-color: var(--background-color-bouton-fleche);
color:white ;
text-align: left;
vertical-align: middle;
line-height: 23px;
}
#bloc_nav_recherche, #bloc_nav_recherche_mobile{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
#bloc_nav_recherche_mobile{
    display: none;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height:31px;
}

#bloc_nav_recherche span, #bloc_nav_recherche_mobile span{

    display :none;
    height: 15px;
    width: 15px;
}
.btn_supprimer_search{
    background-image: var(--picto-supprimer);
    filter:var( --mon-filtre_btn_ajout_faq);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter:var( --mon-filtre_btn_ajout_faq);
}


#bloc_nav_recherche{
    display: flex;
    flex-direction: row;
    height:94px;
    }




#bloc_nav_recherche input, #bloc_nav_recherche_mobile input{
    line-height: 30px;
    padding-left: 30px;
    border: 0;
    outline:0;
    background: transparent var(--picto-loupe-bar-nav-recherche) no-repeat 5% 50% ;
    color:var(--main-font-color);


}

/* #bloc_nav_recherche:hover input, #bloc_nav_recherche_mobile:hover input{
    height: 100%;
    /* width: 100%; */
    /* width:220px; */
/* } */


#recherche:focus{
    border:  var(--color-border-bloc-nav-recherche) solid 2px;
    height: 100%;
    width:220px;
}

#bloc_nav_menu {
    margin-top: 8px;
}
.bloc_bas_menu{
    margin-top: 30px;
}

.bloc_bas_menu img{
    filter: invert(var(--invert-color-img-logo));
}


.barnav ul {
    display: flex;
    flex-direction: column;
    outline:none;
    list-style: none;
}

.barnav li[role="accueil"] {
    background-image:  var(--fleche-lien-menu-nav);
    background-repeat: no-repeat;
    background-position: 96%;
    padding-right: 5px;
    height:1.9rem;
    /* height:25px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 8px;
    background-color:var(--gris-niveau-2);
    color:var(--main-font-color);

}

.barnav li[role="titre_item"] {
    /* display: block; */
    /* height:30px; */
    height:1.9rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color:var(--gris-niveau-3);
    padding-left: 8px;
    color:var(--main-font-color);
}


.barnav li[role="titre_accueil"] {
    background-color:var(--gris-niveau-2);

}

.barnav li[role="lien"],[role="popup"] {
    background-repeat: no-repeat;
    background-position: 96%;
    padding-right: 5px;
    height:1.7rem;
    /* height:25px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 8px;
    background-color: var(--gris-niveau-3);
    color:var(--main-font-color);

}

.barnav li[role="lien"]{
    background-image: var(--fleche-lien-menu-nav);
}

.barnav li[role="popup"] {
    background-image: var(--fleche-popup-menu-nav);
}

.barnav li[role="separateur"] {
    margin: 1.5px 0px;
}

#bloc_nav_vide{
    height:5%;
}


.bloc_nav_footer{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.mode_couleur_footer_nav{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.btn_mode_couleur{
    background-repeat: no-repeat;
    border:none;
    margin-left: 2px;
    width:30px;
    height:15px;
    background-color:transparent;
    background-position: center center;
     cursor: pointer;
}

    .btn_mode_couleur[couleur="theme_printemps_froid"]{
        background-image: url('./img/pictos/theme01.png');
    }
    .btn_mode_couleur[couleur="theme_automne_chaud"]{
        background-image: url('./img/pictos/theme02.png');
    }
    .btn_mode_couleur[couleur="theme_nuit_hiver"]{
        background-image: url('./img/pictos/theme03.png');
    }

    .btn_mode_couleur:hover, .btn_mode_couleur:hover,.btn_mode_couleur:hover{
        border: 2px black solid;
        border-radius: 15px;
    }

    .btn_mode_couleur:active,.btn_mode_couleur:active,.btn_mode_couleur:active{
        border:solid 2px #0071DA;
    }

/* ---------- Footer bar nav menu navigation - choix du theme de couleur ----------- */

.menu_circulaire {
    position: absolute;
    width:100%;
    height: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

.bouton_mode_theme_sombre{
    background-color: transparent;
    border: none;
    font-family: 'Rand', sans-serif;
    background-color: var( --color-background-bouton-depose-doc);
    width:100px;
    height:100px;
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.5s ease;
    color:var(--main-font-color);
}

.bouton_mode_theme_sombre:hover{
    color:var( --main-background-color);
    background-color: var(--background-color-hover-bouton-central-choix-couleur);

}

.bouton_mode_theme_couleur{
    height:40px;
    width:70px;
    border:none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    transition: filter 0.05s ease;
}

.bouton_mode_theme_couleur:hover {
    -webkit-filter: drop-shadow(1px 1px 0 #666666)
    drop-shadow(0px -1px 0 #666666);
    filter: drop-shadow(1px 1px 0 #666666)
    drop-shadow(0px -1px 0 #666666);
}

.item_menu_circulaire_centre{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

  .pop-up-text{
  visibility: hidden;
  width: 120px;
  height:30px;
  background-color: grey;
  display: flex;
  flex-direction: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* padding: 5px; */
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  margin-left: 330%;
  /* transform-origin: top left; */


}


.item_menu_circulaire:hover .pop-up-text{
    visibility: visible;
}

/* .item_menu_circulaire img{
    height:30px;
} */

/* .item_menu_circulaire:hover img{
    -webkit-filter: drop-shadow(1px 1px 0 #666666)
    drop-shadow(0px -1px 0 #666666);
    filter: drop-shadow(1px 1px 0 #666666)
    drop-shadow(0px -1px 0 #666666);
} */



  .item_menu_circulaire{
    --distance_menu_circulaire:100px;
    position: absolute;
    transform-origin: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    transform: rotate(0deg) translate(var(--distance_menu_circulaire));

  }

  /* bouton mode couleur 9 nuit d'été ete*/
  .item_menu_circulaire:nth-child(1){
    transform: rotate(0deg) translate(var(--distance_menu_circulaire));
    background-image: url(./img/pictos/couleurs_themes/nuit_ete.svg);
}
    #bouton_mode_couleur_9{
        background-image: url(./img/pictos/couleurs_themes/nuit_ete.svg);
    }


/* Bouton mode couleur 10 printemps froid */
    .item_menu_circulaire:nth-child(2){
        transform: rotate(36deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(2) .pop-up-text{
        transform-origin: top left;
        transform: rotate(-36deg);
    }
    #bouton_mode_couleur_10{
        background-image: url(./img/pictos/couleurs_themes/printemps_froid.svg);
    }

/* Bouton mode couleur 1 ete froid */
    .item_menu_circulaire:nth-child(3){
        transform: rotate(72deg) translate(var(--distance_menu_circulaire));
    }
    .item_menu_circulaire:nth-child(3) .pop-up-text{
        transform-origin: left;
        transform: rotate(-72deg) ;
    }
    #bouton_mode_couleur_1{
        background-image: url(./img/pictos/couleurs_themes/ete_froid_tregor.svg);
    }

/* bouton mode couleur 2 automne froid*/
    .item_menu_circulaire:nth-child(4){
        transform: rotate(108deg) translate(var(--distance_menu_circulaire));
    }
    .item_menu_circulaire:nth-child(4) .pop-up-text{
        transform-origin: left;
        transform: rotate(-108deg) translateX(-100px);
    }
    #bouton_mode_couleur_2{
        background-image: url(./img/pictos/couleurs_themes/automne_froid_ardenne.svg);
    }


/* bouton mode couleur 3 hiver froid*/
    .item_menu_circulaire:nth-child(5){
        transform: rotate(144deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(5) .pop-up-text{
        transform-origin: bottom;
        transform: rotate(-144deg) translateX(-0px);
    }
    #bouton_mode_couleur_3{
        background-image: url(./img/pictos/couleurs_themes/hiver_froid_endroit.svg);
    }


/* bouton mode couleur 4 printemps chaud*/
    .item_menu_circulaire:nth-child(6){
        transform: rotate(180deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(6) .pop-up-text{
        transform-origin: center;
        transform: rotate(-180deg);
    }
    #bouton_mode_couleur_4{
        background-image: url(./img/pictos/couleurs_themes/printemps_chaud.svg);
    }


/* bouton mode couleur 5 été chaud*/
    .item_menu_circulaire:nth-child(7){
        transform: rotate(216deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(7) .pop-up-text{
        transform-origin: left;
        transform: rotate(-216deg) translateX(-120px);
    }
    #bouton_mode_couleur_5{
        background-image: url(./img/pictos/couleurs_themes/ete_chaud_castagniccia.svg);
    }


/* bouton mode couleur 6 automne chaud*/
    .item_menu_circulaire:nth-child(8){
        transform: rotate(252deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(8) .pop-up-text{
        transform-origin: bottom left;
        transform: rotate(-252deg) translateX(-120px);
    }
    #bouton_mode_couleur_6{
        background-image: url(./img/pictos/couleurs_themes/automne_chaud_conflent.svg);
    }

/* bouton mode couleur 7 hiver chaud*/
    .item_menu_circulaire:nth-child(9){
        transform: rotate(288deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(9) .pop-up-text{
        transform-origin: left center;
        transform: rotate(-288deg) translateY(-20px);
    }
    #bouton_mode_couleur_7{
        background-image: url(./img/pictos/couleurs_themes/hiver_chaud.svg);
    }


/* bouton mode couleur 8 nuit d'hiver*/
    .item_menu_circulaire:nth-child(10){
        transform: rotate(324deg) translate(var(--distance_menu_circulaire));
    }

    .item_menu_circulaire:nth-child(10) .pop-up-text{
        transform-origin: left;
        transform: rotate(-324deg);
    }
    #bouton_mode_couleur_8{
        background-image: url(./img/pictos/couleurs_themes/nuit_hiver.svg);
    }







/* --------MAIN CONTENT PARTIE CENTRALE------------------ */

#main_content{
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    height:auto;
    width:100%;
    max-width:100%;
    margin-bottom: 40px;

}

.non-clicable {
    /* Styles de la classe "non-clicable" */
    pointer-events: none; /* Désactiver les événements de pointeur */
    opacity: 0.5; /* Exemple : Réduire l'opacité pour indiquer qu'elle est désactivée */
  }

/* --------BARRE FILTRES------------------ */
#barre_filtrage{
    height:2.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
}

/* --------- Header main content page non connecte --------- */
.header_main_non_connecte{
    width:100%;
    height:100%;
    background-color: var(--gris-niveau-3);
    align-items: center;

}

.item_header_main_non_connecte{
    margin-left: 15px;
    margin-right: 15px;
}

/* ---------- main content page non connecte ----------  */

.container_bloc_loginpass_non_connecte{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 15px;
}

.bloc_login_non_connecte, .blog_illustration_non_connecte{ 
    width: 30%;
}

.bloc_encart_non_connecte{
    width: 40%;
}

.segment_presentation_non_connecte{
    margin-top: 8px;
    background-color: var(--gris-niveau-3);
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.inverser_couleur{
   filter: invert(var(--invert-color-img-logo)) ;
}

.bloc_accueil_non_connecte{
    padding:20px;
}

.bloc_accueil_non_connecte ul{
    margin-top:15px;
    margin-left: 20px;
}

.bloc_accueil_non_connecte li{
    padding-bottom: 5px;
}

.demo_carte_accueil_non_connecte{
    margin-top:8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    /* overflow-x:auto; */
    /* flex-wrap:nowrap; */
    overflow-x: scroll;
    /* -ms-overflow-style: none; */
    /* scrollbar-width: none; for Firefox */
    gap: 8px;
    /* border: 1px solid green; */
}

.demo_carte_accueil_non_connecte::-webkit-scrollbar{
    display: none;
}

.section_fonctionnalites_non_connecte{
    /* display: flex;
    flex-direction: row;
    padding: 15px;
    margin: 0 15px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
    padding: 0 15px;
}

.segment_fonctionnalite_non_connecte{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
}

.bloc_fonctionnalite{
    margin: 20px;
    display:flex;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    width:28%;
    min-width: 270px;
}

.bloc_fonctionnalite .description{
    margin-left: 12px;
}

.bloc_fonctionnalite .description .titre{
    margin-bottom: 8px;
}

.bloc_fonctionnalite .illustration{
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--gris-niveau-2);
    border-radius: 50%;
    padding: 10px;
}

.bloc_fonctionnalite .illustration img{
    width:50px;
}


.section_avis_user_non_connecte{
    background-color: var(--gris-niveau-2);
    padding:20px;
    display: flex;
    flex-flow: column;
}

.segment_avis_user{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 30px;
    gap: 20px;
}

.bloc_avis_user{
    display:flex;
    flex-direction: row;
    gap:8px;
    max-width: 30%;
    min-width: 300px;
    min-height:100px;
}

.illustration_avis_user{
    background-color: var(--main-background-color);
    width:70px;
    min-width: 70px;
    height:clamp(70px,70px,70px);
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration_avis_user img{
    width:90%;
    margin-top: 10px;
}

.detail_avis_user{
    background-color: var(--gris-niveau-3);
}

.description_avis_user{
    padding:15px;
}

.auteur_avis_user{
    background-color: var( --main-background-color);
    padding:10px;
    display: flex;
    flex-flow: column;
}

.auteur_avis_user span[auteur_avis="fonction"]{
    color:#666666;
}

.section_apercu_site_page_non_connecte{
    padding:15px;
    gap:10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section_apercu_site_page_non_connecte img{
width: 100%;
}

.section_faq_non_connecte{
   background-color: var(--background-color-modal);
   padding:20px;
   height:300px;
}

.section_allerplusloin{
    background-color: var( --main-background-color);
    padding:10px;
    display: grid;
    grid-template-columns: 4fr 5fr 3fr;
    gap:15px;
    margin-bottom: 20px;

}

.bloc_allerplusloin_non_connecte{
    background-color: var(--background-color-modal);
    padding: 10px;
    width: 100%;
}

.form_newsletter{
    display: flex;
    /* flex-flow: row wrap; */
    gap:15px;
    font-size: 16px;
    width:100%;
}

.form_newsletter > *{
    flex:2 1;
}

.form_newsletter input{
    height:25px;
    margin-top: 8px;
    width: 100%;
}


.submit_email_newsletter{
    width:100%;
}

.form_newsletter input[type="text"]{
   color:black;
   border:none;
   border-bottom: black solid 1px;
   width:clamp(90px,100%,100%);
   padding-left: 8px;
}





/* --------LOGO Message------------------ */
.logoMessage{
    height:30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
}

#filtrage_mobile{
    display: none;
}

#items_barre_filtrage ul{
    display: flex;
    flex-direction: row;
    list-style: none;
}

 #items_barre_filtrage li[role="menu_filtre"]{
    margin-right: 6px;
    padding: 3px 0px;
}


.bouton_filtre{
    display:inline-block;
    border: none;
    margin-left: 5px;
    padding : 2px 8px;
    background-color: #F2F2F2;
}

.bouton_filtre:hover{
    background-color:#c0c0c0;
    cursor: hand;
}

.bouton_filtre:active{
    background-color: #e8e8e8;
}

#types_affichages{
    align-items: right;
    }

    #types_affichages button{
    background:var(--gris-niveau-2);
    }

    #types_affichages button:hover{
        background:var(--color-hover-bouton-scrolltopover-udi);
        cursor: hand;
        }


    #types_affichages button:active{
        background-color: #e8e8e8;
        }

    #types_affichages button[role="vignette"]{
        border:none;
        width:22px;
        height:22px;
            background-image: var(--picto-affichage-grille);
            background-repeat: no-repeat;
            background-position: 50%;
            }

    #types_affichages button[role="liste"]{
        border:none;
        width:22px;
        height:22px;
        background-image: var(--picto-affichage-liste);
        background-repeat: no-repeat;
        background-position: 50%;
            }



/* prise en main */
.bloc_prise_en_main[contenu="bloc"]{
    padding-bottom: 15px;
    padding-right: 20px;
    background-color: var(--background-color-modal);
}

.bloc_prise_en_main[contenu="separateur"]{
    border-bottom: solid 1px var(--gris-niveau-2);
    margin-bottom: 15px;
}

.bloc_prise_en_main[contenu="bandeau_titre"]{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    height: 40px;
    /* height:50px; */
    /* border: gold 1px solid; */
}

.bloc_prise_en_main[contenu="numerotation"]{
    font-size: 16px;
    height:40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-background-color);
    margin-right: 10px;
    /* padding: 10px; */
    border-radius: 50%;
}

.bloc_prise_en_main[contenu="duree"]{
    color:var(--color-font-sous-info);
    font-weight: 500;
    margin-bottom: 10px;
}






/* --------FORMATIONS EN COURS------------------ */



.bandeau_titre_formation, .bandeau_titre_0_formation {
    margin-top: 8px;
    display:flex;
    flex-flow: row nowrap;
    align-items: center;
    height:34px;
    width: 100%;
    background-color: var(--gris-niveau-1);;
}

.bandeau_titre_formation span, .bandeau_titre_0_formation span{
    padding-left: 16px;
}

.bandeau_titre_0_formation{
    width: 100%;
    margin-bottom: 12px;
}

.bandeau_recherche{
    width: 100%;
    display:flex;
    flex-direction: row;
   justify-content: space-between;
   padding: 0 10px 0 10px;

}
.bandeau_titre_recherche{
    margin-top: 8px;
    display:flex;
    flex-direction: row;
    align-items: center;
    height:34px;
    background-color: var(--gris-niveau-2);;
}
.bandeau_recherche_resultats{
    width: 100%;
    display:flex;
    flex-direction: row;
   justify-content: space-between;
   margin-left: 20px;
}
.affiche_nb_resultats{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 20px;
}
.nb_affiche_cartes{
    display:flex;
    flex-direction: row;
   justify-content: flex-start;
}
.nbResultats_tot{
    margin-left: 2px;
}

.bandeau_pagination{
    display: flex;
    flex-flow: row nowrap;
    justify-content:center;
}
.indexPage{
    margin-right: 10px;
    cursor: pointer;
}
span.indexPage.active{
    color: var(--background-color-bouton-fleche);

}


.span_bandeau{
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
#segment_faq{
    padding: 10px;
}
.form_ajout_faq{

    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-end;
    background-color:var(--gris-niveau-3) ;
    margin-bottom: 10px;
    padding: 10px;
}
.form_edit_faq{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.inputTitreFaq,.inputTitreEditFaq, .inputContenuFaq,.inputContenuEditFaq{
    width: 100%;
    font-family: 'Rand', sans-serif;
    margin-top: 0px;
    line-height: 15px;
    border:none;
    color: var(--main-font-color);
    font-size: 11px;
    display: flex;
    flex-flow: row wrap;
    padding:8px;
    white-space: pre-wrap;
    resize: none;
    overflow-y: auto;

}
#icone_ajout_faq {
    width: 14px;
    height: 14px;
    background-image: url(./img/pictos/ajouter-bleu.svg);
    background-size: cover;
    background-repeat: no-repeat;

    margin-top: 3px;
}

.inputTitreFaq,.inputTitreEditFaq,.inputContenuFaq, .inputContenuEditFaq, .contenu_item_texte{
    height: auto;
    margin-bottom: 10px;
}

.zone_action_faq{
    width: 100%;
    display:grid;
    grid-template-columns: 2fr 2fr 6fr 2fr;
    justify-content: flex-start;
}
.btn_ferme_faq, .btn_ferme_edit_faq, .btn_ferme_capsule, .btn_annule, .btn_annule_creation_quiz, .btn_ferme_trombi{
    margin-top: 8px;
    line-height: 31px;
    border:none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    background-color:var(--gris-niveau-2);
    cursor: pointer;
    color:var(--main-font-color);
}
.btn_ferme_faq:hover, .btn_ferme_edit_faq:hover, .btn_ferme_capsule:hover, .btn_annule:hover{

    background-color: var(--gris-niveau-1);
}


.btn_valid_faq, .btn_edit_faq{
    margin-top: 8px;
    line-height: 31px;
    border:none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.btn_fleche_bleu_haut{
    height:34px;
    width:34px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_haut_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}


.btn_fleche_bleu_bas{
    height:34px;
    width:34px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_bas_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn_fleche_bleu_droite{
    height:34px;
    width:34px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_droite_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn_fleche_gris_droite{
    height:34px;
    width:34px;
    border: none;
    background-color:var(--gris-niveau-2);
    background-image: url("img/pictos/fleche_droite_grise.png");
    background-repeat: no-repeat;
    background-position: center center;
     cursor: pointer;
}

.btn_fleche_gris_gauche{
    height:34px;
    width:34px;
    border: none;
    background-color:var(--gris-niveau-2) ;
    background-image: url("img/pictos/fleche_gauche_grise.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}


    .btn_fleche_bleu_droite:hover,.btn_fleche_bleu_bas:hover ,.btn_fleche_gris_droite:hover ,.btn_fleche_gris_gauche:hover,.btn_fleche_bleu_haut:hover {
        background-color:var(--color-hover-bouton-fleche);
    }

    .btn_fleche_bleu_bas:active,.btn_fleche_gris_droite:active,.btn_fleche_gris_gauche:active {
        background-color: black;
    }

.segment_espace[affichage="informations"]{
        width:100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:16px;
        background-color: var(--background-color-modal);
        margin-bottom: 20px;
    }

    .segment_espace[affichage="informations-titre"]{
        width:100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:16px;
        background-color: var( --gris-niveau-2);
        margin-bottom: 20px;
    }

.segment_espace_faq{
    width:100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:16px;
    background-color: var(--background-color-modal);
    margin-bottom: 20px;
}

    .segment_espace[affichage="informations"] p{
       padding-bottom:8px;
       width:100%;
    }

    .segment_espace[affichage="informations"] ul{
        padding-left:16px;
        width:100%;

     }

     .segment_espace[affichage="informations"] li{
        padding-bottom:10px;
     }


.segment_espace[affichage="en_cours"]{
    width:100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bloc_carte[affichage="en_cours"]{
        width:100%;
        margin-top:12px;
        display: grid;
        grid-template-columns: 2fr 4fr;
    }

.description_carte[affichage="en_cours"]{

    background-color: var(--gris-niveau-3);
    display: flex;
    flex-direction: column;
}

.description_carte[affichage="en_cours"] .titre{
    font-size: 19px;
    font-weight: 600;
    /* max-height: 3.5em; */
    /* line-height: 1.5rem; */
    padding: 16px 0px 0px 16px;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2;
line-clamp:2;
   -webkit-box-orient: vertical;
   word-break: break-word;
   margin-bottom: 30px ;
   padding-right: 20px;
}

.description_carte[affichage="en_cours"] .titre:hover{
    display: block;
    overflow: visible;
    white-space: normal;
    /* margin-bottom: auto; */
}

.pas_formation_en_cours{
    color: #8c8c8c;
    padding-bottom: 5px;
}
.description_carte[affichage="en_cours"] .details{
    padding-left: 16px ;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    padding-bottom: 5px;
}

.zone_action_carte{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 26px;
}
.label_statut{
    width: 80px;
    font-size: 11px;
    height: 20px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
   margin-left: 8px;
}
.label_statut_formateur{
    background-color: #2f9b2f;
    color: #FFFFFF;
}
.label_statut_stagiaire{
    background-color: #7575de;
    color: #FFFFFF;
}
.btn_administrer{
    background-image: var(--picto-bouton-administrer);
    background-repeat: no-repeat;
    background-position: 98%;
    border: none;
    width: 50%;
    background-color: var(--gris-niveau-2);
    text-align: right;
    padding-right: 1.5rem;
    color:var(--main-font-color);
    border-left: 1px solid white;
    cursor: pointer;
}
.btn_carte_stagiaire_editer_trombi_stagiaire{
    background-color: var(--color-background-bouton-depose-doc);
    height: 100%;
    width: 50%;
    text-align: right;
    padding-right: 5px;
    color:var(--main-font-color);
    border-left: 1px solid white;
    font-size: 11px;
    cursor:pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Positionner au-dessus de la div */
    left: 90%;
    margin-left: -100px; /* Centrer la bulle */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.btn_administrer:hover, .btn_carte_stagiaire_editer_trombi_stagiaire:hover{
    background-color: var(--gris-niveau-1);
}
.description_carte[affichage="en_cours"] .btn_depose_doc {
    background-image:  var(--picto-bouton-depose-doc);
    background-repeat: no-repeat;
    background-position: 0.4rem;
    border: none;
    background-color:var(--gris-niveau-2);
    color:var(--main-font-color);
    height: 26px;
    width: 50%;
    margin-top: auto;
    text-align: left;
    padding-left: 1.5rem;
    cursor: pointer;

}

.description_carte[affichage="en_cours"] .btn_depose_doc:hover {
    background-color: var(--gris-niveau-1);
}


    .illustration_carte {
        cursor: pointer;
    }

    /* illustration carte de formation */
    .illustration_carte[affichage="en_cours"]{
       position: relative;
       display: flex;
       align-items: flex-end;
       max-height: 20vh;
       min-height: 20vh;
       width:100%;
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;

    }


    .btn_menu_carte{
        z-index: 4;
        width: 25px;
        height:12px;
        background-image: var(--picto-menu-carte);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        cursor: pointer;
    }

    .background_blue {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--background-color-edition-carte);
        z-index: 1;
      }

      .illustration_carte[affichage="en_cours"] .btn_menu_carte{
        border: 1px solid transparent;
        position:absolute;
        top:20px;
        right:15px;
        transform:translate(0%,-50%);
        z-index: 10;
         cursor: pointer;
    }

    .illustration_carte[affichage="en_cours"] .btn_menu_carte:hover{
            border: var(--background-color-bouton-fleche) solid 2px;
        }



    .menu_carte{
        border:none;
        position:absolute;
        top:30px;
        right:15px;
        display: flex;
        flex-flow: column ;
        justify-content: flex-end;
        align-items: flex-end;
        z-index: -5;
    }
    .btn_choix_menu_carte{
        width: auto;
        height: 17px;
        font-size: 10px;
        background-color: #FFFFFF;
        display: flex;
        flex-flow: row nowrap;
        align-self: flex-end;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 3px;
        border: none;
        padding: 2px 8px 2px 4px;
        gap: 8px;
         cursor: pointer;

    }
        .btn_choix_menu_carte:hover{
            border: var(--background-color-bouton-fleche) solid 2px;
        }


    .span_dupliquer_carte{
        width: 12px;
        height: 12px;
        background-image: url(./img/pictos/duplicate.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .span_ajouter_carte{
        width: 12px;
        height: 12px;
        background-image: url(./img/pictos/ajouter.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

/* Section CSS microlearning */

.segment_micro_learning{
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    margin-bottom: 12px;
    overflow-x: scroll;

    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.segment_micro_learning::-webkit-scrollbar{
    display: none;
}


.bloc_micro_learning{
    display: flex;
    flex-direction: column;
    width:42%;
    min-width: 42%;
    margin-right:12px;
}

.span_capsule_en_attente{
    width:15px;
    height:15px;
    margin-left: 20px;
}

/* Coupure à 3 lignes max du titre */

    .span_micro_learning {
        display: flex;
        align-items: center;
    }

#conteneur_vide{
    height: 150px;
    background-color: cornflowerblue;
}

/* CSS FORMATIONS PASSEES */
.segment_espace[affichage="grid"]{
    width:100%;
    margin-top: 12px;
    margin-bottom: 5px;
    /* overflow-wrap: normal; */
    display: grid;
    grid-template-columns: minmax(auto,1fr) minmax(auto,1fr) minmax(auto,1fr);
    column-gap:1%;
    justify-content:flex-start;

}
.infoRecherche{
   height: 100%;
    width: 100%;
}
.infoRecherche ul {

    margin-left: 20px;

}
.rechercheInfos{
    padding: 20px;
    background-color: var(--gris-niveau-3);
}

.infoRecherche img{
    margin-top: 50px;
    margin-bottom: 50px;
    filter: invert(var(--invert-color-img-logo));
}

.imageRecherche{
    width: 100%;
}

.segment_espace[affichage="noCarte"]{
    width:100%;
    margin-top: 12px;
    overflow-wrap: normal;
    display: flex;
   flex-flow: row nowrap;
    gap:1%;

    justify-content:flex-start;
}

.segment_espace[affichage="liste"]{
    position: relative;
    width:100%;
    height: auto;
    overflow-wrap: normal;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:flex-start;
}
.segment_espace[affichage="noShow"]{
    display: none;
}

.bloc_carte[affichage="grid"]{
    width:100%;
    margin-bottom:15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position:relative;
}
.note-modal-footer{
    padding: 0px;
    padding-right: 10px !important;
   margin-bottom: 10px !important;
}
.note-editor ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.note-editor ul{
    list-style-type: disc;
    margin-left: 20px;
}
.checkbox { display: none; }
.note-link-btn{
    background-color: var(--background-color-bouton-fleche) !important;
    margin-bottom: 10px !important;
}
.aff_item_texte ol{
    margin-left:10px;
}
.bloc_carte[affichage="liste"]{
    width:100%;
   min-height: auto;
    margin-bottom:12px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    position:relative;
}

.illustration_carte[affichage="grid"]{
    max-height:20vh;
    min-height:20vh;

    background-repeat: no-repeat;
  background-position: center;
    background-size:cover;

}

.illustration_carte[affichage="liste"]{
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}


.description_carte{
    width: 100%;
    background-color: var(--gris-niveau-3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.description_carte[affichage="liste"]{
    width: 100%;
    height: auto;
    background-color: var(--gris-niveau-3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height:120px;
}

.description_carte[affichage="liste"] .titre{
    font-size: 0.9rem;
    font-weight: 600;
    /* min-height: 20px; */
    /* max-height: 20px; */
    line-height: 1rem;
    padding: 5px 5px 0 8px;
    display: -webkit-box;
   -webkit-line-clamp: 2;
line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   word-wrap:break-all;
   margin-bottom: 5px ;
   width: 80%;
   cursor: pointer;
}

.description_carte[affichage="liste"] .titre:hover{
    display: block;
    overflow: visible;
    white-space: normal;
    /* margin-bottom: auto; */
    text-decoration: underline;
}



.description_carte[affichage="grid"] .titre{
    font-size: 1rem;
    font-weight: 600;
    /* min-height: 36px; */
   height: 2.5em;
    /* line-height: 1rem; */
    margin: 8px 8px;
    padding-right: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap:break-all;
    white-space: normal;
    cursor: pointer;
}

.description_carte[affichage="grid"] .titre:hover{
    display: block;
    overflow: visible;
    white-space: normal;
    /* margin-bottom: auto; */
    text-decoration: underline;
}

.description_carte[affichage="grid"] .details{
    padding-left: 8px ;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.description_carte .admin{
    padding-left: 8px ;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #666666;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.description_carte[affichage="liste"] .details span{
    display: flex;
    flex-direction: row;
}

.description_carte[affichage="liste"]  .details{
    padding-left: 8px ;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.description_carte[affichage="grid"] .btn_depose_doc{
        background-image: var(--picto-bouton-depose-doc);
        background-position: 1%;
        background-repeat: no-repeat;
        border: none;
        background-color:var(--gris-niveau-2);
        color:var(--main-font-color);
        height: 26px;
        width: 50%;
        margin-top: auto;
        text-align: left;
        padding-left: 20px;
        cursor:pointer;


    }

    .description_carte[affichage="grid"] .btn_depose_doc:hover {
        background-color: var(--gris-niveau-1);
    }


.description_carte[affichage="liste"] .btn_depose_doc{
    background-image: var(--picto-bouton-depose-doc);
    background-position: 1%;
    background-repeat: no-repeat;
    border: none;
    background-color:var(--gris-niveau-2);
    color:var(--main-font-color);
    height: 26px;
    width: 50%;
    margin-top: auto;
    text-align: left;
    padding-left:1.5rem;
    cursor:pointer;
}

.description_carte[affichage="liste"] .btn_depose_doc:hover {
    background-color: var(--gris-niveau-1);
}



.bloc_carte[affichage="grid"] .btn_menu_carte{
        background-position: 2.5%;
    }

.bloc_carte[affichage="liste"] .btn_menu_carte{
    background-position: 1%;
}

.bloc_carte[affichage="liste"] .btn_menu_carte{
        border: 2px solid transparent;
        position: absolute;
        top:20px;
        right:15px;
        transform:translate(0%,-50%);
}

.bloc_carte[affichage="liste"] .btn_menu_carte:hover{
        border: var(--background-color-bouton-fleche) solid 2px;
    }

.bloc_carte[affichage="grid"] .btn_menu_carte{
        border: 2px solid transparent;
        position: absolute;
        top:20px;
        right:15px;
        transform:translate(0%,-50%);
}

.bloc_carte[affichage="grid"]   .btn_menu_carte:hover{
        border:var(--background-color-bouton-fleche) solid 2px;
}
#mes_cartes .segment_espace[affichage="grid"]{
    /* margin-bottom : 16px; */
    height: auto;

}
.container_carte{
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;

}
.espace_choix_edition{
    width: 100%;
    height:90%;
    min-height: 200px;
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left:16px;
    padding-right:16px;


}

.espace_choix_vignette{
    width: 100%;
    height: calc(92% - 100px);
   overflow-y: auto;

    display:flex;
    flex-flow:row wrap;
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    padding-left:16px;
    padding-right:16px;
}


.espace_choix_vignette_edition{
    width:55%;
    height: 100%;
    max-height: max-content;
    display:flex;
    flex-flow:column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.espace_choix_formateur_admin{
    width:50%;
    height: 100%;
    margin-top: 5px;

    display:grid;
   grid-template-rows: 1fr 1fr;
    justify-items: start;
    align-items: start;

}
.choix{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    height: 100%;

}
.choix_formateur{
    height: 50%;
    width: 100%;
}
.liste_form_admin{
    font-size:11px;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: lighter;
    line-height:20px;

}

.choix input {
    width: 90%;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    border: none;
    margin-top: 10px;
    padding-left:5px;
    border-bottom: var(--color-separateur-border-segment) solid 1px;;
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
}


#select_formateurs, #select_adminR{
    font-size :11px;
     line-height: 20px;
    border :none;
    width: 200px;
    padding-left: 5px;
}
#liste_formateurs, #liste_adminR{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: start;
     list-style: inside;

}
.ligne_liste{
    width: 90%;
    display: flex;

    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
   column-gap: 10px;

}
.ligne_liste::before {
    content: "•"; /* ou l'icône de liste souhaitée */
  }

 .btn_supprimer{
    width: 11px;
    height: 11px;

}

.btn_supprimer{
    background-image: var(--picto-supprimer);
    filter:var( --mon-filtre_btn_ajout_faq);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter:var( --mon-filtre_btn_ajout_faq);
}

.espace_choix_admin{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 16px;
}
.titre_choix_vignette{
    width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;

}
.titre_choix_vignette_admin{
    width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-end;
    align-items: center;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;

}
.espace_vignette{
    width: 100%;
    height: 90%;
    min-height: max-content;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex start;
    align-items: flex-start;
    overflow-y: auto;
}

.vignette{
    width: 110px;
    height: 87px;
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: center;
    margin: 8px;
    padding: 8px;

}
.vignette img{
   width: 100px;
   height: 67px;
}
.div_btn_espace{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.btn_edit_espace {
    cursor: pointer;
    color:var(--main-font-color);
}

.inputNomEspace{
    display: none;
    line-height: 22px !important;
    border: none !important;
    margin-top: 0px !important;
    margin: auto 0 !important;
    font-size: 12px;
    color:  var(--main-font-color) !important;
    text-align:start
}
.btn_suppr_espace{
    display: none;
    line-height: 22px !important;
    border: none !important;
    margin-top: 0px !important;
    margin: auto 0 !important;
    text-align:center;

}
.nom_espace{
    color:var(--main-font-color);
}

.btn_modif_nom_espace{
    display: none;
    line-height: 22px !important;
    border: none !important;
    margin-top: 0px !important;
    margin: auto 0 !important;
    margin-left: 5px !important;
    padding-left: 10px;
    text-align:center;
}
.liste_categorie_choix_vignette{
    margin: 0px 0px 0px 0px;
    height:20px;
    width: 200px;
}
.select_categorie_vignette{
    position:relative;
    width: 100%;
    height: 32px;
    font-size: 11px;
    line-height: 20px;
    border: none;

    background: var(--gris-niveau-2);
    color: var(--main-font-color);
    list-style:none;
    z-index: 10;
    margin-bottom:10px;
    border-radius: 5px;
}


.select_categorie_vignette>li:hover{
    cursor: pointer;
    background-color: var(--gris-niveau-1);

}

.bouton_dropdown_select{
    position:absolute;
    border:none;
    background-image: var(--btn_dropdown);
    background-repeat: no-repeat;
    width: 15px;
    height:15px;
    background-position: center center;
    background-color: transparent;
    right:10px;
    cursor: pointer;
}
.option_selected[etat="0"]{
    padding-left: 10px;
    height: 32px;
    background-color: var(--gris-niveau-2);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-image: var(--btn_dropdown);
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 5px;

}
.option_selected[etat="1"]{

    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
     background-image: url(./img/pictos/close_dropdown.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding-left: 10px;
    border-radius: 5px;
    height: 32px;
}
.option_titre{
    padding-left: 5px;
}
.option_non_selected {

    width: 100%;
    height: 32px;
    font-size: 11px;
    line-height: 20px;
    padding-left: 10px;
    display: none;
    border: none;
    border-bottom: var(--gris-niveau-2) solid 1px;
    background: var(--gris-niveau-3);
    color: var(--main-font-color);
    cursor: pointer;
    flex-flow: row nowrap;
    align-items: center;


}
.option_item{

    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    border: none;
    box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.2);
    /*border-bottom: var(--main-font-color) solid 1px;*/
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom:5px

}
.option_non_selected:hover,
.option_item:hover{
    background: var(--gris-niveau-3);
}



.bouton_categorie_vignette{
    border: none;
    margin-right:8px;
    background-color: var(--gris-niveau-2);
    border-radius: 5px;
    padding:3px 10px;
}

.bouton_categorie_vignette[etat="1"]{
    background-color: var(--gris-niveau-2);
}

.bouton_categorie_vignette:hover{
    cursor: pointer;
   background-color: var(--gris-niveau-1);
}


.liste_admin_categorie_choix_vignette{
    margin: 10px 0px 15px 0px;
    line-height: 10px;
    font-weight: 600;
    height:32px;
    width: 60%;
}


/* .affichage_vignette_par_categorie{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: start;
    width: 100%;
} */

.affichage_vignette_par_categorie[etat="visible"]{

    overflow-y: auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-content: flex-start;
    height: 80% ;
    padding-bottom: 8px;
    background-color: var(--main-background-color);
    padding: 10px;
    margin-bottom: 10px;
}

.espace_vignette_admin{
    width: 95%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
   justify-content: flex-start;
    overflow-y: auto;

}

.affichage_vignette_par_categorie[etat="non_visible"]{
transition: all 0.2s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    line-height: 18px;
}

.affichage_admin_vignette_par_categorie[etat="visible"]{
    visibility: visible;
    overflow-y:auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-content: flex-start;
    height: 90% ;
    width: 100%;
    padding-bottom: 8px;
    background-color: var(--main-background-color);
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: var(--gris-niveau-2);
}

.affichage_admin_vignette_par_categorie[etat="non_visible"]{

    visibility: hidden;
    overflow: hidden;
    height: 0;
    line-height: 18px;
}

/* -------- Page gestion admin carte --------------- */
.text_param {
    color: #666;
}

.titre_session_admin_carte {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    height: 34px;
    color: #000;
    color : var(--main-font-color);
    background-color: var(--gris-niveau-3);
}
.titre_section_admin_carte, .sous_titre_section_gestion_carte, .sous_titre_section_gestion_quiz {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    width: 100%;
    height: 34px;
    color : var(--main-font-color);
    background-color: var(--gris-niveau-2);
    font-size: 13px;
}

.sous_titre_section_gestion_carte, .sous_titre_section_gestion_quiz {
    margin: 0;
    background-color: var(--gris-niveau-1);
    flex-direction: row-reverse;
}

.sous_titre_section_gestion_carte span {
    margin-left: 15px;
}

.sous_titre_section_gestion_quiz span {
    margin-left: 5px;
    margin-right: 5px;
}

.sous_titre_section_gestion_quiz {
    justify-content: space-between;
}

.aff_info_session {
    display: flex;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border-bottom: solid 1px var(--gris-niveau-2);
    flex-direction: column;
    color:var(--main-font-color);
}
.affichage_section_list_session_avenir{
    position: relative;
    max-height: 95vh;
    overflow-y: auto;
}

.aff_list_session_avenir li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    background-color: var(--gris-niveau-2);
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.aff_info_quiz {
    display: flex;
    width: 100%;
    min-height: 100px;
    padding: 5px;
    border-bottom: solid 1px var(--gris-niveau-2);
    color: var(--main-font-color);
    font-size: 12px;
}

.notif_corrections {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.aff_correction_stagiaire {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    background-color: var(--gris-niveau-3);
    border-bottom: 1px solid var(--gris-niveau-1);
}

.detail_reponse_stagiaire_qrl {
    padding: 5px;
    border: 1px solid #e2d5d5;
    border-radius: 10px;
    font-size: 13px;
}

.detail_info_quiz, .param_info_quiz {
    width: 50%;
    padding: 10px;
}

.info_validation_quiz, .info_mode_quiz, .info_activation_quiz, .info_score_quiz, .info_titre_quiz, .info_type_quiz, .info_id_quiz, .info_lien_quiz {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5px 0;
}

.valeur_validation_quiz {
    margin-left: 10px;
    font-size: 13px;
}

.slider_validation_quiz {
    margin-left: 10px;
    width: 100px;
}

.slider_correction_quiz {
    margin-left: 10px;
    width: 200px;
}

.slider_timer_question {
    display: inline-block;
    margin-left: 10px;
    width: 200px;
}

.aff_choix_multimedia_question {
    margin: 0 16px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.choix_multimedia {
    margin: 0 10px 0 3px;
    cursor: pointer;
}

.aff_upload_multimedia {
    margin: 5px 16px;
}

.ui-widget.ui-widget-content {
    font-size: 11px;
    border: 1px solid var(--main-font-color);
}

.ui-slider {
    height: 2px;
    background-color: #000;
    border-radius: 0.5;
  }
  
.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    top: -.7em;
}

.switch-container {
    display: inline-flex;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--main-font-color);
}

.radio-input {
    display: none;
}

.radio-label {
    display: block;
    width: 85px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
    color: var(--main-font-color);
    border-radius: 20px;
    border-color: var(--main-font-color);
    transition: background-color 0.3s, color 0.3s;
}
  
.section_timer {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 15px;
}

#timer {
    width: 50px;
    height: 50px;
    border: 1px solid var(--main-font-color);
    border-radius: 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-input:checked + .radio-label {
    color: var(--gris-niveau-3);
    background-color: var(--main-font-color);
}

/** Multi slider seuil validation **/
.slider-container {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.slider-track {
    width: 100%;
    height: 8px;
    background-color: #000;
    border-radius: 4px;
    position: relative;
    margin: 10px 0;
}

.slider-handle {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: transform 0.1s ease;
    z-index: 10;
}

.slider-handle:hover {
    transform: scale(1.1);
}

.slider-handle.dragging {
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.values-display {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    gap: 0;
    align-items: center;
}

.color-segment {
    height: 10px;
}

.color-segment.red, .fond_seuil_1 { background-color: #e31919 !important; }
.color-segment.yellow, .fond_seuil_2 { background-color: #f2f236 !important; }
.color-segment.blue, .fond_seuil_3 { background-color: #0071DA !important; }
.color-segment.green, .fond_seuil_4 { background-color: #0caa32 !important; }

.value-item {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.value-item.fixed {
    background-color: #ccc;
    color: #000;
    font-weight: bold;
}

.value-item.mobile {
    background-color: #000;
    color: #fff;
    border: 2px solid #333;
}

.bloc_valid_1, .bloc_valid_2, .bloc_valid_3, .bloc_valid_4 {
    display: block;
    width: 50px;
    height: 15px;
}

.bloc_valid_1 {
    background-color: #e31919;
}

.bloc_valid_2 {
    background-color: #f2f236;
}
.bloc_valid_3 {
    background-color: #0071DA;
}

.bloc_valid_4 {
    background-color: #0caa32;
}

.btn_aff_session{
    color:#000000;
}
.list_sessions_carte{
    background-color: var(--gris-niveau-3);
}

.date_session {
    font-size: 12px;
    color:var(--main-font-color);
    opacity:0.8;
}

.nom_session {
    font-size: 10px;
    color:var(--main-font-color);
    opacity:0.8;
}
#nom_session{
    font-size: 11px;
    color:var(--main-font-color);
}

.titre_menu_session {
    padding-top: 10px;
    height: 34px;
    background-color: var(--gris-niveau-3);
    padding-left: 10px;
    color: var(--main-font-color);
}

.btn_menu_session,.btn_menu_quiz {
    height: 30px;
    margin-right: 2px;
    padding: 5px;
    background-color: var(--main-background-color);
}

.btn_menu_quiz, .btn_export_quiz_toutes_sessions {
    cursor: pointer;;
}

.btn_menu_quiz:hover, .btn_export_quiz_toutes_sessions:hover {
    text-decoration: underline;
}  

.menu_session_selected, .menu_quiz_selected {
    background-color: var(--gris-niveau-2);
    color:var(--main-font-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ligne_separe {
    height: 2px;
    background-color: var(--main-background-color);
    border-bottom: solid 1px #000;
    margin-top:5px;
}

.content_session, .content_quiz {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*padding: 10px 0;*/
    /* margin: 10px 0 10px 0; */
    width: 100%;
    height: auto;
    background-color: var(--gris-niveau-3);
}

.btn_menu_sous_session, .btn_nouveau_quiz, .btn_nouvelle_question_quiz, .btn_test_quiz, .btn_biblio_question_quiz {
    cursor: pointer;
}

.btn_menu_sous_session:hover, .btn_nouveau_quiz:hover, .btn_nouvelle_question_quiz:hover, .btn_test_quiz:hover, .btn_biblio_question_quiz:hover {
    text-decoration: underline;
}

ul.list_participant {
    list-style-type: none;
}

.ajout_manuel_participant {
    padding: 10px;
    display: flex;
}

.ajout_manuel_participant input[type="text"]{
    width: 250px;
}

/** list participant */
.list_participant_session, .list_participant_ajout {
    width: 100%;
}

/** QUIZ **/

.aff_list_quiz {
    display: flex;
    width: 100%;
    color: var(--main-font-color);
    background-color: var(--gris-niveau-2);
    height: 55px;
    padding: 10px;
    border-bottom: solid 1px var(--gris-niveau-1);
    color: #000000;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.titre_type_quiz {
    color: #666;
    font-size: 12px;
}

.btn_texte_souligne {
    cursor: pointer;
}

.btn_texte_souligne:hover {
    text-decoration: underline;
}

.btn_texte_supprimer {
    color: #BD0000 !important;
    font-size: 14px;
}

.btn_aff_quiz{
    color:#000000;
}

.espace_titre_aff_quiz {
    display : flex;
    align-items: center;
    height: 40px;
    background-color: #E8E8E8;
    padding-left: 10px;
    font-size: 12px;
    color: var(--main-font-color);
    background-color: var(--gris-niveau-2);
}

.titre_aff_quiz {
    font-size: 16px;
    margin-left: 5px;
}

.aff_info_quiz {
    min-height: 100px;
    color: var(--main-font-color);
    background-color: var(--gris-niveau-3);
}

.aff_list_question_quiz, .aff_espace_stats {
    width: 100%;
    min-height: 200px;
}

.aff_question_quiz {
    color: var(--main-font-color);
    background-color: var(--gris-niveau-2);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid var(--gris-niveau-1);
}

.aff_titre_question {
    margin-left: 30px;
}

.edition_correction {
    display: flex;
    flex-direction: column;
    margin: 0 16px;
}

.aff_correction_question_quiz {
    background-color: var(--gris-niveau-1);
    padding: 5px;
}

.aff_score_question_quiz {
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
    padding: 5px;
}

.aff_bilan_test_quiz {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.biblio_quiz {
    margin: 15px 0;
    padding: 0 15px;
}

.aff_list_biblio_quiz {
    list-style: none;
}

.aff_list_biblio_quiz li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 40px; */
    background-color: var(--gris-niveau-2);
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.aff_idquest_biblio {
    font-size: 10px;
}

.aff_titre_quest_biblio {
    margin-left: 15px;
}

.stats_quiz_session {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

/**Modules - capsules - item */

.form_ajout_module{
    margin-top: 10px;
    background-color: #E8E8E8;
    height: 70px ;
    padding: 10px;
}
.btn_valid_module, .btn_annule_module{
    height: 25px;
    width: 80px;
}
.inputTitreModule{
    width: 300px;
}

.liste_modules{

    margin-top: 10px;
}
.nom_module{
    margin-left: 10px;
    font-size: 12px;
    color: var(--background-color-bouton-fleche);

}
.zone_default_session{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: 10px;
}
.module_default{
    font-size: 14px;
    padding-left: 5px;
    color:var(--main-font-color);
}

.label_default_session{
    font-size: 12px;
    margin-right: 10px;
}
.obligatoire{
    color: red;
    font-size: 12px;
    margin-left: 10px;
}
.input_default_session{
    margin-left: 10px;
}
.section_module{
    width: 100%;
    height: auto;
background-color: var(--gris-niveau-1);
    color: var(--gris-niveau-3);
}
.section_capsules{
   height: auto;
    width: 100%;
    align-self: center;
}
.parent_capsule{
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column nowrap ;
    justify-content: flex-start;
    align-items: flex-end;
    /*background-color: var(--gris-niveau-3);*/
}
.titre_section_capsule, .titre_section_module{
    display: flex;
    width: 100%;
    height: 28px;
    flex-flow: row nowrap ;
    justify-content: space-between;
    align-items: center;
    padding : 0 10px 0 0px;
    font-size: 16px;
    background-color: var(--gris-niveau-1);
    color: var(--main-font-color);
}
.titre_section_capsule{
    background-color: var(--gris-niveau-2);
}
.ligne_gris-niveau-2{
    background-color: var(--gris-niveau-1);
}
.titre_section_module{
    height: 31px;
    font-size: 16px;
}
.titre_section_module_session{
    display: flex;
    width: 100%;
    height: 28px;

    flex-flow: column nowrap ;
    justify-content: space-between;
    align-items: flex-start;
    padding : 8px;
    font-size: 16px;
    margin-bottom: 5px;
}
.nb_capsules{
   margin-left: 10px;
   margin-right: 5px;
   color:#456CED;
}
.titre_section_item{
    display: flex;
    width: 100%;
    flex-flow: row wrap ;
    justify-content: flex-start;
    align-items: center;
    padding-left: 55px;
    margin-bottom:10px;
    margin-top:5px;

}
.titre_item{
   width: 100%;
    height: 25px;
    display: flex;
    flex-flow: row wrap ;
    justify-content: space-between;
    align-items: center;
    padding : 0 10px 0 0px;
    background-color: var(--gris-niveau-2);

  font-size:12px;
}
.titre_item_bleu{
    background-color:#a1b2d9 !important;
}

 .sortable_qco_test{
    width: 100%;
 }

 .ligne_qc_test{
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items:center;
    border: none;
    width:100%;
    background-color: var(--gris-niveau-2);
    font-size: 1rem
 }
.test_icon{
    height: 30px;
    width: 30px;
}

.titre_module{
    height: 34px;
}
.hauteur_speciale{
    height: 100px;
}


.liste_capsules{
    margin-top: 10px;
    height: auto;
}

.liste_tri_capsules{
    display: flex;
    flex-flow: row nowrap;
    align-items:center;
    justify-content: center;
    width: 100%;
    height:50%;
    margin-top:30px;
}
.sortable_capsule_item{
    width: 70%;
    z-index:200;
    font-size:14px;

}
.sortable_capsule_item li, #liste_nombre li{
    list-style-type: none;
    line-height: 1.5em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items:center;
    border: none;
    width:100%;
    height: 35px;
    margin-top:10px;
    background-color: var(--gris-niveau-2);
    font-size: 1em;
    border-radius:3px;

}
.sortable_capsule_item li:not(.unsortable) .titre_capsule_tri{
    cursor:pointer;
}
.sortable_capsule_item li.capsule_envoyee{
    background-color: var(--gris-niveau-1) !important;

}
.sortable_capsule_item li:hover{
    background-color: var(--gris-niveau-1) !important;

}


#liste_nombre li{
 color: #456CED ;
 background-color: var(--gris-niveau-2);
 display: flex;
 flex-flow: row nowrap;
 justify-content: flex-start;

}
.titre_capsule_tri{

    max-height: 100%;
    width: 95%;
    margin-left:10px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 12px;
    color:var(--main-font-color);
}
.nombre_tri_capsule{
    margin-left:10px;
    font-size: 12px;

   display: flex;
   flex-flow: row nowrap;
   justify-content: center;
}

#liste_nombre{
    width: 30px;
    margin-right:10px;
    display: flex;
    flex-flow: column nowrap;
    align-items:center;
    justify-content: center;
}




.btn_ouverture_capsule{
    height:28px;
    width:25px;

}
.btn_ouverture_capsule[etat="1"]{
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_bas_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn_ouverture_capsule[etat="0"]{
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_droite_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.ordre_capsule{
   height:28px;
   width:28px;
   margin-right: 10px;
   display: flex;
   flex-flow: row nowrap;
   justify-content: center;
   align-items: center;
   color:var(--main-font-color);
    background-color: var(--gris-niveau-1);

}
.ordre_item{
    height:24px;
    width:24px;
    margin-right: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  color:var(--main-font-color);
    background-color: var(--gris-niveau-1);
   border-right: 1px solid var(--gris-niveau-3);
}

.action_module, .action_module_item{
    width: 60%;

    line-height: 1.5em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items:center;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.action_module_item{
    font-size:11px;

}
.action_module_item_bilan{
    width: 90%;
    line-height: 1.5em;

    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nom_item_titre{
    width: 100%;
    max-width: 500px;

    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.nom_capsule{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;

    color: var(--main-font-color);
}

.action_module_item_test{
    padding-left: 5px;
}
.capsule_vide{
    padding-left: 10px;
    font-size:10px;


}
.lien_module_defaut{
    color: #456CED !important;
    font-size:12px;
}
.action_module_milieu{
    width: 15%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}
.action_module_milieu input{
  margin-left: 10px;
}

.action_module_fin, .action_module_session_fin{
    width: 20%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;

}
.action_module_session_fin{
    width: 30%;
    justify-content:space-between;
    font-size: 12px;
}
.btn_test_capsule{
    margin: 1px;
  color:#0D7E28 ;
    font-size: 11px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left:5px;
    padding-right:10px;
    height: 25px;
    cursor:pointer;
}
.btn_test_capsule:hover{
    text-decoration: underline;
}
.btn_delete_proposition{
    margin-left:10px;

    width: 17px;
    height: 17px;
    cursor:pointer;
}

.action_module_dupliquer{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 12px;

}
.ligne_affiche_option{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}
.btn_dupliquer_module, .btn_ajout_module{
    height: 34px;
    width   : 80%;
    margin-left: 10px;
    cursor: pointer;
    border:none;
    background: none;
    color: var(--main-font-color);
}

.btn_dupliquer_module:hover, .btn_ajout_module:hover{
    text-decoration: underline;
}

.btn_ajout_capsule, .btn_ajout{
    background-image: url('./img/pictos/ajouter-bleu.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
}
.divInputNomCapsule, .divInputNomTrombi{
    width: 100%;
}
.inputNomCapsule, .inputNomTrombi{
    width: 50%;
    border: none;
    height: 30px;
    padding: 5px;
    color : var(--main-font-color);
}
.btn_ajout{
    background-image: url('./img/pictos/ajouter-bleu.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.btn_tri_up, .btn_tri{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    color: #456CED

}

.ico_tri{
    background-image: url('img/pictos/sort.svg');
    width: 16px;
    height: 16px;
    margin-left: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;
    color: #456CED;

}
.btn_tri_up:hover, .btn_tri:hover {
    text-decoration: underline;
}
.titre_ordonnancer{
    margin-left: 2px;
    font-size:11px;
    color: #456CED;
}

.ico_tri_up{
    background-image: url('img/pictos/sort-up.svg');
    width: 16px;
    height: 16px;
    margin-left: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


}
.titre_dupliquer{
font-size: 11px;
    margin-right: 20px;
    color:var(--main-font-color);
}
.titre_dupliquer_module{
    font-size: 12px;
    margin-right: 20px;
    color:var(--main-font-color);
    cursor: pointer;
}
.titre_dupliquer_module:hover{
    text-decoration: underline;
}

.btn_nouveau_module{
    font-size: 12px;

    color:var(--main-font-color);
}
.btn_duplique_capsule{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;


}
.btn_duplique_capsule:hover{
    text-decoration: underline;
}
.icone_dupliquer {

    width: 15px;
    height: 15px;
    margin-right: 2px;
    cursor:pointer;
}
.icone_dupliquer svg path{
    fill: var(--main-font-color);
}
.btn_reinitialiser{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}
.btn_reinitialiser:hover{
    text-decoration: underline;
}
.ico_reinitialiser{

    width: 15px;
    height: 15px;
    margin-right: 2px;
    cursor:pointer;
}
.ico_reinitialiser svg path{
    fill: var(--main-font-color);
}

.btn_edit{
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.btn_edit svg path {
    fill: var(--main-font-color);
}
.btn_delete svg path {
    fill: var(--main-font-color);
}
.capsule_envoyee {
   height: 18px;
    width: 18px;
}
.btn_edit_module{
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.btn_edit_item, .btn_edit_question_quiz{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    cursor:pointer;
}
.btn_edit_question_quiz{
    margin-right: 0;
}

.btn_edit_nom_capsule{
    width: 15px;
    height:15px;
    cursor:pointer;
    margin-right: 5px;
    color: var(--main-font-color);
}
.label_titre_capsule, .label_titre_quiz, .label_titre_trombi{
    font-size: 12px;
    margin-bottom: 5px;
    color:var(--main-font-color);
}
.inputCapsule, .inputQuiz, .inputChampTexte, .inputChampContenu {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex_start;
    flex-grow:1;
}
.inputTitreCapsule, .inputTitreQuiz, .inputChampTexte, .inputChampContenu{
    width: 85%;
    padding-left: 5px;
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
    border:none;
    height: 25px;
}
.form_ajout_capsule, .form_duplique_capsule, .form_edit_nom_capsule, .form_ajout_quiz, .form_edit_nom_trombi{
    width: 100%;
   height: 100px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-start;
    background-color:var(--gris-niveau-1) ;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}
.inputNomQuiz{
    width: 100%;
    border: none;
    height: 30px;
    padding: 5px;
    color : var(--main-font-color);
}

.zone_action{
    width: 100%;
    height:28px;
    display:grid;
    grid-template-columns: 2fr 2fr 6fr 2fr;
    justify-content: flex-start;
    align-items: flex-end;

}
.type_item{
    width: 100%;
    height:80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 10px;
}
.en_tete_item{
    background-color: var(--background-color-modal);
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

}
.liste_item{
    height:20px;
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.select_item  {
    position:relative;
    width: 100%;
    height: 25px;
    font-size: 11px;
    line-height: 20px;
    border: none;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    background: var(--gris-niveau-2);
    color: var(--main-font-color);
    list-style:none;
    z-index: 50;
}
.btn_ajout_item{
    height: 13px;
    width: 13px;
    background-image: url('./img/pictos/ajouter-bleu.svg');
    cursor: pointer;
}
.ajout_item{
    margin-top:10px;

}
.edition_item{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    margin-top: 10px;
    padding-right: 16px;
    height:auto;
    width: 100%;


}
.edition_item_abonnement{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding : 10px 16px 10px 16px;
    margin : 0px 5px 10px 5px;
    height:auto;

background-color: var(--gris-niveau-2);

}
.container_infos_capsule{
    display: flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.nb_item{
    margin-right: 5px;
    margin-left: 10px;
    font-size: 11px;
    color: #456CED;

}
.information_item{
    color:red;
    font-size: 11px;
    margin-top: 10px;
    padding-left: 16px;
}

.titre_nom_item{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /* width: 100%; */
   margin-left: 16px;
    margin-right: 16px;
    line-height: 21px;

}
.titre_nom_question{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    line-height: 21px;
    margin-bottom:5px
}

.nom_type_item{
    margin-bottom: 10px;
}
.nom_item{
   margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
    resize: none;
    min-height: 11px;
    width: 100%;
    line-height: 1;
    padding-top: 5px;
    padding-left: 10px;
    font-size:11px;
    border : none;
    font-family: 'Rand', sans-serif;
    width: calc(100% - 32px);
}
.champ_question{
    background-color: var(--gris-niveau-2);
    color:var(--main-font-color);
}
.texte_item{
    font-family: 'Rand', sans-serif;
    width: 100%;
    padding: 8px;
    border: none;

}

.zone_choix_item_image, .zone_choix_multimedia {
    line-height:24px;
    background-color: var(--gris-niveau-2);
    color:#666666;
    padding-left: 8px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--main-background-color);
}

.zone_choix_multimedia {
    line-height: 35px;
}

.form_edit_item {
width: 100%;
}

#item_lien_video, #lien_multimedia {
    width: 100%;
    border: none;
    font-size:11px;
    line-height: 14px;
    padding: 10px;
    background-color: var(--gris-niveau-2);
    margin-top:5px;
    color:var(--main-font-color);
}

#lien_multimedia {
    margin-top: 0;
}

.textarea-wrapper {
    display: flex;
    align-items: center;
    height: 100px; /* Ajustez la hauteur selon vos besoins */
}

.champ_question {

    overflow: hidden;
    resize: none;
    min-height: 11px;
    width: 100%;
    line-height: 1;
    padding-top: 5px;
    padding-left: 5px;
    font-size:11px;
    border : none;
    font-family: 'Rand', sans-serif;
}

.titre_corrige, .titre_corrige_qcm, .titre_corrige_qcu, .titre_corrige_qco, .titre_corrige_qca {
    margin-top: 30px;
    margin-bottom: 5px;
}
#corrige, #corrige_qcm, #corrige_qcu, #corrige_qco, #corrige_qca{
    font-family: 'Rand', sans-serif;
    width: 100%;
    padding: 8px;
    border: none;
}
.label_titre_proposition{
    font-size: 11px;
   height: 25px;
}
.btn_ajout_proposition_item{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.liste_proposition_qcm, .liste_proposition_qcu, .liste_proposition_qco {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
}
.liste_proposition_qca{
    display:grid;
  grid-template-columns: 10.5fr 10.5fr 1fr;
    align-items: center;
    width: 100%;
    justify-content: center;
    column-gap: 10px;
}

#sortable_qca1, #sortable_qca2, #ul_btn_delete_proposition{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}
#ul_btn_delete_proposition li{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    list-style-type: none;
    height: 32px;
    width: 20px;
    margin-top: 10px;
    border: none;
    background: none !important;
}
.btn_delete{
    cursor:pointer;
}
.texte_proposition{
    overflow: hidden;
    resize: none;
    min-height: 11px;
    width: 100%;
    line-height: 1;
    padding : 5px;
    font-size:11px;
    border : none;
    /*background-color: var(--gris-niveau-2);*/
    font-family: 'Rand', sans-serif;
    color:var(--main-font-color);
    cursor:pointer;
    white-space: normal;
    word-wrap: break-word;
    /* border-bottom: 1px solid #fff; */
}
 textarea{
    cursor: text !important;
}
.texte_proposition_correction{
    overflow: hidden;
    resize: none;
    min-height: 11px;
    width: 100%;
    line-height: 1;
    padding : 5px;
    font-size:11px;
    border : none;
    font-family: 'Rand', sans-serif;
    color:var(--main-font-color);
    cursor:pointer;
}
.texte_proposition_qcu, .texte_proposition_qco, .texte_proposition_qcm, .texte_proposition_qca{
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
}
.texte_proposition_source_video{
    margin-left: 5px;
    padding-left: 5px;
    min-height: 15px;
    font-size: 11px;
    width: 100;
    flex-grow: 1;
    cursor: pointer;
}
.valid_reponse_qcm, .valid_reponse_qcu, .valid_reponse_qcu_modif{
   width: 30px;
   margin-right: 10px;
}
.ligne_test_qcm{
    margin-bottom: 5px;
    padding-left: 3px;

}
.ligne_test_qcu{
    margin-bottom: 5px;
    padding-left: 3px;

}

.ligne_proposition_qcm, .ligne_proposition_qcu,  .ligne_proposition_qco, .ligne_proposition_qca, .ligne_proposition_source_video{
    width: 100%;
    display: flex;
   flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 21px;
    margin-top: 10px;
    height: auto;
    flex-grow: 1;
    border-radius: 2px;


}
.ligne_titre_proposition_qcm, .ligne_titre_proposition_qcu, .ligne_titre_proposition_qco, .ligne_titre_proposition_qca{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 25px;
    margin-top: 20px;
}



.indice{
    /*background-color: var(--gris-niveau-2);*/
    width: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height:21px;
    font-size: 14px;
    color: #0071DA;
}



.btn_ajout_proposition_item_qcm, .btn_ajout_proposition_item_qcu, .btn_ajout_proposition_item_qco,  .btn_ajout_proposition_item_qca{
    height: 15px;
    width: 15px;
    margin-left: 10px;
    cursor: pointer;
    background-image: url('./img/pictos/ajouter-bleu.svg');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
.aff_item{
    height: auto;
    width: 98%;
    background-color: var(--gris-niveau-2);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    margin: 5px;
    color: var(--main-font-color);
}
.aff_item_test{
    width: 100%;
    background-color:var(--gris-niveau-2);
    border-radius: 10px;
    margin-top: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.aff_item_image{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.affiche_image_edition{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0px 0px 20px 0px;
}
.label_image_actuelle{
    font-size: 11px;
   line-height: 21px;
}
.aff_item_image img, affiche_image_edition img {
    max-width: 100%;
    height: auto;
}

.aff_item_texte, .aff_item_texte_contenu{
    width: 100%;
    max-width: 100%;
    font-size: 10px;
    padding: 0px 0px 8px 0px;
}

.aff_item_texte p{

    word-wrap: break-word;
    overflow-wrap: break-word;

}
.aff_item_texte_test{
    width: 100%;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}
.choix_source_video{
    margin-bottom: 20px;
    width: 100%;
}
.aff_item_video{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding:5px;
    width: 100%;
}
.intitule_question{
    font-size: 14px;
    margin-bottom:10px;
    opacity:0.7;

}
input, textarea {
    background-color: var(--gris-niveau-2);
}
input:hover, textarea:hover {
    background-color: var(--gris-niveau-1);
}

.note-toolbar{
    background-color: var(--gris-niveau-2) !important;
}
.note-editable{
    background-color: var(--gris-niveau-2);
    color:var(--main-font-color);
}
#input_item_image{
    background-color: var(--gris-niveau-2) !important;
}
.aff_item_texte_contenu{
    margin-top: 10px;
}
.aff_item_son{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 5px;
}
.question_item{
    width: 100%;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
}
.aff_liste_proposition_qca{
    display: grid;
   grid-template-columns: 0.3fr 5.6fr 0.5fr 5.6fr;
    width: 100%;
    align-items: end;
}
.aff_liste_proposition_qco{
    display: grid;
   grid-template-columns: 0.3fr 11.7fr;
    width: 100%;
    align-items: end;
}
.aff_liste_qca, .aff_liste_qca_tiret {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
    margin-right:10px;
}
.aff_liste_qca li , .sortable_qca_test li{
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content:center;
    align-items:center;
    border: none;
    width:100%;
    max-width: 600px;
    height: 50px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--gris-niveau-3);
    background: none;
    padding-bottom: 5px;

}
.aff_liste_qca_tiret li{
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content:center;
    align-items:center;
    border: none;
    width:100%;
    height: 46px;
    padding-top: 5px;


}
.highlight, .selected{
    background-color: #a1b2d9 !important;
}

.sortable_qco_reponse{
    width: 100%;
    padding-left: 5px;
}
.aff_item_qco, .aff_item_qca,.aff_item_qcm, .aff_item_qcu{
    height:auto;
    width: 100%;
    padding-left: 5px;

}
.sortable_qca_reponse{
    width: 100%;
}
.sortable_qco_reponse li, .sortable_qca_reponse li{
    list-style-type: none;
    height: 49px;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    align-items:center;

}
.sortable_qca_reponse_correction{
    width: 100%;
}
.sortable_qco_reponse_correction li, .sortable_qca_reponse_correction li{
    list-style-type: none;
    height: 49px;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    align-items:center;
    border-bottom: 1px solid #e4e1e1;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tiret{
    border-bottom: none !important;
}

.cadre_corrige_qc{
    padding:5px;
    background-color: var(--gris-niveau-3);
    color:var(--main-font-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 5px;
}
.aff_ligne_proposition{
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    align-items:center;
    width: 100%;
    min-height: 25px;
    height: auto;
    justify-content: flex-start;
     border: none;
    margin-bottom:10px;
    font-size:12px;

    cursor:pointer;

}
.aff_ligne_proposition_qca, .aff_ligne_proposition_qco{
    border-bottom: 1px solid #e4e1e1;
    color: var(--main-font-color);

}
.aff_ligne_correction_qca, .aff_ligne_proposition_qco{
    min-height: 14px;
    width: 100%;
    color: var(--main-font-color);
}

.aff_ligne_proposition_qca .indice{
    background-color: var(--gris-niveau-2);
}

.btn_retour_choix_item{
    cursor: pointer;
}
.btn_retour_choix_item{
    height:24px;
    width:34px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_gauche_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    color:#FFFFFF;
}
.information_item_code_integration{
    font-size: 11px;
    opacity: 0.8;
    margin-top: 10px;
}
/** --------Test de l'ancrage mémoriel */
.modal_test_capsule {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section_miniHeaderRecap img {
    width: 100%;
}

.mascote_fin {
    display: flex;
    justify-content: center;
}

.section_liste_items_test {

    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}
.bouton_action_test {
    display: flex;
    justify-content: center;
    height: 34px;
    width: 100%;
    position: sticky;
    bottom: 0;
}
.section_repere_question{
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    margin-top: 5px;
    padding: 5px;

}
.repereQuestion{
    height: 7px;
    display: flex;
    flex-flow: row nowrap;

}
.sousRepereQuestion{
   height: 100%;
    background-color: #FFFFFF;
    border-radius: 1px;
    flex: 1;
    margin-left: 3px;
}
.sousRepereQuestion_bleu{
    height: 100%;
    background-color:#0071DA;
    border-radius: 1px;
    flex: 1;
    margin-left: 3px;
}
.bloc_avancee_question_texte{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 11px;
    opacity: 0.6;
    padding-left: 5px;
    margin-top: 8px;
    margin-bottom:10px;
    width: 100%;

}
.nbquestion_test{
    margin-left: 4px;
}
.titre_bilan_test{
    display: none;
    margin-top:20px;
    margin-left: 5px;
    font-size:12px

}
/* Style de base pour masquer la case à cocher, btn_radio */
.valid_reponse_qcm, .valid_reponse_qcu, .valid_reponse_qcu_modif,.valid_reponse{
    display: none;
}

.information_qcm_qcu{
    font-size:11px;
    opacity: 0.6;
    color:var(--main-font-color);
}

.custom_label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background:var(--picto_radio);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-right:5px;
}
.custom_label_qcm {
    display: inline-block;
    width: 20px;
    height: 20px;
    background:var(--picto_case_a_cocher);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-right: 5px;
}


    /* Style de l'image de fond lorsque la case est cochée */
.valid_reponse_qcm:checked + .custom_label_qcm{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:var(--picto_case_a_cocher_checked);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.valid_reponse_qcu:checked+.custom_label, .valid_reponse_qcu_modif:checked+.custom_label  {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background:var(--picto_radio_checked);
    background-repeat: no-repeat;
    background-position: center center;
}

.valid_reponse_qcm+.custom_label_valid{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/case_a_cocher_valid.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}
.valid_reponse_qcu+.custom_label_valid, .valid_reponse_qcu_modif+.custom_label_valid{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/radio_valid.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.valid_reponse_qcm+.custom_label_non_valid{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/case_a_cocher_non_valid.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}
.valid_reponse_qcu+.custom_label_non_valid, .valid_reponse_qcu_modif+.custom_label_non_valid{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/radio_non_valid.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.correction_valid{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/radio_valid.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}
.correction_non_valid{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/radio_non_valid.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}
.ico_infos_item_ajoute{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/test_ajoute.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}
.infos_capsule_modifiee{
    font-size:11px;
    color:orange;

}



.tiret {
    background:url("img/pictos/fleche_appariement.svg") no-repeat;
    background-position: center center;
   border: none;
}
.btn_valid_test{
    margin-bottom: 10px;
}

.corrige_qc{
    font-size: 12px;
}

.correction_qc{
    font-size: 12px;
    margin-bottom: 5px;
    font-size: 11px;
    margin-bottom: 5px;
    display:none;


}
.reponse_qc{
    padding-top: 5px;
    font-size: 12px;
    border-top: 1px solid #FFFFFF;
    margin-bottom: 5px;
    color:var(--main-font-color);

}
.reponse_qc_correction{
    padding-top: 5px;
    font-size: 12px;

    margin-bottom: 5px;
    border-radius: 5px;
    margin-top:5px;
}


.cadre_qc_test{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items:flex-start;
}
.cadre_liste_qco_test{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items:flex-start;

    width: 100%;
}
.cadre_qco_reponse{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items:flex-start;

    width: 100%;
}
.liste_nombre_qco_test{
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: flex-end;
}
.liste_nombre_qco_test li{
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content:center;
    align-items:center;
    border: none;
    width:15px;
    height: 35px;
    font-size: 11px;
    color:#0071DA;
    margin-bottom: 10px;

}

.liste_nombre_qco_test_reponse li{
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content:flex-start;
    align-items:center;
    border: none;
    width:15px;
    height: 50px;
    margin-bottom: 5px;
    font-size: 11px;
    color:#0071DA;
}

.sortable_qco_test li  {
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items:center;
    border: none;
    width:100%;
    max-width: 600px;
    height: 35px;
    border-bottom: 1px solid var(--gris-niveau-3);
    background: none;
    font-size: 11px;
}
.titre_question_test{
    margin-bottom: 10px;
}
.fond_vert{
    background-color: rgba(159, 214, 172, 0.57);
    border: 1px solid #058f25;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius :5px;
}
.fond_rouge{
    background-color: rgb(233 148 131);
    border: 1px solid red;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.titre_reponse{
    margin-bottom: 5px;
    color:var(--main-font-color);
    font-size:12px;
}

.sortable-dragging {
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items:center;
    opacity: 1;
    z-index: 1000;
    background-color: #FFFFFF;
    border:none;
  }
  .sortable-dragging_qca {
    height: 25px !important;
    background-color: #FFFFFF;

  }
  .bilan_ancrage{
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items:center;

  }
  .ico_non_valid{

    width: 16px;
    height: 40%;
    background:url("img/pictos/radio_non_valid.svg") no-repeat;
    background-position: top right;

  }
  .ico_valid{
    width: 16px;
    height: 40%;
    background:url("img/pictos/radio_valid.svg") no-repeat;
    background-position: bottom left;
    margin-right:5px;

  }
  .titre_score{
    font-size: 18px;
  }
.nombre_score{
    font-size: 18px;
}
.recap_test{
    margin-top: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.titre_item_bilan{
    width: 100%;
    height: 25px;
    display: flex;
    flex-flow: row wrap ;
    justify-content: space-between;
    align-items: center;
    background-color: var(--gris-niveau-2);
    /* border-bottom:1px solid #CCCCCC; */
  font-size:12px;
  padding-left: 8px;
    padding-right: 8px;
    color:var(--main-font-color);
    opacity: 0.7;
  margin-top: 1px;

}
.ordre_item_bilan{
    margin-right: 10px;
    border-right:1px solid var(--background-color-modal);
    height: 100%;
    padding-right: 5px;

}


/* --------Footer main nav--------------- */
#footer_main_nav{
    width:100%;
    /*margin-top: auto;*/
    border-top: solid var(--color-separateur-border-segment) 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;

}
.segment_footer_nav{
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    width:49.5%;
    justify-content: space-between;
}
.bloc_footer_main_nav{
    width:49%;
    display: flex;
    flex-direction: column;
}
.titre_bloc_footer_main_nav{
    color:var(--background-color-bouton-fleche);
}
.bloc_footer_main_nav_boutons{
    background-color:#E8E8E8;
    width:49%;
}

.btn_scroll_top{
    background-color: var(--color-background-bouton-scrolltopover-udi);
    color:var(--main-font-color);
    font-family: 'Rand', sans-serif;
    display: inline-flex;
    align-items: flex-start;
    border: none;
    padding-left: 25px;
    padding-top: 8px;
    height:100%;
    width: 100%;
    background-image: var(--picto-fleche-haut);
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.btn_scroll_top:hover{
    background-color: var(--color-hover-bouton-scrolltopover-udi);
    cursor: pointer;
}

.bouton[fonction="udi"]{
    background-color: var(--color-background-bouton-scrolltopover-udi);
    display: inline-flex;
    align-items: flex-start;
    border: none;
    height:100%;
    width: 100%;
    background-image: var(--logo-udi);
    background-size: clamp(90px, 10vw, 100px);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


    /** liste modal espace rangement*/
#sortable{
    width: 100% !important;
    font-size: 8px;
    background-color: var(--gris-niveau-3);

}
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; z-index: 50;}

#sortable .sortable_faq{ list-style-type: none; margin: 0; padding: 0; width: 100%; z-index: 50;}
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; font-size: 1.6em; min-height:21px;  background-color: var(--gris-niveau-2)}
#sortable li span { position: absolute; margin-left: -1.3em; }
#sortable li:hover{
    cursor: pointer;
    background-color: var(--gris-niveau-1);
}

.sortable_faq, #sortable_qco, #sortable_qca1,#sortable_qca2{
list-style-type: none;
margin: 0;
padding: 0px !important;
width: 100%;
z-index: 50;
   ;

}
 #sortable_qca1 li ,#sortable_qca2 li{
    border: none;
    background-color: var(--gris-niveau-2);
     cursor: pointer;
}
#sortable_qco li{
    border: none;
}
.sortable_faq li{
    list-style-type: none;
    margin: 0px 0px 1px 0px !important;
    padding: 0.4em;
    font-size: 1.6em;
    min-height:21px;
    background-color: none;
    color: var(--main-font-color);
}
.row_list{
    width: 100%;
    height: 35px  !important;
    font-size: 8px;
    display: grid  !important;
    grid-template-columns: 0.5fr 10.5fr 1fr;
    align-items: center;
    background-color: var(--color-background-row-list-sortable);
    color:var(--main-font-color);
}
.sortable_espace{
    height: 100% !important;
    /*overflow:scroll !important;*/
}
.ui-icon, .ui-widget-content .ui-icon {
    filter: var(--mon-filtre);
    -webkit-filter: var(--mon-filtre);
    margin-top: 2px;
}

.ui-icon_item_qco{
    margin-top: 0px;
    height:15px;

}


.row_liste_faq{
    list-style-type: none;
    border: none ;
    /* border-bottom: #CCCCCC 1px solid; */
    box-shadow: none;
    background: var(--gris-niveau-1) ;
    color: var(--main-font-color);
}

.ui-icon{
    cursor: pointer;

}
.ui-icon:hover{
   background-color: var( --color-hover-bouton-scrolltopover-udi);
}

.li_faq{
    margin: 0 3px 3px 3px; padding: 0.4em; font-size: 1.6em; min-height:21px;
}

.connect{
    width: 70vw;
    height: 30vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items:center;
    margin-left :auto;
    margin-right :auto;
    margin-top: 30px;
}


    .form_connect{
        height: 50%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 20px;
        font-size: 16px;

    }
    .logo_monCap{
        height: 68px;
        width:300px;
        background-image: url(./img/logo_moncap_v2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        filter:invert(var(--invert-color-img-logo));


    }
    .span_pass, .span_login{
        margin-right: 10px;
    }
    .login, .pass{
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .input_text{
        height:25px;
    }
    .valider_login{
        /* border:solid 1px orangered; */
        width: 100%;
        height: 30px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;

    }
    .submit_login{
       width: 40%;
       text-align: center;

    }

    .login_provisoire{
        width: 50px;
    }

   .noShow {
    display: none;
   }

   .lien_retour_accueil{
        width:100%;
        height:100%;
        transform: rotate(180deg);
        background-image: url(./img/pictos/accueil1.svg);
        background-repeat:no-repeat;
        background-color: transparent;
        background-size:30px;
        background-position: center center;
        margin-right: 140px;
   }
/** ancrage Memoriel user */
.header_recap img{
    width: 100%;
}

.bloc_carte_abonnement, .bloc_carte_capsule{
    height: 200px;
    /* width: 33%; */
    min-width: 330px;
   /* margin : 10px 0px 10px 10px; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    background-color: var(--color-background-description-carte);
    position: relative;
}

.container_mes_abonnements{
    margin-bottom: 20px;
}
.test_ancrage{
    cursor: pointer;
}
.infos_capsule {
    width: calc(100%);
    height: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.fond_couleursite {
    background-color: var(--background-color-bouton-fleche);
}

.titre_formation_capsule {
    width: 65%;
    padding-left: 10px;
    padding-top: 8px;
    font-size: 18px;
    color: var(--main-font-color);
}

.titre_capsule {
    width: 55%;
    height: 100%;
    padding: 8px 0 5px 10px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}

.position_triangle {
    position: absolute;
    display: block;
    width: 170px;
    right: 0px;
    top: 3px;
}

.position_ticket {
    position: absolute;
    display: block;
    width: 170px;
    right: 0px;
    top: 22px;
}

.position_mascote {
    position: absolute;
    display: block;
    width: 95px;
    /* height: 50%; */
    right: 70px;
    bottom: 5px;
    /* background-color: #000000; */
}

.position_mascote img, .position_ticket img, .position_triangle img {
    width: 100%;
}

.illustration_carte_ancrage{
    width:100%;
    height: 70%;
    background-size: cover;

    background-position: center center;
    margin-right: 10px;

}
.segment_espace_abonnement{
    /* width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top:10px */
    width:100%;
    margin-top: 12px;
    margin-bottom: 5px;
    /* overflow-wrap: normal; */
    display: grid;
    grid-template-columns: minmax(auto,1fr) minmax(auto,1fr) minmax(auto,1fr);
    column-gap:1%;
    justify-content:flex-start;
}



.description_carte_ancrage{
    width: 100%;

    padding : 10px 0px 0px 5px;
    font-size: 14px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;

}
.titre_capsule_abonnement{
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sous_description_carte_ancrage{
    width: 100%;
    height:100%;
    padding: 5px 0px 0px 10px;
    font-size: 12px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0.7;
}

.cadre_bleu{
    height:34px;
    width:34px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
}
.titre_abonnement{
    width: 100%;
    height:70%;
    min-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zone_subscribe{
    width: 100%;
    height: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}
.btn_subscribe, .btn_voir_abonnement,.btn_unsubscribe {
    width: 100px;
    height: 25px;
    background-color: var(--main-background-color);
    font-size:11px;
    padding:5px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    color:#456CED;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ;
    cursor: pointer;

}
.btn_unsubscribe {
    width: 150px;
    height: 25px;
    background-color:var(--main-background-color);
    font-size:11px;
    padding:5px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    color:darkred;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ;
    cursor: pointer;

}

.btn_voir_abonnement_infos {

    height: 25px;
    font-size:11px;
    padding:5px;
    margin: 0 0px 0px 10px;
    border-radius: 5px;
    color:#456CED;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    cursor: pointer;

}
.btn_edit_abonnement{
    width: 100px;
    height: 25px;
    /*background-color: #FFFFFF;*/
    font-size:11px;
    padding:5px;
margin-right: 10px;
    /*border-radius: 5px;*/
    color:#456CED;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ;*/
    cursor: pointer;


}
.ligne_titre_proposition_abonnement{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.btn_subscribe:hover,.btn_unsubscribe:hover, .btn_voir_abonnement:hover{
    background-color: #a1b2d9;
    box-shadow: 0 0 0 ;
}
.btn_edit_abonnement:hover{
    text-decoration: underline;
}
.ico_subscribe{
    width:15px;
    height:15px;
    background-image: url(./img/pictos/bell.svg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-left: 5px;

}
.ico_unsubscribe{
    width:15px;
    height:15px;
    background-image: url(./img/pictos/bell_unsubscribe.svg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-left: 5px;

}
.ico_eye{
    width:15px;
    height:15px;
    background-image: url(./img/pictos/eye.svg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-left: 5px;

}
.ico_eye_crossed{
    width:15px;
    height:15px;
    background-image: url(./img/pictos/eye-crossed.svg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-left: 5px;

}
.ico_settings{
    width:15px;
    height:15px;
    background-image: url(./img/pictos/settings.svg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-left: 5px;

}


.ligne_abonnement{
    width: 200px;
    height: 31px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
}
.label_abonnement{
    width: 100%;
    height: 31px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.texte_abonnement{
    width: 100%;
    height: 100%;
    border: none;
    font-size:12px;
    padding-left: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
    cursor:pointer;
}
.zone_titre_abonnement_ancrage{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.titre_parametres_abonnement{
    width: 250px !important;
    padding-left: 0px !important;
}
.espace_ancrage_vide{
    font-size: 12px;
    opacity:0.7;
}
.entete_titre_abonnement{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.entete_debut_titre_abonnement{
    width: 80%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.entete_debut_titre_capsules_realisees{
    width: 80%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}



.frequence_abonnement{
    margin-left: 10px;
    color: red;
    font-size: 11px;
    opacity: 0.8;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.nombre_capsules_carte{
    margin-left: 20px;
    font-size: 12px;
    opacity: 0.8;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.capsules_realisees{
    opacity: 0.5;
    margin-left: 10px;
    font-size: 14px;
}
.ligne2_entete_ancrage{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 5px;
    padding-left: 5px;
}
.entete_fin_titre_abonnement{
    width: 20%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.titre_mon_abonnement{
    margin-left: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.sous_titre_date_abonnement{
    margin-left: 10px;
    font-size: 11px;
    opacity: 0.5;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.section_capsules_ancrage{

    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.liste_capsules_ancrage{
    width: 100%;
    margin-top: 5px;

}
.bandeau_titre_formation_ancrage{
    margin-top: 8px;
    display:flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height:70px;
    width: 100%;
    background-color: var(--gris-niveau-3);
}
.cadre_bleu_ancrage{
    height:70px;
    width:34px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
}
.action_module_milieu_ancrage{
    width: 30%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    height:25px;
}

.titre_section_item_ancrage{
    border-radius: 5px;
}
.espace_item_ancrage{
    background-color:var(--gris-niveau-3);
    margin-bottom:2px;

}
.infos_item_ajoute_test{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url("img/pictos/radio_non_valid.svg") ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}
.label_pas_de_test{
    height: 34px;
    font-size: 11px;
    padding:5px;
}
.titre_question_ancrage{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.titre_question_ancrage_debut{
    width: 90%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.titre_question_ancrage_fin{
    width: 10%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}
.aff_item_texte_ancrage{
    margin-left: 10px;
    font-size: 12px;
    color: var(--main-font-color);
    width: calc(100% - 28px);
}

.aff_item_test_ancrage{
    width: 90%;
    background-color: var(--gris-niveau-2);

    padding-right: 5px;

    border-radius: 10px;
    margin-left:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:none;
    margin-top: 5px;
}
.espace2_item_ancrage, .espace3_item_ancrage{
    width: 90%;
    margin-left:30px;

}
.item_espace_2, .item_espace_3{
    display: none;
}
.ordre_capsule_ancrage{
    height:28px;
    width:28px;
    margin-right: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: var(--gris-niveau-1);
    color: var(--main-font-color);

}
.btn_fleche_bleu_bas_ancrage{
    height:28px;
    width:28px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_bas_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn_fleche_bleu_droite_ancrage{
    height:28px;
    width:28px;
    border: none;
    background-color:var(--background-color-bouton-fleche);
    background-image: url("img/pictos/fleche_droite_blanc.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.correction_qc_affichage{
    padding: 5px 5px 5px 0px;
    margin-bottom: 5px;
    font-size: 11px;

}
.reprise_test{
    /*background-color: var(--gris-niveau-2);*/
    border-radius: 10px;
    color:red;
    font-size: 16px;
    height: 70px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;


}
.titre_selection_item{
    margin-bottom: 5px;
}

/** page statistiques admin carte*/
.container_infos_statistiques_carte{
    background-color: var(--gris-niveau-3);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.vignette_statistiques{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 93px;
    width: 114px;
    margin: 10px;

}
.vignette_statistiques_details{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    max-height: 116px;
    width: 114px;
    margin: 10px;

}
.chiffres_statistiques{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: var(--main-background-color);
    font-size: 19px;
}
.sous_titre_section_stat_carte {
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    width: 100%;
    height: 34px;
    padding:5px;
    background-color: var(--gris-niveau-1);
}
.texte_statistiques{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    background-color: var(--gris-niveau-2);
    font-size: 11px;
    overflow-wrap: break-word;
    padding: 5px;
}
.btn_details_statistiques, .btn_details_total_statistiques{
    width: 100%;
    height:23px ;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 11px;
    background-color: #456CED;
    color:var(--main-background-color);
    cursor: pointer;
}
/* page informations */
.container_infos_carte{
    background-color: var(--gris-niveau-3);
    display: flex;
   flex-flow: column nowrap;
    justify-items: start;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;

    width: 100%;
    height: 190px;
}

.container_infos_partie_haute, .container_infos_partie_basse{

    padding: 5px;
    font-size: 13px ;
    width: 100%; display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;


}
.container_infos_partie_haute{
    height: 150px;
}
.container_infos_partie_droite{
    margin-left:20px;
}

.sous_container_ligne_infos,.sous_container_vignette{
    width: 50%;
    height: 80%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 11px;
}
.ligne_info{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    margin-left: 10px;
    font-size: 11px;
}
.ligne_info_vignette{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    font-size: 11px;
}
.contenu_infos{
    margin-left: 10px;
    font-size: 11px;
}

.label_titre_infos{
    font-size: 19px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 140px;
    margin : 10px 10px 10px 10px;

}
.label_infos{
    opacity:0.6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 30px;

}
.sous_container_infos_carte{
    margin-left: 10px;
}
.contenu_infos_image{
    height: 150px;

    background-color:#FFFFFF;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
   padding: 10px;
    margin : 0px 0px 10px 10px;
}
.vignette_carte img{
    height: 130px;

}
.picto_editer{
    width: 15px;
    height: 15px;
    background-image: url("img/pictos/editer.png");
    cursor: pointer;
}
.espace_choix_vignette_edition_admin{
    height: 60%;
    max-height: max-content;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.sous_titre_section_admin_carte{
    background-color: var(--gris-niveau-1);
    min-height: 30px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    /* justify-content: space-between; */
    align-items: center;
}
.sous_label_titre_recherche{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5px;
}
.container_acces_carte{
    background-color: var(--gris-niveau-3);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    width: 100%;
    height: auto;
    margin-bottom: 20px;

}
.titre_section_admin_carte_acces {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    width: 100%;
    height: 34px;
    color : var(--main-font-color);
    background-color: var(--gris-niveau-2);
    font-size: 13px;
}
.ligne_recherche_admin{
    width: 100%;
    background-color: var(--gris-niveau-1);

}
.carre_bleu{
    border: none;
    background-color: var(--background-color-bouton-fleche);
    /*background-image: url(img/pictos/fleche_droite_blanc.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height: 34px;
    width: 34px;
    margin-right: 5px;
}
.ico_recherche_admin{
    height: 20px;
    width: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin:0px 5px 0px 5px ;
}
.label_titre_recherche_utilisateur{
    font-size: 13px;
    margin-right: 10px;
    margin-left:10px;
    white-space: nowrap ;
}
.sous_container_admin_carte_acces{
    width: 100%;
    background-color: var(--gris-niveau-2);
}
.ligne_affichage_utilisateur_carte{
    width: 100%;
    height: 31px;
    display: grid;
   grid-template-columns: 1fr 1fr 2fr  0.2fr;
    justify-content: start;
    align-items: center;
    border-top: 1px solid var(--gris-niveau-1);
    font-size: 11px;
}
.ligne_titre_acces{
    opacity:0.6;
}
.colonne_utilisateur{
    height: 25px;
    border-right: 1px solid var(--gris-niveau-1);
    font-size: 11px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;

    padding: 5px;
}
.colonne_supprimer_utilisateur{
    justify-content: center;
    border-right: none;
}
#select_formateurs_acces, #select_adminR_acces {
    font-size: 11px;
    line-height: 20px;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    color:var(--main-font-color);
    min-width: 150px;
}

.btn_delete_utilisateur{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.container_acces_carte_modal_edition{
    width: 100%;
}
.btn_editer_infos_carte{
    cursor: pointer;
    margin-right: 10px;

}
.sous_label_titre_notification{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5px;
    font-size: 13px;
}
.svg_ajout_notification{
    margin-left: 5px;
}
.titre_section_admin_carte_infos {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: 34px;
    color : var(--main-font-color);
    background-color: var(--gris-niveau-2);
    font-size: 13px;
}
.titre_gauche_infos{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.container_infos_partie_basse{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width:  100%;
    padding: 15px;
    height: 30px;
    margin-top: 10px;
}
.label_adresse_publique{
    opacity: 0.6;
    margin-right: 5px;
    font-size: 11px;
}
.contenu_label_adresse_publique{
    font-size: 11px;
}
.btn_ajout_notification{
    cursor:pointer;
    margin-right: 10px;
}
.espace_ajout_notification{
    margin-top: 30px;
}
.btn_modale_notification{
    cursor: pointer;
}
.titre_notification , .titre_notification_modale {
    margin-right: 16px;
    margin-left: 16px;
    overflow: hidden;
    resize: none;
    min-height: 11px;
    width: 100%;
    line-height: 1;
    padding-top: 5px;

    font-size:12px;
    border : none;
    font-family: 'Rand', sans-serif;
    width: calc(100% - 32px);
    color: var(--main-font-color);

    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

}
.titre_notification svg, .titre_notification_modale svg{
    margin-right: 10px;
    min-width: 20px !important;
}
.titre_notification_modale{

    padding-left: 8px;
    opacity:0.7;
}
.titre_notification_modale_vue{

    padding-left: 8px;
    opacity:0.7;
    font-size: 12px;
}

.container_liste_notifications{
    width: 100%;
}
.info_notif_vide{
    margin-top: 20px;
    margin-left: 10px;
    font-size: 13px;
}
/* Page trombinoscope */
.container_trombi{
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--main-background-color);

}
.form_ajout_module_defaut{
    width: 100%;
}
.ligne_edition_trombi{
    height: 35px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    background-color: var(--gris-niveau-2);
}
.nom_trombinoscope{
    margin-left:10px;
    font-size: 13px;
}


.ligne_cartes_trombi{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    padding:20px;
    background-color: var(--gris-niveau-3);
}
.carte_trombi, .carte_trombi_ext{
    width:100%;
    height: 480px;
    background-color: var(--main-background-color);
    color: var(--main-background-color);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding:10px;
    /* cursor: pointer; */
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
.carte_trombi_ext{

    cursor:default ;

}

.carte_trombi_rouge{
    background-color: indianred;
}
.carte_trombi_fiche{
    background-color: var(--gris-niveau-3);
    color: var(--main-background-color);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding:10px;
    cursor: pointer;
    flex-grow: 1;
    width:100%;
    /* height: calc(100vh - 68px);
    overflow-y: auto ;
    position:absolute;
    top:34px; */

}
.ligne_carte_trombi{
    width: 100%;
    padding:15px;

}
.ligne_haut_trombi{

    height: 130px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--gris-niveau-2);

}
.ligne_haut_trombi_fiche{
    width: 100%;
    height: 150px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--gris-niveau-2);

}

.ligne_moyenne_haute_trombi{
    width: 100%;
    height: 100px;
    max-height: 250px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--gris-niveau-2);
}
.div_question{

    border-radius: 5px;
    padding: 5px;
}
.ligne_reponse_trombi_type_radio {
    background-color: var(--gris-niveau-2);
    padding:10px;
    border-radius : 5px;
}
.ligne_moyenne_haute_trombi_fiche{
    width: 100%;
    max-height: 150px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--gris-niveau-2);
    padding : 10px 5px 10px 5px;
}
.ligne_moyenne_basse_trombi{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--gris-niveau-2);
    max-height: 150px;

}
.ligne_moyenne_basse_trombi_question_public{
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--gris-niveau-2);
    padding : 10px 5px 10px 5px;
}

.label_contenu_parcours_pro{
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    font-size: 11px;
    color: var(--main-font-color);
    width: 100%;
}
.ligne_basse_trombi{

     height: auto;
     width: 100%;
     display: grid;
     grid-template-columns: 1fr 1fr;
    align-items: start;
 }

.ligne_basse_trombi_fiche{

    height: auto;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: start;

}
.qualif_membre_trombi{
    background-color: var(--gris-niveau-1);
    color:var(--main-font-color);
    opacity: 0.7;
    margin-right: 10px;
    font-size: 11px;
    line-height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top:5px;
    height: 21px;
    width: auto;
}
.qualif_membre_trombi_fiche{
    /*background-color: var(--gris-niveau-1);*/
    color:var(--main-font-color);
    opacity: 0.7;
    margin-right: 10px;
    font-size: 11px;
    line-height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top:5px;
    height: 21px;
    width: auto;
    gap: 10px;
}
.espace_photo{
    /* width: 30%; */
    /* height: 100px; */
    width: 110px;
}
.espace_infos_membre{
    width: 70%;
    height: 100px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
}
.espace_infos_membre_fiche{
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
}
.espace_nom_trombi{
    width: 100%;
    height: 35px;
    font-size: 13px;
    color: var(--main-font-color);
}
.espace_mail_telephone{
    width: 100%;
    height: 65px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.ligne_infos_trombi{
    width: 100%;
    min-width: 200px;
    line-height: 25px;
    font-size: 11px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.ligne_infos_trombi_fiche{
    width: 100%;
    min-width: 250px;
    line-height: 25px;
    font-size: 11px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.label_titre_infos_trombi   {
    color:var(--main-font-color);
    opacity: 0.7;
    font-size: 11px;
    /* line-height: 25px; */
    flex-shrink: 0;
    /* white-space: nowrap; */
}
.label_titre_infos_trombi_fiche, .label_titre_infos_trombi_fiche_long   {
    color:var(--main-font-color);
    opacity: 0.7;
    font-size: 11px;
    line-height: 25px;
    width: 80px;
    height: 100%;
}
.label_titre_infos_trombi_fiche_long  {
    width: 120px;

}
.label_contenu_infos_trombi  {
    color:var(--main-font-color);
    margin-left:10px;
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 2;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient: vertical;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.label_contenu_infos_trombi_mail{
    max-width: 230px;
    margin-left: 5px;
    font-size: 11px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}
.label_contenu_infos_trombi_mail_fiche{
    width: 100%;
    margin-left: 5px;
    font-size: 11px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}
.label_contenu_infos_trombi_long, .label_contenu_infos_trombi_long_fiche{
    max-width: 100%;
    margin-left: 5px;
    font-size: 11px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}

.label_contenu_infos_trombi_long_fiche{
    max-width: 100%;
    margin-left: 5px;
    font-size: 11px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}

.espace_infos_trombi{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 11px;
}



.btn_edit_nom_trombi{
    margin-left: 10px;
}
.info_trombi{
    width: 100%;
    height: 140px;
    background-color: var(--gris-niveau-3);
}
.info_gauche_trombi, .info_droite_trombi{
    width: 50%;
    padding: 10px;
    min-height: 100%;
}
.titre_info_trombi{
    margin-bottom: 10px;
    font-size:18px;
}

.info_gauche_trombi{
   border-right: 1px solid var(--gris-niveau-1);
}
.contenu_info_trombi{
    margin-bottom: 10px;
    width: 100%;
}
.info_lien{
    margin-bottom: 0px;
}
.titre_contenu_info_trombi, .info_parenthese{
    opacity: 0.6;
    font-size: 14px;
    height: 100%;

}
.label_contenu_info_trombi{
    font-size: 14px;
    opacity: 1;
    margin-left:10px;

}
.btn_visible_trombi{
    width: 20px;
    height: 20px;
}
.partie_basse_info_droite_trombi{
    height: 25px;
    width: 100%;
}

.entete_info_trombi{
    height: 34px;
    background-color: var(--gris-niveau-2);
}
.liste_question_trombi_public, .liste_question_trombi_prive{
    width: 100%;
}
.ligne_liste_question_trombi{
    width: 100%;
    display: grid;
    grid-template-columns: 4% 51% 15% 10% 10% 10%;
    font-size: 11px;
    background-color: var(--gris-niveau-2);

    color: var(--main-font-color);
    border : none ;
    border-bottom: 1px solid var(--gris-niveau-1);

}

.col_ligne_question_trombi{
    height: 34px;
    border-right: 1px solid var(--gris-niveau-1);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col_ligne_question_trombi label {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
line-clamp:2; /* Nombre de lignes maximum */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
}
.col_ligne_question_trombi_center{
    height: 34px;
    border-right: 1px solid var(--gris-niveau-1);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.col_ligne_question_trombi svg{
   margin-right: 5px;
}
.btn_radio_trombi{
    width: 150px;
    gap: 10px;
}
.rs-scale ins{
    color: var(--main-font-color) !important;
}

.ligne_question_bibliotheque_trombi{
    height: 42px;
    width: 100%;
    background-color: var(--gris-niveau-2);
    border-bottom: 1px solid var(--gris-niveau-2);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px
}
.ligne_question_bibliotheque_trombi:hover{
    background-color: var(--gris-niveau-1);

}

.btn_ajout_question_trombi_bibliotheque{
    height: 21px;
    gap:px;
}
.btn_ajout_question_trombi_bibliotheque svg{
    height: 14px;

}

/** EMail carte **/
.content_email_carte {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.content_email_carte a {
    color: blue;
    text-decoration: underline;
}

.titre_email_carte {
    font-style: italic;
}

.style_variable {
    color: #0caa32;
    font-weight: bold;
}

.list_destinataire_email {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bloc_email_destinataire {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-content: center;
    gap: 5px;
}

.btn_sup_destinataire {
    margin-left: 10px;
    cursor: pointer;
}

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

.ht_area-50 {
	height: 50px;
}

.ht_area-80 {
	height: 80px;
}

.ht_area-100 {
	height: 150px;
}

.ht_area-300 {
	height: 350px;
}

/** office365 **/
.table_office365 {
    width: 100%;
}

.table_office365 thead th {
    text-align: left;
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

.table_office365 tbody tr {
    font-size: 12px;
}
.mail_office365 {
    font-family: 'Courier New', Courier, monospace;
}

.alert-box {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    gap: 15px;
}

/* Alternance de couleurs pour les lignes du tableau */
.table_office365 tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table_office365 tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table_office365 tbody tr:hover {
    background-color: #e9ecef;
    transition: background-color 0.2s ease;
}

/* boostrap mon Cap */
/* boostrap display */
.d-none {
    display: none;
}

.df-row_nowrap{
    display: flex;
    flex-flow: row nowrap;
}
.df-column_nowrap{
    display: flex;
    flex-flow: column nowrap;
}
.df-row_wrap{
    display: flex;
    flex-flow: row wrap;
}
.df-column_wrap{
    display: flex;
    flex-flow: column wrap;
}
.fd-reverse {
    flex-direction: row-reverse;
}
.fd-row {
    flex-direction: row;
}
.jc-flex_start{
    justify-content: flex-start;
}
.jc-flex_end{
    justify-content: flex-end;
}
.jc-center{
    justify-content: center;
}
.jc-space_between{
    justify-content: space-between;
}
.jc-space_around{
    justify-content: space-around;
}
.ai-flex_start{
    align-items: flex-start;
}
.ai-flex_end{
    align-items: flex-end;
}
.ai-center{
    align-items: center;
}

/* GAP pour Flex */
.gap-5{
    gap: 5px;
}   
.gap-10{
    gap: 10px;
}
.gap-15{
    gap: 15px;
}
.gap-20{
    gap: 20px;
}
.gap-25{
    gap: 25px;  
}
.gap-30 {
    gap: 30px;
}

/* boostrap margin */
.m-5{
    margin :  5px 5px 5px 5px;
}
.m-10{
    margin: 10px 10px 10px 10px;
}
.m-15{
    margin : 15px 15px 15px 15px;
}
.m-20{
    margin: 20px 20px 20px 20px;
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.ml-30{
    margin-left: 30px;
}
.ml-40{
    margin-left: 40px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}

.mb-20{
    margin-bottom: 20px;
}
/* boostrap padding*/
.p-0 {
    padding: 0
}
.p-5{
    padding :  5px 5px 5px 5px;
}
.p-10{
    padding: 10px 10px 10px 10px;
}
.p-15{
    padding : 15px 15px 15px 15px;
}
.p-20{
    padding: 20px 20px 20px 20px;
}
.pl-5{
    padding-left: 5px;
}
.pl-10{
    padding-left: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pl-20{
    padding-left: 20px;
}
.pr-5{
    padding-right: 5px;
}
.pr-10{
    padding-right: 10px;
}
.pr-15{
    padding-right: 15px;
}
.pr-20{
    padding-right: 20px;
}
.pt-5{
    padding-top: 5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}

.pt-20{
    padding-top: 20px;
}
.pb-5{
    padding-bottom: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}

.pb-20{
    padding-bottom: 20px;
}

/* Couleur */
.fondgris-N1 {
    background-color: var(--gris-niveau-1);
}

.fondgris-N2 {
    background-color: var(--gris-niveau-2);
}

.fondgris-N3 {
    background-color: var(--gris-niveau-3);
}

/* bordure */

.borderB-blanc {
    border-bottom: 1px solid #fff;
}

.borderB-gris {
    border-bottom: 1px solid var(--gris-niveau-1);
}

/* taille element */
.flex-grow {
    flex-grow: 1;
    word-wrap: break-word;
}

.fixed-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
}

.w-100 {
    width: 100%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}
.w-33 {
    width: 33.3%;
}
.w-30 {
    width: 30%;
}
.w-25 {
    width: 25%;
}
.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.h-30 {
    height: 30px;
}

.h-40 {
    height: 40px;
}

.h-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
}

.mh-30 {
    min-height: 30px;
}

.mh-40 {
    min-height: 40px;
}

.mh-50 {
    min-height: 50px;
}

.mh-60 {
    min-height: 60px;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

/* Taille texte */

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text20 {
    font-size: 20px;
}
.text22 {
    font-size: 22px;
}
.text24 {
    font-size: 24px;
}

/* couleur texte */
.noir {
    color: #000;
}

.blanc {
    color: #fff;
}
.text-main_color{
    color:var(--main-font-color);
}
/* texte opacity*/
.op-7{
    opacity: 0.7;
}
.op-5{
    opacity: 0.5;
}
.op-6{
    opacity: 0.6;
}
.op-8{
    opacity: 0.8;
}
.op-9{
    opacity: 0.9;
}
/* texte align */
.text-left{
    text-align: left;
}   
.text-center{
    text-align: center;
}   
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
/* text style */
.text-italic{
    font-style: italic;
}

/* gap*/
.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}
/* cursor pointer*/
.cursor-p{
    cursor: pointer;
}
* background Couleur */
.fondgris-N0 {
    background-color: var(--gris-niveau-0);
}
.fondgris-N1 {
    background-color: var(--gris-niveau-1);
}

.fondgris-N2 {
    background-color: var(--gris-niveau-2);
}

.fondgris-N3 {
    background-color: var(--gris-niveau-3);
}
.fondgris-N4 {
    background-color: var(--gris-niveau-4);
}


.fond-main-bg {
    background-color: var(--main-background-color);
}
.fond-bleu {
    background-color: var( --fond-bleu);
}


    /* boostrap element */
    .barre_titre{
        height: 34px;
        background-color: var(--gris-niveau-2);
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .barre_menu{
        height: 34px;
        background-color: var(--gris-niveau-1);
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .menu_gauche{
        height: 34px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;

    }
    .menu_droite{
        height: 34px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .label_barre_menu{
        height: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;

    }
    .label_barre_menu svg{
        margin-right: 5px;
    }
    .btn_noBackground_rouge{
        color: darkred;

        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        height: 20px;
        cursor: pointer;
    }

    .btn_noBackground_noir, .btn_noBackground_noir_bulle{
        color: var(--main-font-color);

        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        height: 20px;
        cursor: pointer;
    }
    .btn_noBackground_noir_bulle{
        margin-right: 0px !important;
        opacity: 0.9 !important;
    }
    .document_actions span{
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
    }
    .btn_noBackground_bleu{
        color: var(--background-color-bouton-fleche);

        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        height: 20px;
        cursor: pointer;
    }

    .btn_noBackground_rouge span, .btn_noBackground_bleu span, .btn_noBackground_noir span{

        font-size: 11px;
        margin-left: 5px;
    }
    
    .btn_noBackground_bleu :hover, .btn_noBackground_noir:hover, .btn_noBackground_rouge:hover{
        text-decoration: underline;
    }
    .container-w_100{
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .container-m_10{
        margin: 10px;
    }
    .container-m_5{
        margin: 5px;
    }
    .container_modale_droite{
        width: 100%;
        min-height: 100vh;
        max-height: 100vh;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;

    }
    .titre_input_textearea{
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin :  16px 16px 5px 16px;
        line-height: 21px;
        font-size: 11px;
        line-height: 21px;
        font-weight: 600;
    }
    .textearea_input{
        margin-left: 16px;
        margin-right: 16px;
        overflow: hidden;
        resize: none;
        min-height: 11px;
        width: 100%;
        line-height: 1;
        padding: 5px 0 5px 10px;
        font-size:13px;
        border : none;
        font-family: 'Rand', sans-serif;
        width: calc(100% - 32px);
        color: var(--main-font-color);
    }
    .textearea_input_fiche, .textearea_input_fiche_long{
        /* margin-left: 16px; */
        margin-right: 16px;
        /* margin-bottom: 10px; */
        overflow: hidden;
        resize: none;
        min-height: 11px;
        border-radius: 5px;
        line-height: 1;
        padding-top: 5px;
        padding-left: 10px;
        font-size:11px;
        border : none;
        font-family: 'Rand', sans-serif;
        width: 100%;
        color: var(--main-font-color);
    }
    .textearea_input_parcours_long{
        width: 100%;
        font-size:11px;
        border : none;
        font-family: 'Rand', sans-serif;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        font-size: 11px;
        color: var(--main-font-color);
        height: 300px;
        padding : 5px;
        border-radius: 5px;
    }
    .textearea_input_reponse_question{
        width: 100%;
        font-size:11px;
        border : none;
        font-family: 'Rand', sans-serif;
        height: auto;
        color: var(--main-font-color);
        padding : 5px;
        padding-left : 0px;
        max-height: 100px;
        overflow: auto;
    }
    .textearea_input_fiche_long{
        width: calc(100% - 112px);
    }

    .btn_nouveau_trombi{
        color: var(--main-font-color);
        background: none;
    }
    .titre_section_module_session{
        background-color: var(--gris-niveau-1);
        padding: 10px;
        height: 100%;
    }
    .espace_ajout_question{
        width: 100%;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        position: absolute;
        top: 40px;
    
        height: auto;
        max-height: 90%;
        overflow-y: auto;
    }

    /* page compte*/
/* Zone recherche */
.champ_recherche{
    flex-grow: 1;

    font-size: 14px;
    color: var(--main-font-color) !important;
    font-weight: normal;
    height: 30px;
    display: flex;
    width: 20%;
    border: none;

}
.titre_champ_recherche{
    height: 100%;
    color: var(--main-font-color) ;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: none;
    flex-grow: 1;
    font-size: 16px;


}
.bloc_input{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important
}
.champ_input{
    height: 100%;
    opacity: 0.7;
    font-size: 14px !important;
    background-color : transparent;
    color: var(--main-font-color);
    border: none;
    min-width: 100px;
    padding-left: 5px;
}
.champ_input:focus {
    outline: none;
    border: none;
}
#tabComptes tr{
    font-size: 14px;
}
#tabComptes th{
   text-align: left;
}

#tabComptesBody tr{
    font-size: 12px;
    opacity: 0.7;

}
.odd td {
    background-color: var(--gris-niveau-4) !important;

}
.even td {
    background-color: var(--gris-niveau-2) !important;
}
.critere_filtre{
    min-height: 20px;
    height: auto;
    background-color: var(--gris-niveau-2);
    padding: 5px;

}
.recherche_bar{

    height: auto;
    background-color: var(--gris-niveau-1);
}

.zone_filtre {
    flex-grow: 1;
    /*border-right: 1px solid var(--main-background-color);*/
    border-top: none;
    font-size: 11px;
    color: var(--main-font-color) !important;
    font-weight: normal;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding:5px;
   width: 25%;
    height: auto;
}
.ui-autocomplete{
    max-height: 400px !important;
    max-width: 450px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 5px !important;
}
.ui-menu-item {
    width: 100%;
}

.ui-menu-item-wrapper {
    background-color: var(--gris-niveau-4);
    color: var(--main-font-color);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid var(--gris-niveau-3);
    padding: 5px;
    height: 31px ;
    line-height: 25px;
}
.ui-menu-item-wrapper:hover{
    background-color: var(  --color-border-bloc-nav-recherche);
    border: 1px solid var(  --color-border-bloc-nav-recherche);
}
.ui-menu-item-wrapper {
    font-size: 14px;
}
.critere_filtre{
    min-height: 20px;
    height: auto;
    background-color: var(--gris-niveau-2);
    padding: 5px;

}
.btn_supprime{
    height: 20px;
    cursor: pointer;

}
.btn_supprime:hover{
    background-color: var(--btn_supprime_hover);
}
.btn_supprime svg{
    height: 20px;
    width: 20px;
}
.btn_supprime svg:hover{
    fill: darkred;
}
.btn_action_valider{
    background-color: var(--btn-action-color);
    width: auto;
    height: 36px;
    color:var(--secondary-font-color);
    font-size: 14px;
    cursor: pointer;
    color:#FFFFFF;
}
.btn_action_valider:hover{
    background-color: var(--btn-action-color-hover);
}
.btn_action_noBackground{

    font-size: 14px;
    color:var(--btn-noBackground-color);
    padding:5px;
    cursor: pointer;
}

.btn_action_noBackground:hover{
    color:var(--btn-noBackground-color_hover);
}
.btn_edit_statut svg{
    height: 14px;
    width: 14px;
}
.input_recherche{
    background-color: var(--gris-niveau-3) !important;
    height: 24px;
    border-radius: 5px;
    margin-left: 10px;
}
.menu_barre_recherche_compte{
    width: 30%;
}
.options_container, .options_container_pop {
    display: none; /* Caché par défaut */
    position: absolute;
    z-index: 10;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100% ;
    border-radius: 5px;
}

.options_container li, .options_container_pop li {
    padding: 8px 12px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    width: 100% ;
}

.options_container li:hover,.options_container_pop li:hover {
    background-color: #f0f0f0;

}
.select_categorie_statut {
    position:relative;
    width: 100%;
    height: 25px;
    font-size: 11px;
    line-height: 20px;
    border: none;
    border-bottom: var(--color-separateur-border-segment) solid 1px;
    background: var(--gris-niveau-2);
    color: var(--main-font-color);
    list-style:none;
    margin-bottom:10px;
}


.select_categorie_statut, .select_categorie_statut_pop  {

    width: 50%;
    height: 24px;
    margin-top: 10px;
    border-radius: 5px;
    background: var(--gris-niveau-3);
    border: none;
}
.select_categorie_statut  li , .select_categorie_statut_pop li{

    width: 100% !important;
    height: 30px;
    background: var(--gris-niveau-3);
    border: none;
    cursor: pointer;
    border-bottom: 1px solid var(--gris-niveau-1);

    font-size: 14px;
}
.select_categorie_statut  li:hover, .select_categorie_statut_pop li:hover{
    background: var(--gris-niveau-4);
}
.select_categorie_statut .option_selected, .select_categorie_statut_pop .option_selected_pop{
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}
.swal2-popup {
    width: 500px !important;  /* Augmenter la largeur de la pop-up */
    min-height: 400px !important;  /* Laisser la hauteur s'ajuster automatiquement */
}
.swal2-html-container{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.select_statut{
    width: 250px !important;
    border: none;
    border-radius:5px;
    background-color: var(--gris-niveau-2);
}
.select_statut.ss-main{
    width: 250px !important;
    border: none;
    border-radius:5px;
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
    font-size: 14px;
}
.ss-main .ss-arrow path{
  stroke : var(--main-font-color) !important;
    fill: none;
}
.ss-content .ss-list{
    font-size: 14px;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: var(--background-color-bouton-fleche) !important;
}
.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled):hover{
background-color: var(--gris-niveau-1) !important;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled):hover{
    background-color: var(--gris-niveau-1) !important;
}
.en_tete_espace_statut_utilisateur, .en_tete_carte_utilisateur{
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    background-color: var(--gris-niveau-2);
    height:34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


a.adresse_mail{
    text-decoration: underline;
}

/* page statistique carte */
/*flat picker */
.bloc_input_picker svg{
    width: 25px;
    height: 25px;

}
.titre_champ_recherche{
    height: 25px;
}
.input_picker{
    color: var(--font-color-input-placeholder);
    opacity: 0.7;
    height: 25px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.flatpickr-calendar,.flatpickr-months,.flatpickr-monthDropdown-months,.numInputWrapper,.arrowUp,.arrowDown,.flatpickr-weekday,.flatpickr-day{
    background-color: var(--main-background-color);
    color: var(--main-font-color) !important;
    opacity: 1 !important;

}
.flatpickr-day.selected,
.flatpickr-day.selectedRange {
    background-color: var(--font-color-input-placeholder);
    color: var(--secondary-font-color) !important;
    border: 1px solid var(--font-color-input-placeholder);
}
.flatpickr-day:hover{
    background-color: var(--gris-niveau-2);
}
.arrowUp:hover,.arrowDown:hover{
    color: var(--gris-niveau-3) !important;
}
.flatpickr-prev-month svg, .flatpickr-next-month svg{
    fill: var(--main-font-color) !important;
}
.flatpickr-prev-month  :hover, .flatpickr-next-month  :hover{
    fill: var(--gris-niveau-2) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after{
    border-bottom-color: var(--main-font-color) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: var(--main-font-color) !important;
}

/** page statistiques carte */
.section_liste_session{
    height:calc(100vh - 40px);
    overflow: hidden;
}
.section_liste_stagiaires_tableau{
    height:calc(100vh - 40px);
    position: relative;
    overflow-y: auto;
    padding: 10px;
}
.entete_tableau_session, .ligne_tableau_liste_0, .ligne_tableau_liste_1{
    display:grid;
    grid-template-columns: 20% 40% 20% 20%;
}
.entete_tableau_session_acces, .ligne_tableau_liste_acces_0, .ligne_tableau_liste_acces_1{
    display:grid;
    grid-template-columns:  15% 85%;
}
.ligne_tableau_liste_0, .ligne_tableau_liste_acces_0{
    background-color: var(--gris-niveau-3);
}
.ligne_tableau_liste_1, .ligne_tableau_liste_acces_1{
    background-color: var(--gris-niveau-4);
}


.col_tableau_entete{
    font-size: 14px;

    height: 40px;
    border: 1px solid var(--gris-niveau-1);
    padding: 5px;
    opacity:0.8;
    border-top: 1px solid var(--gris-niveau-4);
    border-right: 1px solid var(--gris-niveau-4);

}
.col_tableau_liste{
    font-size: 12px;
    height: 40px;
    border-bottom: 1px solid var(--gris-niveau-1);
    border-right: 1px solid var(--gris-niveau-1);
    padding: 5px;
    opacity:0.8;

}
.entete_tableau_session, .entete_tableau_session_acces{
    background-color: var(--gris-niveau-1);

}
.tableau_liste_session{
    height: 100%;
}
.tableau_liste_session_acces{
    height: 100%;
    width: 100%;
}
.modal_mon_profil_session {
    flex-grow: 1; /* Prend toute la hauteur disponible dans .modal_droite */
    display: flex;
    flex-direction: column; /* Organisation en colonne pour les enfants */
}

.section_liste_session {
    flex-grow: 1; /* Utilise l'espace restant sous l'en-tête */
    overflow: hidden; /* Pas de débordement ici, uniquement dans body_tableau_session */
    margin-top: 10px;
}

.body_tableau_session, .body_tableau_session_acces {
    height: 100%; /* Prend toute la hauteur disponible dans section_liste_session */
    overflow-y: auto; /* Permet le défilement vertical */
    overflow-x: hidden; /* Masque tout débordement horizontal */
}
.nom_lien_stats {
    font-size: 11px;
    opacity: 0.7;
    margin-left: 10px;
    white-space: nowrap; /* Force le texte à rester sur une seule ligne */
    overflow: hidden; /* Masque le texte qui déborde */
    text-overflow: ellipsis; /* Affiche des ellipses (...) pour le texte masqué */
    max-width: 450px; /* Définissez une largeur maximale pour limiter l'espace occupé */
    display: inline-block; /* Nécessaire pour que text-overflow fonctionne avec une largeur fixe */
}
/* Spinner personnalisé */
.spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 0.8s linear infinite;
}
/** page illustrationscartes */
.container_vignette_illustration{
    width: 200px;
    height: 150px;
    background-color: var(--main-background-color);
    cursor: pointer;
}
.vignette_illustration img{
    width: 200px;
    height: 125px;
}
.affichage_admin_vignette_par_categorie_illustration[etat="visible"] {
    visibility: visible;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
    flex-grow: 1;
    justify-content: flex-start;
    align-content: flex-start;
    height: 90%;
    width: 100%;
    padding-bottom: 8px;
    background-color: var(--main-background-color);
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: var(--gris-niveau-2);
}
.affichage_admin_vignette_par_categorie_illustration[etat="non_visible"]{

    visibility: hidden;
    overflow: hidden;
    height: 0;
    line-height: 18px;
}
.bord_blanc{
    font-size: 12px;
    cursor: pointer;
    opacity:0.7;
}
.btn_ajout_vignette_illustration svg{
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.btn_valid_ajout_illustration{
   width: 150px;
    margin-top: 20px;

}
.titre_choix_illustration{
    font-size: 14px;
}
#preview_image{
    width: 200px;
    height: 125px;
   
}
#image_id{
    width: 200px;
    height: 30px;
    border : none;
    border-radius: 5px;
    background-color: var(--gris-niveau-2);
    margin-top: 10px;
    padding: 5px;
}
.contour_image{
    width: 240px;
    height: 165px;
    background-color: #FFFFFF;
}
.aff_vignette{
    width: 200px;
    height: 125px;
}
.div_supprime_vignette{
    height: 240px;
    width: 40px;

}
.btn_supprimer_vignette{
    padding: 5px;
    height: 34px;
    width:auto;
    background-color:#a52a08 ;
    color: var(--main-font-color);
    font-size: 14px;
    border-radius: 5px;
    cursor:pointer
}
.btn_supprimer_vignette svg, .btn_valid_remplacer_illustration svg{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width:auto;
    padding-right:5px;

    
}
.input_numero_vignette_remplacement{
    color: var(--main-font-color);
}
.input_color_main_color{
    color: var(--main-font-color) !important;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/**
Page Carte Affichage
 */
#cy {
    width: 100%;
    height: 100%;
    display: block;
}
.btn_ajout_nouvelle_carte{
    width: 100%;
    height: 100%;
    background-color: var(--gris-niveau-2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/** edition bulle */
.sous_titre_modal{
    font-size: 8px;
}
.champ_texte_bulle{
    border-left: 2px solid #0071DA;
}
.form_ajout_champ_texte, .form_ajout_champ_contenu{
    display: flex ;
    flex-flow: column   ;
    justify-content: space-between;

    align-items: center;
    height:200px;
}
.inputChampTexte, .inputChampContenu, .inputChampImage {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex_start;
}
 .inputChampTexte, .inputChampContenu, .inputChampImage{
    width: 100%;
    padding-left: 5px;
    background-color: var(--gris-niveau-2);
    color: var(--main-font-color);
    border:none;
    height: 25px;
}
.inputChampContenu{
    height: 250px;
    width: 100% important;
}
.note-editor{
    width: 100% important;
}

.separation_champ{
    height: 10px;
    border-bottom: 1px solid var(--gris-niveau-2);
    width: 95%;
}
.contenu_champ{
    opacity: 0.8;
}
.contenu_champ ol li, .contenu_champ ul li{
    margin-left : 10px !important ;   
}
.contenu_modal_champ_bulle{
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

.menu {
    display: flex;
    align-items: center;
  }
  
  .icon-list {
    display: none;
    overflow: hidden;
    width: 100%;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}
  .plus-btn{
    width: 24px;
    height:24px;
  }
  
  .menu:hover .icon-list {
    width: 100%;
    padding: 3px;
    /*adapteselonlenbd'icônes*/background-color: var(--gris-niveau-1);
    border-radius: 20px;;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.barre_ajout_docs{
    width: 100%;
    height: 28px;
}


.ligne-doc{
    border-bottom :1px dotted var(--gris-niveau-2);
}
/* Styles pour le spinner de chargement */
.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-container p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.dragging {
    background-color: var(--gris-niveau-1) !important;
    opacity: 0.8;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.ui-state-highlight {
    background-color: var(--color-hover-bouton-fleche) !important;
    border: 2px dashed var(--color-hover-bouton-fleche) !important;
    height: 30px !important;
    margin: 5px 0;
    opacity:0.4;
}
.note-editor {
    width: 100% !important;
}

.note-editor .note-editing-area {
    width: 100% !important;
}

.note-editor .note-editable {
    width: 100% !important;
}



.tableau_inscription_conference {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    font-size: 13px;
}

.tableau_inscription_conference th, .tableau_inscription_conference td {
    border: 1px solid #999;
    padding: 8px;
    text-align: left;
    background-color: #fff;
}

.tableau_inscription_conference th {
    background-color: var(--gris-niveau-3);
}
  


    /* -------------DARK MODE SOMBRE------------- */


    /* .dark_mode2{
       --l-0: 100%;
           --l-30: 70%;
           --l-40: 60%;
           --l-90: 10%;
           --l-100: 0%;
       filter: invert(1) hue-rotate(180deg) ;
       background-color: #000000;
       color: hsl(0 0% var(--l-100));
   }   */

    /*
    Mode activé par le bouton situé dans le footer de la barnav de gauche, a dupliquer dans @media prefers-color */
    .dark_mode{
        --main-background-color: #000000;/* couleur de fond principale */
        --background-color-bouton-fleche:#A03232; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#232323;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#afdfff;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#ededed;/* couleur des border separateurs*/
        --invert-color-img-logo:1; /* inversion des couleurs des logos activée*/
        --invert-background-image: 100%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-1:#5F5F5F;
        --gris-niveau-2:#434343;/* couleur de fond des bandeaux titre et menu de navigation*/
        --gris-niveau-3:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #414040;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_blanc.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_blanc.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#232323;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#232323;/* couleur du background du bouton retour vers le haut ET bouton UDI (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#3f3f3f;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_blanc.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi-blanc.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small-blanc.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small-blanc.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#908c97;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc-blanc.png);/*picto pour bouton depose document*/
        --picto-bouton-administrer:url(./img/pictos/administration_blanc.png);/*picto pour bouton administrer*/
        --picto_case_a_cocher:url(./img/pictos/case_a_cocher_blanc.svg);/*picto pour qcm*/
        --picto_case_a_cocher_checked:url(./img/pictos/case_a_cocher_checked_blanc.svg);/*picto pour qcm checked*/
        --picto_radio:url(./img/pictos/radio_blanc.svg);/*picto pour qcm*/
        --picto_radio_checked:url(./img/pictos/radio_checked_blanc.svg);/*picto pour qcm checked*/
        --btn_dropdown : url('./img/pictos/open_dropdown_blanc.svg');/*btn_dropdown*/
        --picto_dropdown_up: url('./img/pictos/close_dropdown_up_blanc.svg');/*btn_dropdown_up*/
        --color-background-bouton-depose-doc:#434343;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#ededed;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe-blanc.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#434343;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#434343;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#171616;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url(./img/pictos/logout-blanc2.png);/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#838383;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#8d8d8d;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#2b2b2b;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte_noir.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(0) invert(1) !important;
        --mon-filtre_btn_ajout_faq :brightness(0) invert(0.7) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color:  #1c1b1b;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #FFFFFF;
    }


    /* theme MODE_COULEUR_1 : Mode activé dans AffModalCouleur */
    .theme_ete_froid{
        --secondary-font-color: #FFFFFF;
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#51692F; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f2f2f2;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-2:#e8e8e8;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f2f2f2;
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F2F2F2;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#e8e8e8;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#c0c0c0;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --btn_dropdown : url(./img/pictos/open_dropdown.png);/*btn_dropdown*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --btn_dropdown : url('./img/pictos/open_dropdown.png');/*btn_dropdown*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --color-background-bouton-depose-doc:#e8e8e8;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#e8e8e8;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#cccccc;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }

    /* theme MODE_COULEUR_2 : Mode activé dans AffModalCouleur */
    .theme_automne_froid{
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#d14904; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f2f2f2;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#fc6c0c;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-2:#e8e8e8;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f2f2f2;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F2F2F2;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#e8e8e8;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#c0c0c0;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --btn_dropdown : url('./img/pictos/open_dropdown.png');/*btn_dropdown*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --color-background-bouton-depose-doc:#e8e8e8;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#e8e8e8;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#cccccc;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }

    /* theme MODE_COULEUR_3 : Mode activé dans AffModalCouleur */
    .theme_hiver_froid{
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#25810e; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f2f2f2;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-2:#e8e8e8;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f2f2f2;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F2F2F2;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#e8e8e8;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#c0c0c0;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --btn_dropdown : url('./img/pictos/open_dropdown.png');/*btn_dropdown*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --color-background-bouton-depose-doc:#e8e8e8;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#e8e8e8;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#cccccc;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;

    }
    /* theme MODE_COULEUR: Mode activé dans AffModalCouleu */
    .theme_printemps_froid {
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#456CED; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f2f2f2;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-1:#CCCCCC;
        --gris-niveau-2:#e8e8e8;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f2f2f2;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F2F2F2;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#e8e8e8;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#c0c0c0;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --btn_dropdown : url('./img/pictos/open_dropdown.svg');/*btn_dropdown*/
        --picto_dropdown_up: url('./img/pictos/close_dropdown_up.svg');/*btn_dropdown_up*/
        --color-background-bouton-depose-doc:#e8e8e8;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#e8e8e8;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#cccccc;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte:url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --picto_case_a_cocher:url(./img/pictos/case_a_cocher.svg);/*picto pour qcm*/
        --picto_case_a_cocher_checked:url(./img/pictos/case_a_cocher_checked.svg);/*picto pour qcm checked*/
        --picto_radio:url(./img/pictos/radio.svg);/*picto pour qcu*/
        --picto_radio_checked:url(./img/pictos/radio_checked.svg);/*picto pour qcu checked*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }

    /* theme MODE_COULEUR_4 : Mode activé dans AffModalCouleur */
    .theme_printemps_chaud{
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#456CED; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f7f2ee;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-2:#f0e5db;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f7f2ee;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F7f2ee;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#f0e5db;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#f0e5db;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --btn_dropdown : url('./img/pictos/open_dropdown.png');/*btn_dropdown*/
        --color-background-bouton-depose-doc:#f0e5db;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#dac8b9;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#dac8b9;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }
    /* theme MODE_COULEUR_5 : Mode activé dans AffModalCouleur */
    .theme_ete_chaud{
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#c8512a; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f7f2ee;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-2:#f0e5db;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f7f2ee;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F7f2ee;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#f0e5db;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#f0e5db;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --btn_dropdown : url('./img/pictos/open_dropdown.png');/*btn_dropdown*/
        --color-background-bouton-depose-doc:#f0e5db;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#dac8b9;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#dac8b9;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }


    /* theme MODE_COULEUR_6 : Mode activé dans AffModalCouleur */
    .theme_automne_chaud{
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#69783a; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f7f2ee;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#c17018;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-1:#dac8b9;
        --gris-niveau-2:#f0e5db;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f7f2ee;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #f6f3f1;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F7f2ee;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#f0e5db;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#f0e5db;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --btn_dropdown : url('./img/pictos/open_dropdown.svg');/*btn_dropdown*/
        --picto_dropdown_up: url('./img/pictos/close_dropdown_up.svg');/*btn_dropdown_up*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --color-background-bouton-depose-doc:#f0e5db;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#dac8b9;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#dac8b9;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --picto_case_a_cocher:url(./img/pictos/case_a_cocher.svg);/*picto pour qcm*/
        --picto_case_a_cocher_checked:url(./img/pictos/case_a_cocher_checked.svg);/*picto pour qcm checked*/
        --picto_radio:url(./img/pictos/radio.svg);/*picto pour qcm*/
        --picto_radio_checked:url(./img/pictos/radio_checked.svg);/*picto pour qcm checked*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }

    /* theme MODE_COULEUR_7 : Mode activé dans AffModalCouleur */
    .theme_hiver_chaud{
        --main-background-color: #FFFFFF;/* couleur de fond principale */
        --background-color-bouton-fleche:#464646; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#f7f2ee;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#000000;/* couleur des border separateurs*/
        --invert-color-img-logo:0;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#000000;/* couleur de la police principale*/
        --gris-niveau-2:#f0e5db;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#f7f2ee;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4: #fdfcfc;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_noir.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_noir.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#F7f2ee;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#f0e5db;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#f0e5db;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_noire.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc.png);/*picto pour bouton depose document*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --btn_dropdown : url('./img/pictos/open_dropdown.png');/*btn_dropdown*/
        --color-background-bouton-depose-doc:#f0e5db;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#dac8b9;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url('./img/pictos/logout1.svg');/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#dac8b9;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#e3e1e1;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(1) invert(0) !important;
        --mon-filtre_btn_ajout_faq :brightness(1) invert(0) !important;
        --invert-color-btn_logout:brightness(1) invert(0) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #15416c;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #000000;
    }


    /* theme MODE_COULEUR_8 : Mode activé dans AffModalCouleur */
    .theme_nuit_hiver{
        --main-background-color: #171616;/* couleur de fond principale */
        --background-color-bouton-fleche:#A03232; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#232323;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#be86d1;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#e1e1e1;/* couleur des border separateurs*/
        --invert-color-img-logo:1;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#e1e1e1;/* couleur de la police principale*/
        --gris-niveau-1:#5F5F5F;
        --gris-niveau-2:#434343;/* couleur de fond des bandeaux titre et menu de navigation*/
        --gris-niveau-3:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_blanc.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_blanc.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#232323;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#434343;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#434343;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_blanc.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi-blanc.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --btn_dropdown : url('./img/pictos/open_dropdown_blanc.svg');/*btn_dropdown*/
        --picto_dropdown_up : url('./img/pictos/close_dropdown_up_blanc.svg');/*btn_dropdown*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small-blanc.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small-blanc.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc-blanc.png);/*picto pour bouton depose document*/
        --picto-bouton-administrer:url(./img/pictos/administration_blanc.png);/*picto pour bouton administrer*/
        --color-background-bouton-depose-doc:#434343;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe-blanc.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#8d8d8d;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url(./img/pictos/logout1.svg);/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#8d8d8d;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#2b2b2b;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte_noir.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(0) invert(0.7) !important;
        --mon-filtre_btn_ajout_faq :brightness(0) invert(0.7) !important;
        --invert-color-btn_logout:brightness(0) invert(1) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --picto_case_a_cocher:url(./img/pictos/case_a_cocher_blanc.svg);/*picto pour qcm*/
        --picto_case_a_cocher_checked:url(./img/pictos/case_a_cocher_checked_blanc.svg);/*picto pour qcm checked*/
        --picto_radio:url(./img/pictos/radio_blanc.svg);/*picto pour qcm*/
        --picto_radio_checked:url(./img/pictos/radio_checked_blanc.svg);/*picto pour qcm checked*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color:  #1c1b1b;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #4b86c0;
    }


    /* theme MODE_COULEUR_8 : Mode activé dans AffModalCouleur */
    .theme_nuit_ete{
        --main-background-color: #171616;/* couleur de fond principale */
        --background-color-bouton-fleche:#873535; /* couleur de fond des boutons flèches droite, bas, haut*/
        --background-color-modal:#232323;/*couleur de fond des modal centre et right*/
        --color-hover-bouton-fleche:#003051;/* couleur de hover des boutons flèches droite, bas, haut*/
        --color-separateur-border-segment:#e1e1e1;/* couleur des border separateurs*/
        --invert-color-img-logo:1;/* inversion des couleurs des images 1=oui*/
        --invert-background-image:0%; /* inversion des couleurs des images en CSS background */
        --main-font-color:#e1e1e1;/* couleur de la police principale*/
        --gris-niveau-2:#434343;/* couleur de fond des bandeaux titre et menu accueil de navigation*/
        --gris-niveau-3:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --gris-niveau-4:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
        --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_blanc.png);/* icone background flèche noire haut droite noire lien menu nav*/
        --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_blanc.png);/* icone background flèche blanc haut droite noire lien menu nav*/
        --color-background-description-carte:#232323;/* couleur du background de la description des cartes avec le nom des formateurs*/
        --color-background-bouton-scrolltopover-udi:#434343;/* couleur du background du bouton retour vers le haut (footer main nav) */
        --color-hover-bouton-scrolltopover-udi:#434343;/* couleur hover du bouton retour vers le haut (footer main nav) */
        --picto-fleche-haut:url(./img/pictos/fleche_haut_blanc.png);/*Picto flèche vers le haut*/
        --logo-udi:url(./img/logo_udi-blanc.png);/*logo udi present dans le footer main nav*/
        --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
        --picto-affichage-liste:url(./img/pictos/affichage_liste_small-blanc.png);/*picto pour bouton affichage en mode liste*/
        --picto-affichage-grille:url(./img/pictos/affichage_vignette_small-blanc.png);/*picto pour bouton affichage en mode grid grille vignette*/
        --background-color-edition-carte:#0000ff;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
        --picto-bouton-depose-doc:url(./img/pictos/depose_doc-blanc.png);/*picto pour bouton depose document*/
        --picto-bouton-administrer:url(./img/pictos/administration_noir.png);/*picto pour bouton administrer*/
        --btn_dropdown : url('./img/pictos/open_dropdown_sombre.svg');/*btn_dropdown*/
        --color-background-bouton-depose-doc:#434343;/*couleur du background du bouton depose doc dans une carte*/
        --color-border-bloc-nav-recherche:#0071da;/*couleur de la bordure lorsque le bloc de recherche est actif*/
        --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe-blanc.png");/*image background picto loupe de la barre de recherche*/
        --color-background-row-list-sortable:#f6f6f6;/*couleur du background des blocs li sortable par dragNdrop*/
        --background-color-input-editable:#ffffff;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
        --background-color-input-non-editable:#8d8d8d;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
        --picto-bouton-logout:url(./img/pictos/logout1.svg);/*logo pour bouton de deconnexion*/
        --background-color-hover-bouton-central-choix-couleur:#888888;/*couleur de fond bouton central choix de la couleur du theme*/
        --background-color-bouton-administrer:#8d8d8d;/*couleur de fond bouton adminsistrer une carte*/
        --background-color-hover-bouton-administrer:#2b2b2b;/*couleur de fond bouton adminsistrer une carte*/
        --picto-menu-carte: url('./img/pictos/open_menu_carte_noir.png');
        --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
        --mon-filtre: brightness(0) invert(0.7) ;
        --mon-filtre_btn_ajout_faq :brightness(0) invert(0.7) ;
        --invert-color-btn_logout:brightness(0) invert(1) !important;/*logo pour bouton de deconnexion*/
        --espace-gris-text-color:#000000;/* txt des espace  grisés*/
        --btn_supprime_hover: #f59c9c;
        --btn-action-color: #115ca6;
        --btn-action-color-hover: #85b7e8;
        --secondary-font-color: #FFFFFF;
        --btn-noBackground-color_hover:  #FF5722;
        --btn-noBackground-color: #FFFFFF;
    }


    @media (prefers-color-scheme: dark) {
        :root{
            --main-background-color: #000000;/* couleur de fond principale */
            --background-color-bouton-fleche:#7f85cc; /* couleur de fond des boutons flèches droite, bas, haut*/
            --background-color-modal:#232323;/*couleur de fond des modal centre et right*/
            --color-hover-bouton-fleche:#afdfff;/* couleur de hover des boutons flèches droite, bas, haut*/
            --color-separateur-border-segment:#ededed;/* couleur des border separateurs*/
            --invert-color-img-logo:1; /* inversion des couleurs des logos activée*/
            --invert-background-image: 100%; /* inversion des couleurs des images en CSS background */
            --main-font-color:#ededed;/* couleur de la police principale*/
            --gris-niveau-1:#5F5F5F;
            --gris-niveau-2:#434343;/* couleur de fond des bandeaux titre et menu de navigation*/
            --gris-niveau-4:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
            --gris-niveau-3:#232323;/* couleur de fond des bandeaux sous titre de navigation et des blocs des cartes*/
            --fleche-lien-menu-nav:url(./img/pictos/fleche_lien_blanc.png);/* icone background flèche blanc haut droite noire lien menu nav*/
            --fleche-popup-menu-nav:url(./img/pictos/fleche_popup_blanc.png);/* icone background flèche blanc haut droite noire lien menu nav*/
            --color-background-description-carte:#232323;/* couleur du background de la description des cartes avec le nom des formateurs*/
            --color-background-bouton-scrolltopover-udi:#232323;/* couleur du background du bouton retour vers le haut ET bouton UDI (footer main nav) */
            --color-hover-bouton-scrolltopover-udi:#3f3f3f;/* couleur hover du bouton retour vers le haut (footer main nav) */
            --picto-fleche-haut:url(./img/pictos/fleche_haut_blanc.png);/*Picto flèche vers le haut*/
            --logo-udi:url(./img/logo_udi-blanc.png);/*logo udi present dans le footer main nav*/
            --picto-supprimer:url(./img/pictos/supprimer.png);/* icone supprimer*/
            --picto-affichage-liste:url(./img/pictos/affichage_liste_small-blanc.png);/*picto pour bouton affichage en mode liste*/
            --picto-affichage-grille:url(./img/pictos/affichage_vignette_small-blanc.png);/*picto pour bouton affichage en mode grid grille vignette*/
            --background-color-edition-carte:#908c97;/*couleur du background lorsque clic sur les 3 petits points dans l'édition d'une carte de formation*/
            --picto-bouton-depose-doc:url(./img/pictos/depose_doc-blanc.png);/*picto pour bouton depose document*/
            --picto-bouton-administrer:url(./img/pictos/administration_blanc.png);/*picto pour bouton administrer*/
            --btn_dropdown : url('./img/pictos/open_dropdown_blanc.svg');/*btn_dropdown*/
            --picto_dropdown_up : url('./img/pictos/close_dropdown_up_blanc.svg');/*btn_dropdown*/
            --color-background-bouton-depose-doc:#434343;/*couleur du background du bouton depose doc dans une carte*/
            --color-border-bloc-nav-recherche:#ededed;/*couleur de la bordure lorsque le bloc de recherche est actif*/
            --picto-loupe-bar-nav-recherche:url("./img/pictos/loupe-blanc.png");/*image background picto loupe de la barre de recherche*/
            --color-background-row-list-sortable:#434343;/*couleur du background des blocs li sortable par dragNdrop*/
            --background-color-input-editable:#434343;/*couleur de fond des zones input qui peuvent être éditées par l'utilisateur*/
            --background-color-input-non-editable:#171616;/*couleur de fond des zones input qui ne peuvent pas être éditées par l'utilisateur*/
            --picto-bouton-logout:url(./img/pictos/logout1.svg);/*logo pour bouton de deconnexion*/
            --background-color-hover-bouton-central-choix-couleur:#838383;/*couleur de fond bouton central choix de la couleur du theme*/
            --background-color-bouton-administrer:#8d8d8d;/*couleur de fond bouton adminsistrer une carte*/
            --background-color-hover-bouton-administrer:#2b2b2b;/*couleur de fond bouton adminsistrer une carte*/
            --picto-menu-carte: url('./img/pictos/open_menu_carte_noir.png');
            --color-font-sous-info:#666666;/* couleur de la police utilisée par exemple dans les indications de temps page prise en main */
            --mon-filtre: brightness(0) invert(0.7) !important;
            --mon-filtre_btn_ajout_faq :brightness(0) invert(0.7) !important;
            --invert-color-btn_logout:brightness(0) invert(1) !important;/*logo pour bouton de deconnexion*/
            --espace-gris-text-color:#000000;/* txt des espace  grisés*/
            --picto_case_a_cocher_checked:url(./img/pictos/case_a_cocher_checked_blanc.svg_blanc.svg);/*picto pour qcm checked*/
            --picto_case_a_cocher_checked:url(./img/pictos/case_a_cocher_blanc.svg);/*picto pour qcm */
            --picto_radio:url(./img/pictos/radio_blanc.svg);/*picto pour qcm*/
            --picto_radio_checked:url(./img/pictos/radio_checked_blanc.svg);/*picto pour qcm checked*/
            --btn_supprime_hover: #f59c9c;
            --btn-action-color: #115ca6;
            --btn-action-color-hover: #85b7e8;
            --secondary-font-color:  #1c1b1b;
            --btn-noBackground-color_hover:  #FF5722;
            --btn-noBackground-color: #FFFFFF;

        }


    }




    /* --------------------------RESPONSIVE--------------- */

    @media screen and (max-width :2000px) {
        .bloc_carte[affichage="en_cours"]{
            width:100%;
            margin-top:12px;
            display: flex;
            flex-direction: row;
            position:relative;
            margin-bottom: 12px;
        }

        .description_carte[affichage="en_cours"]{
            width: 50%;
            min-width: 50%;
            background-color: var(--color-background-description-carte);
            display: flex;
            flex-direction: column;
        }
    }


    @media screen and (max-width :1500px) {

        .segment_formations_passees{
            gap:1.25%;
        }

        #main_nav{
            min-width: 220px;
            display:block;
        }
    }



    @media screen and (max-width :1024px) {
        #header_desktop{
            display:none;
        }

        #header_mobile{
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
        }

        #main_nav{
            min-width: 220px;
            display: none;
        }

        #items_barre_filtrage{
            display: none;
        }

        #filtrage_mobile{
            /* display:contents; */
            display: none;
        }
        #barre_filtrage{
            justify-content: flex-end;
        }

        #filtrage_mobile a:link{
            padding: 3px;
            background-color: #F2F2F2;
            text-decoration: none;
        }

        #filtrage_mobile a:hover{
            background-color: #EDEDED;
        }

        #filtrage_mobile a:focus{
            background-color: #EDEDED;
        }

        /* MicroLearning */
        .bloc_micro_learning {
            width:38%;
            min-width: 38%;
        }


        /*Footer menu principal */
        .segment_footer_nav{
            width:100%;
        }

        #segment_footer_nav_infos{
            flex-direction: row-reverse;
        }

        .bloc_footer_main_nav{
            width:49.5%;
        }

        #segment_footer_main_nav_boutons{
            height:60px;
        }

        .bloc_footer_main_nav_boutons{
            width:49%;
        }
        .bloc_carte[affichage="liste"]{
            width:100%;
            display: grid;
            grid-template-columns: 2fr 4fr;
            height: 120px;
        }

        .bloc_carte[affichage="liste"]{
            width:100%;
            display: grid;
            grid-template-columns: 2fr 4fr;
            height: 120px;
        }
        /** Edition d'une carte*/
        .modal_carte_edition{
            height: 80%;
            top:10%;
        }
        .espace_choix_edition {
            width: 100%;
            height: 85%;
            display: flex;
            flex-flow:column-reverse nowrap;
            justify-content: space-between;
            align-items: flex-start;
            padding-left: 16px;
            padding-right: 16px;
        }
        .espace_choix_vignette_edition{
            width: 100%;
            min-height: 40%;
            max-height: max-content;
            display: flex;
            flex-flow:column nowrap;
            justify-content: space-between;
            align-items: flex-start;

        }
        .espace_vignette_admin{
            width: 95%;
            height: 95%;

        }
        .affichage_admin_vignette_par_categorie[etat="visible"]{
            height: 90% ;
        }
        .espace_choix_formateur_admin{

            margin-bottom: 20px;
            margin-left:0px;
            width: 100%;
            height: 70%;
        }

        .bloc_allerplusloin_non_connecte{
            width: 100%;
            min-width: 200px;
            width:100%;
        }

        .form_newsletter input[type="text"]{
            width:100%;
            margin-right: 0;
        }

        .submit_email_newsletter{
            width:100%;
        }


    }

    /* MEDIA SCREEN VERSION MOBILE BREAKPOINT */

    @media screen and (max-width :578px) {
        /* MAin Nav*/

        #main_nav{
            min-width:90vw;
            height: 100%;
            margin-right: 0px;
        }

        /* segment espace */
        .segment_espace[affichage="grid"]{
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;

        }

        .container_bloc_loginpass_non_connecte{
            flex-direction: column;
        }

        .bloc_login_non_connecte, .blog_illustration_non_connecte,  .bloc_encart_non_connecte{ 
            width: 100%;
        }


        #logo_menu_mobile img{
            height:17px;
            width: 17px;
        }
        .bloc_carte[affichage="en_cours"]{
            width:100%;
            margin-top:12px;
            display: flex;
            flex-direction: column-reverse;
        }

        .description_carte[affichage="en_cours"]{
            width: 100%;
            min-width: 100%;
            background-color: var(--color-background-description-carte);
            display: flex;
            flex-direction: column;
        }
        /** retire les outils d'édition */
        .btn_menu_carte{
            display:none;
        }
        .btn_administrer{
            display:none;
        }

        /* MicroLearning */


        .bloc_micro_learning {
            width:70%;
            min-width: 70%;
        }

        /*Formations passees */
        .bloc_carte[affichage="liste"]{
            width:100%;
            display: grid;
            grid-template-columns: 2fr 4fr;
            height: 120px;

        }
        .bloc_carte[affichage="grid"]{
            width:100%;
            height: auto;
            margin-bottom:12px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position:relative;
        }
        .description_carte[affichage="liste"] .titre{
            width:80%;
            font-size:11px;
            min-height: 60px;
            overflow: visible;

        }
        .bouton_depose_doc{
            display: none;
        }
        .description_carte[affichage="liste"] .details{
            display: none;

        }

        .illustration_carte[affichage="grid"]{
            height:30vh;
            background-size:cover;
        }

        .illustration_carte[affichage="liste"]{
            width:100%;
        }

        .segment_espace_abonnement {
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
        }

        .bloc_carte_capsule {
            width:100%;
            height: 200px;
            margin-bottom:12px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position:relative;
        }

        /* Affichage de la page profil */
        .modal_droite{
            width: 100%;
            max-height: 100%;
            min-height: 100%;
            top: 0;
            left: 0;
            z-index: 20;
            height: 100%;

        }


        .modal_mon_profil{
            width: 100%;
            height:100vh;
            max-height:100%;
            display: flex;
            flex-direction: column;
        }

        .en_tete_mon_profil div{
            width:100%;
            line-height: 34px;
        }


        /* .segment_identite_utilisateur{
            display:none;
        }

        .segment_identite_utilisateur_mobile{
            display:block;
        } */
        
        .mon_profil_flex_2col {
            flex-direction: column;
            width:100%;
            gap: 0;
        }
        .mon_profil_prenom, .mon_profil_nom, .mon_profil_poste, .mon_profil_tel, .mon_profil_departement, .mon_profil_service {
            width: 100%;
        }

        .bouton_action{
            height:34px;
            width: 100%;
            margin-top: auto;
            /*position: absolute;*/
            /* bottom: 0px;*/
        }


        /* Modif des boutons de menu de carte */
        .btn_choix_menu_carte{
            width: auto;
            height: 15px;
            font-size: 8px;
            background-color: #FFFFFF;
            display: flex;
            flex-flow: row nowrap;
            align-self: flex-end;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 3px;
            border: none;
            padding: 2px 8px 2px 4px;

        }

        .span_dupliquer_carte{
            width: 10px;
            height: 10px;
            background-image: url(./img/pictos/duplicate.svg);
            background-size: cover;
            background-repeat: no-repeat;
        }
        .span_ajouter_carte{
            width: 10px;
            height: 10px;
            background-image: url(./img/pictos/ajouter.svg);
            background-size: cover;
            background-repeat: no-repeat;
        }
        .btn_archiv_carte{
            border: 2px solid transparent;
            position: absolute;
            top:20px;
            left:15px;
            transform:translate(0%,-50%);
            z-index: 4;
        }
        .bouton_editer_faq{
            display: none;
        }

        #btn_ajout_faq{
            display: none;
        }

        .titre_faq{
            font-size: 10px;
            max-width: 200px;
            cursor: pointer;
        }

        /** Modal edition*/
        .modal_carte_edition {
            height: 96%;
            top:2%;
        }
        .choix{
            display: flex;
            flex-flow: column nowrap;
            margin-left: 15px;
            margin-bottom: 30px;

        }
        .titre_choix{
            display: none;
        }
        .espace_vignette_admin {
            width:100%;

        }
        .affichage_admin_vignette_par_categorie[etat="visible"]{
            justify-content: center;
            height: 80%;
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-start;
        }
        .vignette {
            width: 80px;
            height: 66px;
        }
        .vignette img{
            width: 70px;
            height: 50px;
        }
        .modal_droite,.modal_droite_item{
            display: none;
            background: var(--gris-niveau-3);
            padding: 0px;
            float: left;
            position: fixed;
            width: 100%;
            max-height: 100%;
            min-height: 100%;
            top: 0;
            right: 0;
            z-index: 20;
            overflow-y: auto;
            overflow-x: hidden;
        }





        .bouton_action_ajout_item{
            display: flex;
            flex-direction: row;
            height:34px;
            width: 100%;

        }
        .bouton_action_ajout_item input{
            width:50%;
            text-align: left;
            padding: 0px 16px;
        }


        .aff_item_texte_ancrage{
            font-size: 11px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-left:5px;

        }
        .aff_item_test_ancrage, .espace2_item_ancrage, .espace3_item_ancrage{
            margin-left: 0px;
            width: 100%;
        }
        .titre_section_capsule{
            display: flex;
            flex-flow: row nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            height: 40px;
        }

        .ordre_capsule_ancrage{
            height: 40px;
            width: 25px;
        }
        .container_infos_capsule{
            display: flex;
            flex-flow: column nowrap;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
        }
        .action_module{
            width: 100%;
            height: 20px;
        }
        .action_module_milieu_ancrage{
            display: flex;
            flex-flow: row nowrap;
            justify-content: flex-end;
            align-items: center;
            width: 100%;
            height: 20px;
        }
        .sous_titre_date_abonnement{
            margin-right: 10px;
        }

    }




    @media screen and (min-width :578px) and (max-width :980px) {

        .modal_droite{
            width: 66vw;
            max-height: 100%;
            min-height: 100%;
            top: 0;
            right: 0;
            z-index: 20;
        }

    }
    @media screen and (min-width :578px) and (max-width :1181px) and (orientation: landscape){

        .modal_carte_edition{
            height: 90%;
            top:5%;
            width:80%;

        }
        .espace_choix_vignette_edition{
            width: 50%;

        }
        .espace_choix_formateur_admin{
            width: 50%;

        }
        .container_infos_capsule{
            display: flex;
            flex-flow:row nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
        }


    }




