/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

body {
  height: 100%;
  font-family: "usual", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 1;
  background-color: #FFF;
}

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

a {
  text-decoration: none;
  transition: color 0.3s ease-out;
}
a img {
  border: none;
}

a:active, a:focus,
button:active, button:focus {
  outline: none;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0 0 0.375em;
  padding: 0;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 0.9;
}

h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
}
p + p {
  margin-top: 1em;
}

ul {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 0.625em;
}

sub {
  vertical-align: sub;
  font-size: 0.625em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.container {
  width: 100%;
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 0 10px;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/*	BURGER ICON
-----------------------------------------------------------------------------------------*/
.c-hamburger {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 110;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 56px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  cursor: pointer;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 15px;
  right: 15px;
  height: 4px;
  background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
}

.c-hamburger span::before {
  top: -12px;
}

.c-hamburger span::after {
  bottom: -12px;
}

.c-hamburger--htx {
  background-color: #fff;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #fff;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.header {
  position: relative;
  background-color: transparent;
  background: url("../../assets/images/bg-header.jpg");
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header > .container {
  position: relative;
  background-color: #FFF;
}

.header-top {
  position: relative;
  background-color: #FFF;
  z-index: 100;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
}
.header-top > .container {
  position: relative;
  max-width: 1200px;
  padding: 10px;
}

.header-logo {
  position: relative;
  display: block;
  width: 60px;
  z-index: 110;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-logo span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  text-indent: -9999px;
}

.header-menu {
  position: absolute;
  right: 10px;
  bottom: 1em;
}

.menu-main {
  display: inline-block;
}
.menu-main li {
  display: inline-block;
}
.menu-main li + li {
  margin-left: 2.5em;
}
.menu-main li.active a {
  color: #008d9c;
}
.menu-main li a {
  font-size: 0.875em;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.menu-main li a:hover {
  color: #008d9c;
}

.menu-social {
  display: inline-block;
  margin-left: 2.5em;
}
.menu-social li {
  display: inline-block;
}
.menu-social li + li {
  margin-left: 1.5em;
}
.menu-social li a {
  display: block;
}
.menu-social li a img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-social-facebook a {
  width: 24px;
  height: 24px;
}

.menu-social-youtube a {
  width: 22px;
  height: 26px;
}

.header-content {
  position: relative;
}

.header-frais {
  width: 75px;
  height: auto;
  margin: 0 auto 6px;
  text-align: center;
}
.header-frais img {
  display: block;
  width: 100%;
  height: auto;
}

.header-title {
  font-size: 3em;
  position: relative;
  max-width: 416px;
  margin: 0 0 0 20px;
  padding: 1em 0 4.25em;
}
.header-title img {
  display: block;
  width: 100%;
  height: auto;
}

.header-eleveur-patch {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 176px;
  transform: translate(75%, 0);
  text-align: center;
}
.header-eleveur-patch img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.header-eleveur-patch::before {
  content: '';
  position: absolute;
  top: 6.75%;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  width: 38.63636%;
  height: 41.97531%;
  background: transparent url("../../assets/images/coq.png") left top no-repeat;
  background-size: contain;
}

.header-intro {
  padding: 2em 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  text-align: center;
}
.header-intro > .container {
  position: relative;
}
.header-intro p {
  max-width: 37em;
  margin: 0 auto;
}
.header-intro p + p {
  max-width: 38.5em;
  margin-top: 1em;
}
.header-intro p span {
  display: block;
  margin-bottom: 0.25em;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 0.9;
}

.header-delhaize-patch {
  position: absolute;
  right: 0.75em;
  bottom: 0;
  width: 256px;
  transform: translate(0, 0);
}
.header-delhaize-patch img {
  display: block;
  width: 100%;
  height: auto;
}

.scroll-bottom {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 37px;
  height: 26px;
  background: transparent url("../../assets/images/arrow-bottom-black.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.sucre {
  padding: 100px 0 140px;
  background-color: transparent;
  background-image: url("../../assets/images/bg-sucre.jpg");
  background-position: center -10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sucre-illus {
  width: 280px;
  margin: 0 0 15px 30px;
}
.sucre-illus img {
  display: block;
  width: 100%;
  height: auto;
}

.sucre-text {
  max-width: 37em;
}
.sucre-text h2 {
  padding-right: 1em;
}

.gout {
  padding: 0 0 320px;
  background-color: transparent;
  background-image: url("../../assets/images/bg-gout.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.gout > .container {
  position: relative;
}

.gout-illus {
  position: absolute;
  top: 20px;
  left: 120px;
  width: 348px;
}
.gout-illus::before {
  content: '';
  position: absolute;
  top: -45px;
  left: -116px;
  width: 570px;
  height: 525px;
  background: transparent url("../../assets/images/pola.png") center center no-repeat;
  background-size: cover;
}
.gout-illus img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(-8.3deg);
}

.gout-text {
  float: right;
  max-width: 35em;
}

.bio {
  position: relative;
  z-index: 10;
}
.bio::before {
  content: '';
  position: absolute;
  top: -60px;
  width: 100%;
  height: 120%;
  background-color: transparent;
  background-image: url("../../assets/images/bg-bio.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-text {
  position: relative;
  max-width: 40em;
  margin: 0 auto 0;
  padding: 1.25em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
}
.bio-text span {
  display: block;
}

.bio-recette {
  position: relative;
  width: 346px;
  height: 442px;
  margin-top: 80px;
  padding: 254px 0 0 48px;
  background: transparent url("../../assets/images/bg-recette.png") center center no-repeat;
  background-size: contain;
}
.bio-recette h3 {
  position: absolute;
  top: 160px;
  left: 95px;
  transform: rotate(-5.5deg);
  font-family: "felt-tip-roman", sans-serif;
  font-size: 2em;
  font-weight: normal;
  color: #FFF;
  line-height: 1;
  text-align: right;
}
.bio-recette p {
  max-width: 15em;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 1.125em;
  line-height: 1.25;
  text-align: center;
}

.stevia > .container {
  position: relative;
}

.stevia-illus {
  position: relative;
  left: 50%;
  width: 1600px;
  transform: translate(-44%, 0);
  padding-top: 120px;
}
.stevia-illus img {
  display: block;
  width: 100%;
  height: auto;
}

.stevia-text {
  position: absolute;
  top: 100px;
  max-width: 37em;
  z-index: 10;
}
.stevia-text h2 span {
  text-transform: uppercase;
}
.stevia-text p:first-of-type {
  padding-right: 3em;
}
.stevia-text p:nth-of-type(2) {
  padding-right: 5em;
}
.stevia-text p:last-of-type {
  padding-right: 12em;
}

.soon {
  position: relative;
}
.soon::after {
  content: '';
  position: absolute;
  top: -92px;
  left: 0;
  width: 100%;
  height: 120%;
  background: transparent url("../../assets/images/bg-soon.png") center top no-repeat;
  background-size: cover;
  z-index: 110;
}
.soon > .container {
  position: relative;
  padding-bottom: 380px;
  z-index: 120;
}
.soon h2 {
  max-width: 18em;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
}

.soon-link {
  margin-top: 30px;
  text-align: center;
}
.soon-link a {
  display: inline-block;
  background-color: transparent;
  padding: 0.5em 1.25em 0.625em;
  border: 2px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.soon-link a i {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(1px);
  font-size: 1.5em;
  color: #FFF;
  transition: color 0.3s ease-out;
}
.soon-link a:hover {
  background-color: #FFF;
  color: #008d9c;
}
.soon-link a:hover i {
  color: #008d9c;
}

.footer {
  position: relative;
  padding: 2em 0;
  background-color: #008d9c;
  z-index: 120;
}
.footer > .container {
  position: relative;
  max-width: 76.125rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.footer > .container::after {
  content: '';
  position: absolute;
  top: -96px;
  right: 10px;
  width: 294px;
  height: 128px;
  background: transparent url("../../assets/images/patch-delhaize.png") left top no-repeat;
  background-size: contain;
  z-index: 120;
}

.footer-logo {
  width: 100px;
  height: 100px;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.copyright {
  position: absolute;
  bottom: 0;
  right: 1.5em;
  font-size: 0.875em;
}
.copyright a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  color: #000;
}
.copyright a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 19px;
  background: transparent url("../../assets/images/logo-noosphere.svg") left top no-repeat;
  background-size: contain;
}

.cookies-link {
  display: inline-block;
  position: absolute;
  left: 160px;
  bottom: 0;
  padding-bottom: 2px;
}
.cookies-link a {
  display: inline-block;
  font-size: 0.875rem;
  color: black;
  line-height: 1.25;
  text-decoration: underline;
}
.cookies-link a:hover {
  color: white;
}

@media screen and (max-width: 767px) {
  .cookies-link {
    display: block;
    max-width: 15em;
    position: relative;
    left: initial;
    bottom: initial;
    margin: 0 auto 3em;
    padding: 0;
  }
}
.btn {
  display: inline-block;
  margin-top: 1.875em;
  padding: 0.5em 1.25em 0.75em;
  border: 3px solid #000;
  font-size: 0.875em;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.btn:hover {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}

.info-cookies {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 10001;
  opacity: 0;
  padding: 1em 0;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  transition: 0.6s all ease-in-out;
}
.info-cookies.visible {
  bottom: 0;
  opacity: 1;
  transition: 0.6s all 0.2s ease-in-out;
}
.info-cookies > .container {
  position: relative;
  padding: 0 1em;
}
.info-cookies > .container::after {
  content: '';
  display: table;
  clear: both;
}
.info-cookies p {
  position: absolute;
  left: 1rem;
  right: 11em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875em;
  color: black;
  line-height: 1.4;
}
.info-cookies a {
  color: black;
  text-decoration: underline;
}
.info-cookies a:hover {
  color: #c80000;
}
.info-cookies button {
  float: right;
  margin-left: 0.5em;
  margin-top: 8px;
  background-color: white;
  font-family: "usual", sans-serif;
  cursor: pointer;
}
.info-cookies button.btn {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .info-cookies {
    padding: 20px 0;
    text-align: center;
  }
  .info-cookies p {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    transform: translateY(0);
    margin-bottom: 1rem;
  }
  .info-cookies > .container {
    max-width: 100%;
  }
  .info-cookies button {
    float: none;
    margin: 0.75em auto 0;
  }
}
.site-container {
  overflow: hidden;
}

.row {
  margin-bottom: 3em;
}

.video-play,
.video-close {
  display: block;
  position: fixed;
  top: 154px;
  right: 20px;
  z-index: 160;
  width: 80px;
  height: 80px;
  background: transparent url("../../assets/images/video-play.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.video-close {
  display: none;
  background: transparent url("../../assets/images/video-close.png") center center no-repeat;
  background-size: contain;
}

.video-wrapper {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 150;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity 0.3s ease-out;
}
.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.video-wrapper.portrait video {
  width: auto;
  height: 100%;
}

.video-playing .header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.video-playing .header {
  padding-top: 100px;
}
.video-playing .video-wrapper {
  visibility: visible;
  opacity: 1;
}
.video-playing .video-play {
  display: none;
}
.video-playing .video-close {
  display: block;
}

/* -----------------------------------------------------------------
----------------------------  < 1169px  ----------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 1169px) {
  .container {
    max-width: 60em;
    padding: 0 15px;
  }

  .header {
    background-position: 30% 15px;
  }

  .header-top > .container {
    max-width: 960px;
    width: 100%;
  }

  .header-menu {
    right: 10px;
  }

  .header-title {
    transform: translateX(60px);
  }

  .header-delhaize-patch {
    bottom: -80px;
  }

  .sucre {
    padding: 80px 0 120px;
  }

  .sucre-illus {
    margin: 0 0 10px 45px;
  }

  .sucre-text {
    max-width: 34em;
    padding-left: 15px;
  }

  .gout-illus {
    left: 30px;
  }

  .gout-text {
    max-width: 31em;
    padding-right: 15px;
  }

  .stevia-text {
    max-width: 44em;
    padding-left: 15px;
  }
  .stevia-text p:nth-of-type(2) {
    padding-right: 19em;
  }
  .stevia-text p:last-of-type {
    padding-right: 28em;
  }

  .stevia-illus {
    left: 57%;
    transform: translate(-50%, 0);
    padding-top: 240px;
  }

  .soon::after {
    top: -85px;
    height: 118%;
  }
  .soon > .container {
    padding-top: 30px;
    padding-bottom: 340px;
  }
}
/* -----------------------------------------------------------------
---------------------------  768px -> 959px  ---------------------------
----------------------------------------------------------------- */
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .container {
    width: 768px;
  }
}
/* -----------------------------------------------------------------
---------------------------  0 -> 959px  ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  h2 {
    font-size: 2.5em;
  }

  .container {
    max-width: 768px;
  }

  .header-delhaize-patch {
    position: relative;
    bottom: inherit;
    right: inherit;
    transform: translate(0, 0);
    margin: 0 auto;
  }

  .scroll-bottom {
    display: none;
  }

  .header {
    background-image: none;
  }

  .header-content {
    background-image: url("../../assets/images/bg-header-medium.jpg");
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 1024px auto;
  }

  .header-title {
    margin-left: 0;
    padding-bottom: 180px;
    transform: translateX(0);
  }

  .header-intro {
    padding: 2.5em 0 1.25em;
  }

  .sucre-illus {
    width: 220px;
    margin-bottom: 15px;
  }

  .sucre-text {
    max-width: 24em;
  }

  .gout {
    padding-bottom: 280px;
    background-image: url("../../assets/images/bg-gout-medium.jpg");
    background-size: 1440px auto;
  }

  .gout-illus {
    left: -60px;
  }

  .gout-text {
    max-width: 25em;
  }

  .bio-text {
    max-width: 37em;
    padding: 1.25em 1.125em;
  }

  .bio-recette {
    margin: 20px auto 0;
  }

  .stevia-text {
    max-width: 25em;
    position: relative;
    max-width: 100%;
    padding-right: 15px;
  }
  .stevia-text h2 span {
    display: block;
  }
  .stevia-text p:first-of-type {
    padding-right: 0;
  }
  .stevia-text p:nth-of-type(2) {
    padding-right: 0;
  }
  .stevia-text p:last-of-type {
    padding-right: 0;
  }

  .stevia-illus {
    left: 33%;
    width: 1280px;
    transform: translate(-50%, 0);
    padding-top: 120px;
  }

  .soon::after {
    top: -65px;
    height: 117%;
    background-size: 1240px, auto;
  }
  .soon > .container {
    padding-bottom: 250px;
  }

  .soon-link a {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
/* -----------------------------------------------------------------
----------------------------- 0 -> 767px ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
    line-height: 1;
  }

  .header-content {
    background-position: right -20px;
    background-size: 900px auto;
  }

  .header-top {
    min-height: 80px;
  }
  .header-top > .container {
    width: 420px;
    padding: 10px 0;
  }

  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
  }

  .menu-active .header-logo {
    z-index: 110;
  }
  .menu-active .header-menu {
    visibility: visible;
    opacity: 1;
  }

  .header-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
  }

  .menu-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-main li {
    display: block;
    width: 100%;
    width: 240px;
    margin: 0 auto;
  }
  .menu-main li + li {
    margin: 0 auto 0;
  }
  .menu-main li a {
    display: block;
    margin: 0;
    padding: 1em;
    font-size: 1.25em;
    text-align: center;
  }

  .menu-social {
    position: absolute;
    left: 50%;
    bottom: 3em;
    transform: translateX(-50%);
    margin: 0;
  }

  .c-hamburger {
    display: block;
  }

  .header-title {
    max-width: 320px;
    margin-left: 30px;
    padding: 40px 0 160px;
  }

  .header-intro {
    padding: 2.5em 1.25em 1.25em;
  }
  .header-intro p span {
    font-size: 1.75em;
  }

  .header-delhaize-patch {
    transform: translate(0);
  }

  .sucre {
    padding: 80px 0 100px;
  }

  .sucre-illus {
    width: 180px;
    margin: 0 0 10px 15px;
  }

  .sucre-text {
    max-width: 58%;
  }

  .gout {
    padding-bottom: 260px;
  }

  .gout-illus {
    width: 278px;
    left: initial;
    right: 62%;
    top: 60px;
  }
  .gout-illus::before {
    top: -36px;
    left: -93px;
    width: 456px;
    height: 420px;
  }

  .gout-text {
    max-width: 54%;
  }

  .stevia-text {
    top: 80px;
  }

  .stevia-illus {
    padding-top: 85px;
  }

  .soon::after {
    top: -55px;
    height: 120%;
    background-size: 1024px auto;
  }
  .soon > .container {
    padding-bottom: 186px;
  }

  .footer {
    padding: 2em 0 1.5em;
  }
  .footer > .container {
    padding: 0 1.5em;
    text-align: center;
  }
  .footer > .container::after {
    display: none;
  }

  .footer-logo {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
  }
  .footer-logo img {
    display: inline-block;
  }

  .copyright {
    position: relative;
    bottom: inherit;
    right: inherit;
    display: block;
    text-align: center;
  }

  .video-play,
  .video-close {
    top: 110px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) and (max-height: 480px) {
  .menu-main li a {
    padding: 0.5em 1em;
    font-size: 1em;
  }

  .menu-social {
    bottom: 2em;
  }
}
/* -----------------------------------------------------------------
---------------------------  0 -> 640px  ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .header-content {
    background-position: 80% -20px;
    background-size: 820px auto;
  }

  .header-title {
    padding: 40px 0 130px;
  }

  .sucre-text h2 {
    padding-right: 0.5em;
  }

  .gout-illus {
    display: none;
  }

  .gout-text {
    max-width: 100%;
    padding-left: 15px;
  }

  .stevia-text h2 span {
    display: inline-block;
  }

  .soon::after {
    top: -55px;
    height: 122%;
    background-size: 855px auto;
  }
  .soon > .container {
    padding-top: 15px;
    padding-bottom: 150px;
  }

  .soon-link {
    margin-top: 20px;
  }
}
/* -----------------------------------------------------------------
---------------------------  0 -> 480px  ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.625em;
  }

  p {
    font-size: .875em;
  }

  .container {
    padding: 0 10px;
  }

  .header-content {
    background-image: url("../../assets/images/bg-header-small.jpg");
    background-position: 55% -5px;
    background-size: 480px auto;
  }

  .header-top > .container {
    width: 300px;
    padding: 10px 0;
  }

  .header-title {
    max-width: 240px;
    margin: 0 auto;
    padding: 30px 0 60px;
  }

  .header-intro {
    padding: 2em 10px 0;
  }
  .header-intro p span {
    margin-bottom: 0.25em;
    font-size: 1.5em;
    line-height: 1;
  }

  .header-delhaize-patch {
    transform: translate(0, 20px);
  }

  .sucre {
    padding: 30px 0 60px;
    background-position: 55% 0px;
  }

  .sucre-illus {
    margin: 0 0 10px 20px;
    transform: translateY(30px);
  }

  .sucre-text {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .gout {
    padding-bottom: 160px;
    background-size: 1024px auto;
    background-position: 50% bottom;
  }

  .gout-illus {
    display: none;
  }

  .gout-text {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 15px 15px;
    float: none;
  }

  .bio-text {
    max-width: 300px;
    padding: 15px;
  }

  .bio-recette {
    width: 320px;
    height: 410px;
    padding: 235px 0 0 48px;
    transform: translateX(-15px);
  }
  .bio-recette h3 {
    top: 152px;
    left: 105px;
    font-size: 1.625em;
  }
  .bio-recette p {
    font-size: 1em;
  }

  .stevia-text {
    top: 0;
    max-width: 300px;
    padding: 15px;
    position: relative;
    margin: 60px auto 0;
  }

  .stevia-illus {
    width: 768px;
    left: 30%;
    padding-top: 0;
  }

  .soon::after {
    top: -40px;
    height: 117%;
    background-size: 842px auto;
  }

  .soon-link a {
    font-size: 0.75em;
  }

  .video-play,
  .video-close {
    top: 240px;
    right: 10px;
  }
}
/* -----------------------------------------------------------------
---------------------------  0 -> 360px  ---------------------------
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
----------------------------  > 768px ------------------------------
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .video-playing .header {
    padding-top: 80px;
  }
}
/* -----------------------------------------------------------------
----------------------------  > 1920px  ----------------------------
----------------------------------------------------------------- */
@media screen and (min-width: 1920px) {
  body {
    font-size: 1.25em;
  }
}
