/* Custom / adjustments styles, no-compilation, for production */

/* Gravity Forms : selects a la meme hauteur que les inputs + air quand le texte wrap */
.gform_wrapper select.gfield_select {
  height: auto !important;
  min-height: 44px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  line-height: 1.3 !important;
  white-space: normal !important;
}
