.map{
    width: 45vw;
    margin: auto;
    display: block;
}

.points button{
    border-radius: 50%;
    background-color: darkred;
    padding: .65vw;
}

.points button:hover{
    background-color: rgb(137, 55, 55);
    padding: .85vw;
    transition: .3s;
}

.titre-quartier{
    position: relative;
    text-align: left;
    color: white;
    font-family: "exo black";
    font-size: 2em;
    text-shadow: 0 0 20px black;
}

.top-left{
    position: absolute;
    top: 2vw;
    left: 3vw;
}

#parcMonceau{
    position: absolute;
    left: 45vw;
    top: 15vw;
}

#parcAndre{
    position: absolute;
    left: 33vw;
    top: 28vw;
}

#parcBatignolles{
    position: absolute;
    left: 60vw;
    top: 10vw;
}

#parcBelleville{
    position: absolute;
    left: 44vw;
    top: 15.5vw;
}

#parcBercy{
    position: absolute;
    left: 44vw;
    top: 30vw;
}

#parcButtes{
    position: absolute;
    left: 44vw;
    top: 34vw;
}

#parcGalant{
    position: absolute;
    left: 56vw;
    top: 34vw;
}

#parcJames{
    position: absolute;
    left: 62vw;
    top: 16vw;
}

#parcLuxembourg{
    position: absolute;
    left: 55vw;
    top: 30vw;
}

#parcMontsouris{
    position: absolute;
    left: 59.5vw;
    top: 41vw;
}

#parcTrocadero{
    position: absolute;
    left: 59.5vw;
    top: 20.5vw;
}

.toLeft{
    float: left;
}

aside{
    width: 27.05vw;
}
.asideQuartiers{
    width: 25vw;
}

aside p{
    color: transparent;
}

aside h3{
    font-family: "exo black";
}

.asideContainer{
    display: none;
    width: 80%;
    margin: auto;
    padding: 10% 0 5% 0;
}

.asideContainer div{
    width: 100%;
    border-radius: 8px;
}

.asideContainer a:first-of-type div{
    background-image: url(../medias/images/karate.png);
    background-size: cover;
}

.asideContainer a div{
    background-image: url(../medias/images/taiChi.png);
    background-size: cover;
}

.asideContainer a:last-of-type div{
    background-image: url(../medias/images/running.png);
    background-size: cover;
    background-position: left;
}

.asideContainer a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.asideContainer div h4{
    margin: 20% 3% 7% 7%;
    padding-top: 23%;
    padding-bottom: 5%;
    text-decoration: none;
    text-align: left;
    font-family: "exo black";
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 20px black;
}

.asideQuartiers ul{
    width: 70%;
    
    box-shadow: 0 0 20px rgb(145, 145, 145);
    margin: 10% auto;
}

.asideQuartiers ul li{
    width: 100%;
    list-style: none;
    line-height: 300%;
    font-family: "exo";
    font-weight: bolder;
    font-size: 1.25em;
}

.asideQuartiers ul li a{
    width: 100%;
    margin: 0 5%;
    text-decoration: none;
    color: black;
}

.asideQuartiers ul li:hover{
    color: #3B8928;
    border-bottom: 2px solid #3B8928;
    background-color: rgba(141, 141, 141, 0.1);
}

.asideContainer a:hover{
    cursor: pointer;
}