/* 

Stylisation des formulaires GRAVITY FORM

*/

label,
select,
textarea,
input{
    font-family: 'font-primary';
}

.gform_button {
    border: none;
    cursor: pointer;
}

.gfield::before{
    display: none;
}