@import url("https://fonts.googleapis.com/css2?display=swap&family=Noto+Serif:wght@400;500;700;900&family=Noto+Sans:wght@400;500;700;900");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://cdn.boxicons.com/fonts/basic/boxicons.min.css");
@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");
@import url("https://sibforms.com/forms/end-form/build/sib-styles.css");

@font-face {
  font-display: block;
  font-family: Roboto;
  src: url("https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2")
      format("woff2"),
    url("https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff")
      format("woff");
}
@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url("https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2")
      format("woff2"),
    url("https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff")
      format("woff");
}
@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url("https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2")
      format("woff2"),
    url("https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff")
      format("woff");
}

body {
  font-family: "Noto Serif", "Noto Sans", sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  background-color: #f2f0da;
}

/* Styles spécifiques pour les formulaires Brevo */
.sib-form-block__button,
.sib-form .sib-form-block__button,
#sib-form .sib-form-block__button,
button.sib-form-block__button {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 12px 24px !important;
  cursor: pointer !important;
  background-color: #3e4857 !important;
  color: white !important;
  border: none !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  height: auto !important;
  min-height: 44px !important;
  width: auto !important;
  position: relative !important;
  z-index: 10 !important;
}

#sib-container input::-ms-input-placeholder,
#sib-container input::placeholder,
#sib-container textarea::placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}

#sib-container a {
  text-decoration: underline;
  color: #2bb2fc;
}
