@import url("https://use.typekit.net/ijp3syx.css");

* {
  margin: 0;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2vw;
  text-transform: uppercase;
}

body {
  height: var(--full-height);
  overflow: hidden;
}

.fade-out {
  animation: fadeOut ease-in-out 3s;
  -webkit-animation: fadeOut ease-in-out 3s;
  -moz-animation: fadeOut ease-in-out 3s;
  -o-animation: fadeOut ease-in-out 3s;
  -ms-animation: fadeOut ease-in-out 3s;
}

@keyframes fadeOut {
  0% {
    opacity:1;
    z-index: 5;
  }
  100% {
    opacity:0;
    z-index: 2;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity:1;
    z-index: 5;
  }
  100% {
    opacity:0;
    z-index: 2;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity:1;
    z-index: 5;
  }
  100% {
    opacity:0;
    z-index: 2;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity:1;
    z-index: 5;
  }
  100% {
    opacity:0;
    z-index: 2;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
    z-index: 0;
  }
}

.first-screen {
  width: 100vw;
  height: var(--full-height);
  background-color: #F9423A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
}

.first-screen img {
  width: 200px;
}

.main {
  width: 100vw;
  height: var(--full-height);
  background-color: #BB29BB;
  color: #F9423A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.cadre {
  color: #F9423A;
  position: absolute;
  line-height: .8;
  z-index: 2;
  height: var(--full-height);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.cadre p {
  padding: 1vw;
  font-size: 1.5vw;
}

.cadre a {
  color: #F9423A;
  padding: 1vw;
  text-decoration: none;
  padding: 0;
}

.cadre .up{
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cadre .down{
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;
}

@media screen and (max-width: 980px) {
  * {
    font-size: 30px;
    box-sizing: border-box;
  }

  body {
    overflow: scroll;
  }

  .cadre p{
    font-size: 30px;
  }
}


.video-1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.video-2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.video-3 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.video-3-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 60em) {
  .video-3 {
    display: none;
  }
}

@media (min-width: 60em) {
  .video-3-mobile {
    display: none;
  }
}
