
#head-footer
{
    display: flex;
    align-content: flex-start;
    padding: 40px 0 0 0;
    margin: 0;
    color: #8e8e8e;
    width: 100%;
}

#head-footer div
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto auto auto;
}

footer div#adresse p
{
    margin: 0;
    padding: 0;
}

footer div#contact p
{
    margin: 0;
    padding: 0;
}

footer ul#reseau
{
    display: flex;
    list-style: none;
}

footer ul#reseau li a
{
    display: inline-block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color:  #8e8e8e;
    border-radius: 5px;

    font-size: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 65px;

    margin-right: 3px;
    margin-bottom: 5px;
}

footer #contact a
{
    text-decoration: none;
    color: #8e8e8e;
}

#bio
{
    width: 10%;
    margin-right: 3%;
    margin-left: auto;
}

footer p {
    font-size: 1.3em;
}

#copyright
{
    text-align: center;
    color: #666666;
}

@media screen and (max-width: 800px) {
    footer p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 700px) {
    footer p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 600px) {
    footer p {
        font-size: 1em;
    }
}