@import "https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css";
@import "https://unpkg.com/leaflet@1.4.0/dist/leaflet.css";
@import "https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css";
@import "https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css";

#map{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
/*    margin:-5px -10px; */
    width: 50%;
    height: 500px;
    text-align: center;
/*    border:solid 4px gray; */
    z-index: 0;
}

#mapmax{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
    /*    margin:-5px -10px; */
    width: 100%;
    height: 100%;
    text-align: center;
    /*    border:solid 4px gray; */
    z-index: 0;
}

#mapedit{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
    /*    margin:-5px -10px; */
    width: 45%;
    height: 750px;
    text-align: left;
    /*    border:solid 4px gray; */
    z-index: 0;
    position: relative;
    display: inline-block;
}

.clpopup {
    width:150px;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    white-space: normal;
}

.clpopup img {
    width: 100%;
}