footer{
    background-color: #7572B2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1rem;
    color: white;
    margin-bottom: 2%;
}

footer > div{
    margin: var(--marge);
}

/*_____ Responsive 960px -> 1280px _____*/

@media screen and (max-width: 1280px){
    footer{
        font-size: .8rem;
    }
}
