/* local css */
/* affiche menu */
#HauteurMenu{
    min-height: 100px;
}
.marge-haut{
    padding-top: 120px;
}
.active{
    border: 2px solid white;
    border-radius: 4px;
}

/* page liste des utilisateurs */
.super-admin{
    border: 2px solid #dc3545;
    padding: 2px;
    border-radius: 4px;
}
.admin{
    border: 2px solid #ffc107;
    padding: 2px;
    border-radius: 4px;
}
.superviseur{
    border: 2px solid #0d6efd;
    padding: 2px;
    border-radius: 4px;
}
.tech{
    border: 2px solid #20c997;
    padding: 2px;
    border-radius: 4px;
}

/* page stock */
.table{
    vertical-align: middle;
}
@media (max-width: 991.98px) {
    .font-size-2vw{
        font-size: 2vw;
    }
}
/* page stock-show */
@media (max-width: 991.98px) {
    .font-size-4vw{
        font-size: 4vw;
    }
}

/* page login */
.block-login{
    max-width: 500px;
    margin: 0 auto;
}
.block-largeur-1{
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.block-largeur-2{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

/* page stock recherche */
.fleche-haut:after{
    margin-left: 10px;
    content: '\25B2';

}
.fleche-bas:after{
    margin-left: 10px;
    content: '\25BC';
}
.pointer{
    cursor: pointer;
}
.underline{
    text-decoration: underline;
}
/* divers */
.clear-right{
    clear: right;
}

/* adaptation tel mobiles */
@media (max-width: 991.98px) {
    .hide-smatphones, .hide-smatphones-table-cell {
        display: none;
    }
    .show-smatphones {
        display: block !important;
    }
    .show-smatphones-table-cell{
        display: table-cell;
    }
}
@media (min-width: 992px){
    .hide-smatphones {
        display: block;
    }
    .hide-smatphones-table-cell{
        display: table-cell;
    }
    .show-smatphones, .show-smatphones-table-cell {
        display: none !important;
    }
}
