html {
  min-height: 100vh;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  color: #383838;
  font-size: 25px;
  word-wrap: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  background: transparent;
  color: inherit;
}
::selection {
  background: transparent;
  color: inherit;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #383838;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.body_hian {
  background-color: #212121;
  font-family: "Caveat Brush", cursive;
}
#container {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}
.div_clear {
  clear: both;
}
a {
  outline: none;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: 400;
}
em {
  font-style: normal;
}
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  color: #ea7c3c;
}
svg:not(:root) {
  overflow: hidden;
}
.svgicons {
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
@-moz-keyframes hiananim {
  0% {
    transform: rotate(-14deg);
  }
  1% {
    transform: rotate(2deg);
  }
  2% {
    transform: rotate(-10deg);
  }
  3% {
    transform: rotate(-2deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  5% {
    transform: rotate(-4deg);
  }
  6% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
@-webkit-keyframes hiananim {
  0% {
    transform: rotate(-14deg);
  }
  1% {
    transform: rotate(2deg);
  }
  2% {
    transform: rotate(-10deg);
  }
  3% {
    transform: rotate(-2deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  5% {
    transform: rotate(-4deg);
  }
  6% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
@keyframes hiananim {
  0% {
    transform: rotate(-14deg);
  }
  1% {
    transform: rotate(2deg);
  }
  2% {
    transform: rotate(-10deg);
  }
  3% {
    transform: rotate(-2deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  5% {
    transform: rotate(-4deg);
  }
  6% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}
h1 {
  z-index: 27;
  position: fixed;
  bottom: 50px;
  right: 50%;
  width: 62px;
  height: 52px;
  margin: 0 44px 0 0;
  background-color: #ffffff;
  border: 3px solid #383838;
  -moz-border-radius: 999px 999px 0 999px;
  -webkit-border-radius: 999px 999px 0 999px;
  border-radius: 999px 999px 0 999px;
  transform: rotate(-14deg);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 25px;
  line-height: 52px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: hiananim;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: hiananim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: hiananim;
}
#logo {
  z-index: 25;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  width: 130px;
  height: 130px;
  border: 0;
  object-fit: contain;
  background: radial-gradient(rgba(255,235,59,0.3) 0 30%,transparent 70% 100%);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hian_about {
  z-index: 50;
  overflow-y: scroll;
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  width: calc(100% - 40px);
  max-width: 525px;
  height: calc(100vh - 255px);
  padding: 10px 20px 40px 20px;
  background-color: #fce2b4;
  background-image: linear-gradient(45deg,transparent,rgba(255,255,255,0.5));
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-top: 10px solid #fdedd1;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.13);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.13);
  box-shadow: 0 0 20px rgba(0,0,0,0.13);
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hide_hian_about {
  bottom: -120vh;
}
.show_hian_about {
  bottom: 0;
}
h2 {
  margin: 45px 0 20px 0;
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 86%;
  line-height: 1.2;
}
.h2_main {
  margin: 0;
  font-size: 70px;
  line-height: 1;
}
.h2_help {
  color: #ea7c3c;
}
p {
  margin: 0.6em 0;
  padding: 0;
  line-height: 1.2;
}
.slogan {
  max-width: 270px;
  margin: 13px auto 40px auto !important;
  transform: rotate(-4deg);
  font-size: 128%;
}
.slogan strong {
  padding: 0 5px;
  background-color: #383838;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fdeed4;
}
.pitch {
  display: inline;
  background-color: #ffffff;
  font-size: 110%;
}
.jerom_img {
  width: 125px;
  height: 125px;
  border: 4px solid #383838;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.lk_p {
  color: #ea7c3c;
  text-decoration: underline;
}
.lk_p:hover {
  color: #383838;
}
.lk_secret {
  color: #383838;
  text-decoration: none;
}
h3 {
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  border-top: 3px solid #ea7c3c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
  color: #ea7c3c;
}
h3 em {
  display: inline-block;
  margin-left: 7px;
  transform: rotate(90deg);
  font-size: 95%;
}
h4 {
  margin: 0.6em 0;
  text-align: left;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.2;
}
.show_faq_details {
  height: auto;
  margin-bottom: 40px;
}
.hide_faq_details {
  height: 0;
  overflow: hidden;
}
.dots_safari,
.dots_chrome {
  color: #ea7c3c;
}
.dots_chrome {
  display: inline-block;
  transform: rotate(90deg);
}
.instal_app_hian {
  width: 65px;
  height: 65px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ul_faq,
.ul_notes {
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  font-size: 90%;
}
.ul_notes {
  list-style-type: none;
}
li p {
  margin: 0;
}
.ul_faq em {
  color: #ea7c3c;
}
.addanew {
  cursor: pointer;
  display: inline-block;
  margin: 15px 0;
  padding: 11px 28px;
  background-color: #738238;
  background-image: linear-gradient(45deg,transparent 0 36%,#93a54f 36% 100%);
  border: 3px solid #383838;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
}
.addanew:hover {
  background-color: #ea7c3c;
}
.addanew .svgicons {
  height: 34px;
  margin-right: 2px;
}
.addanew em {
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: right;
  margin-top: -3px;
}
#lk_social {
  list-style-type: none;
  margin: 50px 0;
  padding: 0;
  border: 0;
  font-size: 34px;
  line-height: 1;
}
#lk_social li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#lk_social a {
  display: inline-block;
  color: #ea7c3c;
}
#lk_social a:hover {
  color: #383838;
}
#lk_social .svgicons {
  margin: 0 7px;
}
.references {
  margin: 40px 0;
  padding: 0 0 0 25px;
  text-align: left;
  font-size: 85%;
  color: #ea7c3c;
}
.copyright {
  font-size: 85%;
  color: #ea7c3c;
}
.copyright a {
  font-family: "Gloria Hallelujah", cursive;
  color: #ea7c3c;
  text-decoration: none;
}
.app_version {
  font-size: 75%;
  opacity: 0.7;
}
#shadow_maintop,
#shadow_main {
  z-index: 52;
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 565px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#shadow_maintop {
  height: 10px;
  background-image: linear-gradient(to top,transparent,#fdedd1);
}
.show_shadow_maintop {
  bottom: calc(100vh - 215px);
}
#shadow_main {
  height: 40px;
  background-image: linear-gradient(to bottom,transparent,#fce2b4 80% 100%);
}
#top_img_hian {
  cursor: pointer;
  z-index: 23;
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 565px;
  height: 130px;
  background-image: url(./img/hian_ane.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hide_top_img_hian {
  bottom: -120vh;
}
.show_top_img_hian {
  bottom: calc(100vh - 195px);
}
#arrow_menu {
  z-index: 29;
  position: fixed;
  bottom: 35px;
  right: 50%;
  margin-right: -115px;
  transform: rotate(10deg);
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
}
#arrow_menu svg {
  display: inline-block;
  width: 22px;
  height: auto;
  stroke: #383838;
  fill: none;
  paint-order: stroke;
  vertical-align: middle;
}
#theiframes {
  z-index: 2;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #adc2f3;
}
#theiframes iframe {
  width: 100%;
  height: 100vh;
  border: 0;
}
.blureffect {
  filter: blur(9px);
}
#champ_des_anes {
  overflow: hidden;
  z-index: 20;
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 35px;
  text-align: center;
}
#champ_des_anes svg {
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: 100%;
  stroke: #383838;
  fill: #93a54f;
}
#open_menu {
  cursor: pointer;
  z-index: 30;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 50%;
  width: 185px;
  height: 130px;
  margin-right: 29px;
  transform: translateX(50%);
}
#blurdisplay {
  cursor: pointer;
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
#close_menu {
  cursor: pointer;
  z-index: 99;
  overflow: hidden;
  position: fixed;
  bottom: calc(100vh - 221px);
  right: 50%;
  margin-right: -306px;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border: 3px solid #383838;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 1px -1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px -1px 5px rgba(0,0,0,0.3);
  box-shadow: 1px -1px 5px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 37px;
  line-height: 39px;
}
.body_loader {
  font-family: "Caveat Brush", cursive;
  text-align: center;
}
#theworld_bg,
#theworld_svg,
#theanes_svg,
#tutoriel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#theworld_bg {
  overflow: hidden;
  filter: blur(30px);
  background-image: linear-gradient(to right,transparent 0 50%,#ddf7eb 50% 100%);
}
#theworld_svg {
  z-index: 2;
  overflow: hidden;
  filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#theworld_svg svg {
  display: inline-block;
  width: auto;
  height: 100%;
  fill: #ddf7eb;
  background-color: #adc2f3;
}
#theanes_svg {
  z-index: 4;
  overflow: hidden;
  filter: blur(10px);
}
#theanes_svg svg {
  display: inline-block;
  width: auto;
  height: 100%;
  fill: #666666;
}
#tutoriel {
  overflow: hidden;
  z-index: 10;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(255,255,255,0.4);
}
#tutoriel svg {
  display: inline-block;
  width: 28px;
  height: auto;
  stroke: #383838;
  fill: none;
  paint-order: stroke;
  vertical-align: middle;
}
#tuto_warning,
#tuto_go {
  position: absolute;
}
#tuto_go {
  display: block;
  top: 20px;
  right: 20px;
  padding: 12px;
  border: 3px solid #383838;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  line-height: 1;
  color: #383838;
  text-decoration: none;
}
#tuto_warning {
  bottom: 47%;
  right: 50%;
  width: 300px;
  transform: translateX(50%) rotate(-3deg);
}
#tuto_warning strong {
  font-size: 120%;
}
#tuto_warning span {
  font-size: 120%;
}
#tuto_warning svg {
  width: 44px;
  margin: 0 280px 0 0;
  transform: rotate(41deg);
}
.body_maps {
  font-family: "Caveat Brush", cursive;
  text-align: center;
}
@-moz-keyframes loadinganim {
  0% {
    z-index: 7;
    background-color: #adc2f3;
  }
  99% {
    z-index: 7;
    background-color: #ddf7eb;
  }
  100% {
    z-index: 1;
  }
}
@-webkit-keyframes loadinganim {
  0% {
    z-index: 7;
    background-color: #adc2f3;
  }
  99% {
    z-index: 7;
    background-color: #ddf7eb;
  }
  100% {
    z-index: 1;
  }
}
@keyframes loadinganim {
  0% {
    z-index: 7;
    background-color: #adc2f3;
  }
  99% {
    z-index: 7;
    background-color: #ddf7eb;
  }
  100% {
    z-index: 1;
  }
}
#loading {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #adc2f3;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: loadinganim;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: loadinganim;
  animation-duration: 8s;
  animation-iteration-count: 1;
  animation-name: loadinganim;
}
@-moz-keyframes textappear {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textappear {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textappear {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.appears {
  position: absolute;
  bottom: 48%;
  right: 50%;
  width: 180px;
  transform: translateX(50%) rotate(-3deg);
  opacity: 0;
  margin: 0;
  padding: 20px;
  -moz-animation-duration: 2.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: textappear;
  -webkit-animation-duration: 2.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: textappear;
  animation-duration: 2.2s;
  animation-iteration-count: 1;
  animation-name: textappear;
}
.loading_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading_2 {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.loading_3 {
  -moz-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.loading_4 {
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#themap {
  z-index: 5;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#themap iframe {
  margin-top: -250px;
  margin-left: -11px;
  width: calc(100% + 11px);
  height: calc(100vh + 350px);
  border: 0;
}
.mode_anes #hian_about {
  background-color: #131313;
  background-image: linear-gradient(to top,transparent,rgba(255,255,255,0.25));
  border-top: 10px solid #585858;
  color: #ffffff;
}
.mode_anes #shadow_maintop {
  background-image: linear-gradient(to top,transparent,#585858);
}
.mode_anes #shadow_main {
  background-image: linear-gradient(to bottom,transparent,#131313 80% 100%);
}
#backtohian {
  z-index: 100;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 12px;
  background-color: #ffffff;
  border: 3px solid #383838;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  line-height: 1;
  color: #383838;
  text-decoration: none;
}
@-moz-keyframes loadinganim_anes {
  0% {
    z-index: 7;
    background-color: #ea7c3c;
  }
  99% {
    z-index: 7;
    background-color: #191919;
  }
  100% {
    z-index: 1;
  }
}
@-webkit-keyframes loadinganim_anes {
  0% {
    z-index: 7;
    background-color: #ea7c3c;
  }
  99% {
    z-index: 7;
    background-color: #191919;
  }
  100% {
    z-index: 1;
  }
}
@keyframes loadinganim_anes {
  0% {
    z-index: 7;
    background-color: #ea7c3c;
  }
  99% {
    z-index: 7;
    background-color: #191919;
  }
  100% {
    z-index: 1;
  }
}
#loading_anes {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #191919;
  color: #ffffff;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-name: loadinganim_anes;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: loadinganim_anes;
  animation-duration: 8s;
  animation-iteration-count: 1;
  animation-name: loadinganim_anes;
}
.mode_anes #themap iframe {
  margin-left: -320px;
  width: calc(100% + 640px);
}
@media only screen and (max-width: 1400px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 750px) {
  #tuto_warning svg {
    margin: 0 0 0 130px;
    transform: unset;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    bottom: 44px;
    width: 51px;
    height: 44px;
    margin: 0 38px 0 0;
    font-size: 20px;
    line-height: 44px;
  }
  #logo,
  #top_img_hian {
    height: 110px;
  }
  #hian_about {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #arrow_menu {
    margin-right: -105px;
  }
  #open_menu {
    width: 150px;
    height: 110px;
    margin-right: 25px;
  }
  #close_menu {
    right: 20px;
    margin-right: unset;
  }
  #tuto_warning svg {
    margin: 0 0 0 190px;
  }
  #loading,
  #loading_anes {
    -moz-animation-duration: 16s;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
  }
  .appears {
    -moz-animation-duration: 4.2s;
    -webkit-animation-duration: 4.2s;
    animation-duration: 4.2s;
  }
  .loading_2 {
    -moz-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .loading_3 {
    -moz-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
  }
  .loading_4 {
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }
}
