/* =====================
GÉNÉRAL
===================== */

.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
    z-index: 1 !important;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  width: 190px!important;
}
.facetwp-type-leaflet-map .leaflet-container a.leaflet-popup-close-button,
.leaflet-container a.leaflet-popup-close-button {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: #494d5a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 10px;
  right: 10px;
  font-size: 0;
  z-index: 1;
  background-image: url("../../img/sprite.svg#close_grey");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}


/* =====================
LEAFLET POPUP
===================== */

/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card {
  position: relative;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card.sync-hover {
  box-shadow: none;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .incontournable {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  font-size: 0;
  background-image: url("../../img/sprite.svg#incontournable_white");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  z-index: 2;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .media {
  position: relative;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .media .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .media::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body {
  padding: 15px;
  text-align: right;
  overflow: hidden;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .card_top {

}

.leaflet-popup-pane .leaflet-popup .card .card-body .card_top .img-label{
  filter:invert(1);
  -webkit-filter:invert(1);
  -moz-filter:invert(1);
  -ms-filter:invert(1);
  position: relative;
  z-index: 3;
  max-height: 16px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .picto {
  text-align: right;
  margin-bottom: 10px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .picto .reservez {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 0.750em;
  color: #ffffff;
  padding: 0 20px;
  background-color: #494d5a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .picto .reservez.avechg {
  padding-top: 6px;
  padding-right: 34px;
  background-image: url("../../img/sprite.svg#resa_hg_picto");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 25px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .picto .reservez.avechg span {
  display: block;
  line-height: 1em;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .picto .simplefavorite-button {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .picto .reservez + .simplefavorite-button {
  margin-left: 10px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .commune {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 5px 0;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body h2 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 00;
  text-align: right;
  padding: 0;
  line-height: 1.2;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .type {
  margin-top: 5px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .type p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 0.875em;
  margin: 0;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .format_picto img {
  position: relative;
  height: 20px;
  width: auto;
  z-index: 1;
  margin-bottom: 10px;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .resume {
  position: relative;
  z-index: 1;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.facetwp-type-leaflet-map*/ .leaflet-popup-pane .leaflet-popup .card .card-body .resume p {
  font-weight: normal;
  font-size: 1em;
  color: #ffffff;
}

/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 1159px) {


}

@media only screen and (max-width: 1100px) {


}

@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {


}
@media only screen and (max-width: 575px) {



}

@media only screen and (min-width: 576px) {}
@media only screen and (min-width: 768px) {



}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1160px) {}



