/** RESET CSS **/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** FONTS **/
@font-face {
  font-family: "Fredoka One";
  src: url("../fonts/FredokaOne-Regular.woff2") format("woff2"), url("../fonts/FredokaOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/** PLYR **/
.plyr:-webkit-full-screen video {
  height: 100% !important;
}

/** MAIN **/
html {
  font-size: 16px;
}

body {
  width: 100%;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
}

p {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.48em;
  color: #000;
}

p + p {
  margin-top: 1.25rem;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.main-container {
  max-width: 1120px;
  margin: 0 auto;
}

.section-0 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.section-intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-intro .intro-title {
  margin-top: 3rem;
}
.section-intro .intro-title h1 {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  text-align: center;
  color: #fff;
}
.section-intro .intro-arrow {
  margin-top: 8rem;
}

.section-title h2 {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.section-desc {
  position: relative;
  z-index: 2;
}
.section-desc .container {
  position: relative;
  z-index: 2;
  padding-bottom: 260px;
}
.section-desc .section-row {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.section-desc .section-row .desc {
  width: 100%;
  max-width: 428px;
  min-height: 400px;
  padding: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-desc .section-row .desc .img {
  margin-left: 20px;
  margin-bottom: 8px;
}
.section-desc .section-row .plant-stats {
  margin-top: 150px;
  margin-left: 40px;
  width: 380px;
  overflow: hidden;
}
.section-desc .section-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 653px;
}
.section-desc .section-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 653px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-desc .section-footer-white {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: 420px solid #fff;
  border-left: 1100px solid transparent;
  border-right: 40px solid #fff;
}

.section-fct {
  position: relative;
  z-index: 3;
  margin-top: -128px;
  background: linear-gradient(to top, #bbe4f6 0%, #fff 192px, transparent 400px);
}
.section-fct .section-title {
  padding-right: 80px;
}
.section-fct .section-title h2 {
  text-align: right;
}
.section-fct .section-title .first {
  color: #004a2c;
}
.section-fct .section-title .snd {
  color: #48a32c;
}
.section-fct .section-title .third {
  color: #f4be40;
}
.section-fct .section-row {
  position: relative;
  padding-top: 3rem;
}
.section-fct .row-semis,
.section-fct .row-saison {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-fct .row-saison {
  position: absolute;
  top: 45px;
  left: -6px;
  width: 100%;
  opacity: 0;
}
.section-fct .desc {
  width: 380px;
}
.section-fct .desc .desc-title h3 {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #48a32e;
}
.section-fct .desc .desc-content {
  margin-top: 1rem;
}
.section-fct .desc .desc-content p {
  font-size: 1.375rem;
  text-align: center;
}
.section-fct .desc-list {
  margin-top: 2rem;
}
.section-fct .desc-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.section-fct .desc-list li + li {
  margin-top: 0.8rem;
}
.section-fct .desc-list li .before {
  display: inline-block;
  width: 15px;
  height: 20px;
  min-width: 15px;
  min-height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-fct .desc-list li .text {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.125rem;
}

.section-video {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-video .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.section-video .section-title h3 {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  text-align: center;
  color: #fff;
}
.section-video .section-content {
  margin-top: 3rem;
}

.section-benef {
  padding-top: 4rem;
  background: #689d17;
  background: linear-gradient(135deg, #006924 0%, #378a1e 15%, #a4bc02 60%);
}
.section-benef .section-title h2 {
  color: #fff;
}
.section-benef .section-title h2 em {
  color: #004a2c;
}
.section-benef .section-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 880px;
  margin: 0 auto;
  margin-top: 4rem;
}
.section-benef .section-content-desktop {
  display: flex;
}
.section-benef .section-content-mobile {
  display: none;
}
.section-benef .content-col {
  width: 48%;
}
.section-benef .content-col + .content-col {
  margin-left: 4%;
}
.section-benef .content-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.section-benef .content-item .content-icon {
  min-width: 82px;
  width: 82px;
  text-align: center;
}
.section-benef .content-item .content-icon img {
  max-width: 90%;
}
.section-benef .content-item .content-text {
  margin-left: 1rem;
}
.section-benef .content-item p {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.section-benef .content-item ul {
  margin-top: 1rem;
}
.section-benef .content-item ul li {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.section-benef .content-item ul li.small {
  margin-top: 0.5rem;
  background: none;
  font-size: 0.75rem;
}
.section-benef .content-item + .content-item {
  margin-top: 2rem;
}
.section-benef .content-item.content-item-4, .section-benef .content-item.content-item-6 {
  margin-top: 6rem;
}
.section-benef .benef-footer {
  margin-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
  border-bottom: 16px solid #48a32c;
}
.section-benef .benef-footer .footer-title {
  text-align: center;
}
.section-benef .benef-footer .footer-title h2 {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.section-benef .benef-footer .footer-content {
  margin-top: 2rem;
  text-align: center;
}
.section-benef .benef-footer .footer-content p {
  font-family: "Fredoka One", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.48em;
  font-weight: 400;
  color: #fff;
}
.section-benef .benef-footer .footer-img {
  position: absolute;
  bottom: -3px;
  right: 30px;
}

.section-footer .footer-logo {
  padding: 1rem;
  background: #004b2d;
  text-align: right;
}
.section-footer .footer-logo img {
  position: relative;
  width: 280px;
  margin-right: 30px;
}
.section-footer .footer-content {
  background: #fff;
  padding: 4rem 8rem;
}
.section-footer .footer-content .container {
  position: relative;
}
.section-footer .mentions-legales {
  padding-bottom: 4rem;
}
.section-footer .mentions-legales p {
  font-family: "MyriadPro-Regular", Arial, sans-serif;
  font-size: 12px;
}
.section-footer .mentions-legales p a {
  color: #000;
}
.section-footer .mentions-legales-big {
  padding-top: 1rem;
  border-top: 2px solid #000;
}
.section-footer .mentions-legales-big p {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
}
.section-footer .footer-vertical-text {
  position: absolute;
  bottom: 130px;
  right: -100px;
  transform: rotate(-90deg);
  transform-origin: right top;
}
.section-footer .footer-vertical-text p {
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  body {
    font-size: 14px;
  }

  img {
    max-width: 100%;
  }

  .section-intro {
    justify-content: flex-start;
  }
  .section-intro .container {
    margin-top: 3rem;
  }
  .section-intro .intro-logo img {
    width: 100%;
  }

  .intro-title {
    padding-top: 20vh;
  }

  .section-desc .section-row {
    flex-direction: column;
    align-items: center;
  }
  .section-desc .section-row .desc {
    margin-left: -10%;
  }
  .section-desc .section-row .plant-stats {
    margin-top: -50px;
    margin-right: -10%;
  }

  .section-fct .row-semis,
.section-fct .row-saison {
    flex-direction: column;
  }
  .section-fct .row-semis .icon,
.section-fct .row-saison .icon {
    margin-top: 4rem;
  }
  .section-fct .scrolltrigger {
    padding-bottom: 185px;
  }

  .section-video .container {
    height: 100vh;
  }
  .section-video .container .video,
.section-video .container video {
    max-width: 100%;
  }

  .section-benef .section-content-desktop {
    display: none;
  }
  .section-benef .section-content-mobile {
    display: flex;
    max-width: 100%;
  }
  .section-benef .section-content-mobile .content-col {
    width: 80%;
    margin: 0 auto;
  }
  .section-benef .benef-footer {
    margin-top: 10rem;
    padding-top: 10rem;
  }
  .section-benef .benef-footer .footer-title,
.section-benef .benef-footer .footer-content {
    max-width: 40%;
    position: relative;
    top: -8rem;
    left: 5%;
  }
  .section-benef .benef-footer .footer-img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }

  .section-desc .section-row .plant-stats,
.section-desc .section-row .desc {
    width: 80%;
    margin: 0 auto;
    background-size: contain;
  }

  .section-desc .container {
    padding-bottom: 80px;
  }

  .section-desc .section-footer,
.section-desc .section-footer-bg {
    height: 400px;
  }

  .section-desc .section-footer-white {
    border-bottom: 237px solid #fff;
  }

  .section-fct {
    margin-top: -78px;
  }

  .section-fct .section-title {
    padding-right: 0;
    margin: 0 15px;
  }

  .section-fct .row-semis .icon,
.section-fct .row-saison .icon,
.section-fct .desc {
    max-width: 90%;
  }

  .section-video .container {
    padding: 0;
  }

  .section-benef .content-item.content-item-4,
.section-benef .content-item.content-item-6 {
    margin-top: 2rem;
  }

  .section-benef .benef-footer {
    margin-top: 6rem;
  }

  .section-benef .benef-footer .footer-title,
.section-benef .benef-footer .footer-content {
    max-width: 60%;
  }

  .section-footer .footer-logo img {
    width: 120px;
  }

  .section-footer .footer-content {
    padding: 2rem;
  }

  .section-footer .footer-vertical-text {
    bottom: 110px;
    right: -10px;
  }
}
@media (max-width: 576px) {
  html, body {
    font-size: 12px;
  }
}

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