body {
  background-color: #f1f1ff;
  box-sizing: border-box;
  color: #004c6a;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin: 0;
}

header {
  color: #e3f0c4;
  height: 250px;
  position: relative;
}
header img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 0.6;
}
header > i {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 5%;
  text-shadow: 2px 2px 1px #004c6a;
  top: 15%;
}
header > i:hover {
  color: #004c6a;
  text-shadow: 2px 2px 1px #f1f1ff;
}
header > div {
  font-style: italic;
  left: 5%;
  position: absolute;
  text-shadow: 2px 2px 1px black;
  top: 25%;
}
header > div a {
  color: #e3f0c4;
  text-decoration: none;
}
header > div a > div:first-child,
header > div h1 {
  font-size: 35px;
  font-weight: normal;
  margin: 0;
}
header > div a > div:last-child,
header > div div:last-child {
  font-size: 25px;
  margin-top: 15px;
}
header nav {
  background-color: #004c6a;
  height: 100%;
  right: 0;
  margin: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 0;
  z-index: 1;
}
header nav i {
  cursor: pointer;
  font-size: large;
  margin-left: 80%;
  padding: 10px;
}
header nav i:hover {
  color: #f1f1ff;
}
header nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
header nav ul li {
  list-style: none;
  padding: 15px;
}
header nav ul li a {
  color: #e3f0c4;
  text-decoration: none;
  padding: 15px;
}
header nav ul li:hover {
  background-color: #566e93;
}

footer {
  background-color: #566e93;
  color: #f1f1ff;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
footer div {
  display: inline;
}/*# sourceMappingURL=stylesmaitre.css.map */