/* Your custom css */

/* Réduire espaces entre champs sur mobile - checkout */
@media (max-width: 991px) {
  .form-group {
    margin-bottom: 8px !important;
  }
  .form-control,
  .form--control {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 40px !important;
  }
  .form-group label {
    margin-bottom: 3px !important;
    font-size: 13px !important;
  }
  .row.gy-4 {
    --bs-gutter-y: 0.5rem !important;
  }
  .row.g-4 {
    --bs-gutter-y: 0.5rem !important;
    --bs-gutter-x: 0.75rem !important;
  }
  /* Espace sous le bouton pour qu'il soit visible */
  .d-flex.justify-content-between.flex-wrap {
    margin-bottom: 100px !important;
  }
}
