/* CSS pour ajuster altcha */

/* css pour le form de contact */
.contact_form_code .colonne2:last-of-type {
  display: block !important;
}
.contact_form_text_verif {
  display: inline-block;
  margin-bottom: 4px;
}

.contact_form_code .altcha-footer div {
  width: auto !important;
}

/* CSS pour tous les altcha */
.altcha {
  background-color: #fff;
  border: 1px solid #333446;
  border-radius: 6px;
  margin-block: 4px;
}

.altcha-checkbox {
  width: initial !important;
}

.altcha-label {
  font-weight: 500 !important;
  color: #333446;
  margin: 0 !important;
}

.altcha-main > div:last-of-type {
  margin-left: auto;
  width: auto !important;
}

.altcha-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.altcha-checkbox input {
  appearance: none;
  position: relative;
  width: 18px !important;
  height: 18px !important;
  border-radius: 2px;
  border: 1px solid #333446;
  overflow: hidden;
}
/* FIN */