.hidden-login {
    max-height: 0px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    overflow:hidden;
}

.hidden-login.open {
    max-height: 200px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.resolutions * {
    all: revert;
}


/* Pour affichage des tableau de BDD */
.resolutions table {
    width: 100%;
    margin-bottom: 10px;
    border-spacing: 0 !important;
}
.resolutions td {
    background-color : #dcdfe6;
    border : 1px solid #FFFFFF !important;
    padding: 5px;
}

.resolutions .largeurTable {
    width:10% !important;
}

.resolutions .grise {
    background-color: #82a39f;
    color:#FFFFFF;
    font-weight: bold;
}

.resolutions .blanche {
    background-color: #FFFFFF;
    font-weight: bold;
}
.resolutions .verte {
    background-color: #00685F;
    color:#FFFFFF;
}
.resolutions .bleue {
    background-color: #49d6c6;
    color:#FFFFFF;
}
.resolutions .align_droit {
    text-align: right;
}
.resolutions .bold {
    font-weight: bold;
}
.resolutions .centrer {
    text-align: center;
}
.resolutions td:nth-child(1) {
    width: 20%;
}
.resolutions td:nth-child(2) {
    width: 10%;
}
.resolutions td:nth-child(3) {
    width: 40%;
}
.resolutions td:nth-child(4) {
    width: 10%;
}
.resolutions td:nth-child(5) {
    width: 10%;
}