@charset "UTF-8";
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --color-text: #272343;
  --color-bg: #f3fbfb;
  --color-secondary: #bae8e8;
  --color-third: #ffd803;
  --color-basic-white: #ffffff;
  --color-basic-black: #000000;
}

[data-theme=light] {
  --color-text: #272343;
  --color-bg: #f3fbfb;
  --color-secondary: #bae8e8;
  --color-third: #ffd803;
  --color-basic-white: #ffffff;
  --color-basic-black: #000000;
}

[data-theme=dark] {
  --color-text: #f3fbfb;
  --color-bg: #272343;
  --color-secondary: #bae8e8;
  --color-third: #ffd803;
  --color-basic-white: #000000;
  --color-basic-black: #ffffff;
}

@font-face {
  font-family: "migra";
  src: url(../assets/fonts/Migra-Extrabold.woff);
}
@font-face {
  font-family: "migra italic";
  src: url(../assets/fonts/MigraItalic-ExtraboldItalic.woff);
}
.wrapper {
  width: 100vh;
}

.loader {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  -webkit-transition: height 0.9s ease-in;
  transition: height 0.9s ease-in;
}
.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-text);
  -webkit-transition: height 0.9s ease-in;
  transition: height 0.9s ease-in;
}
.loader--active {
  height: 100%;
}
.loader--active .loader__tile {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--color-text);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

.play-music {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 20;
  z-index: 50;
}

.music-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: -10px;
}
.music-animation.on .bar {
  -webkit-animation: bar 1.2s infinite;
          animation: bar 1.2s infinite;
}
.music-animation.on .bar2 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.music-animation.on .bar3 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.music-animation.on .bar4 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.music-animation.on .bar5 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.music-toggle {
  cursor: pointer;
  font-size: 20px;
  position: relative;
}
.music-toggle:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: var(--color-text);
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.music-toggle:hover:after {
  width: 100%;
}

.bar {
  width: 1px;
  background-color: var(--color-text);
  height: 2px;
  display: block;
  margin: 0 1px;
}

@-webkit-keyframes bar {
  0% {
    height: 4px;
  }
  50% {
    height: 14px;
  }
  100% {
    height: 4px;
  }
}

@keyframes bar {
  0% {
    height: 4px;
  }
  50% {
    height: 14px;
  }
  100% {
    height: 4px;
  }
}
body {
  color: var(--color-text);
  font-size: 17px;
  margin: 0;
  padding: 0;
  font-family: roc-grotesk, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background-color: var(--color-bg);
}

.dwm__logo {
  height: 35px;
}
.dwm__logo .letters {
  fill: var(--color-text);
}

section {
  max-width: 2000px;
  padding: 0px 16px 0px 16px;
  grid-gap: 1em;
  overflow-x: hidden;
}

.title {
  line-height: 1.125;
}

.title--main {
  font-family: "roc-grotesk";
  font-size: 55px;
}

