@charset "UTF-8";
body {
  overflow: hidden;
}

#carteInteractive {
  position: relative;
  background: #ffffff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#carteInteractive #map-content {
  position: relative;
}
#carteInteractive #section-map {
  float: left;
  width: 80%;
  height: 400px;
}
#carteInteractive #section-categories::-webkit-scrollbar {
  width: 3px;
}
#carteInteractive #section-categories::-webkit-scrollbar-track {
  background: #fff;
}
#carteInteractive #section-categories::-webkit-scrollbar-thumb {
  background: #6f6f6f;
}
#carteInteractive #section-categories::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#carteInteractive #section-categories {
  width: 420px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#carteInteractive #section-categories .category.custom {
  margin-right: 0 !important;
  margin-left: 0px !important;
  height: 20px !important;
  width: 20px !important;
  top: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  border: 1px solid #bdbdbd !important;
}
#carteInteractive #section-categories .category:not(.custom) {
  width: 420px;
}
#carteInteractive #section-categories .category:not(.custom).active .sub-categories {
  display: block;
}
#carteInteractive #section-categories .category:not(.custom).active a.toggle span:first-child {
  transform: rotate(180deg);
}
#carteInteractive #section-categories .category:not(.custom).active a.toggle span:last-child {
  transform: rotate(90deg);
  opacity: 0;
}
#carteInteractive #section-categories .sub-categories {
  display: none;
  background: #f8f8f8;
  padding: 0px 0 15px 20px;
}
#carteInteractive #section-categories .sub-categories ul {
  margin-bottom: 0;
}
#carteInteractive #section-categories .sub-categories ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#carteInteractive #section-categories .sub-categories ul li .trigger img {
  align-self: center;
  height: unset;
  width: 32px;
}
#carteInteractive #section-categories .sub-categories ul li .trigger .titre {
  font-size: 15px;
}
#carteInteractive #section-categories .category-trigger, #carteInteractive #section-categories .category-trigger-alone {
  background: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #ededed;
  color: #454545;
  font-size: 16px !important;
  line-height: 20px !important;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
#carteInteractive #section-categories .category-trigger img, #carteInteractive #section-categories .category-trigger-alone img {
  align-self: center;
  height: unset;
  width: 40px;
}
#carteInteractive #section-categories .category-trigger span.titre, #carteInteractive #section-categories .category-trigger-alone span.titre {
  display: inline-block;
  width: 310px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding-right: 15px;
  cursor: pointer;
}
#carteInteractive #section-categories .category-trigger a.toggle, #carteInteractive #section-categories .category-trigger-alone a.toggle {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 19px;
}
#carteInteractive #section-categories .category-trigger a.toggle span:first-child, #carteInteractive #section-categories .category-trigger-alone a.toggle span:first-child {
  transition: all 150ms linear;
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 2px;
  background: #454545;
  opacity: 1;
  transform: rotate(90deg);
}
#carteInteractive #section-categories .category-trigger a.toggle span:last-child, #carteInteractive #section-categories .category-trigger-alone a.toggle span:last-child {
  transition: all 150ms linear;
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 2px;
  background: #454545;
  opacity: 1;
}
#carteInteractive #section-categories .category.active, #carteInteractive #section-categories .category:hover {
  border-bottom: 1px solid #ededed;
}
#carteInteractive #section-categories .category.active .category-trigger, #carteInteractive #section-categories .category.active .category-trigger-alone, #carteInteractive #section-categories .category:hover .category-trigger, #carteInteractive #section-categories .category:hover .category-trigger-alone {
  background: #f8f8f8 !important;
  border-bottom: 0 !important;
}
#carteInteractive .sub-categories .trigger {
  line-height: 38px !important;
}
#carteInteractive .trigger {
  cursor: pointer !important;
}
#carteInteractive .category-trigger-alone a.toggle {
  visibility: hidden;
}
#carteInteractive .category-trigger-alone .trigger {
  width: 363px;
}
#carteInteractive .category-trigger-alone img {
  margin-right: 4px;
}
#carteInteractive .leaflet-control-attribution.leaflet-control {
  font-size: 12px !important;
}
#carteInteractive .leaflet-popup-content {
  padding: 0;
  margin: 0;
}
#carteInteractive .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
}
#carteInteractive #infoWindowContenu {
  padding: 20px;
  font-size: 13px;
  line-height: 19px;
}
#carteInteractive #infoWindowContenu strong {
  display: block;
  font-size: 16px;
}
#carteInteractive #infoWindowContenu p {
  font-size: 13px;
  line-height: 19px;
}
#carteInteractive .leaflet-control-zoom a {
  text-decoration: none;
  color: #454545;
}
#carteInteractive .leaflet-popup-close-button {
  width: 50px;
  height: 50px;
  right: -16px;
  top: -16px;
  color: #fff;
  background: #000;
  font-size: 45px;
  line-height: 42px;
}

#carteInteractive #map-content #section-categories div.category input.category {
  display: block !important;
  height: 20px;
  width: 20px;
  background: #fff;
  border: solid 1px #9a9a9a;
  color: #fff;
  color: #fff !important;
  margin: 0 14px 0 0;
  top: 9px;
  float: left;
}

#carteInteractive #map-content #section-categories div.category .sub-categories input.chkCarte {
  display: block !important;
  height: 17px;
  width: 17px;
  background: #fff;
  border: solid 1px #bdbdbd;
  color: #fff;
  color: #fff !important;
  margin: 0 17px 0 0;
  top: 0 !important;
  float: left;
}

#carteInteractive #map-content #section-categories input[type=checkbox]:checked::before {
  height: 14px;
  width: 17px;
  content: "✔";
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
  color: #555555;
}

#carteInteractive #map-content #section-categories .sub-categories input[type=checkbox]:checked::before {
  height: 14px;
  width: 14px;
  font-size: 13px;
  text-align: center;
  line-height: 14px;
}

#map-options {
  display: none;
}

#mobile-closer {
  display: none;
}

@media screen and (max-width: 1023px) {
  #mobile-closer {
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1111;
  }
  #map-options {
    display: block;
    line-height: 40px;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #454545;
    position: relative;
    z-index: 1200;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }
  #carteInteractive #map-content #section-categories {
    position: absolute;
    display: none;
    right: -450px;
    z-index: 1199;
    background: #fff;
  }
  #carteInteractive #section-categories {
    width: 320px;
  }
  #carteInteractive #section-categories .category:not(.custom) {
    width: 320px;
  }
  #carteInteractive #section-categories .category-trigger span.titre, #carteInteractive #section-categories .category-trigger-alone span.titre {
    width: 225px !important;
    font-size: 13px !important;
  }
  #carteInteractive .category-trigger-alone .trigger {
    width: 263px;
  }
  #carteInteractive #section-categories .category-trigger img, #carteInteractive #section-categories .category-trigger-alone img {
    width: 22px;
  }
  #carteInteractive #section-categories .sub-categories ul li .trigger img {
    width: 22px;
  }
  #carteInteractive #section-categories .sub-categories ul li .trigger .titre {
    font-size: 13px;
  }
}
