footer{
    background-color: rgba(0, 0, 0, 0.317);
    margin-top: 10%;
    height: 31vh;
    display: flex;
    width: 100%;

}
.logo-icon img{
    width: 200px;
    height: 150px;
}
.logo-icon span{
    width: 100%;
    height: 2px;
    background: rgb(29,29,29);
background: linear-gradient(90deg, rgba(29,29,29,0.999019676229867) 62%, rgba(174,174,174,1) 100%);
}
.logo-icon{
    display: flex;
    flex-direction: column;
    align-items:center ;
    width: 20%;

}
.logo-icon NAV{
    display: flex;
    align-items: center;
    justify-content:center ;
    width:100%;
    height: 50px;
    font-size: 20px;
}
.fa-brands{
    font-size: 20px;
    padding: 10px;
}
.footer-nav{
    display: flex;
    flex-direction: row;
    padding-top:40px ;
    width: 70%;
}
.footer-nav nav{
    width: 100%;
}

.page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}
.page li{
    height: 30px;
    text-align: start;
    font-size: 16px;
}
.sous-page{
    padding-top: 20px;
}
.sous-page li {
    height: 50px;
    width:  50px;
    font-size: 10px;
}
.sous-page li :last-child{
    padding: 3px;
}
@media (max-width:800px){
    .page li{
        font-size: 12px;
    }
    .sous-page li {
        font-size: 9px;
    }
    .logo-icon img{
        width: 120px;
        height: 120px;
    }
}
