@charset "UTF-8";
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(./images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(./images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(./images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.module-map {
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 750px;
}

.module-map.module-map::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: gray;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .module-map {
    height: auto;
    max-height: none;
  }
}

.map-list-view,
.map-wrap {
  height: 100%;
  min-height: 400px;
}

.map-wrap {
  z-index: 1;
}

.view-toggler {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  margin: 0 !important;
}

.view-toggler::after {
  margin-left: 10px;
}

.custom-marker {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: #ff5845;
  transform: translate(-50%, -50%);
}

.custom-marker.no-opening {
  cursor: default;
}

/*Styles communs GMAP et OSM*/
.map-infobox,
.leaflet-popup-content {
  width: 100%;
  max-width: 350px;
  margin: 0;
  /*OPTIONS. Ajout classes sur wrapper plugin*/
}

.map-infobox .close,
.leaflet-popup-content .close {
  position: absolute;
  top: 1px;
  right: 5px;
  z-index: 1;
  font-size: 2.5rem;
  text-decoration: none;
}

.map-infobox .item-titre,
.leaflet-popup-content .item-titre {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.5rem;
  font-weight: bold;
}

.map-infobox .item-image,
.leaflet-popup-content .item-image {
  display: block;
  height: 175px;
  position: relative;
  overflow: hidden;
}

.map-infobox .item-image img,
.leaflet-popup-content .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.map-infobox .map-dark-theme,
.map-infobox .map-dark-theme .close,
.leaflet-popup-content .map-dark-theme,
.leaflet-popup-content .map-dark-theme .close {
  color: white;
  background-color: var(--color-black);
}

.map-infobox-content {
  margin: 2.5rem 2rem 2rem 2rem;
}

/*Styles spécifiques GMAP*/
.map-infobox {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.map-infobox::after {
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}

/*Styles spécifiques OSM*/
.leaflet-container a.leaflet-popup-close-button {
  top: 3px;
  right: 3px;
  color: black;
  /*OPTIONS. Ajout classes sur wrapper plugin*/
}

.map-dark-theme .leaflet-container a.leaflet-popup-close-button {
  color: white;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0;
  /*OPTIONS. Ajout classes sur wrapper plugin*/
}

.map-dark-theme .leaflet-popup-content-wrapper, .map-dark-theme
.leaflet-popup-tip {
  color: white;
  background-color: black;
}

.map-panel-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background-color: white;
  will-change: transform;
  transition: all .4s;
  z-index: 2;
  /*OPTIONS. Ajout classes sur wrapper plugin*/
}

.map-panel-wrap[data-panel-position="panel-left"] {
  left: 0;
  transform: translateX(-100%);
}

.map-panel-wrap[data-panel-position="panel-right"] {
  right: 0;
  transform: translateX(100%);
}

.map-panel-wrap .map-panel-content {
  margin: 4rem 2rem 2rem 2rem;
}

.map-panel-wrap .marker-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.5rem;
  font-weight: bold;
}

.map-panel-wrap .marker-content {
  font-size: 1.3rem;
}

.map-panel-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 20px;
  min-height: auto;
  width: 20px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 0;
  font-size: 0;
  background-color: var(--color-theme-primary);
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}

.map-panel-wrap .close:before, .map-panel-wrap .close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 1px;
  left: 9px;
  width: 2px;
  height: 17px;
  background: white;
}

.map-panel-wrap .close:before {
  transform: rotate(-45deg);
}

.map-panel-wrap .close:after {
  transform: rotate(45deg);
}

.map-panel-wrap .close:hover:before, .map-panel-wrap .close:hover:after, .map-panel-wrap .close:focus:before, .map-panel-wrap .close:focus:after {
  background-color: var(--color-theme-primary);
}

