/* Complément RWD — à charger après les styles inline des pages */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

@media (max-width: 640px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
  textarea,
  select {
    font-size: 16px !important;
  }

  button,
  .nextBtn,
  [type="submit"] {
    min-height: 44px;
  }
}
