/* Quand le champ est en erreur, on force l'affichage du "Requis" */
.ts-form-group.aaa-has-error label .is-required {
    display: inline-block !important;
    color: #ec0000;
}

.aaa-immat-error {
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid rgba(220, 53, 69, .35);
    border-radius: 8px;
    background: rgba(220, 53, 69, .08);
    color: #b02a37;
    font-size: 14px;
}