#map-recherche-leaflet,
#map-detail-leaflet {
  position: relative;
  margin-top: 20px;
  height: 500px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none;
}

.leaflet-touch .leaflet-bar a {
  height: 36px;
  margin-bottom: 1px;
  width: 36px;
  color: #fff;
  line-height: 36px;
  background-color: rgba(0,0,0,.68);
  border-bottom: none;
  transition: background-color .2s ease-out;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background: url(../images/fullscreen.svg) center no-repeat rgba(0,0,0,.68);
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: center;
}

.leaflet-touch .leaflet-bar a:hover,
.leaflet-touch .leaflet-bar a:focus {
  background-color: #23527c;
}

.leaflet-touch .leaflet-bar a:last-child {
  margin-bottom: 0;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.popup {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

.popup .popup-title {
  margin: 0;
  color: #3c486f;
  font-family: 'Overpass SemiBold', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.popup img[align="left"] {
  margin: 0 10px 5px 0;
}

.popup .popup-link,
.popup .popup-zoom {
  display: inline-block;
  padding-left: 20px;
  color: #5faebb;
  font-weight: 700;
  text-decoration: none;
}

.popup .popup-zoom {
  background-color: transparent;
  border: none;
}

.popup .popup-link::before,
.popup .popup-zoom::before {
  display: inline-block;
  margin: 0 7px 0 -20px;
  vertical-align: middle;
}

.popup .popup-link::before {
  content: url(../images/fiche.svg);
}

.popup .popup-zoom::before {
  content: url(../images/zoom.svg);
}

.popup .popup-link:hover,
.popup .popup-link:focus,
.popup .popup-zoom:hover,
.popup .popup-zoom:focus {
  color: #23527c;
  text-decoration: underline;
}