body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

h1{
    width: 100%;
    text-align: center;
}

#map {
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    background-color: #131210;
}

.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-control-attribution{
    display: none;
}


/* POPUP */
.leaflet-popup-content{
    width: auto !important;
    margin: 13px 24px 13px 24px !important;
}
.leaflet-popup-content h5{
    font-size: 27px !important;
    margin: 2px;
    text-align: center;
    margin: 0 auto;
}
.leaflet-popup-content p{
   margin-top: 12px;
    text-align: center;
    font-size: 19px;
    margin-bottom: 21px !important;
}


.leaflet-popup-content img{
    border-radius: 15px;
    width: 330px !important;
    max-width: 330px !important;
}

.leaflet-right{
    right: 75px !important;
    top: 75px !important;
}
@media screen and (max-width: 1920px) {
    .leaflet-right{
        right: 75px !important;
        top: 75px !important;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    .leaflet-right{
        right: 5px !important;
        top: 5px !important;
    }

}
@media screen and (max-width: 900px) {
    .leaflet-right{
        right: 5px !important;
        top: 5px !important;
    }
}

.leaflet-control-layers{
    border-radius: 18px !important;
    position: relative;
    background-color: #007A9E;
}
.leaflet-control-layers-overlays{
    position: relative;
    margin-left: 4px;
    width: 25px;
    float: left;
    margin: 2px 10px 2px 1px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid white;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0 !important;
}
.leaflet-control-layers-overlays:checked {
    background-color: #4b9b31;
}



.popupBottom{
    bottom: -204px !important;
    left: -402px !important;
}
.popupBottom .leaflet-popup-tip-container{

    width: 40px;
    height: 20px;
    position: absolute;
    left: 102% !important;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
    transform: rotate(270deg);
    top: 49%;

}

.popupBottomChalet{
    bottom: -126px !important;
    left: -410px !important;
}
.popupBottomChalet .leaflet-popup-tip-container{
    width: 40px;
    height: 20px;
    position: absolute;
    left: 102%;
    top: 75%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
    transform: rotate(267deg);
}

.newProject{
    cursor: pointer;
    margin-bottom: 0 !important;
    margin-left: 8px;
}