.map-panel-right .map-panel-wrap {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.map-dark-theme .map-panel-wrap {
  color: white;
  background-color: black;
}

.map-dark-theme .map-panel-wrap .close {
  color: white;
}

.map-panel-wrap.loading {
  transform: translateX(-80%);
}

.map-panel-wrap.active {
  transform: translateX(0);
}

.module-map .map-list-view {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.module-map .map-list-view.active {
  display: block;
  z-index: 10;
}

.map-collections-container {
  padding-bottom: 3rem;
}

.map-collection-items {
  margin-top: 2rem;
}

.map-collection-title {
  margin-top: 2rem;
  text-align: center;
}

.map-collection-title span {
  margin: 0 5px;
}

.map-collection-title .col-name {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

.map-collection-items .map-item {
  align-items: initial;
  min-height: 8rem;
  font-size: 1.2rem;
}

.listItemContent .marker-title,
.listItemContent .marker-content {
  padding-right: 2rem;
  padding-left: 2rem;
}

.listItemContent .marker-title {
  display: block;
  padding-top: 2rem;
  font-size: 2em;
}

.listItemContent .marker-content {
  padding-bottom: 2rem;
}

.map-legend-wrap {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  z-index: 1;
  background-color: white;
}

@media (max-width: 767px) {
  .map-legend-wrap {
    position: static;
  }
}

.map-legend {
  padding: 1rem 3rem;
}

.map-legend ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.map-legend input[type="radio"],
.map-legend input[type="checkbox"],
.map-legend .marker-representation {
  height: 2rem;
  width: 2rem;
}

.map-legend li {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.map-legend li input[type="radio"],
.map-legend li input[type="checkbox"] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  box-shadow: 0 0 0 1px var(--color-theme-base) inset;
  -webkit-appearance: none;
          appearance: none;
  transition: background-color .15s;
}

.map-legend li input[type="radio"]:checked,
.map-legend li input[type="checkbox"]:checked {
  background-color: white !important;
  background-image: none;
}

.map-legend li input[type="radio"]:checked::before,
.map-legend li input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  background-color: var(--color-theme-base);
}

.map-legend li ~ label {
  margin-bottom: 0;
  padding-top: 1px;
}

.map-legend label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0;
}

.map-legend .marker-representation {
  position: relative;
}

.map-legend .custom-marker {
  top: 50%;
  left: 50%;
}

@media (max-width: 767px) {
  .map-legend {
    padding-bottom: 3rem;
  }
}

.map-legend-wrap.no-filters .map-legend .marker-representation {
  margin-right: 1rem;
}

.map-legend-wrap.with-filters .map-legend .marker-representation {
  margin-left: 1rem;
}

@charset "UTF-8";
/*Styles spécifiques en override sur styles existants du plugin*/
.map-legend-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}

.no-touch .map-legend-wrap:hover,
.no-touch .map-legend-wrap:focus {
  background-color: white;
}

form.map-legend {
  padding: 0 3rem 2rem 3rem;
}

form.map-legend label {
  font-size: 1.3rem;
  color: #181816;
}

form.map-legend li input[type="radio"],
form.map-legend li input[type="checkbox"] {
  box-shadow: 0 0 0 1px #C6C6C6 inset;
}

form.map-legend li input[type="radio"]:checked::before, form.map-legend li input[type="radio"]:checked::before,
form.map-legend li input[type="checkbox"]:checked::before,
form.map-legend li input[type="checkbox"]:checked::before {
  background-color: var(--color-theme-primary);
}

form.map-legend .marker-representation {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.map-legend .marker-representation img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  form.map-legend label {
    font-size: 1.1rem;
  }
}

/*
* Légende lignes + couleurs
*/
.module-map .map-legend-collection-21 {
  padding-bottom: 20px;
  margin-bottom: 12px !important;
  border-bottom: 1px solid #C5C5C5;
}

.module-map .map-legend-collection-1::before, .module-map .map-legend-collection-17::before {
  flex-basis: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--font-theme-headings);
  font-size: 1.5rem;
}

.module-map .map-legend ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.module-map .map-legend li {
  margin: 6px 0;
  flex-wrap: wrap;
}

.module-map .map-legend .marker-representation .custom-marker {
  height: 16px;
  width: 16px;
  margin-top: 0 !important;
  transform: none;
}

.module-map .map-legend-collection-1::before {
  content: 'Bustram';
}

.module-map .custom-marker-col1 {
  background-color: #951b81;
}

