.button{
  color: #ffffff;
}
.webform-submission-form .form-item label {
    font-size: 14px;
    font-weight: 700;
    color: #005826;
    text-transform: none;
}
.text-count-message {
font-size: 14px;
    font-weight: 700;
    color: #005826;
    text-transform: none;
}
/* customize form width /*
/* Limit max width of form */
.webform-submission-form {
  max-width: 600px;   /* Adjust width */
  margin: 0 auto;     /* Center form */
}

/* Make text fields smaller */
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="tel"],
.webform-submission-form select,
.webform-submission-form textarea {
  max-width: 100%;
  width: 100%;      /* keep responsive */
  box-sizing: border-box;
}

/* Empêcher la checkbox de prendre toute la largeur */
.webform-element--title-inline.js-form-type-checkbox {
  display: flex;
  align-items: flex-start;
  width: auto; /* ne pas forcer à 100% */
}

/* Ajuste juste la case */
.webform-element--title-inline.js-form-type-checkbox input[type="checkbox"] {
  width: auto !important;  /* override Gavias/Drupal defaults */
  margin-right: 8px;
  margin-top: 4px;
}

/* Corriger chevauchement du drapeau et du champ */
.iti {
  width: 100%; /* container prend toute la largeur */
}

.iti input[type="tel"] {
  padding-left: 50px !important; /* espace à gauche pour le drapeau */
  box-sizing: border-box;
}

.iti__country[data-country-code="eh"] {
  display: none !important;
}

fieldset legend {
    font-size: 14px;
    font-weight: 700;
    color: #005826;
    text-transform: none;
}