.footer{
    
    display: flex;
    background: white;
    padding: 19px;
    justify-content: space-evenly;
    text-align: justify;
    position:relative;
    border-top: 1px solid #2c8133;
    top: 80px;
}


.footer #logoFooter img {
    max-width: 100px;
}

.footer #reseaux img {
    max-width: 50px;

}
ul#aPropos a{
    color:#423b3b;
}
ul#legal a{
    color:#423b3b;
}
ul#contact a{
    color:#2c8133;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin-right: 10px;
}

.footer #liensAutresFooter{
    display: flex;
}

.footer #reseaux ul{
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}

.footer #reseaux ul li{
    padding-right: 20px;
}

.footer #copyright{
    text-align: center;
}

@media screen and (max-width: 480px) {
.footer{
    display: block;
}
  }