/* Surbrillance orange pour les champs obligatoires - École 1478 */
input:invalid {
    box-shadow: 0 0 5px 1px #134250 !important;
}

input:focus:invalid {
    box-shadow: none !important;
}
