.participants-selection-container{
  max-width: 650px;
  font-size: 16px!important;
  font-weight: 500;
  letter-spacing: .0125em!important;
}

@tailwind preflight;
.tw-sticky{
  position:sticky;
}
.tw-top-0{
  top:0px;
}
.tw-z-50{
  z-index:50;
}
.tw-col-span-12{
  grid-column:span 12 / span 12;
}
.tw-col-span-2{
  grid-column:span 2 / span 2;
}
.tw-col-span-8{
  grid-column:span 8 / span 8;
}
.tw-m-4{
  margin:1rem;
}
.tw-mb-3{
  margin-bottom:0.75rem;
}
.tw-mb-4{
  margin-bottom:1rem;
}
.tw-mb-5{
  margin-bottom:1.25rem;
}
.tw-mb-8{
  margin-bottom:2rem;
}
.tw-ml-1{
  margin-left:0.25rem;
}
.tw-ml-2{
  margin-left:0.5rem;
}
.tw-ml-3{
  margin-left:0.75rem;
}
.tw-ml-auto{
  margin-left:auto;
}
.tw-mr-1{
  margin-right:0.25rem;
}
.tw-mr-2{
  margin-right:0.5rem;
}
.tw-mr-3{
  margin-right:0.75rem;
}
.tw-mr-auto{
  margin-right:auto;
}
.tw-mt-1{
  margin-top:0.25rem;
}
.tw-mt-2{
  margin-top:0.5rem;
}
.tw-mt-4{
  margin-top:1rem;
}
.tw-mt-8{
  margin-top:2rem;
}
.tw-inline-block{
  display:inline-block;
}
.tw-flex{
  display:flex;
}
.tw-grid{
  display:grid;
}
.tw-hidden{
  display:none;
}
.tw-h-8{
  height:2rem;
}
.tw-h-full{
  height:100%;
}
.tw-h-screen{
  height:100vh;
}
.tw-max-h-48{
  max-height:12rem;
}
.tw-min-h-\[200px\]{
  min-height:200px;
}
.tw-w-8{
  width:2rem;
}
.tw-w-full{
  width:100%;
}
.tw-flex-grow{
  flex-grow:1;
}
.tw-grow{
  flex-grow:1;
}
@keyframes tw-spin{
  to{
    transform:rotate(360deg);
  }
}
.tw-animate-spin{
  animation:tw-spin 1s linear infinite;
}
.tw-cursor-pointer{
  cursor:pointer;
}
.tw-grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-12{
  grid-template-columns:repeat(12, minmax(0, 1fr));
}
.tw-grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.tw-flex-col{
  flex-direction:column;
}
.tw-items-center{
  align-items:center;
}
.tw-justify-end{
  justify-content:flex-end;
}
.tw-justify-center{
  justify-content:center;
}
.tw-gap-4{
  gap:1rem;
}
.tw-overflow-scroll{
  overflow:scroll;
}
.tw-whitespace-nowrap{
  white-space:nowrap;
}
.tw-rounded{
  border-radius:0.25rem;
}
.tw-rounded-3xl{
  border-radius:1.5rem;
}
.tw-rounded-full{
  border-radius:9999px;
}
.tw-rounded-lg{
  border-radius:0.5rem;
}
.tw-rounded-sm{
  border-radius:0.125rem;
}
.tw-rounded-tr-sm{
  border-top-right-radius:0.125rem;
}
.tw-border-0{
  border-width:0px;
}
.tw-border-4{
  border-width:4px;
}
.tw-border-b-0{
  border-bottom-width:0px;
}
.tw-border-l-0{
  border-left-width:0px;
}
.tw-border-r-0{
  border-right-width:0px;
}
.tw-border-t{
  border-top-width:1px;
}
.tw-border-solid{
  border-style:solid;
}
.tw-border-current{
  border-color:currentColor;
}
.tw-border-r-transparent{
  border-right-color:transparent;
}
.tw-bg-indigo-50{
  --tw-bg-opacity:1;
  background-color:rgb(238 242 255 / var(--tw-bg-opacity));
}
.tw-bg-orange-300{
  --tw-bg-opacity:1;
  background-color:rgb(253 186 116 / var(--tw-bg-opacity));
}
.tw-bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-object-cover{
  -o-object-fit:cover;
     object-fit:cover;
}
.tw-object-center{
  -o-object-position:center;
     object-position:center;
}
.tw-p-1{
  padding:0.25rem;
}
.tw-p-2{
  padding:0.5rem;
}
.tw-p-3{
  padding:0.75rem;
}
.tw-p-4{
  padding:1rem;
}
.tw-p-5{
  padding:1.25rem;
}
.tw-px-5{
  padding-left:1.25rem;
  padding-right:1.25rem;
}
.tw-px-6{
  padding-left:1.5rem;
  padding-right:1.5rem;
}
.tw-px-\[0\.65em\]{
  padding-left:0.65em;
  padding-right:0.65em;
}
.tw-py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
}
.tw-py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem;
}
.tw-pb-3{
  padding-bottom:0.75rem;
}
.tw-pb-\[0\.25em\]{
  padding-bottom:0.25em;
}
.tw-pl-2{
  padding-left:0.5rem;
}
.tw-pt-2{
  padding-top:0.5rem;
}
.tw-pt-3{
  padding-top:0.75rem;
}
.tw-pt-\[0\.35em\]{
  padding-top:0.35em;
}
.tw-text-center{
  text-align:center;
}
.tw-text-right{
  text-align:right;
}
.tw-align-baseline{
  vertical-align:baseline;
}
.tw-text-\[0\.75em\]{
  font-size:0.75em;
}
.tw-text-base{
  font-size:1rem;
  line-height:1.5rem;
}
.tw-text-sm{
  font-size:0.875rem;
  line-height:1.25rem;
}
.tw-text-xs{
  font-size:0.75rem;
  line-height:1rem;
}
.tw-font-light{
  font-weight:300;
}
.tw-font-medium{
  font-weight:500;
}
.tw-font-thin{
  font-weight:100;
}
.tw-uppercase{
  text-transform:uppercase;
}
.tw-leading-none{
  line-height:1;
}
.tw-text-blue-950{
  --tw-text-opacity:1;
  color:rgb(23 37 84 / var(--tw-text-opacity));
}
.tw-text-orange-900{
  --tw-text-opacity:1;
  color:rgb(124 45 18 / var(--tw-text-opacity));
}
.tw-text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-no-underline{
  text-decoration-line:none;
}

