
.projects--map{
  position: relative;
  width: 100%;
  flex-basis: 100%;
  height: 75vh;
  min-height: 75vh;
  z-index: 0;
}

#info{
  display: none;
  position: absolute;
  bottom: 0;
  left: 20px;
  padding: 30px;
  width: calc(100% - 40px);
  /*max-width: 460px;*/
  /*min-height: 290px;*/
  z-index: 1;
  background: white;
}

#info .infos{
  margin-top: 15px;
}
#info .infos--co2 span,
#info .infos--power span,
#info .infos--status span
{
  font-weight: 900;
  margin-left: 5px;
}

#info .infos--co2,
#info .infos--power,
#info .infos--status
{
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #595E69;
  list-style: none;
}

#info .infos--city:before{
  content: '';
  background: url(/modules/custom/akuo/project_map/assets/css/../images/pin_green.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px;
}
#info .infos--city{
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
  list-style: none;
}

#info .btn{
  font-size: 13px;
  line-height: 14px;
  color: #000000;
  height: 35px;
  margin-top: 15px;
  width: max-content;
}

#info .close{
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}

.leaflet-marker-icon{
  padding: 10px !important;
}

.round{
  border-radius: 50px;
  overflow: hidden;
}

.polygon {
  background: #81bb27;
  clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

.lozenge {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.heart {
  display: inline-block;
  width: 19px;
  aspect-ratio: 1;
  border-image: radial-gradient(#878787 72%,white 0%) 84.5% fill/100%;
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
}

.heart-map {
  display: inline-block;
  width: 19px;
  aspect-ratio: 1;
  border-image: radial-gradient(purple 72%,transparent 0%) 84.5% fill/100%;
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
  padding-top: 6px !important;
  padding-bottom: 14px !important;
}

.purple{
  background: purple;
}
.red{
  background: #ED462F;
}
.yellow{
  background: #FCD533;
}
.darkgreen{
  background: #30777A;
}
.lightblue{
  background: #5BB0BC;
}
.orange{
  background: #F6AE32;
}
.lightgreen{
  background: #629D85;
}
.default{
  background: #81bb27;
}

div.leaflet-marker-icon{
  min-width: 62px;
  min-height: 62px;
  border-radius: 100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

#filters{
  position: relative;
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  padding: 20px;
}

.filters--wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.filters-project{
  margin-right: 20px;
}

.filters-solution{
  margin-right: 20px;
}

.filters--item label{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 20px;
  font-family: 'century-gothic-paneuropean-bold', Sans-Serif;
  cursor: pointer;
  min-width: max-content;
  font-size: 12px;
}

/*.filters--item input:checked ~ .checkmark {*/
/*}*/

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 2px solid #81BB27;
  border-radius: 7px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filters--item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filters--item .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #81BB27;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filters-region{
  display: grid;
  margin: -5px -15px;
  grid-template-columns: 100%;
}

.filters-region label{
  padding: 0;
  min-width: calc(50% - 30px);
  margin: 5px 15px;
  width: max-content;
  cursor: auto;
}

.filters-region div{
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100px;
}

.filters-project label div{
  width: 19px;
  height: 19px;
  background: #878787;
  margin-right: 10px;
}

.filters-solution label img{
  margin-right: 10px;
}

.title6{
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 7px;
  cursor: pointer;
}

.title6 svg{
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  transition: all linear 0.2s;
}

.title6.rotate{
  margin-bottom: 0;
}

.title6.rotate svg{
  transform: rotate(180deg);
}

.title7{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#block-projectsmap{
  margin: 0 -4% 85px -4%;
}

@media (min-width: 1024px) {

  #block-projectsmap{
    position: relative;
    margin: 0;
  }
  #filters{
    background: white;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 10px;
    padding: 30px;
  }

  #info{
    bottom: 25px;
    left: 10px;
    width: 460px;
    max-width: 460px;
  }

  .title6{
    /*margin-bottom: 15px;*/
    /*width: auto;*/
    /*border: none;*/
    /*padding: 0;*/
    /*cursor: auto;*/
  }

  /*.title6 svg{*/
  /*  display: none;*/
  /*}*/

}

@media (min-width: 576px) {
  .filters-project{
    margin-right: 50px;
  }

  .filters-solution{
    margin-right: 20px;
  }
  .filters-region{
    grid-template-columns: 50% 50%;
  }
}

