/*Auth style*/

.auth-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(164, 188, 211, 0.13);
}

.bottom-style {
    position: absolute;
    width: 100%;
    bottom: 0;
}

label {
    font-weight: normal !important;
}

.bottom-style .row>div {
    height: 10px;
}


/*Auth style*/

.sousmenu {
    color: white!important;
    margin-left: 10px !important;
    font-size: 15px;
}

.sousmenu:hover {
    color: black !important;
}

.menu {
    color: white!important;
}

.menu:hover {
    color: black !important;
}

.deconnect:hover {
    color: rgb(61, 141, 188) !important;
}

.ajout {
    width: 100px;
    background-color: rgb(61, 141, 188) !important;
    border-color: rgb(61, 141, 188) !important;
}
.sidebar{
    cursor: pointer;
}
