html {
    position: relative;
    min-height: 100%;
}
body {
    height:100%;
    padding-top: 90px;
    margin-bottom: 80px;
}
.principal-container {
    margin-top: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.navbar {
    padding: 0.2rem;
}

.accueil-header {
    display: flex;
}
.accueil-logo {
    width: 30%;
}
.accueil-logo  img{
    width: 100%;
}
.accueil-nom {
    display: inline-block;
    margin-left: 10px;
}
.accueil-header .accueil-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 20px;
}

.text-black {
    color: black;
}


.parametres-menu {
    position: absolute;
    width: 150px;
    font-size: 1rem;
    display: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--success);
}
.custom-control-label::before {
    background-color: var(--danger);
}

.custom-switch .custom-control-label::after {
    background-color: white;
}


/***************Bouton d'upload****************/
.fileinput-button, .upload-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input, .upload-select input, .img-select input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    /*font-size: 200px !important;*/
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.progression_upload, .details_upload, .retour_upload, .upload-details, .upload-nom, .upload-progression, .upload-retour {
    display: none;
}

.btn-right {
    position: absolute;
    top: 5px;
    right: 5px;
}

.align-choix {
    cursor: pointer;
}

.patienter {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 50px 0 50px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
}
.patienter .alert {
    width: 50%;
    left: 25%;
    top: 25%;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/****************************************/
.avatar-btn-deconnexion {
    width: 25px;
}

.data-edit, .categorie-card, .item-card {
    display: none;
}

.span-select {
    cursor: pointer;
    border-bottom: black 1px dashed;
}

.exemplaire-badge {
    font-size: 1.171875rem;
}

.list-eleve, .result {
    display: none;
}

.livres-liste {
    overflow-y: auto ;
    height: 600px;
    max-height: 600px;
    position: relative;
}

.etiquette {
    border: #1a252f 1px solid;
    border-radius: 3px;
    margin: 5px;
    height: 50px;
}

.password-toggle {
    cursor: pointer;
}

.print-check {
    cursor: pointer;
    margin: 4px 11px;
    border-bottom: #1a252f 1px dashed;
}

.search-eleve {
    text-align: left;
    position: absolute;
    width: 80%;
    cursor: pointer;
}
.btn-deconnection-eleve {
    position: absolute;
    right: 5px;
}

.adresse-map {
    width: 100%;
    height: 350px;
}
.adresse-results {
    max-height: 300px;
    overflow-y: auto;
}

.tag-badge {
    font-size: larger;
}
.recherche-results {
    position: absolute;
    width: 100%;
    z-index: 99;
    margin-left: -15px;
}
.recherche-results p {
    margin-top: 0;
    margin-bottom: 0;
}
.iti__country-name, .iti__dial-code, .iti__selected-dial-code, .phone {
    color: #495057;
}
.valid-msg {
    display: none;
    position: relative;
    right: 25px;
}
.fichenavette-icon {
    cursor: pointer;
}

.resetMDP {
    cursor: pointer;
    font-size: smaller;
    text-decoration: underline;
}