.dz-max-files-reached {
    border: 1px solid red;
    /* border-radius: 5px; */
}

.dz-max-files-reached::before {
    content: "Le nombre maximum de fichiers a été atteint";
    color: red;
    font-size: 1em;
}

label {
    font-weight: 500;
}

label.error {
    color: red;
    font-weight: bold;
    padding-left: 1rem;
}

.last_comment {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.last_comment_alert {
    width: 40vw;
    /* margin-bottom: 0;
    padding: .5rem; */
}

.has-note-info {
    font-weight: 600;
}

.required-asterisk::after {
    content: '*';
    color: red;
    margin-left: 5px;
}