.foo {
    background-color: white;
    padding-top: 5px;
    border-top : solid;
    font-family: 'Manrope', sans-serif;
}


.fo_menu {
    display: flex;
    flex-direction : row;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
}

.fo_coor {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-top: 30px;
}

.fo_reseaux {
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: center;
}



.fo_contact {
    width: 30%;
    text-align: center;
}

.fo_co {
    margin-top: 15px;
    margin-bottom: 15px;
}


.fo_cont{
    margin-top: 70px;
}

.fo_cont_lien{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    border: solid;
    border-width: 2px;
}

.fo_cont_lien:hover {
    background-color: rgba(217, 240, 253, 0.5);
}

.copy {
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: solid 1px;
}


@media screen and (max-width: 700px) {
    .fo_menu {
        flex-direction: column;
        align-items: center;
    }
    .fo_coor {
        text-align: center;
        width: 100%;
    }

    .fo_reseaux {
        width: 100%;
    }

    .fo_contact {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .fo_co {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}