.title--big {
  font-family: roc-grotesk, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.title--medium {
  font-weight: 100;
  font-size: 24px;
}

.title--little {
  font-size: 17px;
  font-weight: 500;
}

.span {
  font-family: "migra italic";
}

ul {
  list-style: none;
}

a {
  color: var(--color-text);
  text-decoration: none;
}

.bold {
  font-weight: 600;
}

.hidden {
  display: none;
}

.title-main-span {
  -webkit-text-stroke: 1px var(--color-text);
  -webkit-text-fill-color: var(--color-third);
}

.description {
  opacity: 0.5;
}

.btn--darkmode {
  background: none;
  width: 55px;
  border: none;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding: 0;
  font-size: 10px;
  overflow: visible;
  color: var(--color-text);
  text-transform: uppercase;
}

.section--header {
  z-index: 1000;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
}

.nav {
  display: grid;
  grid-template-columns: 1fr 100fr 1fr;
  grid-template-areas: "logo . dl";
}

.nav__download {
  grid-area: dl;
  background-color: var(--color-text);
  padding: 0.5em 1em 0.5em;
  text-decoration: none;
  border-radius: 1.5em;
  display: inline-block;
  color: var(--color-bg);
  border: none;
}
.nav__download a {
  color: var(--color-bg);
  font-size: 17px;
  font-weight: 400;
}

.nav__download:hover {
  background-color: var(--color-bg);
  border: solid 1px var(--color-text);
}
.nav__download:hover a {
  color: var(--color-text);
}

.nav__logo {
  grid-area: logo;
}
.nav__logo .vec {
  -webkit-animation: animEyes linear infinite 5s;
          animation: animEyes linear infinite 5s;
}
.nav__logo a svg .vec3,
.nav__logo a svg .vec4 {
  stroke: var(--color-basic-black);
  fill: var(--color-basic-black);
}
.nav__logo a svg .vec2,
.nav__logo a svg .vec1 {
  stroke: var(--color-basic-black);
  fill: transparent;
}
.nav__logo a svg .note {
  fill: var(--color-basic-black);
}

.grab {
  display: none;
}

@-webkit-keyframes animEyes {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  2% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  4% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes animEyes {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  2% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  4% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.section--intro {
  padding-top: 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.section--intro__text {
  max-width: 40ch;
}
.section--intro__text .persona {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 30%;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-25px);
            transform: translatey(-25px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-25px);
            transform: translatey(-25px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.section__header {
  margin: 20px;
}

.dl-icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.dl-icons__img {
  margin-right: 20px;
}
.dl-icons__img img {
  height: 35px;
  width: 118px;
}

.section--fonctionnalities {
  position: relative;
  margin-top: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.section--fonctionnalities svg {
  fill: #000;
}

.fonc__img {
  margin-bottom: 5em;
  background-image: url(../assets/images/svg/blob.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.fonc__img img {
  margin-left: 4em;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 200px;
}

.fonc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fonc svg {
  padding: 2em;
  fill: #000;
}

.section--info {
  margin-top: 6em;
}

.mockup_footer {
  width: 100%;
}

.info__text {
  padding: 16px;
}

.info__img {
  margin-top: 50px;
}

.section--footer {
  padding-top: 3em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  position: relative;
}

.footer__list {
  text-transform: uppercase;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.date {
  padding-top: 2em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dwt {
  padding-top: 2em;
  margin: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo__dwt {
  width: 4em;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  border: solid 1px #000;
  border-radius: 10px;
  z-index: 10000000;
  background-color: var(--color-secondary);
  width: 500px;
  max-width: 80%;
}

.modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-header h2 {
  color: #272343;
}

.modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-weight: bold;
}

.open-button {
  color: var(--color-text);
  font-family: roc-grotesk, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 17px;
  font-weight: 300;
}

.modal-body {
  padding: 17px;
}

#overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.credits-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.credits-list__el img {
  width: 80%;
}

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

section {
  padding-top: 5em;
}

.section--intro-cs {
  padding-top: 16em;
  padding-bottom: 3em;
}
.section--intro-cs h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.section--intro-cs h3 {
  margin-bottom: 0;
}

.section--intro-projet {
  padding-top: 10em;
  padding-bottom: 10em;
  font-size: 24px;
  font-weight: 700;
}

.section--concept {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-areas: "h3 h3" ". p1" ". bold";
}
.section--concept h3 {
  grid-area: h3;
}
.section--concept p {
  grid-area: p1;
}
.section--concept .bold {
  grid-area: bold;
}

.users__txt {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-areas: "h3 h3" ". p1" ". p2";
}
.users__txt h3 {
  grid-area: h3;
}
.users__txt p {
  grid-area: p1;
}
.users__txt .concl {
  grid-area: p2;
}

.users__feedbacks--desktop {
  display: none;
}

.users__feedbacks--mobile {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "txt-square1 txt-square1 ." ". txt-square2 txt-square2" "txt-square3 txt-square3 .";
}

.txt-square1 {
  grid-area: txt-square1;
}

.txt-square2 {
  grid-area: txt-square2;
}

.txt-square3 {
  grid-area: txt-square3;
}

.txt-square {
  position: relative;
  font-weight: 500;
  margin-top: 3em;
  padding: 1em;
  background-color: var(--color-third);
  border-radius: 20px;
  border: solid 1px var(--color-text);
  color: #272343;
}

.section--problems {
  margin-top: 5em;
  margin-bottom: 5em;
}

.problems__txt {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-areas: "h3 h3" ". p";
}
.problems__txt h3 {
  grid-area: h3;
}
.problems__txt p {
  grid-area: p;
}

.container {
  margin: 2em 0;
}

.card {
  background-color: var(--color-secondary);
  width: 20em;
  border-radius: 0.625em;
  padding: 2em 1em;
  margin: auto;
  border: solid 1px #000;
  color: #272343;
}
.card__media {
  margin: auto;
  margin-bottom: 2em;
}
.card__text {
  margin-bottom: 2em;
}

.button {
  background-color: #272343;
  padding: 0.75em 2em 0.875em;
  text-decoration: none;
  border-radius: 1.5em;
  display: inline-block;
  color: #f3fbfb;
  margin-bottom: 2em;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}

li {
  display: inline-block;
  margin: 0 0.5em;
}

span {
  display: block;
  background-color: var(--color-bg);
  height: 0.75em;
  width: 0.75em;
  border-radius: 50%;
  cursor: pointer;
}

.slick-active span {
  background-color: var(--color-text);
}

.mvp-img {
  width: 100%;
}

.tester {
  margin-top: 5em;
  height: 20em;
  width: 100%;
  padding: 0;
  grid-area: img;
  position: relative;
  overflow: hidden;
}
.tester img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.upgrades-list__el {
  margin: 1em;
}

.wrong:before {
  content: "🔴";
}

.correct:before {
  content: "🟢";
}

.figure {
  grid-area: fig;
  margin-top: 10em;
  margin-bottom: 10em;
}

blockquote {
  margin: 0;
  font-size: 32px;
  font-family: "migra";
}

blockquote p {
  border-radius: 5px;
}

blockquote p::before {
  content: "“";
}

blockquote p::after {
  content: "”";
}

.section--art-dir {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-areas: "h3 h3" ". p1" ". p2";
}
.section--art-dir h3 {
  grid-area: h3;
}
.section--art-dir .p1 {
  grid-area: p1;
}
.section--art-dir .p2 {
  grid-area: p2;
}

.section--result {
  height: 100vh;
  position: relative;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo {
  margin: 20px;
  border: solid 1px var(--color-text);
  border-radius: 20px;
}

.logo-typo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "migra";
  font-size: 55px;
}
.logo-typo p {
  margin: 0;
}

.wrap {
  margin-top: 3em;
  overflow: hidden;
}

.img-parallax {
  height: 80vh;
  width: 160%;
  background-image: url(../assets/images/plx-proto.png);
  background-image: -webkit-image-set(url("../assets/images/plx-proto.png") 1x, url(../assets/images/plx-proto@2x.png) 2x);
  background-image: image-set(url("../assets/images/plx-proto.png") 1x, url(../assets/images/plx-proto@2x.png) 2x);
  background-position-x: center 5em;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--conclusion {
  padding-top: 5em;
  padding-bottom: 5em;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-areas: ". p";
}
.section--conclusion p {
  grid-area: p;
}

.ui-kit {
  padding-top: 10em;
}
.ui-kit .title,
.ui-kit p,
.ui-kit .quote {
  margin-bottom: 0;
}
.ui-kit section {
  margin-top: 2em;
}

.title--main_ui-kit {
  font-size: 55px;
  padding-left: 17px;
}

.color-sq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2em;
}

.color-sq {
  text-align: center;
  height: 80px;
  width: 80px;
  border: solid 1px #000;
}

.color-sq--white {
  background-color: #f3fbfb;
}

.color-sq--light-blue {
  background-color: #bae8e8;
}

.color-sq--yellow {
  background-color: #ffd803;
}

.color-sq--dark-blue {
  background-color: #272343;
  color: #f3fbfb;
}

.icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.icons .dwt {
  width: 200px;
}

.section--video video {
  width: 100%;
}

@media (min-width: 700px) {
  body {
    font-size: 19px;
  }

  section {
    padding: 62px;
  }

  .title--main {
    font-size: 5em;
  }

  .section--intro {
    padding-top: 20em;
  }

  .section--intro__text .persona {
    width: 30%;
  }

  .section--fonctionnalities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img txt";
  }

  .fonc__img {
    grid-area: img;
  }
  .fonc__img img {
    width: 200px;
  }

  .fonc__txt {
    grid-area: txt;
  }

  .info__text p {
    max-width: 40ch;
  }

  .section--commentaires {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "com1 ." ". com2" "com3 .";
  }

  .commentaires {
    height: 100%;
    margin: 1em;
  }

  .section--intro-cs {
    padding-top: 40em;
  }
  .section--intro-cs p {
    max-width: 50ch;
  }

  .users__feedbacks--desktop {
    display: none;
  }

  .users__feedbacks--mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "txt-square1 ." ". txt-square2" "txt-square3 .";
  }

  .txt-square1 {
    grid-area: txt-square1;
  }

  .txt-square2 {
    grid-area: txt-square2;
  }

  .txt-square3 {
    grid-area: txt-square3;
  }

  .txt-square {
    font-weight: 500;
    margin-top: 3em;
    padding: 1em;
    background-color: var(--color-third);
    border-radius: 20px;
  }

  .section--problems {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .tester {
    padding: 0;
    grid-area: img;
    position: relative;
  }
  .tester img {
    width: 100%;
  }

  .title--main_ui-kit {
    padding-left: 62px;
  }

  .quote blockquote {
    text-align: start;
  }

  .section--video video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1000px) {
  body {
    margin: 0;
    font-size: 22px;
  }

  .link {
    font-weight: 600;
  }

  .link:hover {
    border-bottom: solid 2px #272343;
  }

  .link:visited {
    color: #6f65aa;
  }

  section {
    padding-right: 9em;
    padding-left: 9em;
  }

  .nav__download:hover {
    background-color: var(--color-bg);
    border: solid 1px var(--color-text);
  }
  .nav__download:hover a {
    color: var(--color-text);
  }

  .section--intro {
    padding-top: 6em;
    position: relative;
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a1 a2";
  }

  .section--intro__text {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: a1;
  }

  .persona {
    display: none;
  }

  .grab {
    left: 500;
    display: block;
    z-index: 10;
    position: fixed;
    width: 5em;
    height: 5em;
    cursor: -webkit-grab;
    cursor: grab;
    background-image: url(../assets/images/svg/sun.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .grab [data-theme=dark] {
    background-image: url("assets/images/svg/moon.svg");
  }

  .grab:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

  .title--main {
    font-size: 3em;
    color: var(--color-text);
    line-height: 1;
    pointer-events: none;
    margin: 0;
  }

  p {
    max-width: 40ch;
  }

  .dl-icons__img {
    margin-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .dl-icons__img img {
    height: 60px;
    width: 200px;
  }

  .dl-icons__img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .section--ask {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section--ask .ask__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--ask .ask__img {
    width: 30%;
  }

  .section--fonctionnalities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img txt";
  }

  .fonc__img {
    grid-area: img;
  }
  .fonc__img img {
    width: 250px;
  }

  .fonc__txt {
    grid-area: txt;
  }

  .section--info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: none;
  }

  .mockup_footer {
    width: 100%;
  }

  .section--footer {
    padding-right: 140px;
    padding-left: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "list rafko dwt";
  }

  .footer__list {
    grid-area: list;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .date {
    margin: 17px;
    grid-area: rafko;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .dwt {
    grid-area: dwt;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .grab {
    display: block;
  }

  .section--intro-cs {
    color: #f3fbfb;
    padding-top: 15em;
    padding-bottom: 3em;
    background-image: url(../assets/images/imgbg_cs.jpg);
    background-image: -webkit-image-set(url("../assets/images/imgbg_cs.jpg") 1x, url(../assets/images/imgbg_cs@2x.jpg) 2x);
    background-image: image-set(url("../assets/images/imgbg_cs.jpg") 1x, url(../assets/images/imgbg_cs@2x.jpg) 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
  }
  .section--intro-cs .title--main {
    color: #f3fbfb;
  }

  .section--concept {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section--users {
    padding-bottom: 5em;
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: none;
    overflow: hidden;
  }

  .users__txt {
    grid-template-columns: 1fr 1fr;
  }

  .users__feedbacks--mobile {
    display: none;
  }

  .users__feedbacks--desktop {
    display: inline-block;
    position: relative;
    margin-bottom: 500px;
  }

  .txt-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    will-change: transform;
  }

  .txt-square1 {
    top: 200px;
    left: 0px;
  }

  .txt-square2 {
    top: 650px;
    right: 0px;
  }

  .txt-square3 {
    top: 1150px;
    left: 200px;
  }

  .section--problems {
    display: grid;
    grid-gap: 3em;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "txt slide";
  }

  .problems__txt {
    display: block;
    grid-area: txt;
  }

  .problems__fonc {
    margin: 0;
    grid-area: slide;
  }

  .section--prototype {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "h3 h3" "mvp p" ". li" "img img" "fig fig";
  }
  .section--prototype h3 {
    grid-area: h3;
  }
  .section--prototype p {
    grid-area: p;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .section--prototype figure {
    grid-area: fig;
  }

  .upgrades-list {
    grid-area: li;
  }

  .mvp-img {
    width: 80%;
    grid-area: img;
  }

  blockquote {
    font-size: 3em;
    text-align: center;
  }

  .section--art-dir {
    grid-template-columns: 1fr 1fr;
  }

  .img-parallax {
    height: 100vh;
    width: 120%;
  }

  .section--conclusion {
    grid-template-columns: 1fr 1fr;
  }

  .title--main_ui-kit {
    padding-left: 6em;
  }

  .section--polices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "fonts fonts-txt";
  }

  .fonts {
    grid-area: fonts;
  }

  .txt-examples {
    grid-area: fonts-txt;
  }

  .section--footer {
    padding-top: 0;
  }

  .section--video {
    overflow-x: hidden;
  }
  .section--video video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
  }
}
@media (min-width: 1900px) {
  section {
    padding-right: 15em;
    padding-left: 15em;
  }

  .title--main {
    font-size: 4em;
    line-height: 1;
    pointer-events: none;
    margin: 0;
    font-family: "roc-grotesk";
  }

  .section--intro {
    padding-top: 10em;
    padding-bottom: 5em;
  }

  .section--intro-cs {
    padding-bottom: 8em;
  }
}
/*# sourceMappingURL=app.css.map */
