/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-map .l-container,
.s-map .l-container-full,
.s-map .l-container-lg,
.s-map .l-container-md,
.s-map .l-container-sm,
.s-map .l-container--alteal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.s-map__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.125rem;
  width: 100%;
}
.s-map__map {
  width: 100%;
  max-width: none;
  height: 31.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #e8ecef;
}
@media screen and (max-width: 991px) {
  .s-map__map {
    height: 22.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-map__map {
    height: 17.5rem;
  }
}
.s-map__map .leaflet-container {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  font-family: "Gotham", sans-serif;
  background: #e8ecef;
}
.s-map__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
}
.s-map__address-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-map__address-icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.s-map__address-text {
  min-width: 0;
}
.s-map__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: 17.5rem;
  margin: 0;
  padding: 1.5rem;
  border-radius: 1.5rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  background: var(--wp--preset--color--alteal-mid-grey, #d5d5d5);
}
.s-map .alteal-map-marker {
  width: 2rem;
  height: 3rem;
  background: transparent;
  border: 0;
}
.s-map .alteal-map-marker svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 26, 36, 0.2));
}