#map {
  height: 80vh;
  width: 100%;
}

.easy-button-container {
  font-family: 'Catamaran', sans-serif;
}

.easy-button-container > button {
  display: block !important;
  background: #212228;
  width: 250px;
  height: auto;
  padding: 10px 50px 10px 20px;
  border-radius: 0;
  border: 0;
  appearance: none;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: none;
}
.leaflet-touch .leaflet-bar button {
  width: 200px;
  height: auto;
  line-height: inherit;
}

.easy-button-container > button:after {
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 22px;
  display: block;
  content: "";
}

.easy-button-container > button:hover,
.easy-button-container > button:focus {
  width: 250px;
  height: auto;
  padding: 10px 50px 10px 20px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
  background: #212228;
}

.leaflet-bar button:first-of-type {
  border-radius: 0;
  color: white;
}

.leaflet-bar span.filter-info-box {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4b334;
  line-height: 20px;
  color: #25262b;
  font-weight: 800;
  vertical-align: middle;
  padding: 0;
}

.leaflet-bar .tag-filter-tags-container {
  top: 100%;
  padding: 0;
  width: 100%;
}

.leaflet-bar .tag-filter-tags-container ul.header {
  display: none;
}

.leaflet-bar .tag-filter-tags-container ul {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #f4b334;
  box-shadow: none;
  max-height: 241px;
}

.leaflet-bar .tag-filter-tags-container ul li {
  width: 100%;
  border: none;
  background: #24252b;
}

.leaflet-bar .tag-filter-tags-container ul li:last-child {
  border-top: 1px solid #fff;
}

.leaflet-bar .tag-filter-tags-container ul li a {
  display: block;
  padding-left: 45px;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
  width: auto;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
}



.leaflet-bar .tag-filter-tags-container ul li a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #f4b334;
  position: absolute;
  left: 20px;
  top: 12px;
}

.leaflet-bar .tag-filter-tags-container ul li[data-checked="checked"] a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #f4b334;
  position: absolute;
  left: 23px;
  top: 15px;
}

.leaflet-bar .tag-filter-tags-container ul li .checkbox,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  display: none !important;
}

.leaflet-control-geocoder-form {
  display: block !important;
  border-radius: 0;
  background: #24252b;
  font-family: 'Catamaran', sans-serif;
  position: relative;
  width: 272px;
}

.leaflet-control-geocoder-form input {
  background: none !important;
}

.leaflet-control-geocoder-form:after {
  display: block;
  content:"";
  width: 30px;
  height: 30px;
  background: url('../images/search-icon.svg') center center no-repeat;
  background-size: 22px auto;
  position: absolute;
  right: 10px;
  top: 8px;
}

.leaflet-control-geocoder-form input {
  border: none !important;
  line-height: 46px;
  height: 46px;
  border-radius: 0;
  color: #fff !important;
  padding: 0 40px 0 20px!important;
  font-weight: 800;
  font-size: 16px !important;
}

.leaflet-fixed-pane {
  position: absolute;
  top: auto;
  bottom: 10px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin: 0;
  border-radius: 0;
  width: 70%;
  max-width: 900px;
}

.leaflet-fixed-pane .popup-fixed {
  position: relative !important;
  transform: none !important;
  left: auto !important;
  bottom: auto !important;
}

.popup-fixed .leaflet-popup-content {
  width: calc(100% - 40px) !important;
  margin: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.popup-fixed .leaflet-popup-content img {
  margin-right: 19px;
}

.popup-fixed .leaflet-popup-tip-container {
  display: none;
}

.popup-fixed .leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: none;
  background: #25262c;
  color: #FFF;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}

.popup-fixed .leaflet-popup-content-wrapper h2 {
  font-family: 'Catamaran', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  font-size: 18px;
}

.popup-fixed .leaflet-popup-content-wrapper .text {
  width: 100%;
}

.popup-fixed .leaflet-popup-content-wrapper .text hr {
  background-color: #3c3c3c;
  margin: 10px 0;
}

.popup-fixed .leaflet-popup-content-wrapper .text a {
  display: table;
  background: #f4b334;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Catamaran', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  margin-top: 15px;
}

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

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

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

.popup-fixed .adresse {
  color: #888888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
         -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-fixed .types {
  padding: 0;
  margin: 0;
}

.popup-fixed .types .tooltip {
  opacity: 0;
  transition: all ease-in .2s;
  transform: translate(-50%, 10px);
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  white-space: nowrap;
  padding: 5px 10px;
}

.popup-fixed .types li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.popup-fixed .types li:hover .tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
  display: block;
}

.popup-fixed .types li .tooltip:after {
  content:"";
  display: block;
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

.popup-fixed .types li:before {
  display: block;
  content:"";
  width: 35px;
  height: 35px;
}

.popup-fixed .types li.type-pmr:before {
  background: url('../images/pmr.svg') center center no-repeat;
  background-size: 35px 35px;
}

.popup-fixed .types li.type-famille:before {
  background: url('../images/famille.svg') center center no-repeat;
  background-size: 35px 35px;
}

.popup-fixed .types li.type-middle-pmr:before {
  background: url('../images/middle_pmr.svg') center center no-repeat;
  background-size: 35px 35px;
}

.popup-fixed .types li.type-jobs:before {
  background: url('../images/job.svg') center center no-repeat;
  background-size: 35px 35px;
}

@media screen and (max-width: 699px) {
  .leaflet-top.leaflet-left {
    display: none !important;
  }

  .leaflet-fixed-pane {
    width: 90%;
  }

  .popup-fixed .leaflet-popup-content {
    display: block;
  }

  .popup-fixed .types li {
    margin-top: 20px;
  }

  .popup-fixed .types li:first-child {
    margin-left: 0;
  }
}
