#div_grille_evaluation, #div_grille_users, #div_grille_bilan{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 90%;
    height: 100%;
}

/* USERS*/
.titre_add_employe{
    display: flex;
    margin: 2vw;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
}

.grille_add_user{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vw;
    font-family: Roboto, sans-serif;
    margin-top: 16px;
    font-size: 1.3vw;
    text-align: center;
    height: 30px;
    background-color: #9b51e0;
    color: white;
    border-radius: 15px;
    cursor: pointer;
}

#grille_form_add_users{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

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

.label_grille_users{
    display: flex;
    height: auto;
}

.error_input_nom, .error_input_prenom{
    color: #b94a48;
}

.grille_form_add_result_insert{
    display: flex;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    color: #0CB087;
    margin: 1vw auto;
    justify-content: center;
    text-align: center;
}

.grille_all_users{
    display: flex;
    margin: 4vw auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    text-align: center;
    border: 1px solid #0c0c0c;
    background-color: #3c434a !important;
}

.row_list_users{
    display: flex;
    flex-direction: row;
    height: 2.4vw;
    align-items: center;
    font-size: 1.5vw;
    border-top: 1px solid #0c0c0c;
    color: #a9b8c3;
}

.row_list_users_entete{
    color: #e8e8e8;
    display: flex;
    flex-direction: row;
    height: 2.7vw;
    font-size: 1.5vw;
    font-weight: bold;
    align-items: center;
    border-bottom: 2px solid #0c0c0c;
}

.row_list_users:nth-child(O) {
    border: none;
}


.row_list_users_id, .row_list_users_prenom, .row_list_users_nom, .row_list_users_equipe{
    display: flex;
    width: 21%;
    font-family: Roboto, sans-serif;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.row_list_users_params{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 16%;
    font-family: Roboto, sans-serif;
    font-size: 2.1vw;
    height: 100%;
}

.modif_list_user, .save_row_list_user, .modif_list_user:hover, .save_row_list_user:hover, .modif_list_user:checked, .save_row_list_user:checked{
    color: #5bc0de;
    cursor: pointer;
}


.delete_list_user, .close_row_list_user, .delete_list_user:hover , .close_row_list_user:hover, .delete_list_user:checked, .close_row_list_user:checked{
    color: #ef3f56;
    cursor: pointer;
}

.edit_input_users{
    background-color: #3c434a !important;
    color: #e8e8e8 !important;
    border: 1px solid #0CB087 !important;
}

/* Grille Evaluation */
#gc_grille_params{
    justify-content: space-evenly;
    width: 90%;
    display: flex;
    flex-direction: row;
    margin: 2vw auto;
}

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

#gc_grille_evaluation, #gc_grille_evaluation2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: 1px solid #3c2861;
    width: 80%;
    margin: 3vw auto 0;
    padding: 2.5% 0;
}

#gc_grille_evaluation2{
    flex-direction: column;
    padding: 3.5% 4%;
}

.gc_grille_upper_row{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.gc_grille_upper_row_left{
    display: flex;
    flex-direction: column;
    width: 40%;
}

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

.evaluation_td_select{
    height: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

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

.evaluation_div_in_td_h5{
    margin: 0;
    font-size: 14px;
    padding: 5px 5px;
}

.gc_grille_upper_row_right tr{
    border: 1px solid;
}

.gc_grille_upper_row_right tr td{
    border: 1px solid;
    vertical-align: top;
}

.gc_grille_evaluation_left{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.gc_grille_evaluation_right{
    display: flex;
    flex-direction: column;
    width: 45%;
}

#gc_grille_evaluation_logo_conexio{
    display: flex;
    width: 40%;
}
.gc_grille_evaluation_table{
    display: flex;
    flex-direction: column;
    border: 1px solid #1d2327;
    font-family: Roboto, sans-serif;
    margin-top: 2vw;
    width: 100%;
}

.gc_grille_evaluation_row{
    height: auto;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #1d2327;
}

.gc_grille_evaluation_row_critere{
    display: flex;
    margin-left: 1%;
    align-items: center;
    width: 60%;
    font-size: 1vw;
    min-height: 2vw;
    height: 100%;
}

.gc_grille_evaluation_row_number{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #1d2327;
    width: 10%;
    min-height: 2.5vw;
    height: 100%;
    font-size: 2vw;
    cursor: pointer;
}

.gc_grille_evaluation_rowEntete{
    height: 2.4vw;
    display: flex;
    flex-direction: row;
}

.gc_grille_evaluation_rowCritere{
    border-top: 1px solid #1d2327;
    width: 96%;
    display: flex;
    flex-direction: row;
    font-size: 1.2vw;
    background-color: #5b2b7b;
    color: #e8e8e8;
    height: auto;
    align-items: center;
    padding: 2%;
}

.gc_grille_evaluation_rowEntete_critere{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    text-align: center;
    height: 100%;
    font-size: 1.4vw;
}

.gc_grille_evaluation_rowEntete_number{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #1d2327;
    height: 100%;
    width: 10%;
    font-size: 1.4vw;
}

.gc_info_grille_evaluation{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin: 6% auto 0 auto;
    border: 1px solid #1d2327;
}
.gc_info_grille_evaluation_p{
    display: flex;
    width: 40%;
    font-size: 1vw;
    font-family: Roboto, sans-serif;
    margin: 1% auto;
}

.gc_grille_evaluation_commentary_global{
    display: flex;
    margin-top: 25%;
    font-family: Roboto, sans-serif;
    flex-direction: column;
    font-size: 1.2vw;
    cursor: none;
}

.gc_grille_evaluation_next_objective{
    display: flex;
    margin-top: 20%;
    font-family: Roboto, sans-serif;
    width: 60%;
    flex-direction: column;
    font-size: 1.2vw;
    height: 2vw;
    padding-left: 2%;
    justify-content: space-around;
    align-items: start;
    border: 1px solid #1d2327;
    font-weight: bold;
    font-style: italic;
    cursor: none;
}

#gc_grille_evaluation_commentary_global_textarea, #gc_grille_evaluation_commentary_global_next_objective_textarea, #gc_grille_evaluation_commentary_global_appreciation_textarea{
    margin-top: 1.5vw;
    resize: none;
}

#gc_button_save_grille{
    display: flex;
    flex-direction: column;
    background-color: #3c2861;
    color: #e8e8e8;
    width: auto;
    margin: 3vw auto;
    font-family: Roboto, sans-serif;
    font-size: 1.8vw;
    height: 2.2vw;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    padding: .8vw 1.7vw;
    align-items: center;
}