:root{
  --light-blue-color:#e3f5f6;
  --light-gray-color:#f6f6f6;
  --primary-text-color: #11aaaf;
  --gray-text-color:#9e9e9e;
  --darker-gray-text-color:#616161;
  --gray-border-color:#e0e0e0;
  --orange-color:#d45e16;
}

.search-stay-plugin{
  font-family: Montserrat,sans-serif;
}

.gray-border-color{
  border-color: var(--gray-border-color);
}
.gray-text{
  color: var(--gray-text-color);
}
.darker-gray-text{
  color: var(--darker-gray-text-color);
}
.primary-text{
  color: var(--primary-text-color);
}
.light-blue-bg{
  background-color: var(--light-blue-color);
}
.light-gray-bg-hover:hover{
  background-color: var(--light-gray-color);
}
.light-gray-bg{
  background-color: var(--light-gray-color);
}

.orange-bg{
  background-color: var(--orange-color);
}

.font-weight-medium {
  font-weight: 500!important;
}

.font-size-13{
  font-size: 13px;
}


.searchbar-menu {
  height: 48px;
}

.searchbar-container {
  border: thin solid rgba(0, 0, 0, .12);
  font-family: Montserrat, sans-serif !important;
  border-radius: 3px;
}

.search-button {
  min-width: 64px;
  font-size: 12px !important;

}

.search-button button{
  cursor: pointer;

}

