/* Brevo form – Azopio */

.az-brevo .sib-form {
  padding: 12px !important;
}
.az-brevo .sib-form,
.az-brevo .sib-form * {
  font-family: "Schibsted Grotesk", sans-serif !important;
}
/* titre */
.az-brevo #sib-form > div:nth-of-type(1) .sib-form-block {
  text-align: center !important;
}
/* intro */
.az-brevo #sib-form > div:nth-of-type(2) .sib-form-block {
  text-align: center !important;

}

/* Liens */
.az-brevo #sib-container a {
  text-decoration: underline;
  color: #00ccbe;
}
/*btn*/
button.sib-form-block__button{
  background-color: #037bdf !important;
  width: 100% !important;
}
/* Placeholder */
.az-brevo #sib-container input::placeholder,
.az-brevo #sib-container textarea::placeholder {
  color: #8c8a8c !important;
}
/* Texte saisi */
.az-brevo #sib-container input,
.az-brevo #sib-container textarea {
  color: #8c8a8c;
}
/*error message*/
.az-brevo .sib-form .entry__error {
  font-size: 14px !important;
}

.entry__label {
  margin-bottom: 5px !important;
  color: #484c58 !important;
}