@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  color: #000;
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 0;
}

* {
  scrollbar-width: none;
}

.map__container {
  height: 100%;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.map__container .filter__open {
  display: none;
  background: #fff;
  width: 48px;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition-duration: 75ms;
  animation: ease-in-out;
  /* border-radius: 5px; */
}
.map__container .filter__open:hover {
  transform: scale(1.1);
}
.map__container .filter__open i {
  font-size: 1.65rem;
}
@media screen and (max-width: 720px) {
  .map__container .filter__open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0.76rem;
    left: .9rem;
    color: #8f2a2b;
    z-index: 401;
  }
  .map__container .filter__open svg {
    width: 2rem;
    height: 2rem;
  }
  .map__container .filter__open.activated {
    display: none;
  }
}
.map__container .map__search {
  width: 450px;
  height: calc(100% - 4rem);
  margin: 2rem;
  z-index: 10000;
  position: absolute;
}
.map__container .map__search.open {
  display: block;
}
@media screen and (max-width: 996px) {
  .map__container .map__search {
    width: calc(50vw - 3rem);
  }
}
@media screen and (max-width: 720px) {
  .map__container .map__search {
    width: calc(100vw - 4rem);
    display: none;
  }
}
.map__container .map__search .pop__about {
  background: rgba(254, 252, 244, 0.9215686275);
  width: calc(100% - 2.4rem);
  position: absolute;
  z-index: 20;
  padding: 1.2rem;
  height: calc(100% - 2.4rem);
  animation-duration: 0.5s;
  display: none;
}
.map__container .map__search .pop__about .close__btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.map__container .map__search .pop__about .close__btn:hover {
  opacity: 1;
}
.map__container .map__search .pop__about.open {
  transform: translateX(calc(100% + 2rem));
  background: #ffffffdd;
}
@media screen and (max-width: 1200px) {
  .map__container .map__search .pop__about.open {
    height: auto;
    top: 0;
  }
}
@media screen and (max-width: 720px) {
  .map__container .map__search .pop__about.open {
    transform: translateX(0);
    height: auto;
    bottom: 0;
    top: unset;
  }
  .map__container .map__search .pop__about.open ~ .search__body {
    opacity: 0;
  }
}
.map__container .map__search .pop__about h2.name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.17em;
  padding: 1rem;
  margin-bottom: 0;
  color: #89292A;
}
.map__container .map__search .pop__about h2.name span.type {
  font-weight: 100;
  font-family: "Raleway", sans-serif;
}
.map__container .map__search .pop__about ul {
  padding: 0;
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  margin-top: 0;
}
.map__container .map__search .pop__about ul .type {
  text-transform: uppercase;
  opacity: 0.5;
}
.map__container .map__search .pop__about ul li {
  list-style: none;
  padding: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  opacity: 0.5;
}
.map__container .map__search .pop__about ul li:first-of-type {
  padding-top: 0;
}
.map__container .map__search .pop__about ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(22, 48, 41, 0.1882352941);
}
.map__container .map__search .search__body {
  height: 100%;
  background: #ffffffdd;
}
@media screen and (max-width: 996px) {
  .map__container .map__search .search__body {
    overflow: hidden;
  }
}
.map__container .map__search .search__body .filter-block {
  padding: 0 1.2rem;
}
.map__container .map__search .search__body .filter-block h3 {
  font-family: "Playfair Display", serif;
  color: #89292A;
  text-transform: uppercase;
}
.map__container .map__search .search__body .filter-block .map__filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px;
  border-bottom: 1px solid rgba(22, 48, 41, 0.1882352941);
  padding-bottom: 1rem;
}
.map__container .map__search .search__body .filter-block .map__filter label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.map__container .map__search .search__body .filter-block .map__filter img {
  width: 15px;
}
.map__container .map__search .search__body .filter-block .map__filter > div {
  display: flex;
  align-items: center;
  gap: 3px;
}
.map__container .map__search .search__body .filter-block .map__filter > div label {
  opacity: 0.4;
  cursor: pointer !important;
}
.map__container .map__search .search__body .filter-block .map__filter > div label:hover {
  opacity: 1;
}
.map__container .map__search .search__body .filter-block .map__filter > div input[type=checkbox] {
  display: flex;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* Not removed via appearance */
  margin: 0;
}
.map__container .map__search .search__body .filter-block .map__filter > div input[type=checkbox]:checked ~ label {
  opacity: 1;
}
.map__container .map__search .search__body .filter-block .map__filter > div input[type=checkbox]:checked::before {
  opacity: 1;
}
.map__container .map__search .search__body .result__container .result {
  max-height: calc(100vh - 19rem);
  overflow-y: auto;
}
.map__container .map__search .search__body .result__container .result a {
  padding: 1.2rem;
  text-decoration: none;
  color: #000;
  display: block;
}
.map__container .map__search .search__body .result__container .result a:hover {
  background-color: #ffffff7a;
}
.map__container .map__search .search__body .result__container .result a:hover .name {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .map__container .map__search .search__body .result__container .result a .bloc {
    display: flex;
  }
}
.map__container .map__search .search__body .result__container .result a .bloc .lieu-id {
  width: 30px;
}
@media screen and (min-width: 600px) {
  .map__container .map__search .search__body .result__container .result a .bloc .adress {
    max-width: calc(100% - 65px);
  }
}
.map__container .map__search .search__body .result__container .result a .bloc .adress .name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #89292A;
}
.map__container .map__search .search__body .result__container .result a .bloc .adress .type {
  font-weight: 300;
}
.map__container .map__search .search__body .result__container .result a .bloc .adress p {
  text-transform: uppercase;
  margin: 5px 0px 5px 0px;
  opacity: 0.5;
  font-size: 0.9rem;
}
.map__container .map__search .search__body .result__container .result a .bloc .adress div p {
  margin: 0;
  text-transform: uppercase;
  opacity: 0.5;
}
.map__container .map__search .search__body .result__container .result a .bloc .adress span.phone1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map__container .map__search .search__body .result__container .result a .bloc .adress .phone2 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  font-size: 1px;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .map__container .map__search .search__body .result__container .result a .bloc .statut {
    margin-left: auto;
  }
}
.map__container .map__search .search__body .result__container .result a .bloc .statut span {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}
.map__container .map__search .search__body .result__container .result a .bloc .statut span::before {
  content: "";
  width: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.map__container .map__search .search__body .result__container .result a .bloc .statut span.open::before {
  background: green;
}
.map__container .map__search .search__body .result__container .result a .bloc .statut span.closed::before {
  background: red;
}
.map__container .map_title {
  position: fixed;
  background-color: #000;
  padding: 15px;
  font-size: 1em;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fefcf3;
  font-family: monospace;
  text-transform: uppercase;
  z-index: 2500;
}
.map__container #map {
  height: 100%;
  width: 100vw;
  background-color: #fff;
}
@media screen and (max-width: 996px) {
  .map__container #map {
    height: 100vh;
  }
}
.map__container #map .leaflet-control-container .leaflet-control {
  position: fixed;
  right: 0.5rem;
}

