/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 nov. 2019, 13:04:27
    Author     : mtary
*/

.error-label-nom, .error-label-prenom, .error-label-date, .error-label {
    background:red;
    color:#fff;
}
.warning-coef {
    border:2px solid #000;
    font-weight: bold;
}
.warning-coef p{
    color:red!important;
}