main {
    padding-top: 10vh;
    padding-bottom: 5vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#address {
    width: 15%;
    height: auto;
    font-family: "bebas";
    font-size: 1.5vw;
}

#horaires {
    width: 20%;
    height: auto;
    font-family: "bebas";
    font-size: 1.5vw;
}

@media (min-width: 800px) {
    #info {
        width: 100%;
        height: 25%;
        margin-top: 5vh;
        margin-bottom: 5vh;
        font-size: 1.5vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

}

#info {
    width: 100%;
    height: 25%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1.5vw;
}

#contact {
    width: auto;
    height: auto;
    font-family: "bebas";
}

#contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Amsterdam";
    font-size: 1.5vw;
}

#map-section {
    width: 100%;
    height: 600px;

    display: flex;
    justify-content: center;
    align-items: center;
}

#map-wrapper {
    width: 100%;
    min-width: 40%;
    max-width: 95%;
    height: 90%;
}

div ul li:not(:last-child) {
    margin-bottom: 10px;
}
