@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  /* 1 rem = 10px*/
}

body {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background-color: #141318;
}

#parallax {
  display: none;
}

#nonparallax {
  display: block;
}

#nonparallax {
  background-position: center;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.nonparallax-bg-ok {
  background-image: url("../images/bg_empty_small.png");
}

.nonparallax-bg-maintenance {
  background-image: url("../images/bg_maintenance_small.png");
}

.nonparallax-bg-issue {
  background-image: url("../images/bg_issue_small.png");
}

.nonparallax-bg-announcement {
  background-image: url("../images/bg_announcement_small.png");
}

.container {
  max-width: 1140px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page__keyart_layer {
  height: 790px;
  background-position: bottom center;
  background-size: auto 1038px;
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
}

.page__keyart_layer--topTextContainer {
  top: 20%;
  transform: translate(0%, -50%);
  position: absolute;
}

.page__keyart_layer--headerTitle {
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  font-weight: 700;
  font-size: 4rem;
  animation: moveInLeft 1s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-image: linear-gradient(to bottom right, #38b6eb, #5c18d8);
}

.page__keyart_layer--headerSubTitle {
  margin-top: 1.5rem;
  width: 50%;
  font-weight: 600;
  color: #302a50;
  font-size: 2.2rem;
  opacity: 0.8;
  margin: auto;
  text-shadow: 0px 0.2rem 1.3rem rgba(22, 22, 22, 0.322);
  animation: moveInRight 1s ease-in-out;
}

.page__keyart {
  height: 600px;
  position: relative;
}

.page__keyart .keyart_layer.parallax {
  position: fixed;
}

.navbar {
  animation: moveInUp 600ms ease-in-out;
}

.navbar-logo {
  margin-top: 1.8rem;
  height: 2.5rem;
}

.navbar-brand {
  color: #3d385e;
  font-weight: 700;
  text-shadow: 0px 0.2rem 1.3rem rgba(22, 22, 22, 0.219);
  font-size: 3rem;
  text-decoration: none;
}

.navbar-btn {
  float: right;
  border: none;
  outline: none;
  color: #ffffff;
  background: linear-gradient(to bottom right, #38b6eb, #5c18d8);
  font-size: 1.6rem;
  border-radius: 100px;
  font-weight: 600;
  box-shadow: 0px 2px 13px rgba(22, 22, 22, 0.219);
  padding: .4rem 2rem;
  margin-top: 1rem;
  letter-spacing: 1.5px;
  z-index: 99;
  transition: all 600ms ease-in-out;
  text-decoration: none;
}

.navbar-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
  color: #ffffff;
}

.parallax {
  position: fixed;
}

#keyart-0 {
  background-color: #141318;
}

#keyart-5-ok {
  background-image: url('../img/front-blue-0.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-5-maintenance {
  background-image: url('../img/front-blue-0.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-5-issue {
  background-image: url('../img/front-blue-1.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-6-ok {
  background-image: url('../img/front-blue-1.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-6-maintenance {
  background-image: url('../img/front-red-1.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-6-issue {
  background-image: url('../img/front-red-1-2.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-7 {
  background-image: url('../images/front-blue-2.png');
  animation: moveInDown 700ms ease-in-out;
}

#keyart-scrim {
  background-color: #e9f3f8;
  opacity: 0;
}

.main {
  text-align: center;
  z-index: 1;
  position: relative;
  background-color: #141318;
  height: 100%;
}

.main__container {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #141318;
  padding-left: 2rem;
  padding-right: 2rem;
}

.main__container--outer-card {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: inline-block;
  text-align: left;
  padding: 0;
}

.main__container--outer-card a {
  text-decoration: none;
}

.card-container {
  position: relative;
  padding: 1.5rem 2rem;
  color: #FFF;
  margin-bottom: 2rem;
  border-radius: .6rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.card-container__title {
  font-weight: bold;
  font-size: 1.8rem;
  animation: moveInLeft 600ms ease-in-out;
}

.card-container__status {
  position: absolute;
  font-size: 1.2rem;
  padding: 1.2rem;
  border-radius: 2.4rem;
  left: 94%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1.2px;
  animation: fadeIn 1s ease-in-out;
}

.card-container__time {
  animation: moveInLeft 600ms ease-in-out;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.card-container__text-container {
  font-size: 1.2rem;
}

.card-container__text-container--heading {
  animation: moveInLeft 600ms ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 700;
  padding-right: 6px;
}

.card-container__text-container--duration {
  display: inline-block;
  animation: moveInLeft 600ms ease-in-out;
  margin-bottom: 0;
}

.card-container:hover {
  cursor: pointer;
  transform: skewX(4deg) scale(1.01);
  box-shadow: 0 0.5rem 1.5rem rgba(2, 2, 2, 0.4);
}

.maintenance_color {
  background-color: #FFB300;
}

.maintenance_color .card-container__status {
  background-color: rgb(255, 123, 0);
}

.issue_color {
  background-color: #d13943;
}

.issue_color .card-container__status {
  background-color: #a01e26;
}

.announement_color {
  background-color: #607D8B;
}

.announement_color .card-container__status {
  background-color: rgb(50, 67, 75);
}

.small-cards {
  row-gap: 3rem;
  column-gap: 4rem;
  display: grid;
}

.small-cards__inner {
  border-radius: .8rem;
  background-color: #1e1d22;
  padding: 3rem 1rem;
  transition: all 200ms ease-in-out;
  box-shadow: 0 0.5rem 1.5rem rgba(2, 2, 2, 0.4);
  backface-visibility: hidden;
  text-decoration: none;
  cursor: pointer;
}

.small-cards__inner--img {
  width: 8rem;
  transition: all 600ms ease-in-out;
}

.small-cards__inner--heading {
  margin-top: .8rem;
  color: #FFF;
  font-size: 1.8rem;
}

.small-cards__inner--paragraph {
  cursor: default;
  padding: 0 1rem;
  margin-top: 1rem;
  color: #FFF;
  font-size: 1.4rem;
  opacity: 0;
  height: 0;
  cursor: pointer;
}

.small-cards__inner--status {
  margin-top: 2rem;
  border-radius: 100px;
  color: #FFF;
  padding: 5px 2rem;
  display: inline-block;
}

.small-cards__inner:hover .small-cards__inner--img {
  animation: rotate 500ms ease-in-out;
}

.small-cards__inner:hover .small-cards__inner--heading {
  display: none;
}

.small-cards__inner:hover .small-cards__inner--status {
  display: none;
}

.small-cards__inner:hover .small-cards__inner--paragraph {
  height: auto;
  opacity: .5;
}

.small-cards__inner:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 1rem 1.5rem rgba(2, 2, 2, 0.5);
}

.minor {
  background-color: #FFB300;
}

.major {
  background-color: #d13943;
}

.ok {
  background-color: #24a860;
}

.Operationnel {
  background-color: #24a860;
}

.Maintenance {
  background-color: #d13943;
}

.maintenance {
  background-color: #d13943;
}

.footer {
  padding: 2rem 0rem 2rem 0rem;
  text-align: center;
  background-color: #141318;
}

.footer a {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
}

.footer a:hover {
  opacity: 0.52;
}

.footer p {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.308);
}

.countdown{
  /* background-color: #4a4a4a; */
  background-color: rgb(255, 123, 0);
  border-radius: 100px;
  padding: 0px 14px;
}

.container-center{
  text-align: center;
}

.alert{
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0 0.5rem 1.5rem rgba(2, 2, 2, 0.4);
  padding: 1rem 3rem;
  background-color: #FF8800;
  width: 60%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  animation: moveInUp 600ms ease-in;
}

.notice{
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0 0.5rem 1.5rem rgba(2, 2, 2, 0.4);
  padding: 1rem 3rem;
  background-color: #77B300;
  width: 60%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  animation: moveInUp 600ms ease-in;
}

.alert *{
  font-size: 1.6rem;
  color: #fff0f1;
}

.notice *{
  font-size: 1.6rem;
  color: #fff0f1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  80% {
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translate(1);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  80% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translate(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translate(1);
  }
}

@keyframes moveInDown {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translate(1);
  }
}

@media screen and (min-width: 760px) {
  .small-cards {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .small-cards:first-child {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .small-cards {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .small-cards:first-child {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .small-cards {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .small-cards:first-child {
    margin-top: 1rem;
  }
}

/*********************/

/*********************/

/* ENABLES PARALLAX */

/*********************/

/*********************/

@media (min-width: 1024px) {
  #nonparallax {
    display: none;
  }
  #parallax {
    display: block;
  }
}

/*********************/

/*********************/

/* DISABLES PARALLAX */

/*********************/

/*********************/

@media (max-width: 1024px) {
  #nonparallax {
    display: block;
  }
  #parallax {
    display: none;
  }
  .main__container {
    padding-top: 20px;
    position: static;
  }
  .page__keyart, .page__keyart_layer {
    height: 500px;
  }
  .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .page__keyart_layer--topTextContainer {
    margin-top: 4rem;
    text-align: center;
    top: 14%;
  }
  .page__keyart_layer--headerTitle {
    width: 100%;
    font-size: 2rem;
    padding-left: 20px;
  }
  .page__keyart_layer--headerSubTitle {
    width: 80%;
    font-size: 1.6rem;
  }
  .page__keyart {
    height: 260px;
    position: relative;
  }
  .page__keyart .keyart_layer.parallax {
    position: fixed;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 52.5%;
  }
  .card-container {
    position: relative;
  }
  .card-container__status {
    margin-top: .8rem;
    display: inline-block;
    position: static;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }

  .alert{
    width: 100%;
    padding: 1rem;
    text-align: center;
  }
}



.card-container__bouton {
  position: absolute;
  font-size: 1.2rem;
  padding: 1.2rem;
  border-radius: 2.4rem;
  left: 94%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1.2px;
  animation: fadeIn 1s ease-in-out;
}



 .card-container__bouton {
    margin-top: .8rem;
    display: inline-block;
    position: static;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }