::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header {
  height: 6.25em;
  margin-bottom: 3%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-logo {
  padding-top: 0.6%;
  padding-left: 1%;
  width: 8em;
  background-color: #FFF;
}

.header-station {
  padding-top: 0.25%;
  text-align: center;
}

.header-station>h1 {
  font-size: 4.5em;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 5px;
}

.header-clock {
  display: inline-block;
  position: relative;
  z-index: 5000;
  width: 2.75em;
  height: 1.15em;
  font-family: "Achemine";
  font-size: 3em;
  font-weight: bold;
  border: solid 0.5vh #003a79;
  border-radius: 5px;
  background: #003a79;
  color: #FFF;
  top: 18%;
  right: 1.25%;
  text-align: center;
}

.animation-blink {
  position: relative;
}
.animation-blink .animation-blink-1, .animation-blink .animation-blink-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  will-change: visibility;
  animation: blink 4s steps(2, start) infinite;
  -webkit-animation: blink 4s steps(2, start) infinite;
}
.animation-blink .animation-blink-2 {
  visibility: hidden;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.animation-blink .animation-blink-clock {
  animation: blink 1.5s steps(2, start) infinite;
  -webkit-animation: blink 1.5s steps(2, start) infinite;
}

@keyframes blink {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}

body {
  margin-top: 8.5em;
  margin-bottom: 4.25em;
  font-family: "DINStd";
}

.no_lines {
  font-size: 100px;
  text-align: center;
  letter-spacing: 5px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex {
  display: flex;
  align-items: center;
  padding-left: 3%;
  padding-right: 2%;
  padding-bottom: 1%;
  font-family: "DINStd";
  font-size: 4.25em;
  font-weight: bold;
  letter-spacing: 5px;
}

.line-box {
  margin-right: 2%;
  background: #000;
  border: solid 0.5vh;
  border-radius: 25px;
  border-color: #FFF;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 2em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  z-index: -1;
}

.line-box-1>p {
  position: absolute;
  transform: translate(6%, 0%);
}

.line-box-2>p {
  position: absolute;
  transform: translate(5%, 0%);
}

.line-box-3>p {
  position: absolute;
  transform: translate(2%, 0%);
  font-size: 90%;
}

.line-box-4>p {
  position: absolute;
  transform: translate(1%, 0%);
  font-size: 65%;
}

.line-box-5>p {
  position: absolute;
  transform: translate(1%, 0%);
  font-size: 55%;
}

.destination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time_passage {
  position: absolute;
  right: 5%;
  z-index: -1;
}

.time {
  float: right;
}

@keyframes time-blink {
  50% {
      opacity: 0;
  }
}

.time-blink {
  animation: time-blink 2s step-start infinite;
}

.reel {
  position: absolute;
  right: 1%;
  transform: translate(30px, -50px);
}

.grille {
  margin: 0;
}

footer {
  height: 5em;
  margin-top: 3%;
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer.perturbation {
  background: red;
}

.footer-information {
  font-family: "Achemine";
  font-size: 2em;
  font-style: normal;
  display: table-cell;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.footer-information>marquee {
  color: #8b8f94;
}

.footer-perturbation {
  font-family: "Achemine";
  font-size: 2em;
  font-style: normal;
  display: table-cell;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.footer-perturbation>marquee {
  color: #FFF;
}

.footer-box-logo {
  padding-left: 0.75%;
  padding-right: 0.5%;
  border-top-left-radius: 25px;
  background: #FFF;
  width: 20%;
  box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 25px;
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 100%;
}
