footer{
    background-color: #1d1d1d;
    color: white;
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;

}

footer ul{    
    display: flex;
    justify-content: center; 


}

footer .navigation{
    margin: 1em;
    display: flex;
    flex-wrap: wrap;

}


footer .navigation li{
    padding: 1em;

}
.infos{
    text-align: center;
}

.social-menu li a i{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 10px;
    padding: 8px 0 0 9px;
    background-color: #262626;
}