.appendMap {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #FFF;
    z-index: 0;
}
#appendMap_map {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 0;
}
.appendMap .legende {
    position: absolute;
    bottom: 5px;
    left: 13px;
    z-index: 9999;
}
.royalSliderWrapper .appendMap .legende {
    bottom: 20px;
    left:20px;
}
.appendMap .close {
    width: 56px;
    height: 56px;
    background: rgba(0,0,0,0.8);
    display: block;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    min-width: 0;
    color: #FFF;
    float: left;
    margin: 0 15px 0 0;
}
.appendMap .close:after {
    content: '\f030';
    font-family: FontAwesome;
    font-size: 21px;
    padding: 0;
    margin: 0;
    line-height: 56px;
    text-align: center;
}
.appendMap .buttons {
    position: absolute;
    bottom: 25px;
    right: 50px;
    z-index: 9999;
}
.appendMap .buttons a {
    background: #FFF;
    padding:10px 20px;
    margin:0 5px 0 0;
    color: #242424;
    font-size: 14px;
    font-weight: 300;
}
.appendMap .buttons a:hover {
    opacity: 0.8;
}
.appendMap .leaflet-control-attribution {
    display: none;
}

@media all and (max-width: 768px){
    .appendMap .lieu {
        display: none;
    }
}
@media all and (max-width: 600px){
    .appendMap .buttons {
        display: none;
    }
}