label.error {
    color: red;
    font-size: 10px;
    padding-left: .5em;
    margin: 0;
}

.toast-error {
    background-color: red!important;
}

.toast-success {
    background-color: #036E66!important;
}

.color-success {
    color: #036E66!important;
}

.gras {
    font-weight: 700;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-success {
    background-color: #036e66;
}

.error_a {
    color: red;
    font-size: 10px;
    padding-left: .5em;
    margin: 0;
}

.select2-container {
    width: 100%!important;
}