@font-face {
  font-family: "ekors";
  src: url(../../assets/font/ekors.otf);
}
@font-face {
  font-family: "roboto slab";
  src: url(../../assets/font/RobotoSlab-VariableFont_wght.ttf);
}
.sect__title {
  font-family: "ekors";
  font-size: 28px;
  color: #FAF4EC;
}
.sect__title--2 {
  padding: 0 0 0 8px;
  letter-spacing: 0.12em;
}
.sect__txt {
  font-family: "roboto slab";
  font-size: 16px;
  color: #FAF4EC;
  letter-spacing: 0.12em;
  line-height: 140%;
  font-weight: 200;
}
.sect__txt--ecartSimple {
  margin: 28px 0;
}
.sect__txt--ecartDouble {
  margin: 51px 0;
}
.sect__txt--sousTitre {
  text-transform: uppercase;
  font-size: 21px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 8;
  height: 37px;
  padding: 15px 0 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, #000000 100%);
}
.sect__txt--clickMe {
  font-size: 16px;
  position: relative;
  bottom: 72px;
  width: 100%;
  text-align: center;
  opacity: 0.8;
}
.sect__txt--low {
  bottom: 8px;
}
.sect__interlineBR {
  display: block;
  height: 28px;
}
.sect__txtBtn {
  font-weight: 800;
}

.overlay__txt {
  font-family: "roboto slab";
  font-size: 16px;
  color: #FAF4EC;
  letter-spacing: 0.12em;
  line-height: 140%;
  font-weight: 200;
}

body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #FAF4EC;
}

.title {
  color: #e41612;
}

.head {
  display: flex;
  flex-direction: row;
  height: 46px;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0 38px;
  background-color: #000;
}
.head__txt {
  font-family: "roboto slab";
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: 14px;
  text-align: center;
  color: #FAF4EC;
  width: calc(100% - 80px);
  padding: 15px 0;
}
.head__btn {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  display: none;
}
.head__btn > span {
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: rgba(250, 244, 236, 0.3137254902);
}

.sect {
  margin: 97px 0;
  width: calc(100% - 78px);
  height: calc(100vh - 110px);
  min-height: 600px;
  background-image: url(../../assets/images/bgIntro.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 38px;
}
.sect--seeMore {
  height: 160vh;
  max-height: 1042px;
}
.sect__seeMore {
  display: none;
}
.sect__seeMore--actif {
  display: block;
}
.sect__boxLien {
  height: 87px;
  width: 174px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 28px auto 51px auto;
}
.sect__boxLien > a:nth-child(2) {
  margin: -8px 0 0 0;
}
.sect__animBoxTop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sect--imgSlide {
  padding: 0 0;
  width: 100vw;
  margin: 124px 0;
  height: 100vh;
}
.sect__sliderImage {
  height: 85vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  border-top: 2px solid #FAF4EC;
  overflow-y: hidden;
  overflow-x: scroll;
}

.animTel {
  width: 41px;
  height: 68px;
  border: 2px solid #FAF4EC;
  border-radius: 8px;
  margin: 0 0 12px 0;
}
.animTel::after {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #FAF4EC;
  border-radius: 2px;
  position: relative;
  display: block;
  top: 10px;
  left: 18px;
  -webkit-animation: animationTel 6s infinite;
          animation: animationTel 6s infinite;
}

@-webkit-keyframes animationTel {
  from {
    transform: translateY(0);
  }
  20% {
    transform: translate3d(-10px, 10px, 0);
  }
  40% {
    transform: translate3d(-10px, 20px, 0);
    background-color: #FF9900;
  }
  60% {
    transform: translate3d(14px, 10px, 0);
  }
  80% {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
    background-color: #FAF4EC;
  }
}

@keyframes animationTel {
  from {
    transform: translateY(0);
  }
  20% {
    transform: translate3d(-10px, 10px, 0);
  }
  40% {
    transform: translate3d(-10px, 20px, 0);
    background-color: #FF9900;
  }
  60% {
    transform: translate3d(14px, 10px, 0);
  }
  80% {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
    background-color: #FAF4EC;
  }
}
.slider__box {
  width: 100vw;
  min-width: 390px;
  height: 100%;
  position: relative;
}
.slider__box--none {
  display: none;
}
.slider__img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__controlBtn {
  width: 154px;
  height: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 14px auto 0 auto;
  align-items: center;
}
.slider__btn {
  width: 16px;
  height: 9px;
  border-radius: 3px;
  background-color: rgba(250, 244, 236, 0.1882352941);
  cursor: pointer;
}
.slider__btn--actif {
  width: 53px;
  background-color: #FAF4EC;
}
.slider__video {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.foot {
  width: 81vw;
  padding: 0 9.75vw 51px 9.75vw;
}
.foot__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot__txt {
  margin: 28px 0 18px 0;
}
.foot__title {
  padding: 0;
}

.sect__overlay {
  width: 100vw;
  height: 100vh;
  z-index: 28;
  position: fixed;
  top: 0;
  left: 0;
  border-top: 2px solid #FAF4EC;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  background-color: #000;
  scrollbar-width: thin;
  scrollbar-color: #FF9900;
}

.sect__overlay::-webkit-scrollbar {
  height: 20px;
}
.sect__overlay::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.sect__overlay::-webkit-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 0.5019607843);
  border-radius: 20px;
  border: 8px solid #000000;
}

.overlay__close {
  display: none;
}
.overlay__btnClose {
  position: fixed;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.overlay__img {
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: left;
  margin: auto 0;
}
.overlay__img--small {
  min-width: 100vw;
  width: auto;
}
.overlay__txt {
  font-family: "roboto slab";
  color: #FAF4EC;
  letter-spacing: 0.12em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  position: fixed;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 8;
  height: 37px;
  padding: 15px 0 0 0;
}
.overlay__video {
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: left;
  margin: auto 0;
}

@media (min-width: 700px) {
  .overlay__img--small {
    min-width: 80vw;
    width: auto;
    height: 90%;
    margin: 0 auto;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

body {
  box-sizing: content-box;
  background-color: #000;
}

main {
  margin: 46px 0;
  width: 100vw;
}

/*# sourceMappingURL=app.css.map*/