.thefooter
{
    background-color: #2E8DAB;
    color: #FFED00;
}

.separateur
{
    border : #FFED00 solid 1px;
    left: 30%;
}

.Info a
{
    color: #FFED00;
}

.thefooter
{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.Partenaires img, .Partenaires p, .reseaux img, .reseaux p
{
    display:inline;
}

.imageReseaux
{
    width: 15%;
}

.imageFooter
{
    width: 50%;
}

.imageFooterLogo
{
    width: 50%;
}

.Info, .reseaux, .Partenaires
{
    flex-direction: column;
    width: 32%;
    text-align: center;
}

.imagePartenaire{
    display: flex;
    flex-direction: row;
}

.column_one, .column_two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px)
{
    .thefooter
    {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .Info, .reseaux, .Partenaires
    {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
}