@charset "UTF-8";
@font-face {
  font-family: "orbitron";
  src: url("../../fonts/Orbitron.ttf");
}
@font-face {
  font-family: "roboto";
  src: url("../../fonts/RobotoMono-VariableFont_wght.ttf");
}
@font-face {
  font-family: "roboto-italic";
  src: url("../../fonts/RobotoMono-Italic-VariableFont_wght.ttf");
  font-style: italic;
}
body {
  background-color: #030303;
}

h1 {
  font: 6rem "orbitron";
  color: #00cdcd;
  line-height: 1;
}

h2 {
  font: 4rem "orbitron";
  color: #00cdcd;
  line-height: 1;
}

h3 {
  font: 3rem "orbitron";
  color: #00cdcd;
  line-height: 1;
}

h4 {
  font: 2.5rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  font-style: italic;
}

p {
  font: 1.2rem "roboto";
  color: #dbdbdb;
}

a {
  font: 1.2rem "roboto";
  color: #dbdbdb;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: transparent;
  transition: all 0.6s ease-out;
}
a:hover {
  text-decoration-color: #00fcfc;
}
a:active {
  color: #007e80;
}

.reseau__titre, .arsenal__titre,
.vehicle__titre {
  font: 4rem "orbitron";
  color: #00cdcd;
  line-height: 1;
}
@media (max-width: 570px) {
  .reseau__titre, .arsenal__titre,
  .vehicle__titre {
    font: 3.3rem "orbitron";
    color: #00cdcd;
    line-height: 1;
  }
}

.reseau__sousTitre, .arsenal__sousTitre,
.vehicle__sousTitre {
  font: 1.4rem "roboto";
  color: #dbdbdb;
  color: #00cdcd;
  text-shadow: 0 0 5px #00fcfc;
  transition: all 0.3s ease-out;
  text-align: right;
}

.content__btn, .arrows button, .bouton--audio, .bouton {
  font: 1.2rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  color: #00cdcd;
  border: 2px solid #00cdcd;
  padding: 15px;
  position: relative;
  transition: top 0.6s ease-out !important;
}
.content__btn:hover, .arrows button:hover, .bouton--audio:hover, .bouton:hover {
  color: #00fcfc;
  border-color: #00fcfc;
  top: -5px;
}

.current {
  color: #00fcfc;
  border-bottom: 2px solid #00fcfc;
}

.divider {
  max-width: 100%;
  height: 2px;
  background-color: #007e80;
}

.menu__list {
  list-style: none;
}

/* CSS pour le lien caché */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.secret {
  color: transparent;
  transition: all 0.3s ease-in;
}
.secret:hover {
  color: #00fcfc;
}

.batPointer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 210px;
  height: 210px;
  aspect-ratio: 1;
  background: url("../../images/batsignal.png") no-repeat rgba(253, 227, 17, 0.12);
  background-size: 100%;
  background-position: 50% 50%;
  border-radius: 100%;
  pointer-events: none;
  transform: translate3d(var(--mouseX, 1900px), var(--mouseY, 1200px), 0) translate(-105%, -75%);
  transition: 0.15s ease-out;
  transition-property: transform, width, border, background-color;
}

.pointer {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle 200px at 95% 100%, transparent 10%, #030303);
  pointer-events: none;
}

@media (prefered-reduce-motion: reduce) {
  .pointer,
  #coordinates {
    display: none;
  }
}
@media (pointer: coarse) {
  .pointer,
  #coordinates {
    display: none;
  }
}
.furtif * {
  color: #fafafa !important;
  background-color: #030303 !important;
  border: none !important;
  z-index: 3;
}
.furtif img, .furtif iframe {
  filter: grayscale(100%) brightness(0.6);
}
.furtif a {
  color: #fafafa !important;
  text-decoration: underline;
}
.furtif button, .furtif input, .furtif select {
  background: #fafafa !important;
  color: #303030 !important;
  border: 1px solid #fafafa;
}

@media (max-width: 550px) {
  .presentation__titre {
    font-size: 3rem;
  }
}
.presentation__texte--emphase {
  font-family: "roboto-italic";
  color: #00cdcd;
  text-shadow: 0 0 5px #00fcfc;
  transition: all 0.3s ease-out;
}