.search-input:hover{
  background-color: #fafafa;
}

.search-input-button:disabled{
  background-color: #e7ab86 !important;
}

.search-input {
  font-size: 11.3px !important;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
  letter-spacing: .0892857143em;
  flex: 1 1 auto;
  width: 100%;
  cursor: pointer;
  padding: 0 8px;
}

.search-input-divider {
  max-height: 32px;
}


.search-input-divider hr {
  border-color: rgba(0, 0, 0, .12);
  margin-top: 8px;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
}

button.search-input-button {
  font-size: 12px!important;
  font-weight: 500;
  letter-spacing: .0892857143em;
  background-color: #d45e16 !important;
  border-color: #d45e16 !important;
  justify-content: end;
  line-height: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border-width: 0px !important;
  border-radius: 9999px !important;
}

button.search-input-button:hover{
  color: white;
}

button.search-input-button svg{
  vertical-align: baseline!important;
}


.search-input-icon {
  color: #11aaaf !important;
  caret-color: #11aaaf !important;
}


.search-input-header{
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: thin solid rgba(0, 0, 0, .12);
}


.search-input-header-message{
  font-size: 15px;
  line-height: 10px;
  font-weight: 600;
  animation: colorblink 1.5s 6;
  color: #11aaaf !important;
  caret-color: #11aaaf !important;
}

