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 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.progression_upload, .details_upload, .retour_upload {
    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;
}