.module-map .custom-marker-col2 {
  background-color: #52ae32;
}

.module-map .custom-marker-col3 {
  background-color: #f2b700;
}

.module-map .custom-marker-col4 {
  background-color: #00a8e7;
}

.module-map .custom-marker-col5 {
  background-color: #312783;
}

.module-map .map-legend-collection-17 {
  order: 5;
}

.module-map .map-legend-collection-17::before {
  content: 'Tramway';
}

.module-map .map-legend-collection-18 {
  order: 6;
}

.module-map .map-legend-collection-19 {
  order: 7;
}

.module-map .map-legend-collection-20 {
  order: 8;
}

.module-map .map-legend-collection-21 {
  order: 9;
}

.module-map .custom-marker-col17 {
  background-color: #2A55A0;
}

.module-map .custom-marker-col18 {
  background-color: #EE7F02;
}

.module-map .custom-marker-col19 {
  background-color: #CBD302;
}

.module-map .custom-marker-col20 {
  background-color: #582D22;
}

.module-map .custom-marker-col21 {
  background-color: #D52451;
}

.module-map .map-legend-collection-103 {
  order: 10;
}

.module-map .map-legend-collection-103 .marker-representation {
  display: none;
}

.module-map .map-legend-collection-14 {
  order: 11;
}

.module-map .map-legend-collection-14 .marker-representation {
  display: none;
}

.module-map .map-legend-collection-15,
.module-map .map-legend-collection-16 {
  display: none;
}

.module-map .map-legend-collection-15 {
  order: 11;
}

.module-map .map-legend-collection-16 {
  order: 12;
}

.module-map .custom-marker-col14, .module-map .custom-marker-col15, .module-map .custom-marker-col16 {
  display: none;
}

@media (max-width: 767px) {
  .module-map .map-legend-collection-21 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
  .module-map form.map-legend {
    padding: 2rem;
  }
  .module-map form.map-legend ul {
    position: static;
    display: block;
    column-count: 2;
    grid-column-gap: 2rem;
    column-gap: 2rem;
    column-rule: 1px solid #ddd;
  }
  .module-map form.map-legend ul li.map-legend-collection-1::before {
    margin-top: 0;
  }
  .module-map form.map-legend ul li.map-legend-collection-16 {
    padding-top: 16px;
  }
  .module-map form.map-legend ul li.map-legend-collection-17::before {
    margin-top: 16px;
  }
  .module-map form.map-legend ul .map-legend-collection-21 {
    margin-bottom: 41px !important;
  }
}

/*Styles communs GMAP et OSM*/
:root {
  --font-theme-headings: 'Montserrat Subrayada', sans-serif;
  --color-theme-primary: #2D2D7A;
}

/* ----------------------- MARKERS ----------------------- */
.custom-marker {
  width: 12px !important;
  height: 12px !important;
  margin-top: -8px !important;
  background-image: none;
  background-color: #951b81;
  border: 2px solid white;
}

.custom-marker.terminus {
  z-index: 3000 !important;
}

.custom-marker.terminus::before, .custom-marker.terminus::after {
  position: absolute;
  font-size: 1rem;
  line-height: 1.1;
  display: block;
  color: white;
}

.custom-marker.terminus::before {
  bottom: 3rem;
  right: -1rem;
  z-index: 4000 !important;
  padding: 10px 20px 37px 14px;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}

.custom-marker.terminus::after {
  bottom: 2rem;
  right: 0;
  z-index: 5000 !important;
  font-weight: 600;
  color: black;
  background-color: white;
  padding: 3px 5px;
  border-radius: 2px;
}

.custom-marker.terminus.custom-marker-col1::before {
  content: "Ligne_A";
  background-color: #951b81;
}

.custom-marker.terminus.custom-marker-col1::after {
  content: "MONTPELLIER Place de l'Europe";
}

.custom-marker.terminus.custom-marker-col1.marker-index-3::after, .custom-marker.terminus.custom-marker-col1.marker-index-4::after, .custom-marker.terminus.custom-marker-col1.marker-index-8::after {
  content: "CASTRIES Espace gare";
}

