/*vert : #7B8D37*/
body .leaflet-div-icon{
    background:none;
    border:0;
}
.wmps-filter-map-wrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    font-family:sans-serif;
}
.no-results-icon-content {
    background: #24903f;
    color: white;
    padding: 1rem;
    font-size: 1.2em;
    text-align: center;
}
.wmps-filters{
    width:25%;
    background: linear-gradient(0deg, #dfdd22, #24903f);
    height:600px;
    overflow:auto;
    padding:13px;
    border-radius: 12px 0px 0px 12px;
}
.wmps-filters button{
    width:100%;
    background:none;
    color:white;
    padding:10px 0 10px 4px;
    text-align:left;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid;
    text-transform: initial;
    font-weight:400;
    font-size:16px;
    outline:none;
    font-family:sans-serif;
}
.wmps-filters button::after{
    content:'▾';
    float:right;
}
.wmps-filters label{
    color:white;
    display:block;
    font-size:14px;
    padding:2px 0 2px 4px;
    cursor:pointer;
}
.wmps-filters label:hover::after{
    border:2px solid;
}
.wmps-filters input[type="checkbox"]{
    display:none;
}
.wmps-filters input.search-input-list {
    background: rgba(255,255,255,.5);
    border: none;
    font-size: 13px;
    margin: 4px 0;
    font-family:sans-serif;
    width: 93%;
}
.wmps-filters .list{
    display:none;
    border-bottom: 2px solid white;
}

.wmps-filters .special-list{
    clear:both;
    margin-bottom:2.5rem;
    border-bottom: 2px solid white;
}

.wmps-filters .special-list label{
    font-size:inherit;
}

.wmps-filters .special-list > div{
    padding:3px 0 0;
    border-bottom: 2px solid white;
}

.wmps-filters .special-list > div:last-child{
    border-bottom:0;
}

.wmps-filters input + label::after{
    content:'';
    width:15px;
    height:15px;
    margin-top:5px;
    float:right;
    border:1px solid white;
    background:rgba(255,255,255,.2);
    border-radius:2px;
    text-align:center;
    color:white;
}
.wmps-filters input:checked + label::after{
    content:'✓';
    line-height:14px;
}
.wmps-filters input:checked +  label:hover::after{
    line-height:12px;
}
.wmps-map{
    flex-grow:1;
    z-index:10;
    border-radius: 0px 12px 12px 0;
}
.wmps-title{
    color:white;
    text-align:right;
    font-weight:bold;
    padding:7px;
    max-width: 250px;
    float: right;
    font-size: 19px !important;
}
.wmps-cluster{
    width:3em;
    height:3em;
    display:inline-block;
    background:rgba(0,0,0,.8);
    color:white;
    line-height:3em;
    border:none;
    border-radius:50%;
    text-align:center;
    transform:translate(-50%,-50%);
}

.wmps-item{
    padding:20px 10px;
    border-bottom:1px solid #E1E1E1;
    font-size:14px;
}

.wmps-item em{
    color:#bbb;
}

.wmps-item img{
    margin-top:.5em;
}

.wmps-active-filters-area{
    width:100%;
}

.wmps-active-filters-title{
    text-align:center;
    color:white;
    background:#24903f;
    font-size:18px;
    text-transform:uppercase;
    /* padding:6px; */
    position:relative;
}

.wmps-active-filters-title .reinit{
 
   
    /*background:rgba(150,180,60,.8);
    z-index:12;
    text-transform:initial;
    font-weight:400;
    padding:10px;
    color:white; */
    position: absolute;  
    right: 0;
    bottom: 100%;
    display: inline-block;
    padding: 8px 30px;
    background: linear-gradient(90deg, #dfdd22, #24903f);
    color: white;
    border-radius: 5px;   
    font-size: 14px; 
    z-index: 12;
    padding: 8px 10px;
    margin: 4px;  
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
}

.wmps-active-filters{
    background:#BFBFBF;
    color:white;
    font-size:14px;
}

.wmps-active-filters span{
    margin:6px 16px;
    display:inline-block;
}

.wmps-active-filters-puce{
    /* background:#8D8D8D; */
    background: linear-gradient(90deg, #dfdd22, #24903f);
    border-radius:5px;
    padding:5px 16px;
    font-size:14px;
     color: white;
    /* font-weight:300; */
    margin:6px;
    text-transform:initial;
    cursor: pointer;
    border-width: 0px;
}

.wmps-active-filters-puce::after{
    content:'✕';
    margin-left:.5em;
}
@media all and (max-width:1000px){
    .wmps-filter-map-wrapper{
        flex-direction:column;
    }
    .wmps-filters{
        width:100%;
        height:400px;
        order:2;
    }
    .wmps-title{
        text-align:center;
        max-width:100%;
        float:none;
    }
}