.gc_grille_params_users_error{
    display: flex;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    color: #ef3f56;
    margin: 1vw auto;
    justify-content: center;
    text-align: center;
}

.gc_button_save_grille_users_error{
    display: flex;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    color: #ef3f56;
    margin: 1vw auto;
    justify-content: center;
    text-align: center;
}

.gc_button_save_grille_users_succes{
    display: flex;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    color: #0CB087;
    margin: 1vw auto;
    justify-content: center;
    text-align: center;
}

.gc_textarea_commentary_error{
    display: flex;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    color: #ef3f56;
    margin: 1vw auto;
    justify-content: center;
    text-align: center;
}

.gc_textarea_next_objective_error{
    display: flex;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    color: #ef3f56;
    margin: 1vw auto;
    justify-content: center;
    text-align: center;
}

.gc_info_fiche{
    display: flex;
    margin-top: 25%;
    font-family: Roboto, sans-serif;
    flex-direction: column;
    font-size: 1.6vw;
    border: 1px solid #9896f0;
}

.gc_info_fiche_p{
    display: flex;
    margin: .5vw 1vw;
    flex-direction: row;
    align-items: center;
}

.bold_gc_info_fiche_p{
    margin-right: 1vw;
    color : #7f54b3;
}

/* BILAN */
.before_navbar_bilan{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
.navbar_bilan{
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: space-evenly;
    border-bottom: 1px solid #1d2327;
}

#navabar_bilan_user, #navabar_bilan_equipe, #navabar_bilan_mois, #navabar_bilan_annuel{
    margin-top: 2vw;
    font-size: 1.3vw;
    border-top: 1px solid #1d2327;
    border-right: 1px solid #1d2327;
    border-left: 1px solid #1d2327;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 1vw 2vw;
}

.bilan_total_fiches{
    display: flex;
    width: 100%;
    background-color: #3c434a;
    color: #e8e8e8;
    border-top: 1px solid #1d2327;
    border-bottom: 1px solid #1d2327;
    flex-direction: column;
    align-content: center;
    text-align: center;
    padding: 1vw 0;
}

#bilan_sorted_div{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: start;
}

.bilan_row{
    display: flex;
    width: 100%;
    background-color: #3c434a;
    color: #e8e8e8;
    border-top: 1px solid #1d2327;
    border-bottom: 1px solid #1d2327;
    flex-direction: column;
}


.bilan_row_entete{
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: space-between;
    padding: .8vw 1.7vw;
    border-bottom: 1px solid #1d2327;
    height: auto;
}

.bilan_row_entete_nom_prenom{
    text-transform: capitalize;
    font-size: 1.3vw;
    width: 23%;
    font-weight: bold;
}

.bilan_row_entete_nbr{
    font-size: .9vw;
    width: 20%;
    text-align: center;
    color: #5bc0de;
    font-weight: 200;
}

.bilan_row_entete_percent{
    font-size: 1.1vw;
    width: 25%;
    text-align: center;
    color: #9896f0;
    font-weight: 200;
}

.bilan_row_entete_evolution{
    width: 17%;
    text-align: left;
    font-size: .9vw;
    font-weight: 200;
}

.bilan_row_entete_equipe{
    width: 8%;
    text-align: right;
    font-size: 1.2vw;
    color: #a9b8c3;
}