.custom-marker.terminus.custom-marker-col1.marker-index-15::before {
  bottom: -4rem;
  right: -8rem;
}

.custom-marker.terminus.custom-marker-col1.marker-index-15::after {
  bottom: -5rem;
  right: -7rem;
  content: "MONTPELLIER Place de l'Europe";
}

.custom-marker.terminus.custom-marker-col1.marker-index-7::before, .custom-marker.terminus.custom-marker-col1.marker-index-1::before, .custom-marker.terminus.custom-marker-col1.marker-index-2::before {
  bottom: -4rem;
  right: -8rem;
}

.custom-marker.terminus.custom-marker-col1.marker-index-7::after, .custom-marker.terminus.custom-marker-col1.marker-index-1::after, .custom-marker.terminus.custom-marker-col1.marker-index-2::after {
  bottom: -4rem;
  right: -7rem;
  content: "CASTELNAU-LE-LEZ Notre-Dame de Sablassou";
  min-width: 136px;
}

.custom-marker.terminus.custom-marker-col2::before {
  content: "Ligne_2";
  background-color: #52ae32;
}

.custom-marker.terminus.custom-marker-col2::after {
  font-weight: 700;
  color: black;
  background-color: white;
  padding: 3px 5px;
  border-radius: 2px;
}

.custom-marker.terminus.custom-marker-col2.marker-index-26::before {
  top: auto;
  right: -9rem;
  bottom: -5rem;
  padding: 10px 20px 48px 14px;
}

.custom-marker.terminus.custom-marker-col2.marker-index-26::after {
  bottom: auto;
  right: -8rem;
  top: 2rem;
  content: "MONTPELLIER Sabines";
}

.custom-marker.terminus.custom-marker-col2.marker-index-1::before {
  bottom: auto;
  right: -9rem;
  top: 0;
  padding: 10px 20px 28px 14px;
}

.custom-marker.terminus.custom-marker-col2.marker-index-1::after {
  bottom: auto;
  right: -8rem;
  top: 3rem;
  content: "MONTPELLIER Gare Montpellier Sud de France";
}

.custom-marker.terminus.custom-marker-col3::before {
  bottom: auto;
  right: 1rem;
  top: 6rem;
  content: "Ligne_3";
  background-color: #f2b700;
}

.custom-marker.terminus.custom-marker-col3::after {
  bottom: auto;
  right: 2rem;
  top: 9rem;
  font-weight: 700;
  color: black;
  background-color: white;
  padding: 3px 5px;
  border-radius: 2px;
}

.custom-marker.terminus.custom-marker-col3.marker-index-1::before {
  padding: 10px 20px 28px 14px;
}

.custom-marker.terminus.custom-marker-col3.marker-index-1::after {
  content: "MONTPELLIER Stade Pierre de Coubertin";
}

.custom-marker.terminus.custom-marker-col3.marker-index-18::before {
  top: -7rem;
  right: -9rem;
  padding: 10px 20px 36px 14px;
}

.custom-marker.terminus.custom-marker-col3.marker-index-18::after {
  right: -8rem;
  top: -4rem;
  content: "MONTPELLIER Broussonnet";
}

.custom-marker.terminus.custom-marker-col4::before {
  bottom: auto;
  right: -2rem;
  top: 2rem;
  content: "Ligne_4";
  background-color: #00a8e7;
}

.custom-marker.terminus.custom-marker-col4::after {
  bottom: auto;
  right: -1rem;
  top: 5rem;
  font-weight: 700;
  color: black;
  background-color: white;
  padding: 3px 5px;
  border-radius: 2px;
}

.custom-marker.terminus.custom-marker-col4.marker-index-1::before {
  padding: 10px 20px 28px 14px;
}

.custom-marker.terminus.custom-marker-col4.marker-index-1::after {
  content: "COURNONSEC";
}

.custom-marker.terminus.custom-marker-col4.marker-index-4::before {
  top: -6rem;
  bottom: auto;
  right: -1rem;
  padding: 10px 20px 29px 14px;
}