@keyframes slide_right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.bindpoptitle {
  margin: 0;
}

.leaflet-popup {
  bottom: 0 !important;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-interactive {
  margin-top: -30px !important;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  margin-top: -60px !important;
}

.marker-cluster-medium {
  background-color: rgba(254, 252, 243, 0.4784313725);
}
.marker-cluster-medium div {
  background-color: #041e19;
}
.marker-cluster-medium div span {
  color: #fefcf3;
}

.marker-cluster-small {
  background-color: rgba(254, 252, 243, 0.4784313725);
}
.marker-cluster-small div {
  background-color: #8f2a2b;
}
.marker-cluster-small div span {
  color: #fefcf3;
}

.search-container {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.search-container input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid rgba(22, 48, 41, 0.1882352941);
  outline: none;
  background: transparent;
}
.search-container input#search-bar:-internal-autofill-selected {
  background-color: transparent !important;
}
.search-container input#search-bar:focus {
  transition: 0.35s ease;
}
.search-container input#search-bar:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-container input#search-bar:focus::-moz-placeholder {
  -moz-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-container input#search-bar:focus:-ms-placeholder {
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-container a {
  color: #041e19;
  opacity: 0.4;
  transition: all 0.5s;
}
.search-container a:hover {
  opacity: 1;
}
.search-container a svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 0.5rem));
}

svg {
  margin-left: 10px;
}

li.chief svg:not(:first-of-type) {
  margin-left: 5px;
}

li.site a {
  color: #000;
  text-decoration: none;
}

span.chief_star {
  display: flex;
  align-items: center;
}
span.chief_star svg {
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
span.chief_star svg:not(:first-of-type) {
  margin-left: 4px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: -20px;
  font-weight: 700;
}

.leaflet-tooltip-top:before {
  display: none;
}

h2.name.details-id {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
}

.leaflet-pane.leaflet-popup-pane {
  display: none;
}/*# sourceMappingURL=style.css.map */