.bilan_row_entete_equipeTitle{
    width: 15%;
    text-align: left;
    font-size: 1.3vw;
    height: auto;
    color: #e8e8e8;
    font-weight: bolder;
}
.bilan_row_entete_equipeGlobal{
    width: auto;
    text-align: right;
    font-size: 1.2vw;
    height: auto;
    color: #0CB087;
    font-weight: 200;
}

.bilan_row_add{
    text-align: center;
    margin: 0 auto;
    color: #7e8993;
    cursor: pointer;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 0 3vw 1vw 3vw;
}

.bilan_row_remove{
    text-align: center;
    margin: 1vw auto 0 auto;
    color: #7e8993;
    cursor: pointer;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 0 3vw 1vw 3vw;
}

.bilan_row_last_eval{
    display: flex;
    flex-direction: column;
    margin: .5vw auto;
    font-size: 1vw;
    color: #7e8993;
    font-weight: 200;
}

.bilan_row_total_eval{
    display: flex;
    flex-direction: column;
    margin: .5vw auto;
    font-size: 1vw;
    color: #9896f0;
    font-weight: 200;
}

.bilan_row_niveau{
    font-size: .9vw;
    color: #d4dffb;
}

.bilan_row_month_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4vw;
}

.bilan_row_month{
    font-size: 1vw;
    color: #d4dffb;
    justify-content: center;
}

.bilan_row_month_global{
    font-size: .9vw;
    color: #9896f0;
    justify-content: center;
}


.bilan_row_last_value{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: .7vw auto;
    width: 100%;
}

.bilan_row_equipe_details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15%;
    width: 85%;
}

.bilan_row_equipe{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 15%;
    padding: .5vw 0;
}

.bilan_details_rowEntete{
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    cursor: none;
}

.bilan_details_row{
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.bilan_details_row:hover{
    background-color: #0c88b4;
}

.bilan_details_row_value{
    display: flex;
    text-align: center;
    justify-content: center;
    width: 9%;
    color: #a9b8c3;
    cursor: pointer;
}

.bilan_row_equipe_nom_prenom{
    text-transform: capitalize;
    justify-content: start;
    text-align: center;
    display: flex;
    width: 25%;
    font-size: 1vw;
    font-weight: bold;
}

.bilan_row_equipe_percent{
    justify-content: start;
    text-align: center;
    display: flex;
    width: 25%;
    font-size: .9vw;
    color: #9896f0;
    font-weight: 200;
}

.bilan_row_equipe_evolution{
    justify-content: start;
    text-align: center;
    display: flex;
    width: 25%;
    font-size: .8vw;
    font-weight: 200;
}

.bilan_row_equipe_plus{
    justify-content: start;
    text-align: center;
    display: flex;
    width: 10%;
    cursor: pointer;
    color: #7e8993;
}

.bilan_row_equipe_remove{
    justify-content: center;
    text-align: center;
    display: flex;
    width: auto;
    margin: 1vw auto;
    cursor: pointer;
    color: #7e8993;
}

/* PREVIEW GRILLE */
.div_preview_grille{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 99.9vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9998;
    position: fixed;
    align-items: start;
    padding: 10vh 0;
    background-color: rgba(211, 211, 211, 0.9);
}

.div_preview_grille_iframe{
    display: flex;
    height: 85vh;
    width: 50vw;
    margin: 0 2vw;
}

.div_option_grille{
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
}

.div_print_grille{
    display: flex;
    cursor: pointer;
    height: 3vw;
    background-color: #3c434a;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    width: 200px;
    margin: 50px 0;
}

.div_delete_grille{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 13vw;
    text-align: center;
    height: 3vw;
    background-color: #ffff;
    cursor: pointer;
    color: #a94442;
    border: 1px solid #a94442;
    border-radius: 10px;
    margin: 50px 0;
}

/* CHARGEMENT */
.buffering_loading {
    position:absolute;
    top:140%;
    left:50%;
    transform:translate(-50%,-50%);
    width:150px;
    height:150px;
}

.buffering_loading:before {
    content:'';
    position:absolute;
    top:-3px;
    left:-3px;
    width:100%;
    height:100%;
    border:3px solid transparent;
    border-top:3px solid #9b51e0;
    border-right:3px solid #9b51e0;
    border-radius:50%;
    animation:loadingBuffering 2s linear infinite;
}

@keyframes loadingBuffering {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9b8c3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9b8c3;
}

#download_month{
    display: flex;
    justify-content: center;
    border: 1px solid #02ab6c;
    height: 3vw;
    width: 20vw;
    align-items: center;
    margin: 2vw auto;
    border-radius: 20px;
    font-size: 1.5vw;
    font-family: Roboto, sans-serif;
    background-color: #0CB087;
    color: #e8e8e8;
}

.div_change_ignored_grille{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    gap: 8px;
    width: 100%;
    background: #722083;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: .005em;
    color: #ffffff;
    cursor: pointer;
    margin: 50px 0;
}