.custom-marker.terminus.custom-marker-col4.marker-index-4::after {
  top: -3rem;
  right: 0;
  content: "GENNEVAUX";
}

.custom-marker.terminus.custom-marker-col5::before {
  bottom: 1rem;
  right: 1rem;
  top: auto;
  content: "Ligne_5";
  padding: 10px 20px 28px 14px;
  background-color: #312783;
}

.custom-marker.terminus.custom-marker-col5::after {
  bottom: 0;
  right: 2rem;
  top: auto;
  font-weight: 700;
  color: black;
  background-color: white;
  padding: 3px 5px;
  border-radius: 2px;
  content: "GRABELS Euromédecine_2";
}

.custom-marker.terminus.custom-marker-col5.marker-index-9::before {
  bottom: auto;
  top: 2rem;
  right: -4rem;
  padding: 10px 20px 36px 14px;
}

.custom-marker.terminus.custom-marker-col5.marker-index-9::after {
  bottom: auto;
  top: 5rem;
  right: -3rem;
  content: "MONTPELLIER Arceaux";
}

.custom-marker.beforeAfter {
  z-index: 2000 !important;
  display: block;
  width: 32px !important;
  height: 32px !important;
  margin-left: -15px !important;
  background: white url("/app/themes/wwp_child_theme/assets/raw/svg/map-lens.svg") no-repeat;
  background-size: cover;
  box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.6);
}

/* ----------------------- INFOBOX ----------------------- */
.leaflet-popup {
  margin-bottom: 0;
  margin-left: 0;
}

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
}

.map-infobox-content {
  margin: 0;
  padding: 1rem 2rem 2rem 2rem;
}

.map-infobox,
.leaflet-popup-content {
  margin: 0;
}

.map-infobox .item-titre,
.leaflet-popup-content .item-titre {
  display: block;
  letter-spacing: 0;
  margin-bottom: 1rem !important;
  font-size: 1.6rem !important;
  line-height: 1;
}

.map-infobox .item-desc strong,
.leaflet-popup-content .item-desc strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.map-infobox .item-image,
.leaflet-popup-content .item-image {
  height: 43rem;
}

.leaflet-container a.leaflet-popup-close-button {
  top: 6px;
  right: 10px;
  width: 18px;
  height: 21px;
  font: 20px/18px Tahoma, Verdana, sans-serif;
}

.map-infobox,
.leaflet-popup-content {
  width: 100% !important;
  max-width: 80rem !important;
}

.map-infobox-content {
  width: 20rem !important;
  max-width: 20rem !important;
}

.map-infobox-content .map-infobox,
.map-infobox-content .leaflet-popup-content {
  height: 20rem;
  max-width: 20rem !important;
}

.map-infobox-content-col-1 .item-desc strong {
  color: #951b81;
}

.map-infobox-content-col-2 .item-desc strong {
  color: #52ae32;
}

.map-infobox-content-col-3 .item-desc strong {
  color: #f2b700;
}

.map-infobox-content-col-4 .item-desc strong {
  color: #00a8e7;
}

.map-infobox-content-col-5 .item-desc strong {
  color: #312783;
}

.popin-jardin {
  width: 150px;
}

.nom-jardin {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  background-color: white;
  padding: 1rem;
  min-width: 10rem;
}

.map-infobox-content.map-infobox-content-beforeAfter {
  width: 80rem !important;
  max-width: 80rem !important;
}

.map-infobox-content.map-infobox-content-beforeAfter .item-titre {
  margin-bottom: 2rem !important;
  font-size: 1.8rem !important;
  font-family: var(--font-theme-headings);
  font-weight: 700;
  color: var(--color-theme-primary);
  text-align: center;
}

@media (max-width: 1160px) {
  .map-infobox-content.map-infobox-content-beforeAfter {
    height: 43vw;
    width: 66vw !important;
    max-width: 66vw !important;
  }
}

@media (max-width: 767px) {
  .map-infobox-content.map-infobox-content-beforeAfter {
    height: 57vw;
    width: 80vw !important;
    max-width: 80vw !important;
  }
}

.view-toggler {
  display: none;
}

