body {
    line-height: 1;
    background-color: whitesmoke;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1em;

}

.top-bg-map {
    background-image: url(../img/bois2.jpg);
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    margin: 5em 0;
}

.top-bg-map #map {
    width: 90%;
    margin: 2em;
    object-fit: cover;
}