/* _______________________________ Footer __________________________*/

.footer-navigation ul {
  background: white;
  list-style-type: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}

.footer-navigation li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 14px 16px;
}

.footer-navigation li i {
  font-size: 1.7rem;
  color: var(--couleur-principale);
}

.copyright {
  padding-bottom: 80px;
  background-color: #eee;
  text-align: center;
}

.copyright p {
  margin-bottom: 1rem;
}