#verificationAge {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}

#verificationAge .contenuAge {
  color: #fff;
}

#verificationAge .contenuAge h2 {
  color: #fff;
  margin-bottom: 50px;
}

#verificationAge .contenuAge button {
  padding: 10px 25px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}

#verificationAge .contenuAge p {
  margin: 15px 0;
}

#verificationAge .contenuAge p.piedPage {
  font-size: 12px;
  font-style: italic;
}