.identite__champ {
  font: 2rem "roboto";
  color: #00fcfc;
}
@media (max-width: 1024px) {
  .identite__champ {
    font-size: 1.8rem;
  }
}
@media (max-width: 880px) {
  .identite__champ {
    font-size: 1.6rem;
  }
}
.identite__texte {
  font: 1.5rem "roboto";
  color: #dbdbdb;
}
@media (max-width: 1024px) {
  .identite__texte {
    font-size: 1.3rem;
  }
}
@media (max-width: 880px) {
  .identite__texte {
    font-size: 1rem;
  }
}

.journal__card {
  border: 2px solid #00fcfc;
  padding: 25px;
  border-radius: 0px 25px;
}

.audio-player__time {
  font: 1.2rem "roboto";
  color: #dbdbdb;
  font-style: italic;
}

.bouton--audio {
  font: 2.2rem "roboto";
  color: #007e80;
  padding: 8px;
}

/*Carousel*/
.carousel {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.carousel__item {
  width: 180px;
  height: 250px;
  position: absolute;
  top: 80%;
  transform: translateY(-70%);
  left: 70%;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  background-size: cover;
  z-index: 100;
  transition: 1s;
}

.carousel__list .carousel__item:nth-child(1), .carousel__list .carousel__item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.carousel__list .carousel__item:nth-child(3) {
  left: calc(67% + 180px);
}
@media (max-width: 1230px) {
  .carousel__list .carousel__item:nth-child(3) {
    left: calc(90% + 180px);
  }
}
.carousel__list .carousel__item:nth-child(4) {
  left: calc(67% + 380px);
}
.carousel__list .carousel__item:nth-child(5) {
  left: calc(67% + 580px);
  opacity: 0;
}

.item__content {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  width: 55%;
  text-align: left;
  color: #dbdbdb;
  display: none;
}
@media (max-width: 690px) {
  .item__content {
    top: 55%;
  }
}

.carousel__list .carousel__item:nth-child(2) .item__content {
  display: block;
}

.content__title {
  font: 4rem "roboto";
  color: #007e80;
  text-transform: uppercase;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}
.content__name {
  font: 4rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  text-transform: uppercase;
  color: #00cdcd;
  text-shadow: 0 0 5px #00fcfc;
  transition: all 0.3s ease-out;
  opacity: 0;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}
.content__des {
  font: 1.2rem "roboto";
  color: #fafafa;
  opacity: 0;
  animation: animate 1s ease-in-out 0.9s 1 forwards;
}
.content__list-01 {
  font: 1.5rem "roboto";
  color: #00cdcd;
  opacity: 0;
  animation: animate 1s ease-in-out 1.2s 1 forwards;
}
.content__list-02 {
  font: 1.5rem "roboto";
  color: #fafafa;
  opacity: 0;
  animation: animate 1s ease-in-out 1.5s 1 forwards;
  margin-left: 35px;
}
.content__btn {
  width: 20%;
  opacity: 0;
  animation: animate 1s ease-in-out 1.5s 1 forwards;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }
  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}
.arrows {
  position: absolute;
  top: 90.7%;
  right: -2%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 992px) {
  .arrows {
    top: 92%;
    right: 30%;
  }
}
@media (max-width: 690px) {
  .arrows {
    top: 92%;
    right: 30%;
  }
}
.arrows button {
  font: 2.2rem "roboto";
  color: #007e80;
  padding: 4px 10px;
}

.carousel .timeRunning {
  position: absolute;
  z-index: 1000;
  width: 0%;
  height: 4px;
  background-color: #007e80;
  left: 0;
  top: 0;
  animation: runningTime 12s linear 1 forwards;
}

