@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
	-moz-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, /* Firefox supports this but not yet `system-ui` */
		'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] {
	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;
}
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  color: white;
}

.footer__list {
  margin-left: 45px;
}

.footer__item {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 30px;
}

.footer__link {
  color: white;
  text-decoration: underline 5px #3DA1FF;
}
.footer__link:hover {
  transition: all 0.3s;
  color: #3EE3FF;
  text-decoration: underline 5px #3EE3FF;
  cursor: pointer;
}
.footer__link:hover .dwm__letter, .footer__link:hover .contrast {
  transition: all 0.3s;
  fill: #3EE3FF;
}
.footer__link svg {
  width: 70px;
}

.contrast {
  fill: #3DA1FF;
}

.dwm__letter {
  fill: white;
}

.reseau__svg {
  width: 32px;
  height: 32px;
  fill: #3DA1FF;
}
.reseau__svg:hover {
  transition: all 0.3s;
  fill: #3EE3FF;
}

@media (min-width: 768px) {
  .footer__list {
    margin-left: 115px;
  }

  .footer__item {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.grid {
  display: grid;
  grid-template-columns: 2fr 2fr 7fr 1fr 1fr;
  margin: 25px 25px;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.grid:first-child {
  margin-top: 0px;
  padding-top: 25px;
}

.paragraph {
  grid-column: 2/5;
}
.paragraph:first-child {
  grid-column: 1/4;
  margin-left: 20px;
}

.paragraph--nofirst:first-child {
  grid-column: 2/5;
}

.paragraph__img {
  width: auto;
  width: 300px;
  grid-column: 2/-1;
  margin-bottom: 50px;
}

.title {
  grid-column: 1/-1;
  margin-top: 0%;
  margin-bottom: 2rem;
}

.text {
  margin-top: 0%;
}

.title--big {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}

.title--mid {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.title--little {
  font-size: 22px;
}

.title--mini {
  font-size: 20px;
  color: #282828;
}

.text--main {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  margin-left: 10px;
}

.text--secondary {
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  margin-left: 0px;
}

.text--third {
  font-size: 18px;
}

.slider__title {
  text-align: center;
}

.slider__text {
  grid-column: 2/4;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}

.step {
  margin-top: 32px;
  display: flex;
  grid-column: 2/-1;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
}
.step:first-child {
  grid-column: 1/-1;
}

.step__img {
  width: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.step__text {
  margin: 0px;
}

.grid--case {
  margin-bottom: 0%;
  color: white;
}
.grid--case .title--mini {
  color: #dfdfdf;
}

.grid--last {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
    max-width: 825px;
  }

  .paragraph {
    grid-column: 4/10;
  }
  .paragraph:first-child {
    grid-column: 3/10;
  }

  .paragraph--nofirst:first-child {
    grid-column: 4/10;
  }

  .title--big {
    grid-column: 2/9;
    font-size: 64px;
  }

  .title--mid {
    grid-column: 4/9;
    font-size: 48px;
  }

  .text--main {
    grid-column: 3/11;
    font-size: 27px;
  }

  .text--secondary {
    grid-column: 5/11;
    font-size: 23px;
  }

  .text--third {
    font-size: 20px;
  }

  .paragraph__img {
    grid-column: 4/-1;
    width: 400px;
  }

  .paragraph__img--first {
    grid-column: 7/-1;
  }

  .grid--case, .grid--last {
    margin-bottom: 0%;
  }
}
@media (min-width: 1150px) {
  .grid {
    grid-template-columns: repeat(13, 1fr);
    max-width: 1440px;
  }

  .title--big {
    grid-column: 2/8;
    font-size: 90px;
    line-height: 75px;
  }

  .title--mid {
    grid-column: 4/9;
    font-size: 48px;
  }

  .text--main {
    grid-column: 3/10;
    font-size: 30px;
  }

  .text--secondary {
    grid-column: 5/11;
    font-size: 24px;
  }

  .text--third {
    font-size: 21px;
  }

  .paragraph__img {
    grid-column: 4/-1;
  }

  .paragraph__img--first {
    grid-column: 10/-1;
    margin-top: 50px;
    width: 400px;
  }
}
.fouille {
  color: white;
}

.grid--slider {
  margin-bottom: 25px;
  grid-template-columns: 1fr 7fr 1fr;
}

.slide__list {
  display: none;
}

.splide__arrows {
  display: none;
}

.slide {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

.splide__img {
  width: 75%;
}

.slider__text {
  grid-column: 2/3;
}

.splide__sub {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

.splide__name {
  font-weight: 700;
  font-size: 27px;
  line-height: 29px;
  margin-top: 0%;
}

.splide__slide, .slide__slide {
  text-align: center;
  padding: 0px 15px;
  padding-top: 35px;
  width: 100%;
  transition: transform 400ms;
  transform: scale(0.9);
  transform-origin: center center;
  color: white;
}

.splide__slide.is-active {
  transform: scale(1);
}

.splide__pagination {
  padding: 0%;
}
.splide__pagination .splide__pagination__page {
  background: none;
  width: 25px;
  height: 10px;
  border: solid 2px #3DA1FF;
  margin: 5px;
}
.splide__pagination .splide__pagination__page:hover {
  transition: all 300ms;
  background-color: #3EE3FF;
  border: solid 2px #3EE3FF;
}
.splide__pagination .is-active {
  background-color: #3EE3FF;
  border: solid 2px #3EE3FF;
}

@media (min-width: 768px) {
  .grid--slider {
    grid-template-columns: 1fr 3fr 1fr;
  }

  .slide__list {
    display: flex;
    margin-bottom: 0%;
  }

  .splide__sub {
    font-size: 18px;
  }

  .splide__name {
    font-size: 30px;
  }

  .slider__title {
    grid-column: 2/3;
  }

  .slide {
    display: none;
  }
}
@media (min-width: 1150px) {
  .grid--slider {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .slide__list {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .splide__sub {
    font-size: 20px;
  }

  .splide__name {
    font-size: 35px;
  }

  .slide {
    display: none;
  }
}
.grid--proto {
  margin-bottom: 0%;
  padding-bottom: 100px;
}

.proto__title {
  grid-column: 2/-1;
}

.proto__text {
  grid-column: 2/-1;
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  margin: 0%;
}

.reseau {
  background-color: #1d1d1d;
  color: white;
}

.reseau__list {
  margin: 0%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .grid--proto {
    grid-template-columns: repeat(6, 1fr);
  }

  .proto__text {
    grid-column: 2/6;
    font-size: 26px;
  }

  .reseau__list {
    width: 400px;
  }
}
@media (min-width: 1150px) {
  .grid--proto {
    grid-template-columns: 2fr repeat(4, 1fr) 2fr;
  }

  .proto__text {
    grid-column: 2/6;
    font-size: 30px;
  }

  .reseau__list {
    width: 600px;
  }
}
.header {
  height: 100vh;
  position: relative;
}

.header__logo {
  position: absolute;
  width: 60%;
  top: 10%;
  left: 15%;
  width: 300px;
}

.header__title {
  line-height: 1;
  margin-bottom: 0%;
}

.header__img {
  width: 100%;
}

.header__title {
  font-size: 67px;
  font-style: italic;
  font-weight: 800;
  margin: 0%;
}

.title__go {
  padding: 0px 5px;
  font-size: 75px;
  color: white;
}

.header__go {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black;
  text-decoration: 0;
  bottom: 5%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  min-width: 190px;
}
.header__go .contrast {
  fill: #005B0F;
}
.header__go:hover .contrast {
  transition: all 0.3s;
  fill: #01400b;
}

.header__text {
  margin: 0%;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-left: 5px;
}

.header__link {
  color: black;
  text-decoration: none;
  cursor: pointer;
  font-size: 32px;
  margin-left: 1rem;
}
.header__link .title__go {
  font-size: 36px;
}
.header__link:hover {
  transition: all 0.3s;
  color: #01400b;
}

.header__alain {
  position: absolute;
  bottom: 5%;
  right: 0%;
  width: 300px;
}

.case__title {
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-size: 50px;
}

@media (min-width: 768px) {
  .header__logo {
    width: 400px;
  }

  .header__title {
    font-size: 105px;
  }

  .title__go {
    font-size: 120px;
  }

  .header__go {
    font-size: 40px;
  }

  .header__text {
    font-size: 30px;
    line-height: 120%;
  }

  .case__title {
    font-size: 74px;
  }

  .header__link {
    font-size: 40px;
  }
  .header__link .title__go {
    font-size: 45px;
  }

  .header__alain {
    width: 450px;
  }
}
@media (min-width: 1150px) {
  .header__logo {
    width: 500px;
  }

  .header__title {
    font-size: 6vw;
  }

  .title__go {
    font-size: 8vw;
  }

  .header__go {
    font-size: 50px;
  }

  .header__text {
    font-size: 2vw;
    white-space: normal;
  }

  .case__title {
    font-size: 105px;
  }

  .header__link {
    font-size: 45px;
  }
  .header__link .title__go {
    font-size: 52px;
  }
}
.header__btn, .proto__btn {
  grid-column: 1/-1;
  font-size: 22px;
  background-color: #005B0F;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  line-height: 60px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #005B0F;
  margin: 20px auto;
  cursor: pointer;
}

.proto__btn {
  width: 200px;
  height: 100px;
  line-height: 100px;
}
.proto__btn:hover {
  border: 1px solid transparent;
  background: url("../assets/images/btn--anim1.png");
  transition-delay: 0.6s;
  background-size: 200px;
  animation: back 0.5s steps(5) forwards;
}

.proto__btn--contrast {
  background-color: #3DA1FF;
  color: black;
}
.proto__btn--contrast:hover {
  background: url("../assets/images/btn--anim3.png");
}

.header__btn {
  width: 240px;
  height: 80px;
  line-height: 80px;
}
.header__btn:hover {
  border: 1px solid transparent;
  background: #005B0F url("../assets/images/btn--anim2.png");
  transition-delay: 0.6s;
  background-size: 100%;
  animation: back1 0.6s steps(6) forwards;
}

.title__go {
  background-image: url("../assets/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header {
  background: url("../assets/images/waterback.png");
}

.slide__slide, .splide__slide {
  background-image: url("../assets/images/sol.png");
}

.fouille, .grid--case, .footer {
  background-image: url("../assets/images/dirtback.png");
}

.content {
  background-image: url("../assets/images/coldback.png");
}

.switch {
  height: 168px;
}

.dirttocold {
  background-image: url("../assets/images/dirttocold.png");
}

.coldtodirt {
  background-image: url("../assets/images/coldtodirt.png");
}

.header--case {
  padding-top: 3rem;
  padding-bottom: 1rem;
  height: auto;
  background: url("../assets/images/coldback.png");
}

@media (min-width: 768px) {
  .proto__btn {
    width: 240px;
    height: 120px;
    line-height: 120px;
    font-size: 30px;
  }
  .proto__btn:hover {
    background-size: 240px;
  }

  .header__btn {
    width: 270px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    margin-top: 2rem;
  }
  .header__btn:hover {
    background-size: 270px;
  }
}
@media (min-width: 1150px) {
  .proto__btn {
    width: 280px;
    height: 140px;
    line-height: 140px;
    font-size: 35px;
  }
  .proto__btn:hover {
    background-size: 280px;
  }

  .header__btn {
    width: 300px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
  }
  .header__btn:hover {
    background-size: 300px;
  }
}
@keyframes back {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -500px;
  }
}
@keyframes back1 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -480px;
  }
}
body {
  font-family: "nort", sans-serif;
  background: #F8FFFF;
  font-weight: 300;
  font-size: 20px;
  line-height: 155%;
}

ul {
  list-style: none;
  padding: 0%;
}

@media (min-width: 768px) {
  @keyframes back {
    0% {
      background-position-y: 0;
    }
    100% {
      background-position-y: -600px;
    }
  }
  @keyframes back1 {
    0% {
      background-position-y: 0;
    }
    100% {
      background-position-y: -540px;
    }
  }
}
@media (min-width: 1150px) {
  @keyframes back {
    0% {
      background-position-y: 0;
    }
    100% {
      background-position-y: -700px;
    }
  }
  @keyframes back1 {
    0% {
      background-position-y: 0;
    }
    100% {
      background-position-y: -600px;
    }
  }
}
/*# sourceMappingURL=app.css.map*/