@font-face {
  font-family: f;
  src: url("media/VT323-Regular.ttf");
}
body {
  padding: 0;
  margin: 0;
}

#full-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #000;
  user-select: none;
  overflow: hidden;
  font-family: f;
}
#full-area #game-area {
  width: 360px;
  height: 220px;
  background: white;
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #353b5f;
  overflow: hidden;
}
#full-area #game-area #mobile-controllers {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3000;
  display: none;
}
#full-area #game-area #mobile-controllers div {
  width: 35px;
  height: 35px;
  background: #e6b03b;
  border: 1px solid #443212;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.179);
  position: absolute;
  opacity: 0.9;
}
#full-area #game-area #mobile-controllers div p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 14px;
}
#full-area #game-area #mobile-controllers div:nth-child(1) {
  top: 100%;
  left: 0;
  margin: -10px 10px;
  transform: translateY(-100%);
}
#full-area #game-area #mobile-controllers div:nth-child(2) {
  top: 100%;
  left: 0;
  margin: -10px 10px;
  left: 40px;
  transform: translateY(-100%);
}
#full-area #game-area #mobile-controllers div:nth-child(3) {
  top: 100%;
  left: 100%;
  margin: -10px;
  transform: translate(-100%, -100%);
}
#full-area #game-area #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #play-section #lifes {
  position: absolute;
  z-index: 9;
  display: flex;
  margin: 3px;
}
#full-area #game-area #play-section #lifes img {
  width: 13px;
  margin: 1px;
}
#full-area #game-area #play-section #nbDiam {
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}
#full-area #game-area #play-section #nbDiam p {
  color: white;
  margin-right: 3px;
  font-size: 10px;
  margin-top: -2px;
}
#full-area #game-area #play-section #nbDiam img {
  width: 13px;
  height: 11px;
}
#full-area #game-area #play-section #keyAvail {
  position: absolute;
  z-index: 9;
  height: 11px;
  left: 100%;
  transform: translateX(-100%);
  margin: 4px -5px;
  filter: grayscale(1);
  opacity: 0.4;
}
#full-area #game-area #play-section #expandArea {
  width: 10000px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}
#full-area #game-area #play-section #key {
  position: absolute;
  z-index: 1500;
  left: 2000px;
  top: 0;
  width: 20px;
}
#full-area #game-area #play-section #sky {
  width: 100%;
  height: 180px;
  background: url("media/Sky.webp");
  position: absolute;
  top: -20px;
}
#full-area #game-area #play-section #sky #cloud1 {
  width: 100%;
  height: 180px;
  background: url("media/Cloud 1.webp");
  position: absolute;
}
#full-area #game-area #play-section #sky #cloud2 {
  width: 100%;
  height: 180px;
  background: url("media/Cloud 2.webp");
  position: absolute;
}
#full-area #game-area #play-section #water {
  width: 100%;
  height: 74px;
  background: url("media/water background.webp");
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin-top: 0px;
}
#full-area #game-area #play-section #water2 {
  width: 100%;
  height: 90px;
  background: url("media/water2.webp");
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin-top: 25px;
  z-index: 2000;
}
#full-area #game-area #play-section #areas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#full-area #game-area #play-section #areas .area {
  width: 200px;
  height: 501px;
  background: url("media/area.webp") #251510;
  position: absolute;
  background-repeat: repeat-x;
  z-index: 9;
  top: 140px;
  left: 0px;
  z-index: 140;
}
#full-area #game-area #play-section #areas .area #herbs {
  width: 100%;
  height: 6px;
  background: url("media/herbs.webp");
  margin-top: -6px;
}
#full-area #game-area #play-section #areas .locked {
  opacity: 0.6;
  filter: grayscale(1);
}
#full-area #game-area #play-section #deco {
  position: absolute;
  z-index: 1500;
}
#full-area #game-area #play-section #deco #tree, #full-area #game-area #play-section #deco #path, #full-area #game-area #play-section #deco #flower {
  position: absolute;
  top: 96px;
  left: 100px;
}
#full-area #game-area #play-section #diams {
  position: absolute;
  z-index: 1500;
}
#full-area #game-area #play-section #diams #diam {
  width: 10px;
  position: absolute;
  top: 96px;
  left: 100px;
}
#full-area #game-area #play-section #obstacles {
  position: absolute;
  z-index: 1500;
}
#full-area #game-area #play-section #obstacles .obs {
  width: 30px;
  height: 8px;
  position: absolute;
  top: 132px;
  left: 100px;
  background: url("media/obs.webp");
  background-size: contain;
  background-repeat: repeat-x;
}
#full-area #game-area #play-section #enemies {
  position: absolute;
  z-index: 1510;
  display: none;
}
#full-area #game-area #play-section #enemies .enemy {
  width: 25px;
  height: auto;
  position: absolute;
  top: 116px;
  left: 60px;
}
#full-area #game-area #play-section #requirements {
  position: absolute;
  z-index: 2200;
}
#full-area #game-area #play-section #requirements p {
  color: white;
  position: absolute;
  top: 150px;
  left: 50px;
  width: 100px;
}
#full-area #game-area #play-section #requirements p img {
  width: 13px;
  margin-top: -3px;
  margin-left: -2px;
}
#full-area #game-area #play-section #treasure {
  width: 25px;
  height: 20px;
  position: absolute;
  z-index: 8;
  top: 50px;
  left: 5px;
}
#full-area #game-area #play-section #treasure-message {
  position: absolute;
  z-index: 1200;
  color: white;
  background: rgba(0, 0, 0, 0.616);
  border-radius: 3px;
  border: 1px solid white;
  padding: 2px 5px;
  padding-bottom: 3px;
  font-size: 7px;
  width: 80px;
  text-align: center;
  line-height: 7px;
  top: 25px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.149);
  display: none;
}
#full-area #game-area #play-section #treasure-message .arrow-down {
  position: absolute;
  transform: scale(0.15);
  top: 11px;
  left: -13px;
}
#full-area #game-area #play-section #character {
  position: absolute;
  z-index: 1800;
}
#full-area #game-area #play-section #character img {
  width: 22px;
  position: absolute;
  z-index: 1800;
  top: 116px;
  left: 20px;
}
#full-area #game-area #play-section #character #elem1 {
  width: 13px;
  height: 24px;
  position: absolute;
  z-index: 8;
  top: 116px;
  left: 24px;
}
#full-area #game-area #over-section, #full-area #game-area #win-section, #full-area #game-area #home-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.699);
  display: none;
}
#full-area #game-area #over-section div, #full-area #game-area #win-section div, #full-area #game-area #home-section div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -7px;
}
#full-area #game-area #over-section h1, #full-area #game-area #win-section h1, #full-area #game-area #home-section h1 {
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0;
}
#full-area #game-area #over-section h6, #full-area #game-area #win-section h6, #full-area #game-area #home-section h6 {
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}
#full-area #game-area #over-section button, #full-area #game-area #win-section button, #full-area #game-area #home-section button {
  justify-content: center;
  display: flex;
  width: 100px;
  border-color: #443212;
  background: #e6b13b;
  margin: 5px auto;
  font-weight: 900;
  letter-spacing: 0.05em;
  outline: none;
}
#full-area #game-area #over-section button:hover, #full-area #game-area #win-section button:hover, #full-area #game-area #home-section button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #win-section h1 {
  font-size: 20px;
}
#full-area #game-area #win-section h1 span {
  color: #e6b13b;
  user-select: text;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
}

/*# sourceMappingURL=index.css.map */
