/*
#@plugins/cdf_form/css/cdf_form.scss
*/
/* ajustements du form d'inscription cdf_form */
#cdf_form input[type="text"], #cdf_form input[type="tel"], #cdf_form input[type="email"], #cdf_form input[type="number"], #cdf_form textarea {
  width: 100%;
}
#cdf_form input[type="checkbox"] {
  min-width: 2rem;
}
#cdf_form .h4-like {
  --font-size-h4-mob: var(--head-size-base);
}
#cdf_form .h3-like {
  --font-size-h4-mob: calc(var(--head-size-base) + 0.2rem);
}
/* largeur max pour les pages des gamutables des inscriptions */
.inner.gamutable {
  width: calc(100% - 2 * 2.5rem);
  max-width: unset;
}