@keyframes runningTime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/*Media Queries*/
@media screen and (max-width: 992px) {
  /* header
  * padding-left: 50px */
  .item__content {
    left: 50px;
  }
  .content__title, .content__name {
    font-size: 50px;
  }
  .content__list-02, .content__des {
    font-size: 16px;
  }
}
@media screen and (max-width: 690px) {
  header nav a {
    font-size: 14px;
    margin-right: 0;
  }
  .item__content {
    top: 40%;
  }
  .content__title, .content__name {
    font-size: 35px;
  }
  .content__btn button {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .item__content {
    width: 300px;
    left: 20px;
  }
}
.arsenal__note,
.vehicle__note {
  font: 1.5rem "roboto";
  color: #007e80;
  color: #00fcfc;
  text-shadow: 0 0 5px #00cdcd;
  transition: all 0.3s ease-out;
}

.card__title {
  color: #00fcfc;
}
.card__txt {
  color: #00cdcd;
}

.item__title {
  color: #fafafa;
}

.systemeUI__screen {
  background-color: #007e80;
}
.systemeUI__tabs {
  background-color: #030303;
}

.tab__dialog {
  border-left: 3px solid #030303;
  min-height: 130px;
}
@media (max-width: 1280px) {
  .tab__dialog {
    min-height: 215px;
  }
}
.tab__btn {
  cursor: pointer;
  color: #00fcfc;
}
.tab__btn :hover {
  color: #00fcfc;
  text-shadow: 0 0 5px #00cdcd;
  transition: all 0.3s ease-out;
}
.tab__btn--current {
  color: #007e80;
}

.dialog__txt {
  font-family: "roboto";
  font-size: 1.3rem;
  color: #030303;
  font-weight: 900;
}
.dialog__txt--list {
  font-family: "roboto";
  font-size: 1.2rem;
  color: #030303;
  font-weight: 900;
}

.txt--list--title {
  color: #dbdbdb;
}

.terminal-button {
  padding: 0.5rem 1rem;
  border: 1px solid #00ffff;
  display: inline-block;
  cursor: pointer;
}
.terminal-button:hover {
  animation: terminal-glitch 0.4s;
}

@keyframes terminal-glitch {
  0% {
    text-shadow: 3px 4px #7a7a7a, -3px -4px #007e80;
  }
  25% {
    text-shadow: -3px -4px #00fcfc, 3px 4px #dbdbdb;
  }
  50% {
    text-shadow: 3px 4px #dbdbdb, -6px 4px #fafafa;
  }
  75% {
    text-shadow: -6px -4px #00fcfc, -3px -4px #007e80;
  }
  100% {
    text-shadow: -3px 0 #7a7a7a, 3px -4px #dbdbdb;
  }
}
.hostiles__titre {
  font: 2.5rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  color: #ff3b3b;
  font-style: italic;
}

.operations__log {
  border-left: 4px solid #ff3b3b;
  padding: 1rem;
  margin-bottom: 1.5rem;
  font-family: "Courier New", monospace;
  color: #fafafa;
}
.operations__log-entete {
  font-weight: bold;
  color: #ff3b3b;
}
.operations__log-corps {
  font-style: italic;
  margin-top: 0.5rem;
}
.operations__log-meta {
  font-size: 0.8rem;
  color: #888;
  margin-top: 0.5rem;
}

.code-secret__input {
  font: 2rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  text-align: center;
  color: #fdd700;
  border: 2px solid #00fcfc;
  border-radius: 0px 25px;
}
.code-secret__input::placeholder {
  color: #303030;
}

.form__error {
  color: #ff3b3b;
  font-size: 15px;
  margin: 10px 0px 5px;
  height: 25px;
}

.success {
  color: #030303;
  font-weight: 600;
  font-size: 1rem;
  background-color: #fdd700;
}

.error {
  font-weight: 600;
  font-size: 1rem;
  background-color: #ff3b3b;
}
.error--access {
  font: 2rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  text-align: center;
  color: #fdd700;
  background-color: #ff3b3b;
}

.double_verification {
  visibility: hidden;
  margin-top: -900px;
  margin-bottom: 20px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  transition: opacity 1s ease-in-out;
  z-index: -10;
}
@media (max-width: 1024px) {
  .double_verification {
    margin-top: -1000px;
  }
}
@media (max-width: 800px) {
  .double_verification {
    margin-top: -1100px;
  }
}
@media (max-width: 640px) {
  .double_verification {
    margin-top: -1500px;
  }
}
@media (max-width: 550px) {
  .double_verification__titre {
    font-size: 3rem;
  }
}

.visible {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.offline__container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.offline__img {
  position: absolute;
  inset: 0;
  background: url("../../images/offline_joker.jpg") center/cover no-repeat;
  z-index: 1;
}
.offline__title {
  font: 3rem "orbitron";
  color: #00cdcd;
  line-height: 1;
  position: fixed;
  width: 100%;
  top: 90%;
  left: 50%;
  color: #44bc61;
  z-index: 3;
  animation: degoulinement 0.2s infinite;
}

@keyframes degoulinement {
  0% {
    text-shadow: 2px 2px #d5172b, -2px -2px #44bc61;
  }
  15% {
    text-shadow: -3px 3px #6b5c8c, 3px -3px #44bc61;
  }
  60% {
    text-shadow: 3px 0 #d5172b, -3px 0 #6b5c8c;
  }
  90% {
    text-shadow: 0 3px #44bc61, 0 -3px #6b5c8c;
  }
  100% {
    text-shadow: 2px -2px #6b5c8c, -2px 2px #d5172b;
  }
}/*# sourceMappingURL=style.css.map */