.frm_form_fields {
  text-align: left;
}

.frm_form_field {
  margin-bottom: 1.5rem;
}

.frm_form_field input, .frm_form_field select {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--bleufonce);
  padding: 0.5rem 0;
  font-family: 'Raleway', 'Arial', sans-serif;
  background: transparent;
  outline: 0;
}

.frm_form_field input:focus {
  border-bottom: 1px solid var(--bleu);
}

.frm_form_field textarea {
  max-height: 300px;
}

.frm_form_field input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.frm_form_field label {
  display: block;
  padding: 0.2rem 0;
}

.frm_dropzone.frm_single_upload {
  width: 100%;
  max-width: 100%;
}

.frm_dropzone .dz-message {
  border: none;
  display: flex;
  align-items: center;
  border-radius: 4rem;
  background: var(--color-grey-light) url(../img/arrow-forward-outline.svg) no-repeat right 1rem top 50% / auto 20px;
}

.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9rem;
}

.frm_upload_text {
  font-weight: bold;
}

.frm_dropzone.dz-clickable.frm_single_upload .dz-message p {
  margin: 0;
}

.frm-svg-icon {
  display: none;
}

.frm_dropzone .frm_small_text {
  font-size: 0.8em;
}

.frm_submit button {
  border-radius: 3rem;
  padding: 0.75rem 1.5rem;
  background: var(--bleu);
  border: 2px solid var(--bleu);
  color: var(--color-white);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}

.frm_submit button:hover {
  background: var(--bleufonce);
  border-color: var(--bleufonce);
}

.frm_error_style, .frm_error {
  color: var(--color-red);
  font-weight: bold;
}

.frm_error {
  font-size: 0.8rem;
}
