@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  background: #000;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  z-index: 50;
  height: auto;
  padding: 30px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  margin-left: auto;
  list-style: none;
  gap: 50px;
}

header ul li a {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

header .menu-xs {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  padding-bottom: 8px;
  margin-left: auto;
  color: #fff;
  cursor: pointer;
}

header .menu-xs:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  right: 0;
  top: 15px;
  position: absolute;
}

header .menu-xs:after {
  content: '';
  width: 70%;
  height: 1px;
  background: #fff;
  right: 0;
  top: 20px;
  position: absolute;
}

header > .lang-switch {
  margin-left: 50px;
}

header > .lang-switch select {
  background: transparent;
  border: none;
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
  padding: 0;
  padding-left: 23px;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
          background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline--fa fa-globe' data-prefix='far' data-icon='globe' role='img' viewBox='0 0 512 512' aria-hidden='true' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  header > .lang-switch {
    display: none;
  }
}

header.scrolled {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

header.scrolled ul li a {
  color: #000;
}

header.scrolled .menu-xs {
  color: #000;
}

header.scrolled .menu-xs:before {
  background: #000;
}

header.scrolled .menu-xs:after {
  background: #000;
}

header.scrolled .lang-switch select {
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline--fa fa-globe' data-prefix='far' data-icon='globe' role='img' viewBox='0 0 512 512' aria-hidden='true' data-fa-i2svg=''%3E%3Cpath d='M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  header {
    padding: 20px;
  }
  header ul {
    display: none;
  }
  header .menu-xs {
    display: inline-block;
  }
}

header .navbar-brand img {
  width: 80px;
}

@media (max-width: 767px) {
  header .navbar-brand img {
    width: 60px;
  }
}

.portrait header {
  background: #000;
}

.portrait header.scrolled {
  background: transparent;
}

#scroller {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 60px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 26px;
  padding-top: 6px;
}

@media (max-width: 767px) {
  #scroller {
    gap: 16px;
    top: 110px;
    left: 15px;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
}

#scroller img {
  margin-bottom: 30px;
}

#scroller .puce {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  border: 1px solid #FFF;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  #scroller .puce {
    width: 7px;
    height: 7px;
  }
}

#scroller .puce:after {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

@media (max-width: 767px) {
  #scroller .puce:after {
    height: 17px;
  }
}

#scroller .puce:hover {
  cursor: pointer;
  background: #fff;
}

#scroller .puce#puce0:after {
  content: none;
}

#mouse {
  width: 26px;
  height: 42px;
  border: 1px solid #fff;
  -webkit-border-radius: 50rem;
     -moz-border-radius: 50rem;
          border-radius: 50rem;
  position: relative;
}

@media (max-width: 767px) {
  #mouse {
    height: 32px;
    width: 20px;
  }
}

#mouse span {
  background: #fff;
  width: 6px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50rem;
     -moz-border-radius: 50rem;
          border-radius: 50rem;
  position: absolute;
  left: 50%;
  top: 8px;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  -webkit-animation: scroll-indicator 2s infinite;
     -moz-animation: scroll-indicator 2s infinite;
       -o-animation: scroll-indicator 2s infinite;
          animation: scroll-indicator 2s infinite;
}

@-webkit-keyframes scroll-indicator {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 16px;
    opacity: 0;
  }
}

@-moz-keyframes scroll-indicator {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 16px;
    opacity: 0;
  }
}

@-o-keyframes scroll-indicator {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 16px;
    opacity: 0;
  }
}

@keyframes scroll-indicator {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 16px;
    opacity: 0;
  }
}

#scroller .puce.puceActive:after {
  top: -6px;
  height: 25px;
}

@media (max-width: 767px) {
  #scroller .puce.puceActive:after {
    height: 12px;
  }
}

#scroller .puce.puceActive + .puce::after {
  height: 25px;
}

@media (max-width: 767px) {
  #scroller .puce.puceActive + .puce::after {
    height: 12px;
  }
}

#scroller .puceActive {
  background: #FFF;
}

#scroller #cursor {
  position: absolute;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #FFF;
  top: 74px;
  -webkit-transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto;
  left: 2px;
}

@media (max-width: 767px) {
  #scroller #cursor {
    left: 4px;
    width: 17px;
    height: 17px;
    top: 51px;
  }
}

#scroller #cursor.cursor1 {
  top: 115px;
}

#scroller #cursor.cursor2 {
  top: 156px;
}

#scroller #cursor.cursor3 {
  top: 197px;
}

#scroller #cursor.cursor4 {
  top: 238px;
}

#scroller #cursor.cursor5 {
  top: 279px;
}

