:root {
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Special Gothic Expanded One", sans-serif;
  --color-gris: #F9F6E7;
  --color-bleu-clair: #3F96F2;
  --color-violet: #473FF2;
}

.btn.btn-primary.outline {
  background-color: transparent;
  color: var(--color-violet);
}

.section-map-block {
  position: relative;
  height: 700px;
  display: grid;
  grid-template-columns: 1fr 365px;
}
@media only screen and (max-width: 768px) {
  .section-map-block {
    grid-template-columns: 1fr;
    overflow: hidden;
    height: 622px;
  }
}
.section-map-block .mobile-filter-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-map-block .mobile-filter-button {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
  }
}
.section-map-block .drom-com-filters {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 593px;
  width: 147px;
  background-color: #f3f8fd;
  border-radius: 0 20px 20px 0;
  font-weight: 700;
  margin: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-105px);
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .section-map-block .drom-com-filters {
    height: 189px;
    overflow: hidden;
  }
}
.drom-com-filters-open .section-map-block .drom-com-filters {
  transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  .drom-com-filters-open .section-map-block .drom-com-filters {
    height: 593px;
  }
}
.section-map-block .drom-com-filters .inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  margin-left: 20px;
}
.section-map-block .drom-com-filters .inner-container .item {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  text-align: center;
}
.section-map-block .drom-com-filters .inner-container .item.active .icone {
  border-color: var(--color-violet);
}
.section-map-block .drom-com-filters .inner-container .item:hover .icone {
  box-shadow: 2px 1px 4px #999999;
}
.section-map-block .drom-com-filters .inner-container .item .icone {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 2px solid white;
  background-color: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-metropole {
  background-image: url("../images/metropole.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-200 {
  background-image: url("../images/200.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-199 {
  background-image: url("../images/199.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-251 {
  background-image: url("../images/251.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-198 {
  background-image: url("../images/198.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-201 {
  background-image: url("../images/201.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .icone.icone-197 {
  background-image: url("../images/197.jpg");
}
.section-map-block .drom-com-filters .inner-container .item .label {
  font-size: 12px;
  font-family: var(--font-primary);
}
.section-map-block .drom-com-filters .btn-fold {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 0.7rem;
  margin-left: auto;
  height: 100%;
  cursor: pointer;
  border: none;
  font: inherit;
  color: inherit;
  background: transparent;
}
.section-map-block .drom-com-filters .btn-fold:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 2px 1px 4px #999999;
  flex-shrink: 0;
  background-image: url("../images/chevron-down.svg");
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  transform: scale(-1);
  transition: all 0.25s ease-in-out;
}
.drom-com-filters-open .section-map-block .drom-com-filters .btn-fold:before {
  transform: scale(1);
}
.section-map-block .map-container {
  position: relative;
  z-index: 2;
}
.section-map-block .map-container #js-map-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-map-block .filter-container {
  color: var(--color-violet);
  background-color: var(--color-gris);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .section-map-block .filter-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    transform: translateX(100vw);
    transition: transform 0.25s ease-in-out;
  }
}
.filter-container-mobile-open .section-map-block .filter-container {
  transform: translateX(0);
}
.section-map-block .filter-container #js-btn-filter-close {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-map-block .filter-container #js-btn-filter-close {
    display: block;
  }
}
.section-map-block .filter-container .filters-type-container .filters-type-list-container .filters-type-list-item {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-map-block .filter-container .filters-type-container .filters-type-list-container .filters-type-list-item input[type=radio] {
  margin: 0;
  cursor: pointer;
}
.section-map-block .filter-container .filters-type-container .filters-type-list-container .filters-type-list-item label {
  text-align: left;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.section-map-block .filter-container .filters-thematics-container .filter-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}
.section-map-block .filter-container .filters-thematics-container .filters-thematics {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-map-block .filter-container .filters-thematics-container .filters-thematics .select {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px #CCCCCC solid;
}
.section-map-block .filter-container .filters-thematics-container .filters-thematics .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px 24px;
  border: none;
  width: 100%;
  height: 100%;
  color: var(--color-violet);
  padding-left: 15px;
  padding-right: 48px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.section-map-block .filter-container .filters-thematics-container .filters-thematics .select select:disabled {
  background-color: #dcdcdc;
  cursor: default;
}
.section-map-block .filter-container .filters-thematics-container .filters-thematics .select select option[data-count="0"] {
  display: none !important;
}
.section-map-block .filter-container .filters-thematics-container .actions-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  position: relative;
  width: 46px !important;
  height: 46px !important;
  background-color: var(--color-bleu-clair);
  border-radius: 100%;
  position: relative;
  display: flex;
}
.marker-cluster-small::after,
.marker-cluster-medium::after,
.marker-cluster-large::after {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--color-bleu-clair);
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.div-clusters-icon {
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 100%;
  font-weight: 700;
  color: #FFFFFF;
  background-color: var(--color-violet);
  pointer-events: none !important;
}

.leaflet-popup-content {
  width: unset !important;
}

.leaflet-popup-close-button {
  width: 15px !important;
  height: 15px !important;
  overflow: hidden;
  text-indent: 99999px;
  color: transparent !important;
  background-image: url(../images/close.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: 10px !important;
  right: 10px !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 35px 0 0 0 !important;
}

.popup-details-container .poi-details-wrapper .inner-content {
  width: 400px;
}
.popup-details-container .poi-details-wrapper .inner-content .title-elm {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-violet);
  font-family: var(--font-primary);
  text-align: center;
}
.popup-details-container .poi-details-wrapper .inner-content .img-une {
  height: 150px;
  max-width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.popup-details-container .poi-details-wrapper .inner-content .img-une img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-details-container .poi-details-wrapper .inner-content .content-elm {
  margin-top: 20px;
}
.popup-details-container .poi-details-wrapper .inner-content .content-elm .station-card__labels {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.popup-details-container .poi-details-wrapper .inner-content .content-elm .station-card__labels .station-card__label {
  background-color: var(--color-violet);
  color: #FFFFFF;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
}
.popup-details-container .poi-details-wrapper .inner-content .link-container {
  margin-top: 20px;
  text-align: center;
}

.exp-list-container {
  background-color: #FFFFFF;
  border-top-left-radius: 20px;
  width: 560px;
  color: var(--color-violet);
  font-family: var(--font-primary);
  max-height: 614px;
  overflow-y: scroll;
}
.exp-list-container .title-elm {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.exp-list-container .counter {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.exp-list-container .list-elms .list-item {
  display: flex;
  gap: 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: var(--color-gris);
  border: 1px var(--color-gris) solid;
  margin: 20px 0;
}
.exp-list-container .list-elms .list-item .image {
  width: 178px;
  height: 100%;
  border-top-left-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
  min-height: 185px;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/understrap-child/img/placeholder-post.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.exp-list-container .list-elms .list-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exp-list-container .list-elms .list-item .right-side {
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.exp-list-container .list-elms .list-item .right-side .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--color-violet);
  text-decoration: none;
}
.exp-list-container .list-elms .list-item .right-side .title:hover {
  text-decoration: underline;
}
.exp-list-container .list-elms .list-item .right-side .thematics {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bleu-clair);
  color: #FFFFFF;
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
}
.section-map-block.mc-carte--loading .map-container #js-map-container {
  min-height: 320px;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: mc-carte-shimmer 1.2s linear infinite;
}
@keyframes mc-carte-shimmer {
  to {
    background-position-x: -200%;
  }
}/*# sourceMappingURL=style.css.map */