/* defaults */

html,
body {
  margin: 0;
  padding: 0;

  height: 100%;
  /* background-color: black; */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: black;
}

.unScrollable {
  overflow: hidden;
}

::selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

a :hover {
  z-index: 10000000;
}

.contextualisation {
  z-index: 1;
  top: 0%;
  position: fixed;
  width: 90%;
  padding: 2%;
}
.title {
  font-family: "VoyageFantastique";
  font-size: 200%;
  position: relative;
  color: white;
}
.menuText {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  position: relative;
  color: white;
  padding: 3%;
}

.corps {
  font-family: "Montserrat", sans-serif;
  font-size: 120%;
  position: relative;
  max-width: 85%;
  color: white;
  letter-spacing: -0.02em;
  text-align: left;
}
.context {
  font-family: "Montserrat", sans-serif;
  font-size: 120%;
  position: relative;
  max-width: 85%;
  color: white;
  letter-spacing: -0.02em;
  text-align: left;
}

.hidden {
  display: none;
}

/* STARRY MAP */
.map {
  position: relative;
  overflow: auto;
  z-index: 0;
}
.starMap {
  position: relative;
  z-index: 0;
  width: auto;
}

/* MENU */
.menu {
  position: fixed;
  padding: 2%;
  top: 50%;

  z-index: 40 !important;
  width: 25%;
  left: -30%;
  /*   height: 50%; */
  background-color: rgb(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  transition: all 0.5s ease-in-out;
}
.boutton {
  position: absolute;
  width: 25px;
  top: calc(50% - 49.58px / 2);
  left: 108%;
}
.mSpiglic {
  display: none;
}
.mZypanos {
  display: none;
}
.mGlapumtien {
  display: none;
}
.mTchoung {
  display: none;
}
.mTumtum {
  display: none;
}
.mArphal {
  display: none;
}
.mTransmuteur {
  display: none;
}

.menuOpen {
  left: 0%;
}
.Display {
  display: block;
}
/* SPECIES */
.Spiglic {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 20%;
  left: 60%;
  opacity: 50%;
  mix-blend-mode: screen;
}

.zypanos {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 70%;
  left: 60%;
  opacity: 50%;
  mix-blend-mode: screen;
}

.glapumtien {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 40%;
  left: 140%;
  opacity: 50%;
  mix-blend-mode: screen;
}
.tchoung {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 80%;
  left: 190%;
  opacity: 50%;
  mix-blend-mode: screen;
}
.tumtum {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 5%;
  left: 190%;
  opacity: 50%;
  mix-blend-mode: screen;
}

.arphal {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 30%;
  left: 250%;
  opacity: 50%;
  mix-blend-mode: screen;
}

.transmuteur {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: 60%;
  left: 230%;
  opacity: 50%;
  mix-blend-mode: screen;
}

.description {
  position: absolute;
  width: 25%;
  padding: 1%;
  /*   transition: transform 0.4s ease-in-out, box-shadow 0.9s ease-in-out,
    top 0.4s ease-in-out, left 0.4s ease-in-out, width 0.4s ease-in-out,
    height 0.4s ease-in-out, z-index 0.8s ease-in-out; */
  top: 1%;
  left: 1%;
  z-index: 1;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 664px) {
  .corps {
    font-size: 2.5vw;
  }
  .title {
    font-size: 5vw;
  }

  .menuText {
    font-size: 2.5vw;
  }

  .map {
    height: 100vh;
    overflow: auto;
  }

  .starMap {
    position: relative;

    height: 200vh;
    width: auto;
  }
}

/* SPIGLIC */

.container-spiglic {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;

  left: 0%;
  top: -100%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}

.description-spiglic-1 {
  position: fixed;
  top: -100%;
  left: 0%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  z-index: 4;
}

.description-spiglic-2 {
  position: fixed;
  top: 5%;
  left: -100%;
  width: 90%;
  height: 90%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-spiglic-2 img {
  position: absolute;
  max-width: 80%;
  z-index: 4;
  bottom: 0%;
  left: 30%;
}

.scrollable-spiglic {
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  position: absolute;
  background-color: rgba(255, 0, 0, 0);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 4;
}

.emptyScrollable-spiglic {
  height: 200%;
  z-index: 4;
  top: 50%;
}

.scrollable-spiglic svg {
  position: fixed;
  max-width: 92%;
  pointer-events: none;
  left: -100%;
  top: 25%;
  z-index: 4;
  background-color: rgba(255, 0, 0, 0);
  /* left: 0%; */
}

.close-spiglic {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}

.open-spiglic {
  left: 0%;
  top: 0%;
}

.centered-spiglic {
  left: 0%;
  top: 0%;
}
.centered-spiglic-1 {
  left: 0%;
  top: 0%;
}

.centered-spiglic-2 {
  top: 5%;
  left: 5%;
}

@media screen and (max-width: 664px) {
  .container-spiglic {
    left: -100%;
    top: 0%;
    width: 100%;
    height: 100%;
  }
  .description-spiglic-1 {
    z-index: 4;
    width: 90%;
    top: 0%;
    left: -100%;
  }

  .description-spiglic-2 {
    width: 90%;
    height: 40%;
    top: 30%;
    left: -100%;
  }
  .description-spiglic-2 img {
    left: 12%;
  }
  .scrollable-spiglic svg {
    position: fixed;
    max-width: 92%;
    left: 3%;
    top: 35%;
    background-color: rgba(255, 0, 0, 0);
    /* left: 0%; */
  }
  .centered-spiglic {
    left: 0%;
    top: 0%;
  }
  .centered-spiglic-1 {
    top: 0%;
    left: 3%;
  }

  .centered-spiglic-2 {
    top: 16%;
    left: 3%;
  }

  .close-spiglic {
    left: 92%;
    top: 1%;
  }
}

/* ZYPANOS*/

.container-zypanos {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;
  left: 0%;
  top: -100%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}

.close-zypanos {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}

.description-zypanos-1 {
  position: fixed;
  top: -100%;
  left: 0%;
  z-index: 5;
  width: 25%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-zypanos-2 {
  position: fixed;
  z-index: 4;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 0%;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.5);
}

.centered-zypanos {
  left: 0%;
  top: 0%;
}
.centered-zypanos-1 {
  left: 0%;
  top: 0%;
}

.centered-zypanos-2 {
  top: 0%;
  left: 0%;
}

@media screen and (max-width: 664px) {
  .container-zypanos {
    left: -100%;
    top: 0%;
  }
  .description-zypanos-1 {
    z-index: 5;
    width: 90%;
    top: -100%;
    left: 3%;
  }
  .description-zypanos-2 {
    top: -100%;
    left: 0%;
  }
  .centered-zypanos {
    left: 0%;
    top: 0%;
  }
  .centered-zypanos-1 {
    top: 0%;
    left: 4%;
  }

  .centered-zypanos-2 {
    top: 0%;
    left: 0%;
  }
  .close-zypanos {
    z-index: 20;
    left: 92%;
    top: 1%;
  }
}

/* GLAPUMTIEN */
.container-glapumtien {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;

  left: -100%;
  top: 0%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}
.close-glapumtien {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}
.description-glapumtien-1 {
  position: fixed;
  top: 0%;
  left: -100%;
  z-index: 2;
  width: 25%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-glapumtien-2 {
  position: fixed;
  z-index: 1;
  width: 30%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 0%;
  padding: 0%;
}
.description-glapumtien-3 {
  position: fixed;
  z-index: 2;
  width: 40%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 45%;
  padding: 0%;
}

.description-glapumtien-4 {
  position: fixed;
  z-index: 1;
  width: 40%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 40%;
  padding: 1%;
}

.description-glapumtien-5 {
  position: fixed;
  z-index: 1;
  width: 40%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 10%;
  padding: 1%;
}
.description-glapumtien-7 {
  position: fixed;
  z-index: 0;
  width: 30%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 40%;
  padding: 1%;
}
.description-glapumtien-6 {
  position: fixed;
  z-index: 1;
  width: 30%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 50%;
  padding: 1%;
}

.description-glapumtien-6 img {
  position: relative;
  max-width: 100%;
}
.description-glapumtien-4 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-glapumtien-2 img {
  position: relative;
  max-width: 100%;
}

.description-glapumtien-3 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.switch-glapumtien-1 .description-glapumtien-5 {
  z-index: 2;
  top: 20%;
}
.switch-glapumtien-1 .description-glapumtien-4 {
  z-index: 3;
  top: 43%;
  left: 30%;
}

.switch-glapumtien-2 .description-glapumtien-7 {
  z-index: 2;
  top: 20%;
}
.switch-glapumtien-2 .description-glapumtien-6 {
  z-index: 3;
  top: 43%;
  left: 30%;
}

.centered-glapumtien {
  left: 0%;
  top: 0%;
}
.centered-glapumtien-1 {
  left: 0%;
  top: 0%;
}

.centered-glapumtien-2 {
  left: 68%;
  top: 0%;
}
.centered-glapumtien-3 {
  left: 40%;
  top: 45%;
}

.centered-glapumtien-4 {
  left: 55%;
  top: 40%;
}
.centered-glapumtien-5 {
  left: 10%;
  top: 10%;
}
.centered-glapumtien-6 {
  left: 15%;
  top: 50%;
}

.centered-glapumtien-7 {
  left: 5%;
  top: 40%;
}

@media screen and (max-width: 664px) {
  .close-glapumtien {
    z-index: 20;
    left: 92%;
    top: 1%;
  }
  .container-glapumtien {
    top: 0%;
    left: -100%;
  }
  .description-glapumtien-1 {
    z-index: 2;
    width: 90%;
    top: 0%;
    left: -100%;
  }
  .description-glapumtien-2 {
    width: 40%;
    top: 20%;
    left: -100%;
  }
  .description-glapumtien-3 {
    top: 90%;

    left: -100%;
    width: 92%;
  }
  .description-glapumtien-4 {
    top: 56.5%;

    left: -100%;
    width: 48%;
  }
  .description-glapumtien-5 {
    top: 20%;

    left: -100%;
    width: 48%;
  }
  .description-glapumtien-6 {
    top: 70%;

    left: -100%;
    width: 48%;
  }
  .description-glapumtien-7 {
    top: 54%;

    left: -100%;
    width: 38%;
  }
  .container-glapumtien {
    overflow: hidden;
  }

  .centered-glapumtien {
    left: 0%;
    top: 0%;
  }
  .centered-glapumtien-1 {
    top: 0%;
    left: 3%;
  }

  .centered-glapumtien-2 {
    top: 14.5%;
    left: 3%;
  }
  .centered-glapumtien-3 {
    top: 71%;
    left: 3%;
  }

  .centered-glapumtien-4 {
    top: 38.5%;
    left: 45%;
  }
  .centered-glapumtien-5 {
    top: 14.5%;

    left: 45%;
  }
  .centered-glapumtien-6 {
    top: 51.5%;

    left: 45%;
  }

  .centered-glapumtien-7 {
    top: 47%;

    left: 3%;
  }
}

/* TCHOUNG */
.container-tchoung {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;

  left: -100%;
  top: 0%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}

.description-tchoung-1 {
  position: fixed;
  left: -100%;
  top: 0%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-tchoung-2 {
  position: fixed;
  width: 30%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  top: 10%;
  left: -100%;
}
.description-tchoung-2 img {
  position: relative;
  max-width: 100%;
  padding: 2%;
}

.description-tchoung-3 {
  position: fixed;
  top: 50%;
  left: -100%;
  width: 35%;
  z-index: 2;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-tchoung-3 svg {
  position: relative;
  max-width: 100%;
  padding: 2%;
}

.description-tchoung-4 {
  position: fixed;
  top: 54%;
  left: -100%;
  width: 35%;
  z-index: 2;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-tchoung-4 svg {
  position: relative;
  max-width: 100%;
  padding: 2%;
}

.description-tchoung-5 {
  position: fixed;
  top: 42%;
  left: -100%;
  width: 30%;
  z-index: 2;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-tchoung-6 {
  position: fixed;
  top: 10%;
  left: -100%;
  width: 17%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-tchoung-6 img {
  position: relative;
  max-width: 80%;
  padding: 10%;
}
.close-tchoung {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}

.centered-tchoung {
  left: 0%;
  top: 0%;
}
.centered-tchoung-1 {
  left: 0%;
  top: 0%;
}
.centered-tchoung-2 {
  top: 10%;
  left: 65%;
}
.centered-tchoung-3 {
  top: 50%;
  left: 15%;
}
.centered-tchoung-4 {
  top: 54%;
  left: 57%;
}
.centered-tchoung-5 {
  top: 37%;
  left: 22%;
}
.centered-tchoung-6 {
  top: 10%;
  left: 30%;
}
.switch-tchoung-1 .description-tchoung-6 {
  z-index: 10;
}
@media screen and (max-width: 664px) {
  .close-tchoung {
    z-index: 20;
    left: 92%;
    top: 1%;
  }
  .container-tchoung {
    left: -100%;
    top: 0%;
    width: 100%;
    height: 100%;
  }

  .description-tchoung-1 {
    position: absolute;
    width: 90%;
    padding: 2%;
    top: 1%;
    left: 3%;
    z-index: 1;
  }
  .description-tchoung-2 {
    position: absolute;
    width: 46%;
    padding: 2%;
    top: 23%;
    left: 47%;
    z-index: 1;
  }
  .description-tchoung-3 {
    position: absolute;
    width: 38%;
    padding: 2%;
    top: 80%;
    left: 3%;
    z-index: 1;
  }
  .description-tchoung-4 {
    position: absolute;
    width: 40%;
    padding: 2%;
    top: 77.8%;
    left: 48%;
    z-index: 1;
  }
  .description-tchoung-5 {
    position: absolute;
    width: 85%;
    padding: 2%;
    top: 70%;
    left: 3%;
    z-index: 2;
  }
  .description-tchoung-6 {
    position: absolute;
    width: 38%;
    padding: 2%;
    top: 23%;
    left: 3%;
    z-index: 1;
  }

  .centered-tchoung {
    left: 0%;
    top: 0%;
  }
  .centered-tchoung-1 {
    top: 1%;
    left: 3%;
  }
  .centered-tchoung-2 {
    top: 18%;
    left: 47%;
  }
  .centered-tchoung-3 {
    top: 71%;
    left: 3%;
  }
  .centered-tchoung-4 {
    top: 71%;
    left: 48%;
  }
  .centered-tchoung-5 {
    top: 68%;
    left: 3%;
  }
  .centered-tchoung-6 {
    top: 18%;
    left: 3%;
  }
}

/*TUM TUM */

.close-tumtum {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}
.container-tumtum {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;

  left: -100%;
  top: 0%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}
.description-tumtum-1 {
  position: fixed;
  z-index: 2;
  top: 0%;
  left: -100%;
  width: 25%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-tumtum-2 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 45%;
  padding: 0%;
}

.description-tumtum-2 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-tumtum-3 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 15%;
  padding: 1%;
}

.description-tumtum-3 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-tumtum-4 {
  position: fixed;
  z-index: 2;
  width: 30%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 15%;
  padding: 0%;
}

.description-tumtum-4 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-tumtum-5 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 35%;
  padding: 0%;
}

.description-tumtum-5 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-tumtum-6 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 65%;
  padding: 0%;
}

.description-tumtum-6 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.magnifier-bronze {
  width: 175px;
  height: 175px;
  /*   transform:translate(-50%,-50%); */
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  background: url("../img/bronzeloin.png") no-repeat;
  display: none;
  z-index: 10;
}

.magnifier-beton {
  width: 175px;
  height: 175px;
  /*   transform:translate(-50%,-50%); */
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  background: url("../img/beton1.png") no-repeat;
  display: none;
  z-index: 10;
}

.magnifier-opal {
  width: 175px;
  height: 175px;
  /*   transform:translate(-50%,-50%); */
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  background: url("../img/opal.png") no-repeat;
  display: none;
  z-index: 10;
}

.centered-tumtum {
  left: 0%;
  top: 0%;
}
.centered-tumtum-1 {
  left: 0%;
  top: 0%;
}
.centered-tumtum-2 {
  left: 2%;
  top: 45%;
}
.centered-tumtum-3 {
  left: 25%;
  top: 15%;
}
.centered-tumtum-4 {
  left: 55%;
  top: 15%;
}
.centered-tumtum-5 {
  left: 75%;
  top: 35%;
}
.centered-tumtum-6 {
  left: 45%;
  top: 65%;
}

@media screen and (max-width: 664px) {
  .close-tumtum {
    z-index: 20;
    left: 92%;
    top: 1%;
  }
  .container-tumtum {
    /*  transform: translate3D(0%, 0%, 0%); */
    /*  display:none; */
    position: fixed;

    left: -100%;
    top: 0%;
    width: 100%;
    height: 100%;

    transition: all 1s ease-in-out;
  }
  .description-tumtum-1 {
    position: fixed;
    z-index: 2;
    top: 0%;
    left: -100%;
    width: 25%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  }

  .description-tumtum-2 {
    position: fixed;
    z-index: 2;
    width: 20%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 45%;
    padding: 0%;
  }

  .description-tumtum-2 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-tumtum-3 {
    position: fixed;
    z-index: 2;
    width: 20%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 15%;
    padding: 1%;
  }

  .description-tumtum-3 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-tumtum-4 {
    position: fixed;
    z-index: 2;
    width: 30%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 15%;
    padding: 0%;
  }

  .description-tumtum-4 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-tumtum-5 {
    position: fixed;
    z-index: 2;
    width: 20%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 35%;
    padding: 0%;
  }

  .description-tumtum-5 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-tumtum-6 {
    position: fixed;
    z-index: 2;
    width: 20%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 65%;
    padding: 0%;
  }

  .description-tumtum-6 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .centered-tumtum {
    left: 0%;
    top: 0%;
  }
  .centered-tumtum-1 {
    width: 90%;
    left: 2%;
    top: 0%;
  }
  .centered-tumtum-2 {
    width: 50%;
    left: 2%;
    top: 13%;
  }
  .centered-tumtum-3 {
    width: 37%;
    left: 55%;
    top: 13%;
  }
  .centered-tumtum-4 {
    left: 55%;
    top: 47%;
    width: 39%;
  }
  .centered-tumtum-5 {
    left: 55%;
    top: 69%;
    width: 39%;
  }
  .centered-tumtum-6 {
    left: 2%;
    top: 55%;
    width: 50%;
  }
}

/*ARPHAL*/

.close-arphal {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}
.container-arphal {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;

  left: -130%;
  top: 0%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}
.description-arphal-1 {
  position: fixed;
  z-index: 2;
  top: 0%;
  left: -100%;
  width: 25%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-arphal-2 {
  position: fixed;
  z-index: 2;
  width: 22%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: 15%;
  top: -100%;
  padding: 0%;
}

.description-arphal-2 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-tumtum-3 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 15%;
  padding: 1%;
}

.description-tumtum-3 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-arphal-4 {
  position: fixed;
  z-index: 2;
  width: 15%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: -100%;
  top: 15%;
  padding: 0%;
}

.description-arphal-4 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-arphal-5 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: 40%;
  top: -100%;
  padding: 0%;
}

.description-arphal-5 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.description-arphal-6 {
  position: fixed;
  z-index: 2;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: 55%;
  top: -100%;
  padding: 0%;
}

.description-arphal-6 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.magnifier-ruby {
  width: 175px;
  height: 175px;
  /*   transform:translate(-50%,-50%); */
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  background: url("../img/Ruby.png") no-repeat;
  display: none;
  z-index: 10;
}

.magnifier-quartz {
  width: 175px;
  height: 175px;
  /*   transform:translate(-50%,-50%); */
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  background: url("../img/quartz.png") no-repeat;
  display: none;
  z-index: 10;
}

.magnifier-diamant {
  width: 175px;
  height: 175px;
  /*   transform:translate(-50%,-50%); */
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  background: url("../img/diamant.png") no-repeat;
  display: none;
  z-index: 10;
}

.centered-arphal {
  left: 0%;
  top: 0%;
}
.centered-arphal-1 {
  left: 0%;
  top: 0%;
}
.centered-arphal-2 {
  left: 15%;
  top: 31%;
}
.centered-tumtum-3 {
  left: 25%;
  top: 15%;
}
.centered-arphal-4 {
  left: 50%;
  top: 15%;
}
.centered-arphal-5 {
  left: 40%;
  top: 35%;
}
.centered-arphal-6 {
  left: 55%;
  top: 65%;
}

@media screen and (max-width: 664px) {
  .close-arphal {
    z-index: 20;
    left: 92%;
    top: 1%;
  }
  .container-arphal {
    /*  transform: translate3D(0%, 0%, 0%); */
    /*  display:none; */
    position: fixed;

    left: -100%;
    top: 0%;
    width: 100%;
    height: 100%;

    transition: all 1s ease-in-out;
  }
  .description-arphal-1 {
    position: fixed;
    z-index: 2;
    top: 0%;
    left: -100%;
    width: 90%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  }

  .description-arphal-2 {
    position: fixed;
    z-index: 2;
    width: 52%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: 4%;
    top: -100%;
    padding: 0%;
  }

  .description-arphal-2 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-arphal-3 {
    position: fixed;
    z-index: 2;
    width: 20%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 15%;
    padding: 1%;
  }

  .description-arphal-3 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-arphal-4 {
    position: fixed;
    z-index: 2;
    width: 37.5%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: 58%;
    top: -100%;
    padding: 0%;
  }

  .description-arphal-4 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-arphal-5 {
    position: fixed;
    z-index: 2;
    width: 37.5%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: 58%;
    top: -100%;
    padding: 0%;
  }

  .description-arphal-5 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .description-arphal-6 {
    position: fixed;
    z-index: 2;
    width: 52%;
    background-color: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
      inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
    left: -100%;
    top: 37.5%;
    padding: 0%;
  }

  .description-arphal-6 img {
    position: relative;
    max-width: 150%;
    width: 100%;
  }

  .centered-arphal {
    left: 0%;
    top: 0%;
  }
  .centered-arphal-1 {
    top: 0%;
    left: 4%;
  }
  .centered-arphal-2 {
    left: 4%;
    top: 17%;
  }
  .centered-arphal-3 {
    width: 37%;
    left: 55%;
    top: 13%;
  }
  .centered-arphal-4 {
    left: 58%;
    top: 17%;
  }
  .centered-arphal-5 {
    left: 58%;
    top: 37.5%;
  }
  .centered-arphal-6 {
    left: 4%;
    top: 37.5%;
  }
}

/*Transmuteur*/
.container-transmuteur {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;
  left: 0%;
  top: -100%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}

.close-transmuteur {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}

.description-transmuteur-1 {
  position: fixed;
  top: -200%;
  left: 0%;
  z-index: 5;
  width: 25%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.description-transmuteur-2 {
  position: fixed;
  z-index: 4;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 0%;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.5);
}

.description-transmuteur-3 {
  position: fixed;
  z-index: 6;
  width: 20%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
  left: 68%;
  top: -100%;
  padding: 0%;
}

.description-transmuteur-3 img {
  position: relative;
  max-width: 150%;
  width: 100%;
}

.centered-transmuteur {
  left: 0%;
  top: 0%;
}
.centered-transmuteur-1 {
  left: 0%;
  top: 0%;
}

.centered-transmuteur-2 {
  top: 0%;
  left: 0%;
}
.centered-transmuteur-3 {
  left: 68%;
  top: 40%;
}

@media screen and (max-width: 664px) {
  .container-transmuteur {
    left: -100%;
    top: 0%;
  }
  .description-transmuteur-1 {
    z-index: 5;
    width: 90%;
    top: -100%;
    left: 3%;
  }
  .description-transmuteur-2 {
    top: -100%;
    left: 0%;
  }
  .centered-transmuteur {
    left: 0%;
    top: 0%;
  }
  .centered-transmuteur-1 {
    top: 0%;
    left: 4%;
  }

  .centered-transmuteur-2 {
    top: 0%;
    left: 0%;
    /*    overflow: auto; */
  }

  .centered-transmuteur-3 {
    top: 31%;
    left: 4%;
    width: 50%;
  }
  .close-transmuteur {
    z-index: 20;
    left: 92%;
    top: 1%;
  }
}

.container-ctx {
  /*  transform: translate3D(0%, 0%, 0%); */
  /*  display:none; */
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;

  transition: all 1s ease-in-out;
}

.close-ctx {
  position: relative;
  z-index: 5;
  left: 97%;
  top: 2%;
  width: 25px;
}

.description-ctx-1 {
  position: fixed;
  top: -50%;
  left: 0%;
  z-index: 5;
  width: 75%;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 450px 1px rgba(255, 255, 255, 0.6),
    inset 5px 5px 35px 1px rgb(255, 255, 255, 0.6);
}

.centered-ctx {
  top: 10%;
  left: 2%;
}

/* */