#scroller #cursor.cursor6 {
  top: 320px;
}

#scroller #cursor.cursor7 {
  top: 361px;
}

#scroller #cursor.cursor8 {
  top: 402px;
}

@media (max-width: 767px) {
  #scroller #cursor.cursor1 {
    top: 76px;
  }
  #scroller #cursor.cursor2 {
    top: 101px;
  }
  #scroller #cursor.cursor3 {
    top: 126px;
  }
  #scroller #cursor.cursor4 {
    top: 151px;
  }
  #scroller #cursor.cursor5 {
    top: 176px;
  }
  #scroller #cursor.cursor6 {
    top: 201px;
  }
  #scroller #cursor.cursor7 {
    top: 226px;
  }
  #scroller #cursor.cursor8 {
    top: 251px;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  color: #FFF;
  background: #000;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#loader img {
  width: 80px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

#image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #000;
  z-index: 10;
}

.portrait #image-container {
  top: 103px;
}

.landscape #image-container img {
  height: auto;
  width: 100%;
}

#image-container img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  position: absolute;
  top: 0;
  opacity: 0;
}

.portrait #image-container img {
  width: 130%;
  height: auto;
}

#footer {
  background: #fff;
}

#footer {
  background: #fff;
  z-index: 10;
  text-align: center;
}

#footer h1 {
  text-align: center;
  font-size: 64px;
  text-transform: uppercase;
  color: #1E1E1E;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #footer h1 {
    font-size: 44px;
    margin-bottom: 25px;
  }
}

#madeBy {
  position: fixed;
  bottom: 60px;
  left: 60px;
  color: #fff;
  z-index: 20;
  font-size: 18px;
}

.portrait #madeBy {
  right: 0;
  text-align: center;
  left: 0;
  bottom: 15px;
  font-size: 14px;
}

#models {
  padding: 120px 0;
}

@media (max-width: 767px) {
  #models {
    padding: 120px 0 60px 0;
  }
}

@media (max-width: 767px) {
  #models .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #models .btn svg {
    margin-left: auto;
  }
  #models .btn + .btn {
    margin-top: 15px;
  }
}

#contact {
  position: relative;
  color: #fff;
  margin-bottom: -4px;
}

@media (max-width: 768px) {
  #contact {
    min-height: 500px;
  }
}

#contact img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #contact img {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#contact h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 64px;
  margin: 0;
}

@media (max-width: 768px) {
  #contact h2 {
    font-size: 44px;
  }
}

#contact .btn {
  background: #fff;
  color: #1E1E1E;
  margin-top: 30px;
}

#contact p {
  margin: 0;
}

#contact .inner {
  z-index: 1;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767px) {
  #contact .inner {
    padding-top: 40px;
  }
}

#bande {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 15;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.portrait #bande {
  height: 100px;
  bottom: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

.sequence {
  position: fixed;
  font-size: 20px;
  color: #fff;
  z-index: 20;
  opacity: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 60px;
}

@media (max-width: 767px) {
  .sequence {
    font-size: 16px;
  }
}

.sequence span {
  max-width: 25%;
  padding-right: 60px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.portrait .sequence {
  bottom: 50px;
  padding-left: 90px;
}

.sequence b {
  font-size: 30px;
}

.sequence a {
  font-size: 20px;
  color: #FFF;
}

#sequence0 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 72px;
  font-weight: 300;
  text-align: center;
  gap: 50px;
  bottom: 60px;
}

#sequence0 span {
  max-width: none;
  padding-right: 0;
}

@media (max-width: 767px) {
  #sequence0 span {
    padding-left: 0;
  }
}

#sequence0 b {
  font-size: 72px;
  font-weight: normal;
}

#sequence0 a {
  margin-top: 50px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sequence0 a svg {
  fill: #fff;
  width: 16px;
}

@media (max-width: 1036px) {
  .sequence, #sequence0 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
  }
  #sequence0, #sequence0 b {
    font-size: 36px;
  }
  .sequence {
    font-size: 18px;
  }
  .sequence b {
    font-size: 30px;
  }
  .sequence span {
    max-width: 40%;
    padding: 0 30px;
  }
  .portrait .sequence {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .sequence b {
    font-size: 26px;
  }
  .sequence {
    font-size: 16px;
  }
}

#menu-xs {
  position: fixed;
  z-index: 9999;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(100%, 0);
     -moz-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
       -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#menu-xs.open {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#menu-xs .lang-switch {
  margin-top: 20px;
}

#menu-xs .lang-switch select {
  background: transparent;
  border: none;
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
  padding: 0;
  padding-left: 23px;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
          background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline--fa fa-globe' data-prefix='far' data-icon='globe' role='img' viewBox='0 0 512 512' aria-hidden='true' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z'%3E%3C/path%3E%3C/svg%3E");
}

