.container-map {
  padding: 5vh 10vw;
}
.container-map canvas {
  width: 100%;
}
.container-map .description {
  padding: 0 0 2em 0;
  text-align: center;
  font-size: 1.35em;
}
.container-map #map {
  cursor: pointer;
  width: 100% !important;
}
.container-map #map .ol-attribution button {
  display: none;
}
.container-map #popup-map {
  border-radius: 0;
  min-width: 300px;
  max-width: 300px;
}
.container-map #popup-map .content {
  bottom: 28px;
  display: block;
  position: relative;
  text-align: center;
  border: 1px #fff solid;
  background-color: #fff;
}
.container-map #popup-map .content h2 {
  color: #282828;
  display: block;
  white-space: normal !important;
  text-align: center;
  font-size: 0.65em;
  margin: 1em 0 2em 0;
  text-transform: uppercase;
  background-image: none;
}
.container-map #popup-map .content h2 a {
  color: #282828;
}
.container-map #popup-map .content .code {
  color: #fff;
  font-size: 0.65em;
  line-height: 2.35em;
  text-align: center;
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 12px 0 0 0;
  position: absolute;
  bottom: -35px;
  margin: 0 0 0 -28px;
}
.container-map #popup-map .content .code.element-show {
  background-image: url(../img/map/icn-popup/icn-show.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.container-map #popup-map .content .code.element-restaurant, .container-map #popup-map .content .code.element-restauration {
  background-image: url(../img/map/icn-popup/icn-restaurant.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.container-map #popup-map .content .code.element-hotel, .container-map #popup-map .content .code.element-hebergement {
  background-image: url(../img/map/icn-popup/icn-hotel.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.container-map #popup-map .content .code.element-service {
  background-image: url(../img/map/icn-popup/icn-service.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.container-map #popup-map .content .code.element-meeting_room {
  background-image: url(../img/map/icn-popup/icn-meeting_room.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.container-map #popup-map .content .code.element-palais_des_congres {
  background-image: url(../img/map/icn-popup/icn-palais_des_congres.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .container-map #popup-map {
    min-width: 150px;
    max-width: 150px;
  }
  .container-map #popup-map .content {
    padding: 0 5px;
  }
  .container-map #popup-map .content h2 {
    font-size: 15px;
    line-height: 16px;
    margin: 7px 0 1em 0;
  }
  .container-map #popup-map .content .code {
    font-size: 14px;
  }
}
.container-map #filters {
  color: #fff;
  width: 100%;
  padding: 1em 1em 4em 1em;
}
.container-map #filters .inline-block.explorer-title {
  float: left;
  width: 25%;
  color: #fff;
  display: none;
  padding: 1em 0 1em 1em;
  font-size: 1.75em;
  text-transform: uppercase;
}
.container-map #filters .inline-block.vector-types {
  float: right;
  width: 100%;
  text-align: center;
}
.container-map #filters .inline-block.vector-types .filter {
  cursor: pointer;
  display: inline-block;
  font-size: 0.75em;
}
.container-map #filters .inline-block.vector-types .filter:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
}
.container-map #filters .inline-block.vector-types .filter[data-filter-type=show]:before {
  background-image: url(../img/map/icn-filters/picto-visible-show.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-map #filters .inline-block.vector-types .filter[data-filter-type=hotel]:before, .container-map #filters .inline-block.vector-types .filter[data-filter-type=hebergement]:before {
  background-image: url(../img/map/icn-filters/picto-visible-hotel.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-map #filters .inline-block.vector-types .filter[data-filter-type=restaurant]:before, .container-map #filters .inline-block.vector-types .filter[data-filter-type=restauration]:before {
  background-image: url(../img/map/icn-filters/picto-visible-restaurant.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-map #filters .inline-block.vector-types .filter[data-filter-type=service]:before {
  background-image: url(../img/map/icn-filters/picto-visible-service.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-map #filters .inline-block.vector-types .filter[data-filter-type=meeting_room]:before {
  background-image: url(../img/map/icn-filters/picto-visible-meeting_room.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-map #filters .inline-block.vector-types .filter[data-filter-type=palais_des_congres]:before {
  background-image: url(../img/map/icn-filters/picto-visible-palais_des_congres.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-map #filters .inline-block.vector-types .filter.disabled {
  opacity: 0.5;
}
@media (max-width: 780px) {
  .container-map #filters .inline-block {
    width: 100% !important;
  }
}
@media (max-width: 780px) {
  .container-map #filters .vector-types.inline-block .filter:before {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .container-map {
    width: 100%;
    overflow: hidden;
    padding: 5vh 0;
  }
  .container-map #map {
    height: 425px;
  }
  .container-map #filters {
    float: none;
  }
  .container-map #filters .vector-types {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .container-map #filters .vector-types .filter {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .container-map #map {
    height: 375px;
  }
}

/*# sourceMappingURL=map.css.map */
