.container-dashboard{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.bouton-menu > .card{
    min-height: 150px;
}
.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.form-check-input {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 5px;
}
.file-dropzone {
    position: relative;
    padding: 20px;
    border: 2px dashed #009CD2;
    border-radius: 5px;
    text-align: center;
    color: #6c757d;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 120px;
}
.file-dropzone:hover {
    background-color: #f8f9fa;
}
.file-dropzone p {
    margin: 0;
    font-size: 1rem;
    color: #6c757d;
}
.file-dropzone .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px!important;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 10;
}
.uploaded-files {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
    display: none;
}
.uploaded-files p {
    margin: 0;
}
.delete-file-input{
    cursor: pointer;
}
.navigation > nav > ul{
    justify-content: center;
}