#menu-xs img {
  width: 80px;
  margin-bottom: 35px;
}

#menu-xs ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu-xs ul li + li {
  margin-top: 20px;
}

#menu-xs ul a {
  color: #fff;
  text-decoration: none;
}

#menu-xs .close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .sequence span {
    max-width: none;
  }
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes fadeInBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes fadeInBottom {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-moz-keyframes fadeOutRight {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
}

@-o-keyframes fadeOutRight {
  from {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    opacity: 0;
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.sequence.in {
  -webkit-animation: fadeInRight 0.7s forwards;
     -moz-animation: fadeInRight 0.7s forwards;
       -o-animation: fadeInRight 0.7s forwards;
          animation: fadeInRight 0.7s forwards;
}

.sequence0.out {
  -webkit-animation: fadeOutRight 0.7s forwards;
     -moz-animation: fadeOutRight 0.7s forwards;
       -o-animation: fadeOutRight 0.7s forwards;
          animation: fadeOutRight 0.7s forwards;
}

#sequence0.in {
  -webkit-animation: fadeInBottom 0.7s forwards;
     -moz-animation: fadeInBottom 0.7s forwards;
       -o-animation: fadeInBottom 0.7s forwards;
          animation: fadeInBottom 0.7s forwards;
}

.swiper-slide {
  text-align: left;
  color: #8991AB;
}

.swiper-slide .inner {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 60px;
  -webkit-transform: scale(0.85);
     -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
}

@media (max-width: 1400px) {
  .swiper-slide .inner {
    padding: 30px;
  }
}

.swiper-slide .inner img {
  max-width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .swiper-slide .inner > img {
    height: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiper-slide .inner > img, .swiper-slide .inner > div {
  margin-bottom: 23px;
}

.swiper-slide .inner > div {
  text-transform: uppercase;
}

.swiper-slide .inner > div img {
  margin-bottom: 10px;
}

.swiper-slide.eon .inner > div {
  color: #627F3F;
}

.swiper-slide.kuarz .inner > div {
  color: #9B896C;
}

.swiper-slide.sync .inner > div {
  color: #526C81;
}

.swiper-prev, .swiper-next {
  background: #1E1E1E;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

.swiper-prev:hover, .swiper-next:hover {
  cursor: pointer;
  background: #000;
}

@media (max-width: 767px) {
  .swiper-prev, .swiper-next {
    display: none;
  }
}

.swiper-prev {
  left: 0;
}

.swiper-next {
  right: 0;
}

.swiper-slide-active {
  background: #F7F7F7;
}

.swiper-slide-active .inner {
  padding: 60px;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1400px) {
  .swiper-slide-active .inner {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .swiper-slide-active .inner {
    padding: 30px;
    max-width: 340px;
    margin: auto;
  }
}

.btn {
  padding: 10px 30px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.eon .btn {
  background: #627F3F;
}

.kuarz .btn {
  background: #9B896C;
}

.sync .btn {
  background: #526C81;
}

.btn.video {
  background: #9F9F9F;
}

footer {
  background: #1E1E1E;
  color: #fff;
}

footer .content {
  max-width: 1240px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .text {
  padding: 50px 20px;
  max-width: 430px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: auto;
}

footer .text img {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  footer .text {
    border: none;
  }
  footer .text br {
    display: none;
  }
}

footer .social {
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 430px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 767px) {
  footer .social {
    padding: 40px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

footer .social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50rem;
     -moz-border-radius: 50rem;
          border-radius: 50rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Overlay de la modal */
.modal {
  display: none;
  /* cachée par défaut */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Contenu de la modal */
.modal-content {
  position: relative;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  -webkit-border-radius: 0.375rem;
     -moz-border-radius: 0.375rem;
          border-radius: 0.375rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

/* Crois pour fermer */
.close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background: #fff;
  width: 40px;
  z-index: 2;
  height: 40px;
  -webkit-border-radius: 50rem;
     -moz-border-radius: 50rem;
          border-radius: 50rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close:hover {
  color: #dc3545;
}

/* YouTube responsive */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.swiper-pagination {
  position: relative;
  left: auto !important;
  bottom: auto !important;
  top: auto !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  display: none;
}

@media (max-width: 767px) {
  .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.swiper-pagination-bullet.bullet-kuarz {
  background: #9B896C;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.swiper-pagination-bullet.bullet-sync {
  background: #526C81;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.swiper-pagination-bullet.bullet-eon {
  background: #627F3F;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.swiper-pagination-bullet-active {
  height: 50px;
  width: 130px;
}

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