footer {
  background-color: #000;
  color: white;
  padding: 30px 0;

width: 100%;
bottom: 0;
z-index: 2;
border-top: solid 7px var(--bordure);
display: flex;
margin-top: 50px;
}

footer img{
  width: 50px;
  height: 50px;
}

footer a{
  margin-right: 20px;
}

footer p {
margin-right: 50px;

}

footer div {
  margin: auto;

    display: flex;
    align-items: center;
}
