nav {
  margin: 0 auto;
  margin-top: 1%;
  background-color: black;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  border: 1px solid white;
  width: 90%;
}

nav a {
  padding: 22px;
  width: 1000px;
  max-height: 18px;
  border-left: solid 1px white;
  margin: 0;
}



nav a:link {
  text-decoration: none;
}

nav a:hover {
  background-color: #B9C4BC;
}

body {
  background-color: #4A6B71;
  margin: 0;
}

.actif {
  background-color: #B9C4BC;
}

footer {
  background-color: black;
  width: 100%;
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 940px) {
  nav {
    flex-direction: column;
    width: 100%;
    
  }
  nav a {
    width: 100%;
  } 

  footer img {
    width: 100%;
  }
  
  hr {
    width: 300px;
    height: 0px;
  }
}


.zize {
  color: white;
  align-self: center;
  border: none; 
}
#motDeFin{
  text-align: center;
  font-family: Georgia, serif;
  color: white;
  font-weight: 3000;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 7%;
  width: 50%;
  
}