/*
 * Correctifs ciblés du formulaire de devis.
 * Les champs d'une même ligne doivent partager exactement le même départ.
 */
.quoteForm .fieldGrid {
  align-items: start;
}

.quoteForm .fieldGrid > .field {
  min-width: 0;
  margin-top: 0;
}

.quoteForm .fieldGrid + .fieldGroup {
  margin-top: 24px;
}
