/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/landing.scss ***!
  \**************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Avenir";
  src: url("/font/avenir-light-webfont.woff2") format("woff2"), url("/font/avenir-light-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

html {
  font-size: 18px;
  height: 100%;
}

html, body {
  overflow: hidden;
}

body {
  background-color: rgba(255, 87, 51, 0.44);
  font: 300 1rem/1.6 Avenir, Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 22px;
  }
}

.parallax-container {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

p {
  margin-bottom: 1rem;
}

::-moz-selection {
  background-color: #ff5733;
  color: #ffffff;
}

::selection {
  background-color: #ff5733;
  color: #ffffff;
}

.title {
  font-family: "Rozha One", serif;
  font-weight: 400;
}

.title-section {
  text-transform: lowercase;
}

h1 {
  font-size: 38px;
  font-size: clamp(2.375rem, 1.5584415584vw + 2.0048701299rem, 3.875rem);
  line-height: 1.6;
}

h2 {
  font-size: 36px;
  font-size: clamp(2.25rem, 0.9090909091vw + 2.0340909091rem, 3.125rem);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper-sm {
  max-width: 576px;
}

.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
a:focus, a:hover {
  opacity: 0.7;
}

.spacer-b {
  margin-bottom: 1rem;
}

.spacer-b-sm {
  margin-bottom: 0.5rem;
}

.padded {
  padding: 1rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-sm {
  font-size: 0.825rem;
}
.text-sm > p {
  margin-bottom: 0.5rem;
}

.text-left {
  text-align: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.page {
  height: 240vh;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.page-container {
  max-width: 90%;
}
@media (min-width: 768px) {
  .page-container {
    max-width: 80%;
  }
}
.page-1 {
  margin-top: 180vh;
}
.page-last {
  height: 120vh;
}
.page__inner {
  height: 100vh;
}

.page-header {
  position: sticky;
  top: -1px;
  margin-top: 26vh;
  z-index: 2;
}
.is-sticky .page-header {
  -webkit-backdrop-filter: blur(5px) saturate(70%);
          backdrop-filter: blur(5px) saturate(70%);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 3;
  transition: transform 0.2s ease-in-out;
}
.is-sticky .nav {
  transform: translateY(60px);
  -webkit-backdrop-filter: blur(5px) saturate(70%);
          backdrop-filter: blur(5px) saturate(70%);
}
@media (min-width: 768px) {
  .is-sticky .nav {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    transform: translateY(18px);
  }
}
.nav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .nav > ul > li {
    transition: margin 0.2s ease-in-out;
  }
  .is-sticky .nav > ul > li:nth-child(2) {
    margin-right: 18vw;
  }
  .is-sticky .nav > ul > li:nth-child(3) {
    margin-left: 20vw;
  }
}

.nav-link {
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  text-transform: uppercase;
  border: 0;
  font-size: 0.825rem;
  display: block;
  transition: color 0.2s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
  color: #ff5733;
}
@media (min-width: 576px) {
  .nav-link {
    font-size: 1rem;
    padding: 1rem;
  }
}

.sticky-nav {
  position: fixed;
  right: 0;
  top: 80%;
  width: 40px;
  z-index: 100;
  font-size: 16px;
  font-size: clamp(1rem, 1.038961039vw + 0.7532467532rem, 2rem);
}
@media (min-width: 768px) {
  .sticky-nav {
    top: 70%;
    right: 1rem;
  }
}
.sticky-nav > a {
  display: block;
  text-decoration: none;
  border: 0;
}
.sticky-nav > a:focus, .sticky-nav > a:hover {
  color: #ff5733;
}

.columns {
  gap: 1rem;
  -moz-column-count: 2;
       column-count: 2;
}
.columns li {
  padding: 0.5rem;
}

.bg {
  position: absolute;
  inset: 0;
  height: 120vh;
  background-color: #000;
  z-index: -1;
  display: block;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -1px) scale(2);
}
.bg\+1 {
  top: 240vh;
}
.bg\+2 {
  top: 480vh;
}
.bg\+3 {
  top: 720vh;
}
.bg\+4 {
  top: 960vh;
  height: 140vh;
}
.bg > .img-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.44;
}

.with-icon {
  padding-right: 1.35rem;
  position: relative;
}
.with-icon > svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8888em;
  height: 0.8888em;
  fill: #fff;
}
.with-icon--static {
  padding-right: 0;
}
.with-icon--static > svg {
  position: static;
  transform: none;
}

.picto {
  mix-blend-mode: luminosity;
  mix-blend-mode: plus-lighter;
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .picto {
    max-width: 100%;
  }
}
