section {
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh;
    z-index: 0;
    overflow-x: hidden;
}
footer {
    display: grid;
    color: #808080;
    min-height: 25vh;
    background-color: #FBFAF8;
    border: 1px solid black;
    border-bottom: 0px;
    margin-left: 2%;
    margin-right: 2%;
}
footer .footer-div {
    display: grid;
    width: 100%;
    overflow: hidden;
}
.jcb-manucure {
    max-height: 450px;
}
.mapbox {
    height: 450px;
    width: 800px;
    max-width: 100%;
}
.prestations-page {
    height: fit-content;
    overflow-y: hidden;
}
.space-between-sections {
    width: 100%;
    height: 5vh;
}
.footer-schedules {
    grid-column: 1;
    order: 0;
}
.footer-logo {
    order: 1;
}
.footer-logo img {
    max-width: 70%;
    width: fit-content;
    height: auto;
}
.footer-rs {
    grid-column: 3;
    order: 2;
}
.footer-contact {
    grid-column: span 3 / span 3;
    order: 3;
    overflow: visible;
}
@media (min-width: 768px) {
    .footer-rs {
        padding-right: 1.5rem;
        padding-left: 6rem;
    }
    .footer-logo img {
        max-width: 40vw;
    }
}
@media (max-width: 767px) {
    footer {
        background-color: #fbfaf8f6;
    }
    footer .footer-div {
        grid-template-columns: 1fr;
        grid-template-rows: 4;
    }
    .footer-logo {
        padding-top: 20px;
        grid-column: 2/3;
        order: 0;
        display: flex;
        justify-content: center;
    }
    .footer-schedules {
        grid-column: 2/3;
        padding: 25px;
        order: 1;
    }
    .footer-contact {
        grid-column: 2/3;
        order: 2;
        padding: 2rem;
    }
    .footer-rs {
        grid-column: 2/3;
        order: 3;
        margin: auto;
        padding: 10px;
    }
    .footer-rs a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.emphasize-title {
    border-bottom: 2px solid #808080;
    width: 75px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}