html {
  font-family: "Inter", sans-serif;
  background: linear-gradient(to bottom, #111926, #0d1724);
}

html,
body {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  overscroll-behavior: contain;
}
div,
ul,
li,
a,
span,
table,
tr,
td,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
}

#div_mobile {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.une_Page {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  margin: 2rem;
  background: linear-gradient(to bottom, #111926, #0d1724);
}

.img_splash {
  width: 100%;
  margin-top: 4rem;
}

#div_loading {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  line-height: 2.5rem;
  height: 2.5rem;
  z-index: 1000;
  background: #000000;
  color: #fff;
  -webkit-border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-size: 1rem;
  border-top: 0.128rem solid #fff;
  border-left: 0.128rem solid #fff;
  border-right: 0.128rem solid #fff;
}
#objectif {
  position: absolute;
  bottom: 2rem;
  right: 0rem;
  left: 0rem;
  font-size: 1.9rem;
}
#objectif > span {
  font-weight: normal;
  margin-right: 0.8rem;
  font-size: 1rem;
}
#bt_retry {
  color: #fff;
}

#loading_roto {
  -webkit-animation: spin1 1.5s infinite linear;
  -moz-animation: spin1 1.5s infinite linear;
  -o-animation: spin1 1.5s infinite linear;
  -ms-animation: spin1 1.5s infinite linear;
  animation: spin1 1.3s infinite linear;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

#loading_roto > img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin1 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin1 {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cl_text {
  color: #fff;
}
