@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
body {
  font-family: "Amatic SC", cursive;
  color: #013941;
  font-family: monospace;
  font-size: 18px;
  margin: 0;
}

h1 {
  font-family: "Amatic SC", cursive;
  font-size: 60px;
  margin: 0px 0px 0px 70px;
  color: #013941;
}
h1 img {
  width: 80px;
  margin: 0px 20px -15px 30px;
}

.container {
  position: absolute;
}

.fond-statique {
  width: 100%;
}
.fond-statique img {
  height: 100vh;
}

nav {
  color: #FCF2F3;
  position: absolute;
}
nav ul {
  display: flex;
  margin: 5px;
}
nav li {
  padding: 40px;
  list-style: none;
  font-family: "Amatic SC", cursive;
  font-size: 32px;
  width: 95px;
  text-align: center;
}
nav li:hover {
  font-weight: 900;
}
nav .li-1 {
  background-image: url("images/parkpoetik/li-bg-2-04.png");
  background-size: cover;
  background-repeat: no-repeat;
}
nav .li-2 {
  background-image: url("images/parkpoetik/li-bg-1-04.png");
  background-size: cover;
  background-repeat: no-repeat;
}
nav .li-3 {
  background-image: url("images/parkpoetik/li-bg-3-04.png");
  background-size: cover;
  background-repeat: no-repeat;
}
nav .gif img {
  width: 20%;
  margin-left: 10rem;
  margin-top: -30px;
}

.porte {
  top: 19%;
  right: 37%;
  position: absolute;
  display: inline-block;
}
.porte img {
  width: 200px;
}

.porte .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.porte:hover .img-top {
  display: inline;
}

img.feuille-rose {
  position: absolute;
  width: 250px;
  margin-left: 70px;
  margin-top: -17rem;
}

img.feuille-bleu {
  position: absolute;
  width: 180px;
  margin-top: -25rem;
  margin-left: 36rem;
}

img.oiseau {
  position: absolute;
  width: 250px;
  margin-top: -42rem;
  margin-left: 75rem;
}

img.branche {
  position: absolute;
  width: 480px;
  margin-top: -45rem;
  margin-left: 65rem;
}

input[type=checkbox] {
  display: none;
}

label {
  cursor: pointer;
  display: inline-block;
  margin-right: 1em;
  padding: 0.4em 0;
}

input[type=checkbox] + label:before {
  background: #013941;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 1px;
  width: 16px;
}

input[type=checkbox]:checked + label:before {
  background: #00ffaa;
}

.scene > *:nth-child(1) {
  opacity: 1;
}
.scene > *:nth-child(1) button {
  transform: rotate(150deg);
}

.scene > *:nth-child(2) {
  opacity: 2;
}
.scene > *:nth-child(2) button {
  transform: rotate(120deg);
}

.scene > *:nth-child(3) {
  opacity: 3;
}
.scene > *:nth-child(3) button {
  transform: rotate(90deg);
}

.scene > *:nth-child(4) {
  opacity: 4;
}
.scene > *:nth-child(4) button {
  transform: rotate(60deg);
}

.scene > *:nth-child(5) {
  opacity: 5;
}
.scene > *:nth-child(5) button {
  transform: rotate(30deg);
}

.scene > *:nth-child(6) {
  opacity: 6;
}
.scene > *:nth-child(6) button {
  transform: rotate(0deg);
}/*# sourceMappingURL=styles.css.map */