/*---------------------------*/
/*--------- FORMS -----------*/
/*---------------------------*/
/*-- Message d'erreur woocommerce --*/
.woocommerce-error, .woocommerce-message {
  margin-left: 0;
  list-style: none;
  margin-bottom: 1rem;
  font-weight: 800;
  text-align: center;
  color: #c40303;
}

.woocommerce-error {
  margin-top: 1.5rem;
}

.woocommerce-message {
  margin-bottom: 1.5rem;
}

/*-- Message d'erreur --*/
.message {
  display: none;
  justify-content: center;
  margin-top: 21px;
  margin-bottom: -10px;
  color: #c40303;
  font-weight: 800;
  text-align: center;
}

/*-- Inpur erreur  --*/
.error-input {
  box-shadow: 0px 0px 0px 2px #c40303 !important;
}

/*-- Inpur success  --*/
.success-input {
  color: #ADD0B8 !important;
}