footer {
  position: fixed;
  bottom: 0;
  height: auto;
  left: 0;
  width: 100%;
  /* background-color: #accdef; */
  background-color: rgba(51, 51, 51, 0.7);
  color: rgb(50, 50, 50);
  text-align: center;
  padding: 0;
}

#piedPage {
  margin: 0;
  padding: 0;
  font-size: 0.5rem;
}

/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------- 740 ---------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

@media screen and (max-width: 740px) {
  .navbar {
    display: flex;
    justify-content: space-between; /* gauche vs droite */
    align-items: center; /* align vertical */
    background: rgb(100, 100, 255);
    color: rgb(230, 230, 230);
    padding: 0 0px;
    height: 30px;
    margin: 0px;
  }

  .navbar-nav {
    display: none;
  }

  .menuNavbar-nav {
    display: block;
  }
}
