@charset "UTF-8";
body {
  background-color: #101214;
}

body {
  background-color: #090A0B;
}

::selection {
  background-color: #000; /* La couleur d'arrière-plan de la sélection (rouge ici) */
  color: #ffffff; /* La couleur du texte sélectionné (blanc ici) */
}

/* Pour une compatibilité avec les anciens navigateurs basés sur WebKit (Chrome, Safari) */
::-webkit-selection {
  background-color: #000;
  color: #ffffff;
}

div[data-elementor-type=wp-page],
div[data-elementor-post-type=page] {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 90px;
}

.scroll-top-adjust {
  scroll-margin-top: 90px;
}

.scroll-top-adjust-all * {
  scroll-margin-top: 90px;
}

.scroll-top-adjust-all * {
  scroll-margin-top: 130px !important;
  scroll-padding-top: 130px !important;
}

.frm_forms,
.frm_message,
.frm_success_style {
  scroll-margin-top: 130px !important;
}

body #cookie-consent-edit-btn {
  right: unset;
  left: 5px;
  z-index: 15000;
}

body #cookie-consent-edit-btn a {
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
}

body #cookie-consent-edit-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/stbimmobilier/cookie-stbimmobilier.svg");
  background-size: cover;
}

body #cookie-consent {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15199;
}

body #cookie-consent > h3 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
  color: white;
}

body #cookie-consent > p {
  font-size: 14px;
  padding: 15px;
}

body #cookie-consent > p a,
body #cookie-consent > p a:visited {
  color: white;
}

body #cookie-consent .center-buttons button {
  font-size: 14px;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  body #cookie-consent {
    height: 410px;
    max-width: 100%;
    border-right: 0;
  }
  body #cookie-consent > p {
    margin: 0;
  }
  body #cookie-consent .center-buttons {
    flex-direction: row;
  }
}
@media only screen and (max-width: 450px) {
  body #cookie-consent .center-buttons button {
    font-size: 12px;
    margin: 5px;
  }
}

/*# sourceMappingURL=style-anfitek.css.map */