@media screen and (max-width: 640px) {
  .searchbar-container {
  }
  .searchbar-menu {
    flex-direction: column;
    height: auto;
    align-items: start;
    padding: 8px!important;

  }
  .search-input{
    height: 48px;
    justify-content: flex-start !important;
    flex: none;
    width: auto;
  }
  button.search-button:hover, button.search-button:focus{
    color: white!important;
  }
  button.search-button{
    width: 100% !important;
    justify-content: end;
    font-size: 12px!important;
    font-weight: 500 !important;
    letter-spacing: .0892857143em;
    border-color: #d45e16 !important;
    line-height: 1rem !important;
    padding: 0.75rem 1.25rem !important;
    border-width: 0px !important;
    border-radius: 9999px !important;
  }
  .searchbar-inputs-container {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .search-input-divider {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    color: rgba(0,0,0,.12);
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0;
    transition: inherit;
  }
}

button.reset-button:hover{
  font-size: .875rem;
  border-radius: 50%;
  color: #d45e16 !important;
  border-color: #d45e16 !important;
}

button.reset-button {
  color: #d45e16 !important;
  caret-color: #d45e16 !important;
  height: 36px;
  width: 36px;
  font-size: .875rem;
  border-radius: 50%;
  background-color: transparent;
  border: thin solid;
  min-height: 0;
  min-width: 0;
  padding: 0;
  box-shadow: none!important;
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: .0892857143em;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-duration: .28s;
  transition-property: box-shadow,transform,opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
button .reset-button-content{
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: inherit;
  line-height: normal;
  position: relative;
}

button .reset-button-icon {
  height: 24px;
  font-size: 24px;
  width: 24px;
}

button svg {
    vertical-align: baseline;
}

button .reset-button-icon:after {
  background-color: #d45e16;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(1.3);
  width: 100%;
  transition: opacity .2s cubic-bezier(.4,0,.6,1);
}
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #d3895b radial-gradient(circle, transparent 1%, #d3895b 1%) center/15000%;
}
.ripple:active {
  background-color: #d3895b;
  background-size: 100%;
  transition: background 0s;
}

.accommodation-selection-container{
  min-height: 200px;
  max-height: 900px;
  max-width: 650px;
}

.current-result-item{
  border-width: 2px;
  border-color: var(--primary-text-color);
}

hr {
  height: 1px;
  background-color: var(--gray-border-color);
  border: none;
}

@media (min-width: 640px){
  .sm\:tw-grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:tw-col-span-1{
    grid-column:span 1 / span 1;
  }
  .md\:tw-col-span-4{
    grid-column:span 4 / span 4;
  }
  .md\:tw-block{
    display:block;
  }
  .md\:tw-max-h-32{
    max-height:8rem;
  }
}







.tp-calendar{
  font-family: Montserrat,sans-serif!important;
}

.tp-calendar .action svg{
  color: black!important;
}

.tp-calendar-week-titles{
  background-color: #eee!important;
  border-color: #eee!important;

}
.tp-calendar-header {
  background-color: white !important;
  color: black !important;
}
.tp-calendar-header p{
  background-color: white!important;
  color: black!important;
  font-weight: bolder;
  font-size: 14px!important;
}

.tp-calendar-week-titles p{
  width: 54px!important;
  margin-left: 0px!important;
  margin-bottom: 4px!important;
  margin-top: 4px!important;
  font-size: 13px!important;
  font-weight: bold;
}

.range-select {
  background-color: #42c6ca!important;
  box-shadow: none!important;
}

.end-date{
  background-color: #11aaaf !important;
  border-radius: 25px!important;
}

.start-date{
  background-color: #11aaaf !important;
  border-radius: 25px!important;
}

.today{
  /*
  border: 1px solid grey !important;
  border-radius: 25px !important;
   */
}

.end-date .inner-day, .start-date .inner-day{
  background-color: #42c6ca !important;
  position: absolute;
  width: 35px;
  margin-left: -23px;
  height: 40px;
  top: 0px;
  z-index: -1;
}

.start-date .inner-day{
  margin-left: 0px;
}


.tp-calendar-day{
  width: 54px!important;
  font-weight: bolder;
  font-size: 13px!important;
}
:lang(fr) .month-April::after{
  content: "Avril";
}
:lang(fr) .month-May::after{
  content: "Mai";
}
:lang(fr) .month-June::after{
  content: "Juin";
}
:lang(fr) .month-July::after{
  content: "Juillet";
}
:lang(fr) .month-August::after{
  content: "Août";
}
:lang(fr) .month-September::after{
  content: "Septembre";
}
:lang(fr) .month-October::after{
  content: "Octobre";
}
:lang(fr) .month-November::after{
  content: "Novembre";
}
:lang(fr) .month-December::after{
  content: "Décembre";
}
:lang(fr) .month-January::after{
  content: "Janvier";
}
:lang(fr) .month-February::after{
  content: "Février";
}
:lang(fr) .month-March::after{
  content: "Mars";
}


button.increment-button:disabled:hover{
  border-color: rgba(0,0,0,.26)!important;
  color: rgba(0,0,0,.26)!important
}

button.increment-button:disabled{
  border-color: rgba(0,0,0,.26)!important;
  color: rgba(0,0,0,.26)!important;
}

button.increment-button:hover, button.increment-button:focus{
  border-color: #11aaaf !important;
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-top: auto!important;
  margin-bottom: auto!important;
  border-radius: 28px;
}

button.increment-button{
  padding: 0;
  color: #11aaaf !important;
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-top: auto!important;
  margin-bottom: auto!important;
  border-radius: 28px;
  background-color: transparent;
  border: thin solid;
  align-items: center;
  justify-content: center;
  display: inline-flex;

}
button.increment-button .increment-button-content{
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: inherit;
  line-height: normal;
  position: relative;
}


button.increment-button .increment-button-content span{
  height: 18px;
  font-size: 18px;
  width: 18px;
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

/* 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;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.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 {
	max-width: none !important;
	max-height: none !important;
	}
.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;
	width: auto;
	padding: 0;
	}

.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-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;
	}
svg.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-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	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,
.leaflet-bar a:focus {
	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(416d91365b44e4b4f477.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(8f2c4d11474275fbc161.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;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(2b3e1faf89f94a483539.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.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;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.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 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	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;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-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-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;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	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;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/* To solve Next.js issues source from https://github.com/Leaflet/Leaflet.markercluster/blob/master/dist/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
/* To solve Next.js issues source from https://github.com/Leaflet/Leaflet.markercluster/blob/master/dist/MarkerCluster.Default.css */
.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: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.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;
	}
