#CMapWrapper {
    margin-top: -1px;
    padding: 0;
    height: auto;
}
        
/* Map ---------------------------------------------------------------------- */
#CMap {
    position: relative;
    padding: 100px 15px 80px 15px;
    height: auto;
    width: auto;
    overflow: hidden;
}
@media (min-width: 768px){
    #CMap {
        padding: 0;
        height: 752px;
    }
}
@media (min-width: 992px){
    #CMap  {
        height: 772px;
    }
}
@media (min-width: 1200px){
    #CMap {
        height: 792px;
    }
}
    /* Controls */
    #CMap .leaflet-control-container .leaflet-left.leaflet-top {
        padding-top: 5px;
    }
    #CMap .leaflet-control-container div {
        box-shadow: none;
        border: none; /* for mobile */
    }
    #CMap .leaflet-control-container a {
        background-color: transparent;
        background-image: none;
        border: none;
        height: 28px;
        width: 28px;
        display: block;
        margin-bottom: 5px;
        text-indent: 0px;
    }
    #CMap .leaflet-control-container svg {
        height: 28px;
        width: 28px;
    }
    #CMap .leaflet-disabled svg.picto {
        opacity: 0.3;
    }
    
/* Leaflet : MarkerCluster Plugin */
#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}
    #progress-bar {
        width: 0;
        height: 100%;
        background-color: #76A6FC;
        border-radius: 4px;
    }
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
}
    .marker-cluster span {
        line-height: 30px;
    }