.container {
    background: #000;
    color: #fff;
    padding-bottom: 2rem;
}

.form{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
    
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: 0.5rem;
    border: 1px solid #fff;
    -webkit-appearance: none;
    background: #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
}

textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    border: 1px solid #fff;
    -webkit-appearance: none;
    background: transparent;
    font-family: 'Nunito Sans', sans-serif;
    background: #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 5rem;
    font-size: 1rem;
    color: #fff;
}

input:focus-visible {
    outline-offset: unset;
    border-radius: 0;
}

:focus-visible {
    outline: unset;
    border-radius: 0;
}


.field-wrapper {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}


.fse-2 {
    margin-top: 2rem;
}

.fse-2 p {
    text-align: center;
    color: #fff;
}


.formulaire-seance-essai, .formulaire-contact {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.informations_consentement {
    font-size: .85rem;
    text-align: center;
    max-width: 500px;
    display: block;
    margin: auto;
}

.btnX {
    margin-top: 2rem;
    text-align: center;
}

#message-wrap.error-msg {
    color: #f00;
}


#message-wrap.success-msg {
    color: #1acb16;
}

div#google_recaptcha {
    text-align: center;
    /* margin: auto; */
    display: inline-flex;
    margin-top: 1rem;
}


.checkbox-wrapper-13 {
    display: flex;
    flex-direction: row;
    text-align: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
}




@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
      margin-right: .5rem;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-13 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-13 *:before,
  .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
  }



.checkfield-desc {
    font-size: .9rem;
    color: #888;
    margin-left: .5rem;
}


@media screen and (min-width: 961px) {

    .list-checkbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}

label {
    text-align: left;
    display: block;
    margin-bottom: .15rem;
    text-transform: uppercase;
    font-size: .75rem;
}

.list-checkbox {
    margin-top: .5rem;
}




.item-date-heure {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rappel-items label {
  text-align: center;
  margin-bottom: .5rem;
}

/* Style général pour les champs date et time */
input#rappel-date, input#rappel-time {
  padding: .5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-size: .85rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-appearance: none; /* Supprimer l'apparence par défaut */
  margin-left: .5rem;
  margin-right: .5rem;
}

/* Spécificité pour Chrome et Safari */
input#rappel-date::-webkit-calendar-picker-indicator,
input#rappel-time::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inversion de la couleur pour que l'icône devienne blanche */
}

/* Pour Firefox */
input[type="date"]::-moz-calendar-picker,
input[type="time"]::-moz-calendar-picker {
  filter: invert(1); /* Inversion de la couleur pour que l'icône devienne blanche */
}

/* Pour Edge */
input[type="date"]::-ms-clear,
input[type="time"]::-ms-clear {
  color: #fff; /* Ajuste la couleur de l'icône dans Edge */
}