/* le steelsheet de index.html et des autes vues */
div {
  display: block;
}
nav {
  display: flex;
  justify-content: space-between;
  background-color: #d7fdfd;
  max-height: 100%;
  font-size: 25px;
}
ul {
  max-height: 100%;
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
li {
  height: 100%;
  max-height: 100%;
  width: 220px;
  float: left;
  text-align: center;
  list-style: none;
  display: flex;
}
li label {
  text-decoration: none;
  text-align: center;
  margin: auto;
}
li:hover {
  background-color: #87f5f5;
}
#img_navbar {
  max-height: 100%;
  max-width: 200px;
}
header {
  width: 100%;
  height: 100px;
  position: right;
}
h1 {
  font-family: "Sofia", sans-serif;
  margin: 80px 20px 80px 0px;
}
body {
  background-image: url("../resources/background.jpg");
  background-size: cover;
  font-family: "Times New Roman", Times, serif;
  margin: 20px 100px 300px 100px;
}
.div_text {
  font-weight: bold;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Sofia";
}
.div_container img {
  width: 100%;
  height: 800px;
  margin-top: 80px;
}
.div_container {
  position: relative;
  text-align: center;
  color: rgb(247, 248, 246);
  white-space: nowrap;
}
