/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
button,
input,
input::placeholder {
  font-family: var(--wp--preset--font-family--website-font);
}

.gform_required_legend {
  display: none;
}
/* Labels quand il y a une erreur */
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .gfield_error legend.gfield_label {
  color: #c02b0a !important;
}
