@charset "UTF-8";
/*
Font: 		Brownhill Script
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T7698/brownhill-script
Foundry: 	Sizimon
Foundry: 	https://www.youworkforthem.com/designer/859/sizimon
Copyright:	Copyright (c) 2015 by Sizimon.
Version: 	17
Created:	March 28, 2017
License: 	https://www.youworkforthem.com/font-license
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted
			from using the WebFonts(s) listed without a purchased license.
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: 'brownhill_scriptregular';
  src: url("fonts/BrownhillScript.ttf");
  src: url("fonts/BrownhillScript.eot");
  src: url("fonts/BrownhillScript.eot%3F") format("embedded-opentype"), url("fonts/BrownhillScript.woff2") format("woff2"), url("fonts/BrownhillScript.woff") format("woff"), url("fonts/BrownhillScript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*p {
  @include font-size(14px)
}*/
/* USAGE
@include keyframes(move-the-object) {
  0%   { left: 100px; }
  100% { left: 200px; }
}

.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}
*/
/**
* Conditional Media Query Mixin
* by @sheiko (http://dsheiko.com)
*
* The problem this mixin solves is explained there
* http://css-tricks.com/conditional-media-query-mixins/
*
* https://github.com/dsheiko
* MIT license: http://www.opensource.org/licenses/mit-license.php
*/
/**
 * Usage examples
 */
/*.body {
  @include media( ">sm", "<md" ){
    background: red;
    color: white;
  };
}*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html {
  box-sizing: border-box; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  appearance: none; }

select {
  text-transform: none;
  /*&:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000000; // Text :focus color
    }*/ }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    background: none;
    color: inherit; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  user-select: none; }
  button:hover,
  .o-button:hover {
    text-decoration: none; }

p {
  line-height: 1.4; }
  @media (min-width: 1000px) {
    p {
      margin-bottom: 2.125rem; } }
  @media (max-width: 999px) {
    p {
      margin-bottom: 34px; } }
  @media (max-width: 699px) {
    p {
      font-size: 14px; } }
blockquote {
  font-weight: bold; }
  @media (min-width: 1000px) {
    blockquote {
      font-size: 1.625rem;
      margin: 0 0 3.75rem;
      padding: 0 0 0 7.5rem; } }
  @media (max-width: 999px) {
    blockquote {
      font-size: 20px;
      margin: 0 0 3.75rem;
      padding: 0 0 0 60px; } }
.o-entry ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1000px) {
    .o-entry ul {
      margin-bottom: 2.125rem; } }
  @media (max-width: 999px) {
    .o-entry ul {
      margin-bottom: 34px; } }
.o-entry li {
  position: relative;
  padding-left: 20px; }
  .o-entry li:before {
    content: "•";
    display: inline-block;
    margin-right: 12px; }

html {
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-weight: 300; }
  @media (max-width: 999px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    html {
      font-size: 13.5px; } }
  @media (min-width: 1600px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    html {
      font-size: 16px;
      /* [1] */ } }
  @media (min-width: 1600px) and (max-width: 1999px) {
    html {
      font-size: 20px; } }
  @media (min-width: 2000px) and (max-width: 2399px) {
    html {
      font-size: 20.5px; } }
  @media (min-width: 2400px) {
    html {
      font-size: 20.5px; } }
body {
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  background: #f0f0f0;
  /*&::after{content:"";width:100vw;height:1px;background: #F0F;top:50vh;position:absolute;right:0;z-index:10;}*/
  /*&::before{content:"";width:1px;height:450px;background: #00F;top:0;position:absolute;right:50vw;z-index:10;}*/
  /*transform:scale(0.4);*/ }
  body.progress {
    cursor: progress; }
    body.progress * {
      pointer-events: none !important; }
  body.desktop {
    overflow: hidden; }
  body.bloque {
    overflow: hidden; }
    body.bloque #main {
      position: fixed; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    body p {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    body p {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    body p {
      font-size: 14px; } }
  @media (max-width: 499px) {
    body p {
      font-size: 14px; } }
::selection {
  background: #231f20;
  color: #ffffff;
  text-shadow: none; }

*:focus {
  outline: 0; }

img {
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

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

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

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

#wpadminbar {
  display: none; }

.-overflow {
  overflow: hidden;
  position: relative; }

.-parallax-wrap {
  position: relative;
  overflow: hidden; }

.-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 1200px) {
    .-parallax {
      top: -6.8571428571vw;
      bottom: -2.2857142857vw; } }
.message-erreur, .message-okay {
  text-align: center; }
  @media (min-width: 1000px) {
    .message-erreur, .message-okay {
      font-size: 2rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .message-erreur, .message-okay {
      font-size: 28px; } }
  @media (max-width: 499px) {
    .message-erreur, .message-okay {
      font-size: 24px; } }
  @media (min-width: 1000px) {
    .message-erreur, .message-okay {
      padding: 2.5rem 0.625rem;
      margin: 2.5rem 0; } }
  @media (max-width: 999px) {
    .message-erreur, .message-okay {
      padding: 30px 10px;
      margin: 40px 0; } }
.message-erreur {
  background: #ff5859;
  color: #ffffff; }

.message-okay {
  background: #a1d782;
  color: #ffffff; }

.externe * {
  pointer-events: none; }

@media (max-width: 999px) {
  .-no-parallax-mobile {
    transform: none !important; } }

.snipcart-modal__container {
  z-index: 200 !important; }

.snipcart-item-line__image {
  height: 126px !important;
  max-height: 126px !important;
  width: auto !important; }

.snipcart-item-line__media--small, .snipcart-item-line__media {
  height: 126px !important;
  width: 120px !important; }
  .snipcart-item-line__media--small img, .snipcart-item-line__media img {
    margin: 0 auto;
    width: auto !important;
    height: auto !important; }

.o-h, h6, .o-h6, h5, .o-h5, h4, .o-h4, h3, .o-h3, h2, .o-h2, h1, .o-h1 {
  margin-top: 0;
  line-height: 1.2;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.-brownhill {
  font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
  text-transform: lowercase; }

h1, .o-h1 {
  width: 100%; }
  @media (min-width: 1000px) {
    h1, .o-h1 {
      font-size: 3.25rem; } }
  @media (min-width: 1200px) {
    h1, .o-h1 {
      font-size: 2.9714285714vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    h1, .o-h1 {
      font-size: 40px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    h1, .o-h1 {
      font-size: 40px; } }
  @media (max-width: 499px) {
    h1, .o-h1 {
      font-size: 34px; } }
  h1.-brownhill, .o-h1.-brownhill {
    line-height: 0.9; }
    @media (min-width: 1000px) {
      h1.-brownhill, .o-h1.-brownhill {
        font-size: 7.5rem; } }
    @media (min-width: 1200px) {
      h1.-brownhill, .o-h1.-brownhill {
        font-size: 6.8571428571vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      h1.-brownhill, .o-h1.-brownhill {
        font-size: 80px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      h1.-brownhill, .o-h1.-brownhill {
        font-size: 75px; } }
    @media (max-width: 499px) {
      h1.-brownhill, .o-h1.-brownhill {
        font-size: 70px; } }
    @media (min-width: 1000px) {
      h1.-brownhill, .o-h1.-brownhill {
        margin-bottom: 2.5rem; } }
    @media (min-width: 1200px) {
      h1.-brownhill, .o-h1.-brownhill {
        margin-bottom: 2.2857142857vw;
        transform: translate3d(1.1428571429vw, 0, 0); } }
  @media (min-width: 1000px) {
    h1, .o-h1 {
      margin-bottom: 5.625rem; } }
  @media (min-width: 1200px) {
    h1, .o-h1 {
      margin-bottom: 5.1428571429vw; } }
.o-container {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .o-container {
      padding: 0 40px; } }
  @media (min-width: 1200px) {
    .o-container {
      padding: 0 2.2857142857vw; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .o-container {
      padding: 0 40px; } }
  @media (max-width: 499px) {
    .o-container {
      padding: 0 20px; } }
.o-section {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .o-section {
      padding-bottom: 8.125rem; } }
  @media (min-width: 1200px) {
    .o-section {
      padding-bottom: 7.4285714286vw; } }
  @media (max-width: 999px) {
    .o-section {
      padding-bottom: 80px; } }
.o-section-page {
  padding-bottom: 0; }
  @media (min-width: 1000px) {
    .o-section-page {
      padding-top: 4.375rem; } }
  @media (min-width: 1200px) {
    .o-section-page {
      padding-top: 3.7142857143vw; } }
  @media (max-width: 999px) {
    .o-section-page {
      padding-bottom: 0; } }
  @media (min-width: 1000px) {
    .o-section-page.t-page .o-text {
      padding-bottom: 8.125rem; } }
  @media (min-width: 1200px) {
    .o-section-page.t-page .o-text {
      padding-bottom: 7.4285714286vw; } }
  @media (max-width: 999px) {
    .o-section-page.t-page .o-text {
      padding-bottom: 80px; } }
  .o-section-page .o-container {
    position: relative; }
  .o-section-page__bg {
    position: relative; }
    .o-section-page__bg::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #f0f0f0;
      content: ""; }
      @media (min-width: 1000px) {
        .o-section-page__bg::before {
          top: 0vw;
          left: 1.4285714286vw;
          right: -2.2857142857vw; } }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .o-section-page__bg::before {
          left: 25px;
          right: -40px; } }
      @media (max-width: 999px) {
        .o-section-page__bg::before {
          left: -40px;
          right: -40px; } }
@media (min-width: 1000px) {
  .-padding-top-section {
    padding-top: 12.5rem; }
    .-padding-top-section.c-retailler-bg.-top {
      padding-top: 12.5rem; } }

@media (min-width: 1200px) {
  .-padding-top-section {
    padding-top: 17.1428571429vw; } }

@media (max-width: 999px) {
  .-padding-top-section {
    padding-top: 80px; }
    .-padding-top-section.c-retailler-bg.-top {
      padding-top: 80px; } }

@media (min-width: 700px) and (max-width: 999px) {
  .o-stripe-section {
    padding-top: 120px; } }

@media (max-width: 699px) {
  .o-stripe-section {
    padding-top: 88px; } }

@media (min-width: 1000px) {
  .-padding-bottom-section {
    padding-bottom: 7.5rem; } }

@media (min-width: 1200px) {
  .-padding-bottom-section {
    padding-bottom: 6.8571428571vw; } }

.o-grid {
  position: relative;
  margin-left: -3.75rem;
  letter-spacing: normal;
  font-size: 0; }
  @media (min-width: 1200px) {
    .o-grid {
      margin-left: -3.4285714286vw; } }
  @media (max-width: 999px) {
    .o-grid {
      margin-left: -40px; } }
  .o-grid.-margin-tiny {
    margin-left: -0.8125rem; }
  @media (max-width: 699px) {
    .o-grid.-center-small {
      text-align: center; } }
  .o-grid.-big-gutter {
    margin-left: -10rem; }

.o-grid_item, .o-two-fifths, .o-three-fifths, .o-three-quarters, .o-third, .o-col-right, .o-col-left, .o-two-thirds, .o-whole, .o-quarter, .o-half {
  display: inline-block;
  padding-left: 3.75rem;
  width: 100%;
  vertical-align: top;
  font-size: 1rem; }
  @media (min-width: 1200px) {
    .o-grid_item, .o-two-fifths, .o-three-fifths, .o-three-quarters, .o-third, .o-col-right, .o-col-left, .o-two-thirds, .o-whole, .o-quarter, .o-half {
      padding-left: 3.4285714286vw; } }
  @media (max-width: 999px) {
    .o-grid_item, .o-two-fifths, .o-three-fifths, .o-three-quarters, .o-third, .o-col-right, .o-col-left, .o-two-thirds, .o-whole, .o-quarter, .o-half {
      padding-left: 40px; } }
  .o-grid_item.-bottom, .-bottom.o-two-fifths, .-bottom.o-three-fifths, .-bottom.o-three-quarters, .-bottom.o-third, .-bottom.o-col-right, .-bottom.o-col-left, .-bottom.o-two-thirds, .-bottom.o-whole, .-bottom.o-quarter, .-bottom.o-half {
    vertical-align: bottom; }
  .o-grid.-margin-tiny .o-grid_item, .o-grid.-margin-tiny .o-two-fifths, .o-grid.-margin-tiny .o-three-fifths, .o-grid.-margin-tiny .o-three-quarters, .o-grid.-margin-tiny .o-third, .o-grid.-margin-tiny .o-col-right, .o-grid.-margin-tiny .o-col-left, .o-grid.-margin-tiny .o-two-thirds, .o-grid.-margin-tiny .o-whole, .o-grid.-margin-tiny .o-quarter, .o-grid.-margin-tiny .o-half {
    padding-left: 0.8125rem; }
  .-big-gutter .o-grid_item, .-big-gutter .o-two-fifths, .-big-gutter .o-three-fifths, .-big-gutter .o-three-quarters, .-big-gutter .o-third, .-big-gutter .o-col-right, .-big-gutter .o-col-left, .-big-gutter .o-two-thirds, .-big-gutter .o-whole, .-big-gutter .o-quarter, .-big-gutter .o-half {
    padding-left: 10rem; }
  @media (min-width: 700px) {
    .o-grid.-margin-even .o-grid_item:nth-child(even), .o-grid.-margin-even .o-two-fifths:nth-child(even), .o-grid.-margin-even .o-three-fifths:nth-child(even), .o-grid.-margin-even .o-three-quarters:nth-child(even), .o-grid.-margin-even .o-third:nth-child(even), .o-grid.-margin-even .o-col-right:nth-child(even), .o-grid.-margin-even .o-col-left:nth-child(even), .o-grid.-margin-even .o-two-thirds:nth-child(even), .o-grid.-margin-even .o-whole:nth-child(even), .o-grid.-margin-even .o-quarter:nth-child(even), .o-grid.-margin-even .o-half:nth-child(even) {
      margin-top: 7.5rem; } }
@media (min-width: 700px) {
  .o-half {
    width: 50%; } }

@media (min-width: 1000px) {
  .o-quarter {
    width: 25%; } }

@media (min-width: 700px) and (max-width: 999px) {
  .o-quarter {
    width: 50%; } }

@media (min-width: 1000px) {
  .o-two-thirds {
    width: 65%; } }

.o-col-left {
  position: relative; }
  @media (min-width: 1000px) {
    .o-col-left {
      width: 20%; } }
  @media (min-width: 1000px) {
    .o-col-left.-small {
      width: 18%; } }
.o-col-right {
  position: relative; }
  @media (min-width: 1000px) {
    .o-col-right {
      width: 80%; } }
  @media (min-width: 1200px) {
    .o-col-right {
      padding-right: 11.4285714286vw; }
      .c-about-big-title .o-col-right {
        padding-right: 0; } }
  .o-col-right.-no-padding-right {
    padding-right: 0; }
  @media (min-width: 1200px) {
    .o-col-right.-offset-right {
      width: calc(80% + 2.2857142857vw); } }
  @media (min-width: 1200px) {
    .o-col-right.-offset-right {
      margin-right: -2.2857142857vw; } }
@media (min-width: 1000px) {
  .o-third {
    width: 33.33333333%; } }

@media (min-width: 1000px) {
  .o-three-quarters {
    width: 75%; } }

@media (min-width: 1000px) {
  .o-three-fifths {
    width: 60%; } }

@media (min-width: 1000px) {
  .o-two-fifths {
    width: 40%; } }

.o-label, .o-checkbox-label, .o-radio-label {
  display: block;
  position: relative; }
  @media (min-width: 1000px) {
    .o-label, .o-checkbox-label, .o-radio-label {
      margin-bottom: 1.875rem; } }
  @media (min-width: 1200px) {
    .o-label, .o-checkbox-label, .o-radio-label {
      margin-bottom: 1.7142857143vw; } }
  @media (max-width: 999px) {
    .o-label, .o-checkbox-label, .o-radio-label {
      margin-bottom: 30px; } }
.o-label__label {
  display: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
  -webkit-text-fill-color: #231f20 !important; }
  .page-template-about input:-webkit-autofill, .page-template-about textarea:-webkit-autofill, .page-template-about select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #231f20 inset;
    -webkit-text-fill-color: #ffffff !important; }
  .page-template-about .c-nav input:-webkit-autofill, .page-template-about .c-nav textarea:-webkit-autofill, .page-template-about .c-nav select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
    -webkit-text-fill-color: #231f20 !important; }

.o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
  border: none;
  background: none;
  color: #231f20;
  border-bottom: 1px solid #231f20;
  appearance: none; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      font-size: 14px; } }
  .page-template-about .c-nav .o-input, .page-template-about .c-nav .o-textarea, .page-template-about .c-nav .o-select, .page-template-about .c-nav .o-checkbox-label::before, .page-template-about .c-nav .o-radio-label::before, .page-template-about .c-nav .o-checkbox-label::after, .page-template-about .c-nav .o-radio-label::after {
    color: #231f20;
    border-bottom: 1px solid #231f20; }
  .page-template-about .o-input, .page-template-about .o-textarea, .page-template-about .o-select, .page-template-about .o-checkbox-label::before, .page-template-about .o-radio-label::before, .page-template-about .o-checkbox-label::after, .page-template-about .o-radio-label::after {
    border-color: #ffffff;
    color: #ffffff; }
  @media (max-width: 699px) {
    .c-footer .o-input, .c-footer .o-textarea, .c-footer .o-select, .c-footer .o-checkbox-label::before, .c-footer .o-radio-label::before, .c-footer .o-checkbox-label::after, .c-footer .o-radio-label::after {
      border-top: 1px solid #231f20; } }
  @media (min-width: 1000px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      padding: 0.875rem 0; } }
  @media (min-width: 1200px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      padding: 0.8vw 0; } }
  @media (max-width: 999px) {
    .o-input, .o-textarea, .o-select, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
      padding: 14px 0; } }
  .o-input::placeholder, .o-textarea::placeholder, .o-select::placeholder {
    color: #231f20;
    opacity: 1; }
    .page-template-about .o-input::placeholder, .page-template-about .o-textarea::placeholder, .page-template-about .o-select::placeholder {
      color: #ffffff; }
    .page-template-about .c-nav .o-input::placeholder, .page-template-about .c-nav .o-textarea::placeholder, .page-template-about .c-nav .o-select::placeholder {
      color: #231f20; }
  .o-input:focus, .o-textarea:focus, .o-select:focus, .o-checkbox-label:focus::before, .o-radio-label:focus::before, .o-checkbox-label:focus::after, .o-radio-label:focus::after {
    animation-name: borderAnimation;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

@keyframes borderAnimation {
  0% {
    border-color: #ff5859; }
  25% {
    border-color: #dd9dc6; }
  50% {
    border-color: #a1d782; }
  75% {
    border-color: #f8eb3c; }
  100% {
    border-color: #ff5859; } }

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0; }
  .o-checkbox:focus + .o-checkbox-label::before, .o-checkbox:focus + .o-radio-label::before, .o-radio:focus + .o-checkbox-label::before, .o-radio:focus + .o-radio-label::before {
    border-color: gray; }
  .o-checkbox:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-checkbox-label::after, .o-radio:checked + .o-radio-label::after {
    opacity: 1; }

.o-checkbox-label, .o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.75rem; }
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -0.5625rem;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem;
    content: ""; }
  .o-checkbox-label::after, .o-radio-label::after {
    border-color: transparent;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 0.8125rem;
    background-repeat: no-repeat;
    opacity: 0; }

.o-radio-label::before, .o-radio-label::after {
  border-radius: 50%; }

.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.5rem; }

.o-select {
  border-radius: 0px !important;
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
  -webkit-appearance: none; }
  @media (min-width: 1000px) {
    .o-select {
      padding: 0.875rem 0; } }
  @media (min-width: 1200px) {
    .o-select {
      padding: 0.8vw 0; } }
  @media (max-width: 999px) {
    .o-select {
      padding: 14px 0; } }
.o-select-wrap {
  position: relative; }
  .o-select-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 0.625rem;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none; }

.o-textarea {
  resize: none; }
  @media (min-width: 1000px) {
    .o-textarea {
      height: 8.75rem; } }
  @media (min-width: 1200px) {
    .o-textarea {
      height: 10.2857142857vw; } }
  @media (max-width: 999px) {
    .o-textarea {
      height: 140px; } }
.o-form ::-webkit-input-placeholder {
  opacity: 1; }

.o-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

.o-form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

.o-form :-ms-input-placeholder {
  opacity: 1; }

.o-button, .c-button {
  position: relative;
  text-transform: lowercase;
  line-height: 1;
  color: #231f20;
  background: none;
  overflow: hidden; }
  @media (min-width: 1600px) {
    .o-button, .c-button {
      font-size: 0.75rem; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .o-button, .c-button {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .o-button, .c-button {
      font-size: 12px; } }
  @media (max-width: 499px) {
    .o-button, .c-button {
      font-size: 10px; } }
  @media (max-width: 699px) {
    .o-button, .c-button {
      font-size: 14px !important; } }
  .o-button.-black, .c-button.-black {
    background: #f0f0f0; }
  .o-button.-bold, .c-button.-bold {
    font-weight: bold; }
  .color-red .o-button, .color-green .o-button, .color-purple .o-button, .color-yellow .o-button, .color-red .c-button, .color-green .c-button, .color-purple .c-button, .color-yellow .c-button {
    background: #ffffff;
    color: #231f20; }
  @media (min-width: 1000px) {
    .o-button.-big, .c-button.-big {
      font-size: 1.25rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .o-button.-big, .c-button.-big {
      font-size: 20px; } }
  @media (max-width: 499px) {
    .o-button.-big, .c-button.-big {
      font-size: 16px; } }
  .o-button.-big .o-button__stroke::before, .c-button.-big .o-button__stroke::before {
    animation-name: backgroundAnimation;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .o-button.-big .o-button__label::before, .c-button.-big .o-button__label::before {
    color: #231f20; }
  @media (min-width: 1000px) {
    .o-form .o-button, .o-form .c-button {
      margin-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .o-form .o-button, .o-form .c-button {
      margin-top: 2.2857142857vw; } }
  @media (max-width: 999px) {
    .o-form .o-button, .o-form .c-button {
      margin-top: 30px; } }
  .o-button__stroke, .c-button__stroke {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #231f20;
    overflow: hidden; }
    .o-button__stroke::before, .c-button__stroke::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translate3d(0, 102%, 0);
      background: #231f20; }
      .o-button:hover .o-button__stroke::before, .o-button:hover .c-button__stroke::before {
        transform: translate3d(0, 0%, 0);
        transition-delay: 0.1s; }
    .-black .o-button__stroke, .-black .c-button__stroke {
      border: none; }
    .-bg-gray .o-button__stroke, .-bg-gray .c-button__stroke {
      background: #f0f0f0; }
    .-red .o-button__stroke, .-red .c-button__stroke {
      border-color: #ff5859; }
      .-red .o-button__stroke::before, .-red .c-button__stroke::before {
        background: #ff5859; }
    .-red.-reverse .o-button__stroke, .-red.-reverse .c-button__stroke {
      border-color: #ff5859;
      background: #ff5859; }
      .-red.-reverse .o-button__stroke::before, .-red.-reverse .c-button__stroke::before {
        background: #f0f0f0; }
    .-green .o-button__stroke, .-green .c-button__stroke {
      border-color: #a1d782; }
      .-green .o-button__stroke::before, .-green .c-button__stroke::before {
        background: #a1d782; }
    .-green.-reverse .o-button__stroke, .-green.-reverse .c-button__stroke {
      border-color: #a1d782;
      background: #a1d782; }
      .-green.-reverse .o-button__stroke::before, .-green.-reverse .c-button__stroke::before {
        background: #f0f0f0; }
    .-yellow .o-button__stroke, .-yellow .c-button__stroke {
      border-color: #f8eb3c; }
      .-yellow .o-button__stroke::before, .-yellow .c-button__stroke::before {
        background: #f8eb3c; }
    .-yellow.-reverse .o-button__stroke, .-yellow.-reverse .c-button__stroke {
      border-color: #f8eb3c;
      background: #f8eb3c; }
      .-yellow.-reverse .o-button__stroke::before, .-yellow.-reverse .c-button__stroke::before {
        background: #f8eb3c; }
    .-purple .o-button__stroke, .-purple .c-button__stroke {
      border-color: #dd9dc6; }
      .-purple .o-button__stroke::before, .-purple .c-button__stroke::before {
        background: #f0f0f0; }
    .-purple.-reverse .o-button__stroke, .-purple.-reverse .c-button__stroke {
      border-color: #dd9dc6;
      background: #dd9dc6; }
      .-purple.-reverse .o-button__stroke::before, .-purple.-reverse .c-button__stroke::before {
        background: #f0f0f0; }
    .-white .o-button__stroke, .-white .c-button__stroke {
      border-color: #ffffff; }
      .-white .o-button__stroke::before, .-white .c-button__stroke::before {
        background: #ffffff; }
    .color-red .o-button__stroke, .color-red .c-button__stroke {
      border-color: #ffffff; }
      .color-red .o-button__stroke::before, .color-red .c-button__stroke::before {
        background-color: #ff5859; }
    .color-green .o-button__stroke, .color-green .c-button__stroke {
      border-color: #ffffff; }
      .color-green .o-button__stroke::before, .color-green .c-button__stroke::before {
        background-color: #a1d782; }
    .color-yellow .o-button__stroke, .color-yellow .c-button__stroke {
      border-color: #ffffff; }
      .color-yellow .o-button__stroke::before, .color-yellow .c-button__stroke::before {
        background-color: #f8eb3c; }
    .color-purple .o-button__stroke, .color-purple .c-button__stroke {
      border-color: #ffffff; }
      .color-purple .o-button__stroke::before, .color-purple .c-button__stroke::before {
        background-color: #dd9dc6; }
  .o-button__label, .c-button__label {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.1s; }
    .o-button__label span, .c-button__label span {
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0.1s; }
      .o-button:hover .o-button__label span, .o-button:hover .c-button__label span {
        opacity: 0;
        transition-delay: 0s; }
    @media (min-width: 1000px) {
      .o-button__label, .c-button__label {
        padding: 1rem 1.625rem; } }
    @media (max-width: 999px) {
      .o-button__label, .c-button__label {
        padding: 12px 24px; } }
    .o-button:hover .o-button__label, .o-button:hover .c-button__label {
      transition-delay: 0s;
      transform: translate3d(0, -100%, 0); }
    .o-button__label::before, .c-button__label::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: attr(data-text);
      color: #231f20;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      transform: translate3d(0, 100%, 0);
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0.1s;
      opacity: 0; }
      .o-form .o-button__label::before, .-black .o-button__label::before, .o-form .c-button__label::before, .-black .c-button__label::before {
        color: #ffffff; }
      .o-button:hover .o-button__label::before, .o-button:hover .c-button__label::before {
        opacity: 1;
        transition-delay: 0s; }
      .color-red .o-button__label::before, .color-green .o-button__label::before, .yellow-green .o-button__label::before, .purple-green .o-button__label::before, .color-red .c-button__label::before, .color-green .c-button__label::before, .yellow-green .c-button__label::before, .purple-green .c-button__label::before {
        color: #231f20; }

@keyframes backgroundAnimation {
  0% {
    background-color: #ff5859; }
  25% {
    background-color: #a1d782; }
  50% {
    background-color: #dd9dc6; }
  75% {
    background-color: #f8eb3c; }
  100% {
    background-color: #ff5859; } }

@media (min-width: 1000px) {
  .o-text {
    margin-bottom: 6.25rem; } }

@media (min-width: 1200px) {
  .o-text {
    margin-bottom: 5.7142857143vw; } }

@media (max-width: 999px) {
  .o-text {
    margin-bottom: 80px; } }

@media (min-width: 1000px) {
  .o-text.-padding-right {
    padding-right: 4.5714285714vw; } }

@media (min-width: 1200px) {
  .o-text.-padding-right {
    padding-right: 14.8571428571vw; } }

@media (min-width: 1000px) {
  .o-text h2 {
    font-size: 3.25rem; } }

@media (min-width: 1200px) {
  .o-text h2 {
    font-size: 2.9714285714vw; } }

@media (min-width: 700px) and (max-width: 999px) {
  .o-text h2 {
    font-size: 40px; } }

@media (min-width: 500px) and (max-width: 699px) {
  .o-text h2 {
    font-size: 40px; } }

@media (max-width: 499px) {
  .o-text h2 {
    font-size: 34px; } }

@media (min-width: 1000px) {
  .o-text h2 {
    margin-top: 3.75rem; } }

@media (max-width: 999px) {
  .o-text h2 {
    margin-top: 50px; } }

.o-text.-no-margin-bottom {
  margin-bottom: 0; }

.o-text :first-child {
  margin-top: 0; }

.o-text :last-child {
  margin-bottom: 0; }

@media (min-width: 1000px) {
  .o-text p, .o-text ul, .o-text ol {
    font-size: 1.375rem; } }

@media (min-width: 700px) and (max-width: 999px) {
  .o-text p, .o-text ul, .o-text ol {
    font-size: 22px; } }

@media (min-width: 500px) and (max-width: 699px) {
  .o-text p, .o-text ul, .o-text ol {
    font-size: 20px; } }

@media (max-width: 499px) {
  .o-text p, .o-text ul, .o-text ol {
    font-size: 18px; } }

.o-text p strong, .o-text ul strong, .o-text ol strong {
  font-weight: 700; }

.o-text ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1000px) {
    .o-text ul {
      margin-bottom: 3.75rem; } }
  .o-text ul li {
    position: relative; }
    @media (min-width: 1000px) {
      .o-text ul li {
        padding-left: 0.9375rem; } }
    .o-text ul li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "-"; }

.o-text img {
  width: 100%; }
  @media (min-width: 1000px) {
    .o-text img {
      margin-bottom: 5rem; } }
  @media (max-width: 999px) {
    .o-text img {
      margin-bottom: 60px; } }
.o-inner-tween {
  margin: -4.5714285714vw; }
  body:not(.page-template-about) .o-inner-tween {
    opacity: 0;
    transform: translateY(-2vw); }
  body.page-template-about .o-inner-tween {
    transform: translateY(-10vw); }
  .o-inner-tween .o-h1 {
    padding: 4.5714285714vw; }

.o-stripe-section {
  overflow: hidden; }

.o-stripe-bg {
  position: absolute;
  top: 0;
  left: 0;
  /*background: url(img/bg-stripe.png);*/
  background: #ff5859; }
  @media (min-width: 1200px) {
    .o-stripe-bg {
      height: 80vw;
      width: 182.8571428571vw; } }
  .o-stripe-bg__wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden; }
  .o-stripe-bg__volet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .o-stripe-bg__volet {
        top: 1.5625rem;
        left: 1.5625rem; } }
.has-nav-open {
  overflow: hidden; }

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 199;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -100%, 0); }
  .has-nav-open .c-nav {
    transform: translate3d(0, 0%, 0); }
  .c-nav__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1; }
    @media (min-width: 1000px) {
      .c-nav__social {
        padding: 2.5rem 0; } }
    @media (min-width: 1200px) {
      .c-nav__social {
        padding: 2.2857142857vw 0; } }
    @media (max-width: 999px) {
      .c-nav__social {
        padding: 40px 0; } }
.c-nav-overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }
  @media (min-width: 1000px) {
    .c-nav-overflow {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; } }
.c-nav-col-left {
  background: #dfdfdf; }
  @media (min-width: 1200px) {
    .c-nav-col-left {
      width: 27.4285714286vw;
      padding: 10rem 2.5rem 2.5rem 2.5rem; } }
  @media (min-width: 1200px) {
    .c-nav-col-left {
      padding: 8.5714285714vw 2.2857142857vw 2.2857142857vw 2.2857142857vw; } }
  @media (max-width: 1199px) {
    .c-nav-col-left {
      width: 100%;
      padding: 160px 40px 40px 40px; } }
  @media (max-width: 499px) {
    .c-nav-col-left {
      padding: 160px 20px 20px 20px; } }
  @media (max-width: 999px) {
    .c-nav-col-left {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      height: 100%; } }
  .c-nav-col-left__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between; }

.c-nav-col-right {
  position: relative; }
  @media (min-width: 1000px) {
    .c-nav-col-right {
      width: 72.5714285714vw; } }
  @media (max-width: 1199px) {
    .c-nav-col-right {
      display: none; } }
.c-nav-can__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .c-nav-can__list li {
    transition-duration: 0.6s;
    /*transform: translate3d(0,-10%,0);*/ }
    .c-nav-can__list li:first-child {
      transform: translate3d(0, -10%, 0); }
    .c-nav-can__list li:nth-child(2) {
      transform: translate3d(0, -40%, 0); }
    .c-nav-can__list li:nth-child(3) {
      transform: translate3d(0, -30%, 0); }
    .c-nav-can__list li:nth-child(4) {
      transform: translate3d(0, -20%, 0); }
  .has-nav-open .c-nav-can__list li {
    transform: translate3d(0, 0%, 0);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 1000px) {
    .c-nav-can__list {
      height: 100vh; } }
  @media (max-width: 1199px) {
    .c-nav-can__list {
      display: none; } }
@media (min-width: 1000px) {
  .c-nav-can__item {
    width: 50%; } }

@media (min-width: 700px) and (max-width: 999px) {
  .c-nav-can__item {
    width: 25%; } }

.c-nav-can__title {
  position: absolute;
  left: 0vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
  overflow: hidden;
  width: 50%;
  text-transform: lowercase;
  text-align: right;
  line-height: 0.7;
  padding: 3.4285714286vw 0vw 3.4285714286vw 2.2857142857vw; }
  @media (min-width: 1000px) {
    .c-nav-can__title {
      font-size: 4.375rem; } }
  @media (min-width: 1200px) {
    .c-nav-can__title {
      font-size: 4vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-nav-can__title {
      font-size: 40px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-nav-can__title {
      font-size: 40px; } }
  @media (max-width: 499px) {
    .c-nav-can__title {
      font-size: 34px; } }
  .c-nav-can__title__overflow {
    text-align: left;
    display: inline-block; }
    .c-nav-can__title__overflow span {
      display: block;
      position: relative;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translate3d(100%, 0, 0);
      padding-right: 4vw; }
      a:hover .c-nav-can__title__overflow span {
        transform: translate3d(0%, 0, 0); }
      .c-nav-can__title__overflow span:nth-child(2) {
        transition-delay: 0.05s; }

.c-nav-can__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (min-width: 1000px) {
    .c-nav-can__link {
      height: 100%; } }
  @media (max-width: 999px) {
    .c-nav-can__link {
      padding: 40px 0; } }
  .c-nav-can__link__img {
    position: relative;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale3d(0.95, 0.95, 1); }
    @media (min-width: 1000px) {
      .c-nav-can__link__img {
        height: 30vh; } }
    @media (max-width: 999px) {
      .c-nav-can__link__img {
        width: 30%; } }
    a:hover .c-nav-can__link__img {
      transform: scale3d(1.05, 1.05, 1); }
  .c-nav-can__link__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 999px) {
      .-strawberry .c-nav-can__link__bg {
        background: #ff5859; }
      .-cerry-lime .c-nav-can__link__bg {
        background: #a1d782; }
      .-mapple-ginger .c-nav-can__link__bg {
        background: #f8eb3c; }
      .-raspberry .c-nav-can__link__bg {
        background: #dd9dc6; } }
#canvasMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }
  #canvasMenu canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%); }
  @media (max-width: 999px) {
    #canvasMenu {
      display: none; } }
@media (max-height: 674px) and (min-width: 1600px) {
  .c-nav-col-left__wrap .c-nav__social {
    display: none; } }

@media (max-height: 690px) and (min-width: 1800px) {
  .c-nav-col-left__wrap .c-nav__social {
    display: none; } }

.c-nav-main {
  line-height: 1; }
  @media (max-width: 699px) {
    .c-footer .c-nav-main {
      margin-bottom: 60px; } }
  .c-nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0; }
  @media (min-width: 1000px) {
    .c-nav-main li:not(:last-child) {
      margin-bottom: 0.625rem; } }
  @media (min-width: 1200px) {
    .c-nav-main li:not(:last-child) {
      margin-bottom: 0.5714285714vw; } }
  @media (max-width: 999px) {
    .c-nav-main li:not(:last-child) {
      margin-bottom: 10px; } }
  .c-nav-main a {
    text-transform: lowercase; }
    @media (min-width: 1000px) {
      .c-nav-main a {
        font-size: 3.25rem; } }
    @media (min-width: 1200px) {
      .c-nav-main a {
        font-size: 2.9714285714vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-nav-main a {
        font-size: 40px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-nav-main a {
        font-size: 40px; } }
    @media (max-width: 499px) {
      .c-nav-main a {
        font-size: 34px; } }
    .c-nav-main a.is-active span {
      transform: rotate(0deg) translate3d(0, 0px, 0);
      opacity: 1; }
      .c-nav-main a.is-active span::after {
        background: #231f20;
        animation: none !important; }
        .page-template-about .c-footer .c-nav-main a.is-active span::after {
          background: #ffffff; }

.c-nav-lang__list {
  position: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  z-index: 100;
  /*opacity: 0;*/ }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-nav-lang__list {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .c-nav-lang__list {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-nav-lang__list {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .c-nav-lang__list {
      font-size: 14px; } }
  .page-template-about .c-nav-lang__list {
    color: #ffffff; }
  .page-template-about .c-nav .c-nav-lang__list {
    color: #231f20; }
  .c-nav .c-nav-lang__list {
    position: relative;
    bottom: inherit;
    right: inherit; }
  @media (min-width: 1000px) {
    .c-nav-lang__list {
      bottom: 2.5rem;
      right: 2.5rem; } }
  @media (min-width: 1200px) {
    .c-nav-lang__list {
      bottom: 2.2857142857vw;
      right: 2.2857142857vw; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-nav-lang__list {
      bottom: 40px;
      right: 40px; } }
  @media (max-width: 499px) {
    .c-nav-lang__list {
      bottom: 20px;
      right: 20px; } }
.c-nav-lang__item {
  position: relative; }
  @media (min-width: 1000px) {
    .c-nav-lang__item:not(:last-child) {
      margin-right: 0.5rem;
      padding-right: 0.5rem; } }
  @media (max-width: 999px) {
    .c-nav-lang__item:not(:last-child) {
      margin-right: 8px;
      padding-right: 8px; } }
  .c-nav-lang__item:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: #231f20; }
    .page-template-about .c-nav-lang__item:not(:last-child)::before {
      background: #ffffff; }
    .page-template-about .c-nav .c-nav-lang__item:not(:last-child)::before {
      background: #231f20; }

.c-nav-lang__link.is-active {
  pointer-events: none; }
  .c-nav-lang__link.is-active span {
    transform: rotate(0deg) translate3d(0, 0px, 0);
    opacity: 1; }
    .c-nav-lang__link.is-active span::after {
      background: #231f20;
      animation: none; }

.c-header_cart {
  position: fixed;
  z-index: 200;
  background-color: #231f20;
  color: #ffffff; }
  @media (min-width: 1000px) {
    .c-header_cart {
      right: 40px;
      top: 40px; } }
  @media (min-width: 1200px) {
    .c-header_cart {
      right: 2.2857142857vw;
      top: 2.2857142857vw; } }
  @media (min-width: 1000px) {
    .c-header_cart {
      padding: 1rem 1.625rem 1rem 2.5rem; } }
  @media (max-width: 999px) {
    .c-header_cart {
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      background: none;
      overflow: visible; }
      .c-header_cart::before {
        position: absolute;
        top: -48px;
        right: -72px;
        height: 110px;
        width: 170px;
        content: "";
        background-color: #231f20;
        transform: rotate(45deg); } }
  .c-header_cart .o-button__label {
    padding: 0 !important; }
  .c-header_cart:hover {
    animation-name: backgroundAnimation;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

@media (max-width: 999px) {
  .c-header_cart_count {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffffff;
    font-size: 12px; } }

@media (max-width: 999px) {
  .c-header_cart_label {
    display: none; } }

.c-header_cart_icon {
  position: absolute;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  fill: #ffffff; }
  @media (max-width: 999px) {
    .c-header_cart_icon {
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); } }
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  pointer-events: none; }
  .c-header.debut {
    pointer-events: none; }
  @media (min-width: 1000px) {
    .c-header {
      padding: 2.5rem 0; } }
  @media (min-width: 1200px) {
    .c-header {
      padding: 2.2857142857vw 0; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-header {
      padding: 40px 0; } }
  @media (max-width: 699px) {
    .c-header {
      padding: 20px 0; } }
  .c-header .o-container {
    pointer-events: none; }
    @media (max-width: 499px) {
      .c-header .o-container {
        display: flex;
        width: 100%; } }
  .c-header__logo {
    fill: #231f20;
    position: relative;
    display: inline-block;
    pointer-events: auto;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), fill 0.2s; }
    @media (min-width: 1200px) and (max-width: 1999px) {
      .has-nav-open .c-header__logo {
        transform: translate3d(calc( calc( -2.2857142857vw - 70px) + calc(25.1428571429vw - 10.25rem)), 0, 0); } }
    @media (min-width: 2000px) {
      .has-nav-open .c-header__logo {
        transform: translate3d(calc( calc( -2.2857142857vw - 88px) + calc(25.1428571429vw - 10.25rem)), 0, 0); } }
    .page-template-about .c-header__logo {
      fill: #ffffff; }
    .page-template-about.has-nav-open .c-header__logo {
      fill: #231f20; }
    .c-header__logo__hover {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      a:hover .c-header__logo__hover {
        opacity: 1; }
      .c-header__logo__hover #lettre1, .c-header__logo__hover #lettre2, .c-header__logo__hover #lettre3, .c-header__logo__hover #lettre4, .c-header__logo__hover #lettre5, .c-header__logo__hover #lettre6, .c-header__logo__hover #lettre7 {
        animation-name: fillAnimation;
        animation-duration: 2.5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
      .c-header__logo__hover #lettre1 {
        animation-delay: 0.2s; }
      .c-header__logo__hover #lettre2 {
        animation-delay: 0.4s; }
      .c-header__logo__hover #lettre3 {
        animation-delay: 0.6s; }
      .c-header__logo__hover #lettre4 {
        animation-delay: 0.8s; }
      .c-header__logo__hover #lettre5 {
        animation-delay: 1s; }
      .c-header__logo__hover #lettre6 {
        animation-delay: 1.2s; }
      .c-header__logo__hover #lettre7 {
        animation-delay: 1.4s; }
    .c-header__logo svg {
      position: relative;
      overflow: hidden; }
      @media (min-width: 1000px) {
        .c-header__logo svg {
          width: 10.25rem;
          height: 2.75rem; } }
      @media (max-width: 999px) {
        .c-header__logo svg {
          width: 164px;
          height: 44px; } }
      .c-header__logo svg .lettre {
        transition: 0.8s cubic-bezier(0.68, 0.01, 0.92, 0.33); }
        .c-header__logo svg .lettre.activ {
          transform: translateY(0vw) !important;
          transition: 0.8s cubic-bezier(0, 0.02, 0.04, 0.99); }
      .c-header__logo svg #lettre1 {
        transform: translateY(-10vw); }
      .c-header__logo svg #lettre2 {
        transform: translateY(-14vw); }
      .c-header__logo svg #lettre3 {
        transform: translateY(-18vw); }
      .c-header__logo svg #lettre4 {
        transform: translateY(-12vw); }
      .c-header__logo svg #lettre5 {
        transform: translateY(-10vw); }
      .c-header__logo svg #lettre6 {
        transform: translateY(-15vw); }
      .c-header__logo svg #lettre7 {
        transform: translateY(-20vw); }

@keyframes fillAnimation {
  0%, 24% {
    fill: #ff5859; }
  25%, 49% {
    fill: #a1d782; }
  50%, 74% {
    fill: #dd9dc6; }
  75%, 99% {
    fill: #f8eb3c; }
  100% {
    fill: #ff5859; } }

.c-footer {
  position: relative;
  background: #ffffff; }
  .page-template-about .c-footer {
    background: #231f20;
    color: #ffffff; }
  @media (min-width: 1000px) {
    .page-template-contact .c-footer {
      background: none;
      padding-top: 0; }
      .page-template-contact .c-footer::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: #f0f0f0; } }
    @media (min-width: 1000px) and (min-width: 1200px) {
      .page-template-contact .c-footer::before {
        left: 3.7142857143vw; } }
    @media (min-width: 1000px) and (min-width: 1000px) and (max-width: 1199px) {
      .page-template-contact .c-footer::before {
        left: 65px; } }
  @media (max-width: 999px) {
    .page-template-contact .c-footer {
      background: #f0f0f0;
      padding-bottom: 40px; } }
  @media (max-width: 699px) {
    .page-template-contact .c-footer {
      padding-bottom: 20px; } }
  @media (min-width: 1000px) {
    .c-footer {
      padding: 8.125rem 0 3.75rem 0; } }
  @media (min-width: 1200px) {
    .c-footer {
      padding: 7.4285714286vw 0 3.4285714286vw 0; } }
  @media (max-width: 999px) {
    .c-footer {
      padding: 80px 0 100px 0; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-footer {
      padding-bottom: 80px; } }
  @media (max-width: 499px) {
    .c-footer {
      padding-bottom: 60px; } }
.c-footer-grid-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .page-template-contact .c-footer-grid-top {
    display: none; }
  @media (min-width: 1000px) {
    .c-footer-grid-top {
      margin-bottom: 3.75rem; } }
  @media (min-width: 1200px) {
    .c-footer-grid-top {
      margin-bottom: 3.4285714286vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-footer-grid-top {
      margin-bottom: 60px; } }
  .c-footer-grid-top .o-half:last-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.c-footer-grid-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-footer-grid-bottom {
      align-items: flex-start; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-footer-grid-bottom .o-col-left, .c-footer-grid-bottom .o-col-right {
      width: 50%; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-footer-grid-bottom .o-col-left {
      order: 2; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-footer-grid-bottom .o-col-right {
      order: 1; } }
  .c-footer-grid-bottom .o-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end; }
    @media (max-width: 999px) {
      .c-footer-grid-bottom .o-grid {
        flex-wrap: wrap; }
        .c-footer-grid-bottom .o-grid .o-half {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          width: 100%; }
          .c-footer-grid-bottom .o-grid .o-half:nth-child(1) {
            order: 2; }
          .c-footer-grid-bottom .o-grid .o-half:nth-child(2) {
            order: 1; } }
.c-footer-link {
  display: inline-block;
  position: relative;
  line-height: 1; }
  .c-footer-link strong {
    display: inline-block;
    font-weight: 300;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .c-footer-link strong {
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .c-footer-link strong {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-footer-link strong {
        font-size: 14px; } }
    @media (max-width: 499px) {
      .c-footer-link strong {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .c-footer-link strong {
        margin-bottom: 0.75rem; } }
    @media (min-width: 1200px) {
      .c-footer-link strong {
        margin-bottom: 0.6857142857vw; } }
    @media (max-width: 999px) {
      .c-footer-link strong {
        margin-bottom: 12px; } }
  .c-footer-link__label {
    display: inline-block; }
    @media (min-width: 1000px) {
      .c-footer-link__label {
        font-size: 1.375rem; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-footer-link__label {
        font-size: 22px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-footer-link__label {
        font-size: 20px; } }
    @media (max-width: 499px) {
      .c-footer-link__label {
        font-size: 18px; } }
  .c-footer-link svg {
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    fill: #231f20; }
    .page-template-about .c-footer-link svg {
      fill: #ffffff; }
    @media (min-width: 1000px) {
      .c-footer-link svg {
        top: 0.1875rem;
        width: 0.8125rem;
        height: 0.8125rem;
        transform: translate3d(-1.25rem, 0, 0); } }
    @media (min-width: 1200px) {
      .c-footer-link svg {
        top: 0.1714285714vw;
        width: 0.7428571429vw;
        height: 0.7428571429vw;
        transform: translate3d(-1.1428571429vw, 0, 0); } }
    @media (max-width: 999px) {
      .c-footer-link svg {
        display: none; } }
  .c-footer-link:hover svg {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (min-width: 1000px) {
    .c-footer-link:hover strong {
      transform: translate3d(1.25rem, 0, 0); } }
  @media (min-width: 1200px) {
    .c-footer-link:hover strong {
      transform: translate3d(1.1428571429vw, 0, 0); } }
.c-footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  flex-wrap: wrap; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-footer-nav__list {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .c-footer-nav__list {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-footer-nav__list {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .c-footer-nav__list {
      font-size: 14px; } }
.c-footer-nav__item {
  position: relative; }
  @media (max-width: 999px) {
    .c-footer-nav__item {
      width: 100%; } }
  @media (min-width: 1000px) {
    .c-footer-nav__item:not(:last-child) {
      margin-right: 0.5rem;
      padding-right: 0.5rem; }
      .c-footer-nav__item:not(:last-child)::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        content: "";
        background: #231f20; } }
  @media (min-width: 1200px) {
    .c-footer-nav__item:not(:last-child) {
      margin-right: 0.4571428571vw;
      padding-right: 0.4571428571vw; } }
  @media (max-width: 999px) {
    .c-footer-nav__item:not(:last-child) {
      margin-bottom: 6px; } }
.c-footer-copyright {
  position: absolute;
  margin: 0;
  line-height: 1; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-footer-copyright {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .c-footer-copyright {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-footer-copyright {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .c-footer-copyright {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .c-footer-copyright {
      top: 7.25rem;
      right: 2.5rem; } }
  @media (min-width: 1200px) {
    .c-footer-copyright {
      top: 6.6285714286vw;
      right: 2.2857142857vw; } }
  @media (max-width: 999px) {
    .c-footer-copyright {
      bottom: 38px;
      left: 40px; } }
  @media (max-width: 499px) {
    .c-footer-copyright {
      bottom: 20px;
      left: 20px; } }
  .page-template-contact .c-footer-copyright {
    top: -17.1428571429vw; }
    @media (max-width: 1199px) {
      .page-template-contact .c-footer-copyright {
        display: none; } }
  .c-footer-copyright__label {
    display: inline-block;
    transform-origin: right bottom; }
    @media (min-width: 1000px) {
      .c-footer-copyright__label {
        transform: rotate(-90deg); } }
    .c-footer-copyright__label__credit {
      display: inline-block;
      position: relative;
      cursor: pointer; }
      @media (min-width: 1000px) {
        .c-footer-copyright__label__credit {
          padding-left: 3.5rem;
          margin-left: 0.375rem; } }
      @media (min-width: 1200px) {
        .c-footer-copyright__label__credit {
          padding-left: 3.2vw;
          margin-left: 0.3428571429vw; } }
      @media (min-width: 500px) and (max-width: 999px) {
        .c-footer-copyright__label__credit {
          padding-left: 56px;
          margin-left: 6px; } }
      @media (max-width: 499px) {
        .c-footer-copyright__label__credit {
          padding-left: 40px;
          margin-left: 6px; } }
      .c-footer-copyright__label__credit::before {
        position: absolute;
        top: 50%;
        height: 1px;
        content: "";
        left: 0;
        background: #231f20; }
        .page-template-about .c-footer-copyright__label__credit::before {
          background: #ffffff; }
        @media (min-width: 1000px) {
          .c-footer-copyright__label__credit::before {
            width: 3.125rem;
            top: 66%; } }
        @media (min-width: 1000px) {
          .c-footer-copyright__label__credit::before {
            width: 2.8571428571vw; } }
        @media (min-width: 500px) and (max-width: 999px) {
          .c-footer-copyright__label__credit::before {
            width: 50px; } }
        @media (max-width: 499px) {
          .c-footer-copyright__label__credit::before {
            width: 34px; } }
@media (min-width: 500px) and (max-width: 699px) {
  .c-footer-link__wrap {
    flex-direction: row !important;
    margin-bottom: 40px; }
    .c-footer-link__wrap div {
      width: 50%; }
      .c-footer-link__wrap div:last-child {
        padding-left: 20px; } }

@media (max-width: 499px) {
  .c-footer-link__wrap {
    margin-bottom: 20px; }
    .c-footer-link__wrap div {
      margin-bottom: 20px; } }

.c-social {
  display: flex;
  align-items: flex-end; }
  .page-template-contact .c-footer .c-social {
    display: none; }
  .c-social__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 1; }
    @media (max-width: 999px) {
      .c-footer .c-social__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        .c-footer .c-social__list li {
          width: 50%;
          padding-right: 10px; }
          .c-footer .c-social__list li:nth-child(2n) {
            padding-left: 20px; } }
    @media (max-width: 699px) {
      .c-social__list {
        margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .c-social__item:not(:last-child) {
      margin-bottom: 0.375rem; } }
  @media (min-width: 1200px) {
    .c-social__item:not(:last-child) {
      margin-bottom: 0.4571428571vw; } }
  @media (max-width: 999px) {
    .c-social__item:not(:last-child) {
      margin-bottom: 6px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-social__link {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .c-social__link {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-social__link {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .c-social__link {
      font-size: 14px; } }
  .c-contact-info__social .c-social__link {
    display: inline-block; }
    @media (min-width: 1000px) {
      .c-contact-info__social .c-social__link {
        font-size: 1.375rem; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-contact-info__social .c-social__link {
        font-size: 22px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-contact-info__social .c-social__link {
        font-size: 20px; } }
    @media (max-width: 499px) {
      .c-contact-info__social .c-social__link {
        font-size: 18px; } }
  .c-social__heart {
    fill: #231f20;
    animation: heartbeat 1.2s infinite; }
    .page-template-about .c-footer .c-social__heart {
      fill: #ffffff; }
    @media (min-width: 1000px) {
      .c-social__heart {
        width: 0.875rem;
        height: 0.875rem;
        margin-right: 1.5rem; } }
    @media (min-width: 1200px) {
      .c-social__heart {
        width: 0.8vw;
        height: 0.8vw;
        margin-right: 1.3714285714vw; } }
    @media (max-width: 999px) {
      .c-social__heart {
        display: none; } }
@keyframes heartbeat {
  0% {
    transform: scale(0.85); }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(0.85); }
  60% {
    transform: scale(1); }
  80% {
    transform: scale(0.85); }
  100% {
    transform: scale(0.85); } }

.c-newsletter {
  position: relative; }
  .page-template-contact .c-newsletter {
    display: none; }
  .c-nav .c-newsletter {
    display: block !important; }
  @media (min-width: 1000px) {
    .c-footer .c-newsletter {
      transform: translate3d(0, 1rem, 0); } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-footer .c-newsletter {
      margin-right: 5rem; } }
  @media (min-width: 1200px) {
    .c-footer .c-newsletter {
      transform: translate3d(0, 0.9714285714vw, 0); } }
  @media (max-width: 999px) {
    .c-footer .c-newsletter {
      margin-bottom: 30px;
      width: 100%;
      margin-top: 20px; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-footer .c-newsletter {
      display: none; } }
  .c-newsletter .o-label, .c-newsletter .o-checkbox-label, .c-newsletter .o-radio-label {
    margin-bottom: 0; }
  @media (min-width: 1000px) {
    .c-newsletter .o-input, .c-newsletter .o-checkbox-label::before, .c-newsletter .o-checkbox-label::after, .c-newsletter .o-radio-label::before, .c-newsletter .o-radio-label::after, .c-newsletter .o-select, .c-newsletter .o-textarea {
      padding-right: 6.875rem; } }
  @media (min-width: 1200px) {
    .c-newsletter .o-input, .c-newsletter .o-checkbox-label::before, .c-newsletter .o-checkbox-label::after, .c-newsletter .o-radio-label::before, .c-newsletter .o-radio-label::after, .c-newsletter .o-select, .c-newsletter .o-textarea {
      padding-right: 6.2857142857vw; } }
  @media (max-width: 999px) {
    .c-newsletter .o-input, .c-newsletter .o-checkbox-label::before, .c-newsletter .o-checkbox-label::after, .c-newsletter .o-radio-label::before, .c-newsletter .o-radio-label::after, .c-newsletter .o-select, .c-newsletter .o-textarea {
      padding-right: 110px; } }
  .c-newsletter__button {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1; }
    @media (min-width: 1000px) {
      .c-newsletter__button {
        padding: 0.875rem 0; } }
    @media (min-width: 1200px) {
      .c-newsletter__button {
        padding: 0.8vw 0; } }
    @media (max-width: 999px) {
      .c-newsletter__button {
        padding: 16px 0; } }
    .c-newsletter__button__label {
      display: inline-block;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (max-width: 999px) {
        .c-newsletter__button__label {
          padding-right: 28px; } }
    .c-newsletter__button svg {
      position: absolute;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      top: 50%;
      fill: #231f20; }
      .c-nav .c-newsletter__button svg {
        fill: #231f20 !important; }
      .page-template-about .c-newsletter__button svg {
        fill: #ffffff; }
      @media (min-width: 1000px) {
        .c-newsletter__button svg {
          right: 0;
          width: 0.8125rem;
          height: 0.8125rem;
          transform: translate3d(1.25rem, -50%, 0); } }
      @media (min-width: 1200px) {
        .c-newsletter__button svg {
          width: 0.7428571429vw;
          height: 0.7428571429vw;
          transform: translate3d(1.1428571429vw, -50%, 0); } }
      @media (max-width: 999px) {
        .c-newsletter__button svg {
          right: 0;
          width: 13px;
          height: 13px;
          transform: translate3d(0px, -50%, 0);
          opacity: 1; } }
    @media (min-width: 1000px) {
      .c-newsletter__button:hover .c-newsletter__button__label {
        transform: translate3d(-1.25rem, 0, 0); } }
    @media (min-width: 1200px) {
      .c-newsletter__button:hover .c-newsletter__button__label {
        transform: translate3d(-1.1428571429vw, 0, 0); } }
    .c-newsletter__button:hover svg {
      opacity: 1;
      transform: translate3d(0, -50%, 0); }

.c-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 20px;
  opacity: 0; }
  @media (min-width: 1000px) {
    .c-menu {
      margin-right: 30px; } }
  .c-menu * {
    pointer-events: none; }
  .c-menu__svg {
    fill: #231f20;
    animation: rotating 10s linear infinite;
    transition: fill 0.2s; }
    .page-template-about .c-menu__svg {
      fill: #ffffff; }
    .page-template-about.has-nav-open .c-menu__svg {
      fill: #231f20; }
    @media (max-width: 999px) {
      .c-menu__svg {
        width: 50px;
        height: 50px; } }
    @media (min-width: 1600px) {
      .c-menu__svg {
        width: 2.8571428571vw;
        height: 2.8571428571vw; } }
    @media (min-width: 1000px) and (max-width: 1599px) {
      .c-menu__svg {
        width: 50px;
        height: 50px; } }
  .c-menu__line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3; }
    @media (max-width: 1599px) {
      .c-menu__line {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1600px) {
      .c-menu__line {
        width: 1.7142857143vw;
        height: 1.7142857143vw; } }
    .c-menu__line::before, .c-menu__line::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      content: ""; }
    .c-menu__line::before {
      background: #231f20;
      transition: background 0.2s; }
      .page-template-about .c-menu__line::before {
        background: #ffffff; }
      .page-template-about.has-nav-open .c-menu__line::before {
        background: #231f20; }
    .c-menu__line::after {
      animation-name: backgroundAnimation;
      animation-duration: 2.5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      animation-play-state: paused;
      transform: scale3d(0, 0, 1); }
      .c-menu:hover .c-menu__line::after {
        opacity: 1;
        animation-play-state: running;
        transform: scale3d(1.05, 1.05, 1); }
      .mobile .c-menu__line::after {
        display: none; }
    .c-menu__line__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 3; }
      .has-nav-open .c-menu__line__wrap {
        transform: translate3d(-50%, -50%, 0) rotate(180deg); }
      @media (min-width: 1000px) {
        .c-menu__line__wrap {
          width: 12px;
          height: 6px; } }
      @media (max-width: 999px) {
        .c-menu__line__wrap {
          width: 12px;
          height: 6px; } }
      .c-menu__line__wrap span {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: #ffffff;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), top 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s; }
        .page-template-about .c-menu__line__wrap span {
          background: black; }
        .page-template-about.has-nav-open .c-menu__line__wrap span {
          background: #ffffff; }
        .c-menu__line__wrap span:first-child {
          top: 0; }
          .has-nav-open .c-menu__line__wrap span:first-child {
            top: 50%;
            transform: rotate(45deg); }
        .c-menu__line__wrap span:last-child {
          top: 100%;
          margin-top: -1px; }
          .has-nav-open .c-menu__line__wrap span:last-child {
            top: 50%;
            margin: 0;
            transform: rotate(-45deg); }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.c-link, nav a, .c-social__list a, .c-nav-lang__link, .c-header__logo {
  position: relative;
  display: inline-block;
  z-index: 1; }
  .c-link span, nav a span, .c-social__list a span, .c-nav-lang__link span, .c-header__logo span {
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(5deg) translate3d(0, 3px, 0);
    transform-origin: left top;
    opacity: 0;
    z-index: -1; }
    .c-credit .c-link span, .c-credit nav a span, .c-credit .c-social__list a span, .c-credit .c-nav-lang__link span, .c-credit .c-header__logo span {
      bottom: 0; }
    .c-link span::after, nav a span::after, .c-social__list a span::after, .c-nav-lang__link span::after, .c-header__logo span::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      animation-name: backgroundAnimation;
      animation-duration: 2s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-play-state: paused; }
  .c-link:hover span, a:hover .c-link span, nav a:hover span, a:hover nav a span, .c-social__list a:hover span, a:hover .c-social__list a span, .c-nav-lang__link:hover span, a:hover .c-nav-lang__link span, .c-header__logo:hover span, a:hover .c-header__logo span {
    transform: rotate(0deg) translate3d(0, 0px, 0);
    opacity: 1; }
    .c-link:hover span::after, a:hover .c-link span::after, nav a:hover span::after, a:hover nav a span::after, .c-social__list a:hover span::after, a:hover .c-social__list a span::after, .c-nav-lang__link:hover span::after, a:hover .c-nav-lang__link span::after, .c-header__logo:hover span::after, a:hover .c-header__logo span::after {
      animation-play-state: running; }

.c-nav-main a span {
  bottom: -2px; }

.c-scroll {
  position: relative;
  margin: 0;
  line-height: 1; }
  .c-scroll__link {
    display: inline-block;
    transform-origin: left bottom;
    transform: rotate(90deg);
    position: relative; }
    @media (min-width: 1600px) {
      .c-scroll__link {
        font-size: 0.75rem; } }
    @media (min-width: 1000px) and (max-width: 1599px) {
      .c-scroll__link {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-scroll__link {
        font-size: 12px; } }
    @media (max-width: 499px) {
      .c-scroll__link {
        font-size: 10px; } }
    @media (min-width: 1000px) {
      .c-scroll__link {
        padding-right: 2.875rem; } }
    @media (max-width: 999px) {
      .c-scroll__link {
        padding-right: 48px; } }
    .c-scroll__link__line {
      bottom: 36%;
      right: 0%;
      height: 1px;
      position: absolute;
      overflow: hidden; }
      @media (min-width: 1000px) {
        .c-scroll__link__line {
          width: 2.125rem; } }
      @media (max-width: 999px) {
        .c-scroll__link__line {
          width: 38px; } }
      .c-scroll__link__line::before, .c-scroll__link__line::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ""; }
      .c-scroll__link__line:before {
        background: #231f20; }
      .c-scroll__link__line::after {
        background: #ffffff;
        animation: animScroll 3s infinite; }

@keyframes animScroll {
  0% {
    transform: translate3d(-200%, 0, 0); }
  60% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(100%, 0, 0); } }

.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  z-index: 200;
  transform-origin: 0% 0%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center; }
  .c-loader__canvas {
    position: absolute;
    top: 30vh;
    right: 0; }
  .c-loader__inner {
    transform: rotate(32.3deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    transform-origin: 100% 100%;
    pointer-events: none; }
  .c-loader__bande {
    position: absolute;
    /*bottom:-2vh;*/
    background: #f0f0f0;
    transform-origin: 50% 100%;
    width: 5.6vh;
    /*background: #000;opacity: 0.5;*/ }
    .c-loader__bande.origin {
      transform-origin: 50% 0%; }
  .c-loader__scroll {
    /*display:none;*/
    z-index: 101; }
  .c-loader__logo {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0; }
    @media (min-width: 1000px) {
      .c-loader__logo {
        bottom: -0.5714285714vw; } }
    .c-loader__logo svg {
      fill: #231f20; }
      @media (min-width: 1000px) {
        .c-loader__logo svg {
          width: 43.2vw;
          height: 11.3142857143vw; } }
      @media (max-width: 999px) {
        .c-loader__logo svg {
          width: 68.5714285714vw;
          height: 17.9428571429vw; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-loader__text {
      max-width: 26.25rem; } }
  @media (min-width: 1000px) {
    .c-loader__text__wrap {
      margin-left: 50.2857142857vw; } }
  @media (min-width: 1200px) {
    .c-loader__text__wrap .c-scroll {
      height: 6.2857142857vw; } }
  .c-loader__text h2 {
    margin-top: 0;
    line-height: 1.1; }
    @media (min-width: 1000px) {
      .c-loader__text h2 {
        font-size: 3.25rem; } }
    @media (min-width: 1200px) {
      .c-loader__text h2 {
        font-size: 2.9714285714vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-loader__text h2 {
        font-size: 40px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-loader__text h2 {
        font-size: 40px; } }
    @media (max-width: 499px) {
      .c-loader__text h2 {
        font-size: 34px; } }
    @media (min-width: 1000px) {
      .c-loader__text h2 {
        margin-bottom: 1.75rem;
        max-width: 26.25rem; } }
    @media (min-width: 1200px) {
      .c-loader__text h2 {
        margin-bottom: 1.6vw;
        max-width: 24vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-loader__text h2 {
        max-width: 50%; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-loader__text p {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .c-loader__text p {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-loader__text p {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .c-loader__text p {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .c-loader__text p {
      max-width: 21.7142857143vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-loader__text p {
      max-width: 50%; } }
  @media (max-width: 699px) {
    .c-loader__text p {
      max-width: 80%; } }
  .c-loader__text p span {
    display: block;
    margin-top: 8px; }
    @media (min-width: 1600px) {
      .c-loader__text p span {
        font-size: 0.75rem; } }
    @media (min-width: 1000px) and (max-width: 1599px) {
      .c-loader__text p span {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-loader__text p span {
        font-size: 12px; } }
    @media (max-width: 499px) {
      .c-loader__text p span {
        font-size: 10px; } }
  .c-loader .stagLoad {
    transform: translateY(-5vh);
    opacity: 0; }
  .c-loader .lettre {
    transition: 1s cubic-bezier(0.68, 0.01, 0.92, 0.33); }
    .c-loader .lettre.activ {
      transform: translateY(0vw) !important;
      transition: 1s cubic-bezier(0, 0.02, 0.04, 0.99); }
  .c-loader #lettre1 {
    transform: translateY(20vw); }
  .c-loader #lettre2 {
    transform: translateY(10vw); }
  .c-loader #lettre3 {
    transform: translateY(15vw); }
  .c-loader #lettre4 {
    transform: translateY(25vw); }
  .c-loader #lettre5 {
    transform: translateY(20vw); }
  .c-loader #lettre6 {
    transform: translateY(14vw); }
  .c-loader #lettre7 {
    transform: translateY(15vw); }
  @media (max-width: 999px) {
    .c-loader #lettre1 {
      transform: translateY(40vh); }
    .c-loader #lettre2 {
      transform: translateY(20vh); }
    .c-loader #lettre3 {
      transform: translateY(30vh); }
    .c-loader #lettre4 {
      transform: translateY(50vh); }
    .c-loader #lettre5 {
      transform: translateY(40vh); }
    .c-loader #lettre6 {
      transform: translateY(28vh); }
    .c-loader #lettre7 {
      transform: translateY(30vh); } }
#c-loader__bande1 {
  right: 26.2vh;
  width: 5.8vh;
  height: 72%;
  bottom: -21vh;
  z-index: 4; }
  @media (max-width: 699px) {
    #c-loader__bande1 {
      width: 40vh;
      right: 0;
      height: 80%; } }
#c-loader__bande2 {
  right: 20.9vh;
  height: 59%;
  bottom: -17vh;
  z-index: 3; }
  @media (max-width: 699px) {
    #c-loader__bande2 {
      display: none; } }
#c-loader__bande3 {
  right: 15.7vh;
  height: 48%;
  bottom: -14vh;
  z-index: 2; }
  @media (max-width: 699px) {
    #c-loader__bande3 {
      display: none; } }
#c-loader__bande4 {
  right: -4.8vh;
  width: 20.6vh;
  bottom: -10vh;
  height: 36%;
  z-index: 1; }
  @media (max-width: 699px) {
    #c-loader__bande4 {
      display: none; } }
.home {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.t-home {
  position: relative;
  height: 100vh;
  width: 100%;
  /*&::after{content:"";width:1px;height:100%;position:absolute;left:50%;top:0;background: #F0F;z-index:100;}*/
  /*&::before{content:"";width:100%;height:1px;position:absolute;left:0;top:50%;background: #F0F;z-index:100;}*/ }
  .t-home .c-scroll {
    position: absolute;
    opacity: 0;
    transform: translateY(-10%);
    z-index: 3;
    width: 20px; }
    @media (min-width: 1000px) {
      .t-home .c-scroll {
        bottom: 2.5rem;
        left: 2.5rem;
        height: 6rem; }
        .t-home .c-scroll .c-scroll__link {
          position: absolute;
          bottom: 0;
          left: 0;
          transform: rotate(90deg) translate3d(-100%, 0, 0); } }
    @media (min-width: 1200px) {
      .t-home .c-scroll {
        bottom: 2.2857142857vw;
        left: 2.2857142857vw; } }
    @media (max-width: 999px) {
      .t-home .c-scroll {
        bottom: 40px;
        left: 40px;
        height: 110px;
        display: none; } }
    @media (max-width: 499px) {
      .t-home .c-scroll {
        left: 20px;
        bottom: 10px; } }
#innerCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transform: translateX(100%);
  /*@include media("<md") {
		display: none;
	};*/ }
  #innerCanvas canvas {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  #innerCanvas.largeur canvas {
    left: 50%;
    transform: translate(-50%, -50%); }

.c-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  transform: translateX(100%); }
  .c-slider__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4.2vw;
    height: 34vw;
    cursor: pointer;
    z-index: 100; }
    .c-slider__prev.off {
      pointer-events: none; }
    @media (max-width: 999px) {
      .c-slider__prev {
        width: 11.2vw;
        height: 63vw; } }
  .c-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4.2vw;
    height: 34vw;
    cursor: pointer;
    z-index: 100; }
    .c-slider__next.off {
      pointer-events: none; }
    @media (max-width: 999px) {
      .c-slider__next {
        width: 11.2vw;
        height: 63vw; } }
  .c-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(105.6%);
    /*&.next2{}*/ }
    .c-slider__item.prev {
      transform: translateX(-52.3%); }
    .c-slider__item.current {
      transform: translateX(0%); }
    .c-slider__item.next {
      transform: translateX(52.3%); }
    .c-slider__item__img {
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .c-slider__item__img img {
        width: 13vw; }
        @media (max-width: 999px) {
          .c-slider__item__img img {
            width: 27vw; } }
        @media (min-width: 700px) and (max-width: 999px) {
          .c-slider__item__img img {
            transform: translate3d(0, -3vw, 0); } }
        @media (min-width: 500px) and (max-width: 699px) {
          .c-slider__item__img img {
            transform: translate3d(0, -2vw, 0); } }
        @media (max-width: 499px) {
          .c-slider__item__img img {
            transform: translate3d(0, -3.2vw, 0); } }
      .c-slider__item__img > .o-button {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        margin-top: 30px;
        opacity: 0;
        min-width: 200px; }
        @media (min-width: 1000px) {
          .c-slider__item__img > .o-button {
            display: none; } }
        .c-slider__item__img > .o-button .o-button {
          opacity: 1; }
    .c-slider__item .o-container {
      position: absolute;
      top: 25%;
      left: 0;
      right: 0;
      z-index: 2;
      opacity: 0; }
      @media (max-width: 999px) {
        .c-slider__item .o-container {
          padding: 0 25vw; } }
.c-slider-content__number, .c-single-product-header__number {
  position: relative;
  display: inline-block; }
  @media (min-width: 1600px) {
    .c-slider-content__number, .c-single-product-header__number {
      font-size: 0.75rem; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .c-slider-content__number, .c-single-product-header__number {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-slider-content__number, .c-single-product-header__number {
      font-size: 12px; } }
  @media (max-width: 499px) {
    .c-slider-content__number, .c-single-product-header__number {
      font-size: 10px; } }
  @media (min-width: 1000px) {
    .c-slider-content__number, .c-single-product-header__number {
      margin-left: 0.5714285714vw; } }
  .c-slider-content__number span, .c-single-product-header__number span {
    display: block; }
    @media (min-width: 1000px) {
      .c-slider-content__number span:first-child, .c-single-product-header__number span:first-child {
        transform: translate3d(-0.5714285714vw, 0, 0); } }
    @media (max-width: 999px) {
      .c-slider-content__number span:first-child, .c-single-product-header__number span:first-child {
        transform: translate3d(-0.625rem, 0, 0); } }
    @media (min-width: 1000px) {
      .c-slider-content__number span:last-child, .c-single-product-header__number span:last-child {
        transform: translate3d(0.5714285714vw, 0px, 0); } }
    @media (max-width: 999px) {
      .c-slider-content__number span:last-child, .c-single-product-header__number span:last-child {
        transform: translate3d(0.625rem, 0px, 0); } }
  .c-slider-content__number::before, .c-single-product-header__number::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 1px;
    display: inline-block;
    transform: translate3d(-50%, -50%, 0) rotate(-59deg); }
    @media (min-width: 1000px) {
      .c-slider-content__number::before, .c-single-product-header__number::before {
        width: 3.4285714286vw; } }
    @media (max-width: 999px) {
      .c-slider-content__number::before, .c-single-product-header__number::before {
        width: 60px; } }
  .c-slider-content__number.-red::before, .c-single-product-header__number.-red::before {
    background: #ff5859; }
  .c-slider-content__number.-white::before, .c-single-product-header__number.-white::before {
    background: #ffffff; }
  .c-slider-content__number.-green::before, .c-single-product-header__number.-green::before {
    background: #a1d782; }
  .c-slider-content__number.-yellow::before, .c-single-product-header__number.-yellow::before {
    background: #f8eb3c; }
  .c-slider-content__number.-purple::before, .c-single-product-header__number.-purple::before {
    background: #dd9dc6; }

.c-slider-content_inner p {
  margin-bottom: 0.9375rem; }

@media (min-width: 1000px) {
  .c-slider-content_inner {
    max-width: 18.8571428571vw;
    /*transform: translate3d(vw(400),0,0);*/
    padding-left: 1.7142857143vw; } }

.c-slider-content_button {
  display: flex;
  padding-left: 1.7142857143vw;
  flex-wrap: wrap; }
  .c-slider-content_button .o-button {
    margin-right: 10px; }

.c-mixte {
  width: 18.75rem; }

.c-slider-content {
  /*transition: transform $speed-slower $easing, opacity $speed-slower $easing;
	opacity: 0;*/
  opacity: 0; }
  @media (max-width: 999px) {
    .c-slider-content .o-button {
      display: none; } }
  .current .c-slider-content {
    opacity: 1;
    /*transform: translate3d(0,0,0);*/ }
  .c-slider-content__inner-tween {
    opacity: 0; }
    @media (min-width: 1000px) {
      .c-slider-content__inner-tween {
        margin-left: -8vw;
        margin-top: -4.5714285714vw;
        margin-bottom: -4.5714285714vw;
        margin-right: -4.5714285714vw; } }
    @media (min-width: 1000px) {
      .c-slider-content__inner-tween {
        padding: 4.5714285714vw 4.5714285714vw 4.5714285714vw 4.5714285714vw; } }
  .c-slider-content__title {
    font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
    line-height: 1;
    margin: 0;
    /*opacity:0;*/
    /*text-overflow: ellipsis-word !important;*/ }
    @media (min-width: 1000px) {
      .c-slider-content__title {
        font-size: 7.5rem; } }
    @media (min-width: 1200px) {
      .c-slider-content__title {
        font-size: 6.8571428571vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-slider-content__title {
        font-size: 80px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-slider-content__title {
        font-size: 75px; } }
    @media (max-width: 499px) {
      .c-slider-content__title {
        font-size: 70px; } }
    .c-slider-content__title strong {
      display: block; }
      @media (min-width: 1000px) {
        .c-slider-content__title strong {
          margin-top: -3.4285714286vw; } }
  .c-slider-content p {
    position: relative;
    z-index: 2; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .c-slider-content p {
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .c-slider-content p {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-slider-content p {
        font-size: 14px; } }
    @media (max-width: 499px) {
      .c-slider-content p {
        font-size: 14px; } }
    @media (max-width: 999px) {
      .c-slider-content p {
        display: none; } }
.c-backgroundHome {
  background-size: cover !important;
  background: #ffffff;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  left: 33.33%;
  transform: translateX(100%);
  overflow: hidden;
  /**{opacity: 0;}*/
  /*transform:translateX(100%);*/ }
  @media (max-width: 999px) {
    .c-backgroundHome {
      display: none; } }
  .c-backgroundHome__item {
    display: block;
    width: 100%;
    height: 25vh;
    font-size: 0;
    position: relative; }
    .c-backgroundHome__item:nth-child(1) {
      margin-left: 0; }
    .c-backgroundHome__item:nth-child(2) {
      margin-left: 0; }
    .c-backgroundHome__item:nth-child(3) {
      margin-left: 0; }
    .c-backgroundHome__item:nth-child(4) {
      margin-left: 0; }
    .c-backgroundHome__item > div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translate(100%, -50%); }
      .c-backgroundHome__item > div.current {
        transform: translate(0%, -50%); }
      .c-backgroundHome__item > div img {
        white-space: nowrap;
        width: 50%; }

/*.before1{width:100%;height:1px;background: #00F;position:absolute;top:calc(50% - 37.5vh);left:0;z-index:10;}
.before2{width:100%;height:1px;background: #00F;position:absolute;top:calc(50% - 12.5vh);left:0;z-index:10;}
.before3{width:100%;height:1px;background: #00F;position:absolute;top:calc(50% + 12.5vh);left:0;z-index:10;}
.before4{width:100%;height:1px;background: #00F;position:absolute;top:calc(50% + 37.5vh);left:0;z-index:10;}

.beforeMilieu{width:100%;height:1px;background: #0F0;position:absolute;top:calc(50%);left:0;z-index:10;opacity:0.2;}


.after1, .after2, .after3, .after4, .afterMax, .afterMin, .afterMilieu{width:1px;height:100%;background: #00F;position:absolute;top:0;z-index:10;}
.afterMax, .afterMin, .afterMilieu{background: #0F0;opacity:0.2;}*/
.c-slider-nav, .c-single-slider-nav {
  position: absolute;
  z-index: 20;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media (min-width: 1000px) {
    .t-home .c-slider-nav, .t-home .c-single-slider-nav {
      left: calc( 2.5rem + 70px);
      bottom: 2rem; } }
  @media (min-width: 1200px) {
    .t-home .c-slider-nav, .t-home .c-single-slider-nav {
      left: calc( 2.2857142857vw + 70px);
      bottom: 2.2857142857vw; } }
  .c-slider-nav .stagHome, .c-single-slider-nav .stagHome {
    opacity: 0; }
  @media (min-width: 1000px) {
    .c-slider-nav, .c-single-slider-nav {
      bottom: 2.5rem;
      left: 2.5rem; } }
  @media (min-width: 1200px) {
    .c-slider-nav, .c-single-slider-nav {
      bottom: 2.2857142857vw;
      left: 2.2857142857vw; } }
  @media (max-width: 999px) {
    .c-slider-nav, .c-single-slider-nav {
      bottom: 40px;
      left: 40px; } }
  .c-slider-nav__list, .c-single-slider-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    pointer-events: none; }
  .c-slider-nav__item.is-active, .c-single-slider-nav__item.is-active {
    pointer-events: none; }
  .c-slider-nav__link, .c-single-slider-nav__link {
    position: relative;
    display: block;
    cursor: pointer; }
    .c-slider-nav__link *, .c-single-slider-nav__link * {
      pointer-events: none; }
    @media (min-width: 1000px) {
      .c-slider-nav__link, .c-single-slider-nav__link {
        width: 26px;
        height: 36px; } }
    @media (min-width: 2000px) {
      .c-slider-nav__link, .c-single-slider-nav__link {
        width: 30px;
        height: 44px; } }
    @media (max-width: 999px) {
      .c-slider-nav__link, .c-single-slider-nav__link {
        width: 20px;
        height: 36px; } }
    .c-slider-nav__link__circle, .c-single-slider-nav__link__circle {
      display: block;
      border-radius: 50%;
      border: 1px solid #231f20;
      position: absolute;
      width: 10px;
      height: 10px;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
      @media (min-width: 2000px) {
        .c-slider-nav__link__circle, .c-single-slider-nav__link__circle {
          width: 12px;
          height: 12px; } }
    .c-slider-nav__link:hover::before, .c-slider-nav__link:hover::after, .c-single-slider-nav__link:hover::before, .c-single-slider-nav__link:hover::after {
      transform: scale3d(1, 1, 1); }
    .c-slider-nav__link:hover::before, .c-single-slider-nav__link:hover::before {
      transform-origin: top center; }
    .c-slider-nav__link:hover::after, .c-single-slider-nav__link:hover::after {
      transform-origin: bottom center; }
    .c-slider-nav__link::before, .c-slider-nav__link::after, .c-single-slider-nav__link::before, .c-single-slider-nav__link::after {
      position: absolute;
      width: 1px;
      content: "";
      background: #231f20;
      left: 50%;
      transform: scale3d(1, 0, 1);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      height: 8px; }
      .is-active .c-slider-nav__link::before, .is-active .c-slider-nav__link::after, .is-active .c-single-slider-nav__link::before, .is-active .c-single-slider-nav__link::after {
        transform: scale3d(1, 1, 1); }
    .c-slider-nav__link::before, .c-single-slider-nav__link::before {
      top: 0px;
      transform-origin: bottom center; }
    .c-slider-nav__link::after, .c-single-slider-nav__link::after {
      bottom: 0px;
      transform-origin: top center; }
    .c-slider-nav__link.is-active::before, .c-single-slider-nav__link.is-active::before {
      transform-origin: top center; }
    .c-slider-nav__link.is-active::after, .c-single-slider-nav__link.is-active::after {
      transform-origin: bottom center; }

@media (max-width: 999px) {
  .c-slider-nav {
    bottom: 20px;
    left: 20px; } }

@media (max-width: 499px) {
  .c-slider-nav {
    bottom: 10px;
    left: 10px; } }

.mobile .c-slider-nav {
  position: fixed; }

.c-slider-nav-arrow, .c-single-slider-nav-arrow {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 40px;
  transition: 0.4s;
  cursor: pointer; }
  @media (min-width: 2000px) {
    .c-slider-nav-arrow, .c-single-slider-nav-arrow {
      width: 32px;
      height: 40px; } }
  .c-slider-nav-arrow.off, .c-single-slider-nav-arrow.off {
    pointer-events: none;
    opacity: 0; }
  .c-slider-nav-arrow *, .c-single-slider-nav-arrow * {
    pointer-events: none; }
  .c-slider-nav-arrow svg, .c-single-slider-nav-arrow svg {
    width: 20px;
    height: 12px; }
  .c-slider-nav-arrow__wrap, .c-single-slider-nav-arrow__wrap {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 12px; }
    .c-slider-nav-arrow__wrap svg, .c-single-slider-nav-arrow__wrap svg {
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .c-slider-nav-arrow__wrap.-hover svg, .c-single-slider-nav-arrow__wrap.-hover svg {
      opacity: 0; }
      .c-slider-nav-arrow:hover .c-slider-nav-arrow__wrap.-hover svg, .c-single-slider-nav-arrow:hover .c-slider-nav-arrow__wrap.-hover svg, .c-slider-nav-arrow:hover .c-single-slider-nav-arrow__wrap.-hover svg, .c-single-slider-nav-arrow:hover .c-single-slider-nav-arrow__wrap.-hover svg {
        opacity: 1; }
    .-left .c-slider-nav-arrow__wrap.-hover svg, .-left .c-single-slider-nav-arrow__wrap.-hover svg {
      transform: translate3d(15px, 0, 0); }
    .-left:hover .c-slider-nav-arrow__wrap.-hover svg, .-right:hover .c-slider-nav-arrow__wrap.-hover svg, .-left:hover .c-single-slider-nav-arrow__wrap.-hover svg, .-right:hover .c-single-slider-nav-arrow__wrap.-hover svg {
      transform: translate3d(0px, 0, 0); }
    .-right .c-slider-nav-arrow__wrap.-hover svg, .-right .c-single-slider-nav-arrow__wrap.-hover svg {
      transform: translate3d(-15px, 0, 0); }
    .-left:hover .c-slider-nav-arrow__wrap.-normal svg, .-left:hover .c-single-slider-nav-arrow__wrap.-normal svg {
      opacity: 0;
      transform: translate3d(-15px, 0, 0); }
    .-right:hover .c-slider-nav-arrow__wrap.-normal svg, .-right:hover .c-single-slider-nav-arrow__wrap.-normal svg {
      transform: translate3d(15px, 0, 0);
      opacity: 0; }

.c-home-background-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1; }
  @media (min-width: 1000px) {
    .c-home-background-mobile {
      display: none; } }
  .c-home-background-mobile__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 228.5714285714vw;
    height: 228.5714285714vw;
    background-position: center center; }

@media (max-width: 999px) {
  .c-slider-content__title {
    display: none; } }

@media (max-width: 999px) {
  .c-slider-content__title__line {
    text-align: right; } }

.lang-en .c-slider-content__title.-cherry, .lang-en .c-slider-content__title.-maple {
  white-space: nowrap; }
  .lang-en .c-slider-content__title.-cherry strong, .lang-en .c-slider-content__title.-maple strong {
    margin-left: -2vw;
    display: inline-block; }

.lang-en .c-slider-content__title.-strawberry, .lang-en .c-slider-content__title.-cherry, .lang-en .c-slider-content__title.-maple, .lang-en .c-slider-content__title.-rapsberry {
  margin-bottom: 1.1428571429vw; }

.lang-fr .c-slider-content__title.-maple {
  margin-bottom: 1.1428571429vw; }

.c-slider__item__img_link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10; }

.c-mixte {
  width: 100%; }
  @media (max-width: 999px) {
    .c-mixte.-hide-mobile {
      display: none; } }
.c-mixte_button {
  width: 16.125rem;
  font-weight: bold;
  text-decoration: underline; }
  @media (min-width: 1600px) {
    .c-mixte_button {
      font-size: 0.75rem; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .c-mixte_button {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-mixte_button {
      font-size: 12px; } }
  @media (max-width: 499px) {
    .c-mixte_button {
      font-size: 10px; } }
  @media (min-width: 1000px) {
    .c-mixte_button {
      padding: 1rem 1.625rem; } }
  @media (max-width: 999px) {
    .c-mixte_button {
      padding: 12px 24px; } }
.c-slider_content_price {
  width: 100%; }
  .c-slider_content_price p {
    margin: 0 0 0.9375rem 0; }

@media (max-width: 699px) {
  .t-products {
    margin-bottom: 0;
    padding-bottom: 0; } }

.c-products-header {
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap; }
  .c-products-header .c-scroll {
    opacity: 0;
    transform: translateY(-20px); }
  @media (min-width: 1000px) {
    .c-products-header {
      padding-left: 11.4285714286vw; } }
  @media (max-width: 999px) {
    .c-products-header {
      padding-top: 50vh;
      height: auto;
      padding-bottom: 60px;
      margin-bottom: 80px; } }
  .c-products-header__title {
    opacity: 0;
    transform: translateY(-20px); }

.c-products-patterns {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #FFF; }
  @media (min-width: 1000px) {
    .c-products-patterns {
      width: 27.4285714286vw; } }
  .c-products-patterns__list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap; }
  .c-products-patterns__item {
    display: flex;
    font-size: 0;
    width: 1000%;
    height: 25vh;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    align-items: center; }
  .c-products-patterns__ingredients {
    width: 200%; }
    .c-products-patterns__ingredients img {
      width: 50%; }
    .c-products-patterns__ingredients__wrap {
      transform: translate3d(-4vw, 0, 0);
      width: 100%; }

.c-products-img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  /*background: url(img/bg-ingredient-temp.jpg) no-repeat top center;
    background-size: cover;*/
  overflow: hidden;
  background: #FFF; }
  .c-products-img canvas {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vh;
    height: 100vh; }
  @media (min-width: 1000px) {
    .c-products-img {
      width: calc(20% + 8vw); } }
  @media (max-width: 999px) {
    .c-products-img {
      display: none; } }
.c-products-name-hover-temp {
  position: fixed;
  z-index: 100;
  pointer-events: none; }
  @media (min-width: 1000px) {
    .c-products-name-hover-temp {
      top: 2.5rem;
      right: 2.5rem;
      width: 25rem;
      height: 6.25rem; } }
  @media (min-width: 1200px) {
    .c-products-name-hover-temp {
      top: 2.2857142857vw;
      right: 2.2857142857vw;
      width: 22.8571428571vw;
      height: 5.7142857143vw; } }
.c-products-name-hover {
  position: fixed;
  z-index: 100; }
  @media (min-width: 1000px) {
    .c-products-name-hover {
      top: 3.75rem;
      right: 2.5rem; } }
  @media (min-width: 1200px) {
    .c-products-name-hover {
      top: 3.4285714286vw;
      right: 2.2857142857vw; } }
  @media (max-width: 999px) {
    .c-products-name-hover {
      display: none; } }
  .c-products-name-hover h2 {
    transform-origin: left bottom;
    transform: rotate(90deg);
    margin: 0;
    font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
    line-height: 1; }
    @media (min-width: 1000px) {
      .c-products-name-hover h2 {
        font-size: 6.25rem; } }
    @media (min-width: 1200px) {
      .c-products-name-hover h2 {
        font-size: 5.7142857143vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-products-name-hover h2 {
        font-size: 90px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-products-name-hover h2 {
        font-size: 70px; } }
    @media (max-width: 499px) {
      .c-products-name-hover h2 {
        font-size: 40px; } }
    @media (min-width: 1000px) {
      .c-products-name-hover h2 {
        width: 25rem;
        height: 6.25rem;
        margin-top: -6.25rem;
        margin-right: -21.25rem; } }
    @media (min-width: 1200px) {
      .c-products-name-hover h2 {
        width: 22.8571428571vw;
        height: 5.7142857143vw;
        margin-top: -5.7142857143vw;
        margin-right: -19.4285714286vw; } }
.c-products {
  position: relative; }
  .c-products__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    transform-origin: 0 100%;
    transform: translateY(10vh); }
    @media (min-width: 1200px) {
      .c-products__list {
        margin-top: -4.5714285714vw; } }
    @media (max-width: 699px) {
      .c-products__list {
        display: block; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-products__list {
        margin: 0 -40px; } }
    @media (max-width: 499px) {
      .c-products__list {
        margin: 0 -20px; } }
    .c-products__list .c-products__item:nth-child(2n+1):nth-last-child(-n+2),
    .c-products__list .c-products__item:nth-child(2n+1):nth-last-child(-n+2) ~ .c-products__item {
      margin-bottom: 0; }
  @media (min-width: 1000px) {
    .c-products__item {
      margin-bottom: 3.75rem; } }
  @media (min-width: 1200px) {
    .c-products__item {
      margin-bottom: 3.4285714286vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-products__item {
      margin-bottom: 60px; } }
  @media (max-width: 699px) {
    .c-products__item {
      margin-bottom: 0;
      overflow: hidden;
      background: #ffffff; } }
  @media (max-width: 699px) {
    .c-products__item {
      padding: 0 !important; } }
  .c-products__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .c-products__link::after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .c-products__link__title {
      margin: 0;
      text-align: center;
      font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
      color: #231f20;
      text-transform: lowercase; }
      @media (min-width: 1000px) {
        .c-products__link__title {
          font-size: 3rem; } }
      @media (min-width: 1200px) {
        .c-products__link__title {
          font-size: 2.7428571429vw; } }
      @media (min-width: 700px) and (max-width: 999px) {
        .c-products__link__title {
          font-size: 40px; } }
      @media (min-width: 500px) and (max-width: 699px) {
        .c-products__link__title {
          font-size: 40px; } }
      @media (max-width: 499px) {
        .c-products__link__title {
          font-size: 34px; } }
      @media (min-width: 1000px) {
        .c-products__link__title {
          padding: 1.875rem; } }
      .c-products__link__title__wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
        @media (min-width: 1000px) {
          .c-products__link__title__wrap {
            transform: translate3d(0, -5rem, 0);
            margin: -1.875rem; }
            a:hover .c-products__link__title__wrap {
              transform: translate3d(0, 0.625rem, 0); } }
        @media (min-width: 1200px) {
          .c-products__link__title__wrap {
            transform: translate3d(0, -4.5714285714vw, 0); }
            a:hover .c-products__link__title__wrap {
              transform: translate3d(0, 0.5714285714vw, 0); } }
      @media (max-width: 999px) {
        .c-products__link__title {
          display: none; } }
    .c-products__link__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1; }
      a:hover .c-products__link__bg {
        transform: scale3d(0.7, 0.7, 1); }
      @media (max-width: 699px) {
        .c-products__link__bg {
          transform: scale3d(0.7, 0.7, 1); } }
      .-strawberry .c-products__link__bg, .-red .c-products__link__bg {
        background-color: #ff5859; }
      .-cerry-lime .c-products__link__bg, .-green .c-products__link__bg {
        background-color: #a1d782; }
      .-mapple-ginger .c-products__link__bg, .-yellow .c-products__link__bg {
        background-color: #f8eb3c; }
      .-raspberry .c-products__link__bg, .-purple .c-products__link__bg {
        background-color: #dd9dc6; }
    .c-products__link__img {
      position: relative;
      z-index: 3;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 1000px) {
        .c-products__link__img {
          width: 8.4571428571vw;
          height: 21.3714285714vw; } }
      @media (min-width: 700px) and (max-width: 999px) {
        .c-products__link__img {
          width: 11.4285714286vw;
          height: 28.8571428571vw; } }
      @media (max-width: 699px) {
        .c-products__link__img {
          width: 17.1428571429vw;
          height: 43.3142857143vw; } }
      a:hover .c-products__link__img {
        transform: scale3d(1.15, 1.15, 1); }
      @media (max-width: 699px) {
        .c-products__link__img {
          transform: scale3d(1.15, 1.15, 1); } }
.c-products-volet {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0f0f0;
  transform-origin: 0 100%; }

.c-products__link__ingredient {
  position: absolute;
  top: 1.1428571429vw;
  left: 50%;
  width: 142.8571428571vw;
  margin-left: -71.4285714286vw;
  font-size: 0; }
  @media (min-width: 700px) {
    .c-products__link__ingredient {
      display: none; } }
  .page-template-about .c-products__link__ingredient {
    display: block;
    top: 0;
    left: 0.8571428571vw;
    width: 28.5714285714vw;
    margin-left: 0; }
  .c-products__link__ingredient__row {
    white-space: nowrap; }
    .page-template-about .c-products__link__ingredient__row img {
      width: 13.1428571429vw; }
    @media (max-width: 699px) {
      .c-products__link__ingredient__row img {
        width: 71.4285714286vw; } }
@media (max-width: 999px) {
  .c-products-header__title__wrap {
    transform: translate3d(0, -50%, 0); } }

.c-products_add-to-cart {
  text-align: center;
  padding-top: 1.5625rem; }

.c-products_price {
  margin: 0;
  margin-bottom: 0.9375rem; }
  @media (min-width: 1000px) {
    .c-products_price {
      font-size: 1.25rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-products_price {
      font-size: 20px; } }
  @media (max-width: 499px) {
    .c-products_price {
      font-size: 16px; } }
.c-products_add-to-cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.c-single-product__volet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  z-index: 21;
  transform-origin: 0 100%;
  pointer-events: none; }

.postid-14 {
  background: #a1d782; }

.c-single-product-header {
  min-height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  background: #a1d782; }
  .c-single-product-header-spacer {
    height: calc(100vh + 7.4285714286vw);
    /*7.42... TEMPORAIRE*/
    position: relative;
    z-index: 15; }
    @media (max-width: 999px) {
      .c-single-product-header-spacer {
        height: 100vh; } }
    .c-single-product-header-spacer .c-scroll {
      position: absolute; }
      @media (min-width: 1000px) {
        .c-single-product-header-spacer .c-scroll {
          top: 100vh;
          transform: translate3d(0, calc(-100% - 2.5rem), 0);
          left: 2.5rem;
          height: 6.875rem; } }
      @media (min-width: 1200px) {
        .c-single-product-header-spacer .c-scroll {
          transform: translate3d(0, calc(-100% - 2.2857142857vw), 0);
          left: 2.2857142857vw;
          height: 6.2857142857vw; } }
      @media (max-width: 999px) {
        .c-single-product-header-spacer .c-scroll {
          bottom: 40px;
          left: 40px;
          height: 110px;
          display: none; } }
  .c-single-product-header__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -150%, 0); }
    @media (min-width: 1000px) {
      .c-single-product-header__img {
        width: 15.75rem;
        height: 40.25rem; } }
    @media (min-width: 1200px) {
      .c-single-product-header__img {
        width: 14.4vw;
        height: 36.8vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-single-product-header__img {
        width: 20.1142857143vw;
        height: 51.4285714286vw; } }
    @media (max-width: 699px) {
      .c-single-product-header__img {
        width: 29.7142857143vw;
        height: 75.9428571429vw; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .c-single-product-header {
      padding: 5rem 0;
      display: flex;
      align-items: center; }
      .c-single-product-header .o-container {
        width: 100%;
        margin-top: -14.8571428571vw; } }
  @media (min-width: 1200px) {
    .c-single-product-header {
      padding-top: 11.4285714286vw; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-single-product-header__number {
      margin-right: 3.4285714286vw;
      display: none; } }
  @media (min-width: 1200px) {
    .c-single-product-header__number {
      margin-left: 0.9142857143vw; } }
  @media (max-width: 999px) {
    .c-single-product-header__number {
      display: none;
      margin-right: 40px;
      margin-left: 15px;
      margin-top: 9px; }
      .c-single-product-name__wrap .c-single-product-header__number {
        display: block; } }
  @media (min-width: 1000px) {
    .c-single-product-name__wrap .c-single-product-header__number {
      display: none; } }
  .c-single-product-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-single-product-header .o-container .o-col-left {
      width: 0; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-single-product-header .o-container .o-col-right {
      padding-left: 0;
      width: 100%;
      padding-right: 60%;
      text-align: right; } }
  .c-single-product-header .c-single-product-header__inner-tween {
    transform: translateY(-60%); }
    @media (min-width: 1000px) {
      .c-single-product-header .c-single-product-header__inner-tween {
        margin: -6.8571428571vw; } }
  .c-single-product-header__title {
    font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
    line-height: 0.6;
    text-transform: lowercase;
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .c-single-product-header__title {
        font-size: 12vw; } }
    @media (min-width: 1200px) {
      .c-single-product-header__title {
        font-size: 12.5714285714vw; } }
    @media (max-width: 999px) {
      .c-single-product-header__title {
        font-size: 270px; } }
    @media (min-width: 1200px) {
      .c-single-product-header__title {
        margin-left: -4.5714285714vw; } }
    @media (min-width: 1000px) {
      .c-single-product-header__title {
        padding: 6.8571428571vw;
        margin-bottom: -3.4285714286vw; } }
    @media (max-width: 999px) {
      .c-single-product-header__title {
        display: none; } }
    .c-single-product-header__title span {
      display: block; }
      @media (min-width: 1200px) {
        .postid-94 .c-single-product-header__title span:nth-child(2) {
          transform: translate(6vw, 0); }
        .postid-95 .c-single-product-header__title span:nth-child(2) {
          transform: translate(-2.8571428571vw, 0); } }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .postid-95 .c-single-product-header__title span:nth-child(2) {
          transform: translate(7.5rem, 0); } }
    .c-single-product-header__title strong {
      display: inline-block; }
      @media (min-width: 1000px) {
        .c-single-product-header__title strong {
          margin-left: 2.1875rem; } }
      @media (min-width: 1200px) {
        .c-single-product-header__title strong {
          margin-left: 2vw; } }
.c-single-product-name {
  margin-top: 0;
  font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
  text-transform: lowercase;
  line-height: 0.6;
  margin: 0; }
  @media (min-width: 1000px) {
    .c-single-product-name {
      font-size: 7.5rem; } }
  @media (min-width: 1200px) {
    .c-single-product-name {
      font-size: 6.8571428571vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-single-product-name {
      font-size: 80px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-single-product-name {
      font-size: 75px; } }
  @media (max-width: 499px) {
    .c-single-product-name {
      font-size: 70px; } }
  @media (min-width: 700px) {
    .c-single-product-name {
      margin-bottom: 120px; } }
  @media (max-width: 699px) {
    .c-single-product-name {
      margin-bottom: 60px; } }
  .c-single-product-name span {
    display: block; }
  @media (min-width: 1000px) {
    .c-single-product-name {
      display: none; } }
  .c-single-product-name__wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }

.c-single-product-description {
  position: relative;
  z-index: 3; }
  @media (min-width: 1000px) {
    .c-single-product-description {
      padding: 8.125rem 0 13.75rem 0; } }
  @media (min-width: 1200px) {
    .c-single-product-description {
      padding: 0 0 12.5714285714vw 0;
      /*padding: vw(130) 0 vw(220) 0;*/ } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-single-product-description {
      padding: 0px 120px 140px 120px; } }
  @media (max-width: 699px) {
    .c-single-product-description {
      padding: 60px 0 120px 0; } }
  .c-single-product-description .c-scroll {
    position: absolute;
    z-index: 10; }
    @media (min-width: 1000px) {
      .c-single-product-description .c-scroll {
        display: none; } }
    @media (max-width: 999px) {
      .c-single-product-description .c-scroll {
        bottom: calc(100% + 30px);
        left: 40px;
        height: 110px; } }
    @media (max-width: 499px) {
      .c-single-product-description .c-scroll {
        bottom: calc(100% + 10px);
        left: 20px; } }
  @media (min-width: 1000px) {
    .c-single-product-description__text {
      padding-right: 25%; } }
  @media (min-width: 1600px) {
    .c-single-product-description__text {
      padding-right: 30%; } }
  @media (min-width: 1000px) {
    .c-single-product-description__text h2 {
      font-size: 3.25rem; } }
  @media (min-width: 1200px) {
    .c-single-product-description__text h2 {
      font-size: 2.9714285714vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-single-product-description__text h2 {
      font-size: 40px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-single-product-description__text h2 {
      font-size: 40px; } }
  @media (max-width: 499px) {
    .c-single-product-description__text h2 {
      font-size: 34px; } }
  @media (min-width: 1200px) {
    .c-single-product-description__text h2 {
      width: 80%; } }
  @media (min-width: 1000px) {
    .c-single-product-description__text p {
      font-size: 1.375rem; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-single-product-description__text p {
      font-size: 22px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-single-product-description__text p {
      font-size: 20px; } }
  @media (max-width: 499px) {
    .c-single-product-description__text p {
      font-size: 18px; } }
  .c-single-product-description__text h6 {
    font-style: normal;
    display: block; }
    @media (min-width: 1600px) {
      .c-single-product-description__text h6 {
        font-size: 0.75rem; } }
    @media (min-width: 1000px) and (max-width: 1599px) {
      .c-single-product-description__text h6 {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-single-product-description__text h6 {
        font-size: 12px; } }
    @media (max-width: 499px) {
      .c-single-product-description__text h6 {
        font-size: 10px; } }
    @media (min-width: 1000px) {
      .c-single-product-description__text h6 {
        margin-bottom: 0.625rem; } }
    @media (min-width: 1200px) {
      .c-single-product-description__text h6 {
        margin-bottom: 0.5714285714vw; } }
  @media (min-width: 1000px) {
    .c-single-product-description__text .o-button {
      margin-top: 2.5rem;
      margin-right: 1.25rem; } }
  @media (min-width: 1200px) {
    .c-single-product-description__text .o-button {
      margin-top: 2.2857142857vw;
      margin-right: 1.1428571429vw; } }
  .c-single-product-description__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 0;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 999px) {
      .c-single-product-description__canvas {
        width: 100%;
        height: 500px;
        top: -485px; } }
    @media (max-width: 699px) {
      .c-single-product-description__canvas {
        top: -300px; } }
    @media (min-width: 1000px) {
      .c-single-product-description__canvas canvas {
        transform: translateY(calc(-50% - 7.4285714286vw));
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 999px) {
      .c-single-product-description__canvas canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        right: 0;
        height: 500px; } }
    @media (max-width: 699px) {
      .c-single-product-description__canvas canvas {
        height: 300px; } }
.c-big-sentence {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  white-space: nowrap;
  line-height: 1.2; }
  .c-404-marquee .c-big-sentence {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit; }
  @media (min-width: 1000px) {
    .c-big-sentence {
      bottom: -1.59375rem; } }
  @media (min-width: 1200px) {
    .c-big-sentence {
      bottom: -1.4571428571vw; } }
  @media (max-width: 999px) {
    .c-big-sentence {
      bottom: -17px; } }
  @media (max-width: 699px) {
    .c-big-sentence {
      bottom: -13px; } }
  .c-big-sentence span {
    color: #ffffff;
    display: inline-block; }
    @media (min-width: 1000px) {
      .c-big-sentence span {
        font-size: 7.5rem; } }
    @media (min-width: 1200px) {
      .c-big-sentence span {
        font-size: 6.8571428571vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-big-sentence span {
        font-size: 80px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-big-sentence span {
        font-size: 75px; } }
    @media (max-width: 499px) {
      .c-big-sentence span {
        font-size: 70px; } }
    @media (max-width: 699px) {
      .c-big-sentence span {
        font-size: 56px; } }
    @media (min-width: 1000px) {
      .c-big-sentence span:not(:last-child) {
        padding-right: 7.5rem; } }
    @media (min-width: 1200px) {
      .c-big-sentence span:not(:last-child) {
        padding-right: 6.8571428571vw; } }
    @media (max-width: 999px) {
      .c-big-sentence span:not(:last-child) {
        padding-right: 80px; } }
.c-single-product-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff; }

.c-single-product-similar {
  pointer-events: auto; }
  .c-single-product-similar.-desktop {
    position: fixed;
    top: 8.125rem;
    right: 0;
    z-index: 20; }
    @media (max-width: 999px) {
      .c-single-product-similar.-desktop {
        display: none; } }
  .c-single-product-similar.-mobile {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    padding-top: 2px;
    margin-top: -2px; }
    @media (min-width: 1000px) {
      .c-single-product-similar.-mobile {
        display: none; } }
  .c-single-product-similar__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (min-width: 1000px) {
      .c-single-product-similar__list {
        width: 13.125rem;
        flex-direction: column; } }
    @media (min-width: 1200px) {
      .c-single-product-similar__list {
        width: 12vw; } }
  .c-single-product-similar__item {
    transform: translateX(100%); }
    @media (max-width: 999px) {
      .c-single-product-similar__item {
        width: 33.3333%; } }
  .c-single-product-similar__link {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (min-width: 1000px) {
      .c-single-product-similar__link {
        padding: 1.25rem 0; } }
    @media (min-width: 1200px) {
      .c-single-product-similar__link {
        padding: 1.3714285714vw 0; } }
    @media (max-width: 999px) {
      .c-single-product-similar__link {
        padding: 30px; } }
    .postid-14 .c-single-product-similar__link.-cerry-lime {
      display: none; }
    .c-single-product-similar__link:hover p {
      transform: translate3d(-5px, 0px, 0); }
    .c-single-product-similar__link p {
      position: absolute;
      margin: 0;
      bottom: 10px;
      font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
      text-transform: lowercase;
      max-width: 48%;
      line-height: 0.7;
      transform: translate3d(20px, 0px, 0);
      z-index: 1;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 1000px) {
        .c-single-product-similar__link p {
          font-size: 2rem; } }
      @media (min-width: 500px) and (max-width: 999px) {
        .c-single-product-similar__link p {
          font-size: 28px; } }
      @media (max-width: 499px) {
        .c-single-product-similar__link p {
          font-size: 24px; } }
      @media (min-width: 1000px) {
        .c-single-product-similar__link p {
          left: 0.625rem;
          bottom: 1.25rem;
          margin: -2.5rem; } }
      @media (min-width: 1200px) {
        .c-single-product-similar__link p {
          left: 0.5714285714vw;
          bottom: 1.1428571429vw; } }
      @media (max-width: 1599px) {
        .c-single-product-similar__link p {
          display: none; } }
      .lang-en .c-single-product-similar__link p {
        display: none; }
      .c-single-product-similar__link p span {
        display: inline-block; }
        @media (min-width: 1000px) {
          .c-single-product-similar__link p span {
            padding: 2.5rem; } }
  .c-single-product-similar__img {
    position: relative;
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 1000px) {
      a:hover .c-single-product-similar__img {
        transform: rotate(90deg); } }
    @media (min-width: 1000px) {
      .c-single-product-similar__img {
        width: 2.25rem; } }
    @media (min-width: 1200px) {
      .c-single-product-similar__img {
        width: 1.9428571429vw; } }
    @media (max-width: 999px) {
      .c-single-product-similar__img {
        width: 6.8571428571vw; } }
  .c-single-product-similar__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2; }
    @media (min-width: 1600px) {
      a:hover .c-single-product-similar__bg {
        transform: scale3d(0.5, 1, 1); } }
    .-strawberry .c-single-product-similar__bg, .-red .c-single-product-similar__bg {
      background-color: #ff5859; }
    .-cerry-lime .c-single-product-similar__bg, .-green .c-single-product-similar__bg {
      background-color: #a1d782; }
    .-mapple-ginger .c-single-product-similar__bg, .-yellow .c-single-product-similar__bg {
      background-color: #f8eb3c; }
    .-raspberry .c-single-product-similar__bg, .-purple .c-single-product-similar__bg {
      background-color: #dd9dc6; }

.c-single-product-similar-title {
  white-space: nowrap;
  margin: 0;
  opacity: 0; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-single-product-similar-title {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .c-single-product-similar-title {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-single-product-similar-title {
      font-size: 14px; } }
  @media (max-width: 499px) {
    .c-single-product-similar-title {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .c-single-product-similar-title {
      position: absolute;
      right: calc(100% + 14px); } }
  @media (min-width: 1000px) {
    .c-single-product-similar-title {
      top: 0rem;
      width: 1.875rem; } }
  @media (min-width: 1200px) {
    .c-single-product-similar-title {
      top: 0vw;
      width: 2.2857142857vw;
      right: calc(100% + 1vw); } }
  @media (max-width: 999px) {
    .c-single-product-similar-title {
      margin-bottom: 20px;
      padding-left: 40px; } }
  @media (max-width: 499px) {
    .c-single-product-similar-title {
      padding-left: 20px; } }
  .c-single-product-similar-title span {
    display: inline-block; }
    @media (min-width: 1000px) {
      .c-single-product-similar-title span {
        transform: rotate(90deg) translate3d(0, -100%, 0);
        transform-origin: top left; } }
    .c-single-product-similar-title span svg {
      margin-left: 10px; }

.single-produits .vs-section {
  pointer-events: none; }

.single-produits .c-single-product-description, .single-produits .c-single-slider__wrap, .single-produits .c-footer {
  pointer-events: auto; }

.c-single-slider {
  display: inline-block;
  position: relative; }
  @media (min-width: 1000px) {
    .c-single-slider {
      width: 55.0857142857vw; } }
  @media (max-width: 999px) {
    .c-single-slider {
      width: 100%; } }
  .c-single-slider__wrap {
    position: relative;
    background: #f0f0f0;
    overflow: hidden;
    text-align: center; }
    @media (min-width: 1000px) {
      .c-single-slider__wrap {
        padding: 11.25rem 0 11.25rem 0; } }
    @media (min-width: 1200px) {
      .c-single-slider__wrap {
        padding: 10.2857142857vw 0 10.2857142857vw 0; } }
    @media (max-width: 999px) {
      .c-single-slider__wrap {
        padding: 90px 0 90px 0; } }
  .c-single-slider__item__wrap {
    overflow: hidden; }
    .c-single-slider__item__wrap .c-single-slider__item {
      height: 35vw;
      z-index: 1;
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      @media (max-width: 999px) {
        .c-single-slider__item__wrap .c-single-slider__item {
          height: 60vw; } }
      .c-single-slider__item__wrap .c-single-slider__item > div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateX(-100%); }
        .c-single-slider__item__wrap .c-single-slider__item > div:first-child {
          z-index: 1;
          transform: translateX(0%); }
        .c-single-slider__item__wrap .c-single-slider__item > div div {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-size: cover !important; }

.c-single-slider-ingredient {
  position: absolute;
  top: -7.4285714286vw;
  left: 50%;
  width: 114.2857142857vw;
  margin-left: -57.1428571429vw; }
  .c-single-slider-ingredient__row {
    white-space: nowrap; }
    @media (min-width: 1000px) {
      .c-single-slider-ingredient__row img {
        width: 34.2857142857vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-single-slider-ingredient__row img {
        width: 34.2857142857vw; } }
    @media (max-width: 699px) {
      .c-single-slider-ingredient__row img {
        width: 57.1428571429vw; } }
.c-single-slider-counter {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #231f20;
  margin: 0;
  line-height: 1;
  z-index: 2; }
  @media (min-width: 1000px) {
    .c-single-slider-counter {
      font-size: 7.5rem; } }
  @media (min-width: 1200px) {
    .c-single-slider-counter {
      font-size: 6.8571428571vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-single-slider-counter {
      font-size: 80px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-single-slider-counter {
      font-size: 75px; } }
  @media (max-width: 499px) {
    .c-single-slider-counter {
      font-size: 70px; } }
  @media (min-width: 1000px) {
    .c-single-slider-counter {
      bottom: -4.4571428571vw; } }
  @media (max-width: 999px) {
    .c-single-slider-counter {
      bottom: -52px; } }
  @media (max-width: 699px) {
    .c-single-slider-counter {
      font-size: 40px;
      bottom: -27px; } }
  .c-single-slider-counter strong {
    display: inline-block;
    font-weight: 300; }
    @media (min-width: 1200px) {
      .c-single-slider-counter strong {
        margin-left: -0.5714285714vw; } }
    @media (max-width: 699px) {
      .c-single-slider-counter strong {
        transform: translate3d(-10px, 23px, 0); } }
  .c-single-slider-counter > div {
    display: inline-block;
    margin: 0 -0.4vw 0 0;
    overflow: hidden;
    vertical-align: bottom;
    text-align: right;
    white-space: nowrap; }
    .c-single-slider-counter > div span {
      display: inline-block; }

.c-single-slider-nav {
  position: absolute;
  right: 0;
  left: inherit;
  z-index: 10; }
  @media (min-width: 1000px) {
    .c-single-slider-nav {
      bottom: -4.4571428571vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-single-slider-nav {
      bottom: -62px; } }
  @media (max-width: 699px) {
    .c-single-slider-nav {
      bottom: -55px; } }
.test {
  font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif; }
  @media (min-width: 1000px) {
    .test {
      font-size: 11.25rem; } }
  @media (min-width: 1200px) {
    .test {
      font-size: 10.2857142857vw; } }
  @media (max-width: 999px) {
    .test {
      font-size: 120px; } }
p strong, p b {
  font-weight: 700; }

@media (min-width: 1000px) {
  .color-red.lang-en .c-single-product-header__title span:nth-child(1) {
    margin-left: -1.4857142857vw; } }

@media (min-width: 1000px) {
  .color-green.lang-en .c-single-product-header__title span:nth-child(1) {
    margin-left: 4vw; } }

@media (min-width: 1000px) {
  .color-green.lang-en .c-single-product-header__title span:nth-child(2) {
    margin-left: 1.3142857143vw; } }

@media (min-width: 1000px) {
  .color-yellow.lang-en .c-single-product-header__title span:nth-child(2) {
    margin-left: 5.7142857143vw; } }

.isFirefox .c-single-product-description__canvas canvas {
  display: none !important; }

.c-single-product-description__svg {
  display: none; }

@media (min-width: 1000px) {
  .isFirefox .c-single-product-description {
    margin-top: -6.25rem;
    padding-top: 100px; } }

.isFirefox .c-single-product-description__svg {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  height: 133px;
  overflow: hidden;
  display: block; }
  .isFirefox .c-single-product-description__svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 7696px;
    height: 134px; }

@media (min-width: 1000px) {
  .c-single-product-header_price {
    font-size: 1.25rem; } }

@media (min-width: 500px) and (max-width: 999px) {
  .c-single-product-header_price {
    font-size: 20px; } }

@media (max-width: 499px) {
  .c-single-product-header_price {
    font-size: 16px; } }

.c-single-product-header_add-to-cart {
  padding-left: 14%; }
  @media (max-width: 999px) {
    .c-single-product-header_add-to-cart.-hide-mobile {
      display: none; } }
  @media (min-width: 1000px) {
    .c-single-product-header_add-to-cart.-mobile {
      display: none; } }
  .c-single-product-name__wrap .c-single-product-header_add-to-cart {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 40px; }

.t-retaillers {
  overflow: hidden; }
  .t-retaillers .o-text p, .t-retaillers form {
    opacity: 0; }

.c-retailler-bg {
  position: relative;
  /*h1{opacity: 0;transform:translateY(-2vw);}*/ }
  .c-retailler-bg::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: #f0f0f0; }
    @media (min-width: 1000px) {
      .c-retailler-bg::before {
        left: 1.5625rem;
        right: -3.75rem; } }
    @media (min-width: 1200px) {
      .c-retailler-bg::before {
        left: 1.4285714286vw;
        right: -2.2857142857vw; } }
    @media (max-width: 999px) {
      .c-retailler-bg::before {
        left: -40px;
        right: -40px; } }
  @media (min-width: 1000px) {
    .c-retailler-bg.-top {
      padding-bottom: 8.125rem; } }
  @media (min-width: 1200px) {
    .c-retailler-bg.-top {
      padding-bottom: 7.4285714286vw; } }
  @media (max-width: 999px) {
    .c-retailler-bg.-top {
      padding-bottom: 80px; } }
  @media (min-width: 1000px) {
    .c-retailler-bg.-bottom {
      padding-bottom: 8.125rem;
      padding-top: 8.125rem; } }
  @media (min-width: 1200px) {
    .c-retailler-bg.-bottom {
      padding-bottom: 7.4285714286vw;
      padding-top: 7.4285714286vw; } }
  @media (max-width: 999px) {
    .c-retailler-bg.-bottom {
      padding-bottom: 80px;
      padding-top: 80px; } }
  .c-retailler-bg .stagF {
    opacity: 0; }

.c-retailler-spacer {
  position: relative; }
  .c-retailler-spacer::before, .c-retailler-spacer::after {
    position: absolute;
    bottom: -4px;
    top: -4px;
    width: 1000px;
    content: "";
    background: #f0f0f0; }
  .c-retailler-spacer::before {
    left: 100%; }
  .c-retailler-spacer::after {
    right: 100%; }
  @media (min-width: 1000px) {
    .c-retailler-spacer {
      height: 2.5rem;
      margin-left: -1.875rem;
      margin-right: -1.25rem; } }
  @media (min-width: 1200px) {
    .c-retailler-spacer {
      height: 2.2857142857vw;
      margin-left: -1.7142857143vw;
      margin-right: 1.1428571429vw; } }
  @media (max-width: 999px) {
    .c-retailler-spacer {
      margin-left: -30px;
      margin-right: -20px; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-retailler-spacer {
      height: 40px; } }
  @media (max-width: 499px) {
    .c-retailler-spacer {
      height: 20px; } }
  .c-retailler-spacer__wrap {
    overflow: hidden; }
    @media (min-width: 1000px) {
      .c-retailler-spacer__wrap {
        margin-left: 1.5625rem;
        margin-right: -2.5rem; } }
    @media (min-width: 1200px) {
      .c-retailler-spacer__wrap {
        margin-left: 1.4285714286vw;
        margin-right: -2.2857142857vw; } }
    @media (max-width: 999px) {
      .c-retailler-spacer__wrap {
        margin-left: 25px;
        margin-right: -40px;
        display: none; } }
  .c-retailler-spacer > .voile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    transform-origin: 100% 0; }

.c-retailler__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .c-retailler__list {
      margin-left: -2.5rem; } }
  @media (min-width: 1200px) {
    .c-retailler__list {
      margin-left: -2.2857142857vw; } }
  @media (max-width: 999px) {
    .c-retailler__list {
      margin-left: -40px; } }
@media (min-width: 1000px) {
  .c-retailler__item {
    width: 50%;
    padding-left: 2.5rem;
    margin-bottom: 3.75rem; } }

@media (min-width: 1200px) {
  .c-retailler__item {
    width: 33.33333%;
    padding-left: 2.2857142857vw;
    margin-bottom: 3.4285714286vw; } }

@media (max-width: 999px) {
  .c-retailler__item {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 60px; } }

@media (max-width: 699px) {
  .c-retailler__item {
    width: 100%; } }

.c-retailler__title {
  position: relative; }
  @media (min-width: 1000px) {
    .c-retailler__title {
      font-size: 1.375rem; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-retailler__title {
      font-size: 22px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-retailler__title {
      font-size: 20px; } }
  @media (max-width: 499px) {
    .c-retailler__title {
      font-size: 18px; } }
  @media (min-width: 1000px) {
    .c-retailler__title {
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media (min-width: 1200px) {
    .c-retailler__title {
      margin-bottom: 1.1428571429vw;
      padding-bottom: 1.1428571429vw; } }
  .c-retailler__title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: #231f20; }
    @media (min-width: 1000px) {
      .c-retailler__title::before {
        width: 2.5rem; } }
    @media (min-width: 1200px) {
      .c-retailler__title::before {
        width: 2.2857142857vw; } }
@media (min-width: 1000px) {
  .c-retailler__address {
    margin-bottom: 1.25rem; } }

@media (min-width: 1200px) {
  .c-retailler__address {
    margin-bottom: 1.1428571429vw; } }

@media (min-width: 1000px) {
  .c-retailler__address svg {
    width: 0.875rem;
    height: 0.875rem;
    top: 0.4375rem; } }

@media (min-width: 1200px) {
  .c-retailler__address svg {
    width: 0.8vw;
    height: 0.8vw;
    top: 0.4vw; } }

@media (min-width: 1000px) {
  .c-retailler__link svg {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0.5625rem; } }

@media (min-width: 1200px) {
  .c-retailler__link svg {
    width: 0.7428571429vw;
    height: 0.7428571429vw;
    top: 0.5142857143vw; } }

.c-retailler__address, .c-retailler__link {
  position: relative; }
  .c-retailler__address p, .c-retailler__link p {
    margin: 0; }
  @media (min-width: 1000px) {
    .c-retailler__address, .c-retailler__link {
      padding-right: 1.625rem; } }
  @media (min-width: 1200px) {
    .c-retailler__address, .c-retailler__link {
      padding-right: 1.4857142857vw; } }
  .c-retailler__address a, .c-retailler__link a {
    display: inline-block;
    font-weight: 300;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .c-retailler__address a, .c-retailler__link a {
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .c-retailler__address a, .c-retailler__link a {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-retailler__address a, .c-retailler__link a {
        font-size: 14px; } }
    @media (max-width: 499px) {
      .c-retailler__address a, .c-retailler__link a {
        font-size: 14px; } }
  .c-retailler__address svg, .c-retailler__link svg {
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
    @media (min-width: 1000px) {
      .c-retailler__address svg, .c-retailler__link svg {
        transform: translate3d(-20px, 0, 0); } }
    @media (min-width: 1200px) {
      .c-retailler__address svg, .c-retailler__link svg {
        transform: translate3d(-1.1428571429vw, 0, 0); } }
    @media (max-width: 999px) {
      .c-retailler__address svg, .c-retailler__link svg {
        display: none; } }
  .c-retailler__address:hover svg, .c-retailler__link:hover svg {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (min-width: 1000px) {
    .c-retailler__address:hover a, .c-retailler__link:hover a {
      transform: translate3d(1.25rem, 0, 0); } }
  @media (min-width: 1200px) {
    .c-retailler__address:hover a, .c-retailler__link:hover a {
      transform: translate3d(1.1428571429vw, 0, 0); } }
/* temportaire, je vais supprimer tout ça */
#inner_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #inner_canvas canvas {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.c-retailler-bg.-top .o-h1 {
  margin-bottom: 0; }

@media (max-width: 999px) {
  .c-retailler-bg.-top {
    padding-bottom: 0 !important; } }

@media (min-width: 1000px) {
  .c-retailler-bg.-top {
    padding-bottom: 3.75rem; } }

@media (min-width: 1000px) {
  .c-retailler-bg.-bottom {
    padding-top: 3.75rem; } }

@media (max-width: 999px) {
  .c-retailler-bg.-bottom {
    padding-top: 0 !important; } }

.c-retailler-spacer__wrap {
  margin-top: -1px;
  margin-bottom: -1px; }

@media (max-width: 999px) {
  .c-retailler-title {
    margin-bottom: 40px !important; } }

@media (min-width: 1000px) {
  .c-retailler-map-form {
    margin-bottom: 3.75rem; } }

@media (max-width: 999px) {
  .c-retailler-map-form {
    margin-bottom: 60px; } }

.c-retailler-map-form .o-button {
  margin: 0 !important; }

.retailer-form .c-retailler-bg.-top.-padding-top-section {
  padding-bottom: 0 !important; }

@media (min-width: 1000px) {
  .c-retailler-bg.-top .o-h1.c-retailler-title.-margin-bottom {
    margin-bottom: 5rem; } }

@media (min-width: 1000px) {
  .c-retailler-bg.-bottom .o-h1.-brownhill.c-retailler-title {
    margin-top: 1.25rem;
    margin-bottom: 40px !important; } }

.o-label-select_label {
  position: absolute;
  left: 0;
  bottom: 110%; }
  @media (min-width: 1600px) {
    .o-label-select_label {
      font-size: 0.75rem; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .o-label-select_label {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .o-label-select_label {
      font-size: 12px; } }
  @media (max-width: 499px) {
    .o-label-select_label {
      font-size: 10px; } }
.c-retailer-map {
  width: 100%;
  height: 25rem;
  background: #231f20; }
  @media (min-width: 1000px) {
    .c-retailer-map {
      margin-bottom: 3.75rem; } }
  @media (max-width: 999px) {
    .c-retailer-map {
      margin-bottom: 40px; } }
.gm-style-iw-d {
  padding: 20px 15px; }
  .gm-style-iw-d h4 {
    margin-top: 0; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .gm-style-iw-d h4 {
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .gm-style-iw-d h4 {
        font-size: 0.875rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .gm-style-iw-d h4 {
        font-size: 14px; } }
    @media (max-width: 499px) {
      .gm-style-iw-d h4 {
        font-size: 14px; } }
  .gm-style-iw-d p {
    margin: 0;
    margin-bottom: 10px; }
  .gm-style-iw-d :last-child {
    margin-bottom: 0; }

.gm-ui-hover-effect {
  top: 0 !important;
  right: 10px !important; }
  .gm-ui-hover-effect img {
    width: 24px !important;
    height: 24px !important; }

.c-retailers__box__link {
  position: relative;
  text-transform: lowercase;
  line-height: 1;
  color: #231f20;
  background: none;
  overflow: hidden;
  border: 1px solid #231f20;
  display: inline-block;
  margin-top: 20px; }
  @media (min-width: 1600px) {
    .c-retailers__box__link {
      font-size: 0.75rem; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .c-retailers__box__link {
      font-size: 0.875rem; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-retailers__box__link {
      font-size: 12px; } }
  @media (max-width: 499px) {
    .c-retailers__box__link {
      font-size: 10px; } }
  @media (min-width: 1000px) {
    .c-retailers__box__link {
      padding: 0.75rem 1rem; } }
  @media (max-width: 999px) {
    .c-retailers__box__link {
      padding: 10px 16px; } }
.c-about__bg {
  background: #231f20; }

.t-about {
  color: #ffffff;
  overflow: hidden;
  position: relative; }
  .t-about h1.o-h1 {
    /*transform:translateY(-10vw);*/ }
    @media (min-width: 1000px) {
      .t-about h1.o-h1 {
        margin-bottom: 5rem; } }
    @media (min-width: 1200px) {
      .t-about h1.o-h1 {
        margin-bottom: 4.5714285714vw; } }
.c-about-big-title {
  position: relative; }
  .c-about-big-title__title {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    z-index: 3; }
    @media (min-width: 1000px) {
      .c-about-big-title__title {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      .c-about-big-title__title {
        font-size: 6.1714285714vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-about-big-title__title {
        font-size: 60px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-about-big-title__title {
        font-size: 50px; } }
    @media (max-width: 499px) {
      .c-about-big-title__title {
        font-size: 48px; } }
    .page-template-cocktails .c-about-big-title__title {
      transform: translateY(-20%);
      opacity: 0; }
    @media (min-width: 1000px) {
      .c-about-big-title__title {
        margin-top: -1.25rem;
        margin-bottom: -0.5rem; } }
    @media (min-width: 1200px) {
      .c-about-big-title__title {
        margin-top: -1.1428571429vw;
        margin-bottom: -0.4571428571vw; } }
    @media (max-width: 999px) {
      .c-about-big-title__title {
        padding-left: 30px; } }
    @media (max-width: 499px) {
      .c-about-big-title__title {
        font-size: 34px; } }
  .c-about-big-title .o-col-right {
    position: relative; }
  .c-about-big-title__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 1000px) {
      .c-about-big-title__bg {
        width: 2.2857142857vw;
        left: -2.2857142857vw; } }
    @media (max-width: 999px) {
      .c-about-big-title__bg {
        left: 20px;
        width: 20px; } }
    @media (max-width: 499px) {
      .c-about-big-title__bg {
        width: 20px; } }
    .c-about-big-title__bg::before, .c-about-big-title__bg::after {
      position: absolute;
      top: -10px;
      bottom: -10px;
      width: 90vw;
      content: "";
      background: #231f20; }
      @media (max-width: 999px) {
        .c-about-big-title__bg::before, .c-about-big-title__bg::after {
          width: 120vw; } }
    .c-about-big-title__bg::before {
      right: 100%; }
    .c-about-big-title__bg::after {
      left: 100%; }
    .c-about-big-title__bg span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #F0F0F0;
      transform-origin: 0 100%;
      transform: scaleY(1.1); }

@media (min-width: 1000px) {
  .c-about-text {
    padding-left: 0rem; } }

@media (min-width: 1200px) {
  .c-about-text {
    padding-left: 13.7142857143vw; } }

@media (min-width: 1000px) {
  .c-about-text__col {
    margin-bottom: 8vw; } }

@media (max-width: 999px) {
  .c-about-text__col {
    margin-bottom: 80px; } }

@media (min-width: 1000px) {
  .c-about-text h3 {
    font-size: 3.25rem; } }

@media (min-width: 1200px) {
  .c-about-text h3 {
    font-size: 2.9714285714vw; } }

@media (min-width: 700px) and (max-width: 999px) {
  .c-about-text h3 {
    font-size: 40px; } }

@media (min-width: 500px) and (max-width: 699px) {
  .c-about-text h3 {
    font-size: 40px; } }

@media (max-width: 499px) {
  .c-about-text h3 {
    font-size: 34px; } }

@media (min-width: 1000px) {
  .c-about-text h3 {
    margin-bottom: 5rem; } }

@media (min-width: 1200px) {
  .c-about-text h3 {
    margin-bottom: 4.5714285714vw; } }

@media (max-width: 999px) {
  .c-about-text h3 {
    padding-top: 100px; } }

.c-about-text p {
  margin: 0; }
  @media (min-width: 1000px) {
    .c-about-text p {
      font-size: 1.375rem; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-about-text p {
      font-size: 22px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-about-text p {
      font-size: 20px; } }
  @media (max-width: 499px) {
    .c-about-text p {
      font-size: 18px; } }
.c-about-text div :first-child {
  margin-top: 0; }

.c-about-text div :last-child {
  margin-bottom: 0; }

.c-about-text__first-col p::first-letter {
  float: left;
  line-height: 0.9; }
  @media (min-width: 1000px) {
    .c-about-text__first-col p::first-letter {
      font-size: 6.25rem; } }
  @media (min-width: 1200px) {
    .c-about-text__first-col p::first-letter {
      font-size: 5.7142857143vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-about-text__first-col p::first-letter {
      font-size: 90px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-about-text__first-col p::first-letter {
      font-size: 70px; } }
  @media (max-width: 499px) {
    .c-about-text__first-col p::first-letter {
      font-size: 40px; } }
  @media (min-width: 1000px) {
    .c-about-text__first-col p::first-letter {
      margin-right: 1.3714285714vw; } }
  @media (max-width: 999px) {
    .c-about-text__first-col p::first-letter {
      margin-right: 18px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-about-text__first-col p::first-letter {
      font-size: 70px; } }
  @media (max-width: 499px) {
    .c-about-text__first-col p::first-letter {
      font-size: 78px; } }
@media (max-width: 999px) {
  .c-about-text__first-col {
    margin-bottom: 20px; } }

.c-about-video {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .c-about-video {
      height: 41.1428571429vw; } }
  @media (max-width: 999px) {
    .c-about-video {
      height: 58.2857142857vw;
      margin: 0 -40px; } }
  @media (max-width: 499px) {
    .c-about-video {
      margin: 0 -20px; } }
  .c-about-video-wrap {
    position: relative;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .c-about-video-wrap * {
      pointer-events: none; }
    .c-about-video-wrap iframe {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .c-about-video__wrap {
    position: relative; }
  .c-about-video__title {
    z-index: 3;
    pointer-events: none; }
    @media (min-width: 1000px) {
      .c-about-video__title {
        font-size: 2rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-about-video__title {
        font-size: 28px; } }
    @media (max-width: 499px) {
      .c-about-video__title {
        font-size: 24px; } }
    @media (min-width: 1000px) {
      .c-about-video__title {
        position: absolute;
        top: 0;
        left: -20.2857142857vw;
        top: 6.8571428571vw; } }
    .c-about-video__title strong {
      font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
      display: block;
      line-height: 0.8; }
      @media (min-width: 1000px) {
        .c-about-video__title strong {
          font-size: 11.25rem; } }
      @media (min-width: 1200px) {
        .c-about-video__title strong {
          font-size: 10.2857142857vw; } }
      @media (max-width: 999px) {
        .c-about-video__title strong {
          font-size: 120px; } }
      @media (min-width: 1000px) {
        .c-about-video__title strong {
          margin-bottom: 1.1428571429vw; } }
      @media (max-width: 999px) {
        .c-about-video__title strong {
          margin-bottom: 20px; } }
      @media (max-width: 499px) {
        .c-about-video__title strong {
          font-size: 80px; } }
  .c-about-video__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5859; }
  .c-about-video .innerParallax {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.c-about__bg.-padding-top {
  margin-bottom: -1px; }

.c-about-can {
  position: relative; }
  @media (min-width: 1000px) {
    .c-about-can {
      padding-top: 10.2857142857vw; } }
  @media (max-width: 999px) {
    .c-about-can {
      padding-top: 40px;
      margin: 0 -40px; } }
  @media (max-width: 499px) {
    .c-about-can {
      padding-top: 20px; } }
  @media (max-width: 499px) {
    .c-about-can {
      margin: 0 -20px; } }
  .c-about-can__text {
    margin: 0;
    line-height: 1; }
    @media (min-width: 1000px) {
      .c-about-can__text {
        font-size: 1.375rem; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-about-can__text {
        font-size: 22px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-about-can__text {
        font-size: 20px; } }
    @media (max-width: 499px) {
      .c-about-can__text {
        font-size: 18px; } }
    @media (min-width: 1000px) {
      .c-about-can__text {
        margin-bottom: 4.5714285714vw; } }
    @media (max-width: 699px) {
      .c-about-can__text {
        text-align: center; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-about-can__text {
        margin: 0 40px 40px 40px; } }
    @media (max-width: 499px) {
      .c-about-can__text {
        margin: 0 20px 20px 20px; } }
  .c-about-can__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
  @media (min-width: 700px) {
    .c-about-can__item {
      width: 25%; } }
  @media (max-width: 699px) {
    .c-about-can__item {
      width: 50%; } }
  .c-about-can__link {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #ffffff; }
    .c-about-can__link .c-products__link__ingredient__row {
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .c-about-can__link:hover .c-products__link__ingredient__row {
      transform: translate3d(0, -20px, 0); }
    .c-about-can__link .c-products__link__ingredient__row:nth-child(1) {
      margin-left: 0.5714285714vw;
      transition-delay: 0.05s; }
      .c-about-can__link .c-products__link__ingredient__row:nth-child(1) img:last-child {
        opacity: 0; }
    .c-about-can__link .c-products__link__ingredient__row:nth-child(2) {
      transition-delay: 0s; }
    .c-about-can__link::after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .c-about-can__link__bg {
      position: absolute;
      top: 0;
      left: 0px;
      right: -1px;
      bottom: 0;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transform: scale3d(1, 0.5, 1);
      transform-origin: bottom center;
      z-index: 3; }
      a:hover .c-about-can__link__bg {
        transform: scale3d(1, 1, 1); }
      @media (max-width: 699px) {
        .c-about-can__link__bg {
          transform: scale3d(1, 1, 1); } }
      .-strawberry .c-about-can__link__bg, .-red .c-about-can__link__bg {
        background-color: #ff5859; }
      .-cerry-lime .c-about-can__link__bg, .-green .c-about-can__link__bg {
        background-color: #a1d782; }
      .-mapple-ginger .c-about-can__link__bg, .-yellow .c-about-can__link__bg {
        background-color: #f8eb3c; }
      .-raspberry .c-about-can__link__bg, .-purple .c-about-can__link__bg {
        background-color: #dd9dc6; }
    .c-about-can__link__img {
      position: relative;
      z-index: 3;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transform: scale3d(0.95, 0.95, 1);
      z-index: 4; }
      @media (min-width: 1000px) {
        .c-about-can__link__img {
          width: 5.1428571429vw;
          height: 12.9714285714vw; } }
      @media (min-width: 700px) and (max-width: 999px) {
        .c-about-can__link__img {
          width: 5.1428571429vw;
          height: 12.9714285714vw; } }
      @media (max-width: 699px) {
        .c-about-can__link__img {
          width: 10.2857142857vw;
          height: 25.9428571429vw; } }
      a:hover .c-about-can__link__img {
        transform: scale3d(1.05, 1.05, 1); }

.c-about-logo {
  position: absolute;
  pointer-events: none; }
  @media (min-width: 1000px) {
    .c-about-logo {
      top: -11.4285714286vw;
      left: -0.5714285714vw; } }
  @media (max-width: 999px) {
    .c-about-logo {
      top: -30px;
      right: 0; } }
  .c-about-logo svg {
    fill: none;
    stroke: #5f5c5c;
    stroke-miterlimit: 10; }
    @media (min-width: 1000px) {
      .c-about-logo svg {
        width: 36.5714285714vw;
        height: 26.5142857143vw; } }
    @media (max-width: 999px) {
      .c-about-logo svg {
        width: 36.5714285714vw;
        height: 26.5142857143vw; } }
.c-about-video-play__circle__text {
  position: absolute;
  z-index: 10;
  fill: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-about-video-play__circle__text svg {
    animation: rotating 10s linear infinite; }
    @media (min-width: 1000px) {
      .c-about-video-play__circle__text svg {
        width: 6.1714285714vw;
        height: 6.1714285714vw; } }
    @media (max-width: 999px) {
      .c-about-video-play__circle__text svg {
        width: 70px;
        height: 70px; } }
    .c-about-video-play__circle__text svg .circle-1 {
      fill: none; }
    .c-about-video-play__circle__text svg .circle-2 {
      fill: none;
      stroke: #ffffff;
      stroke-width: 3;
      stroke-miterlimit: 10; }
    .c-about-video-play__circle__text svg .circle-3 {
      fill: none;
      stroke: #ffffff;
      stroke-miterlimit: 10; }
    .c-about-video-play__circle__text svg .circle-stroke {
      fill: none;
      stroke: #ffffff;
      stroke-width: 2;
      stroke-miterlimit: 10; }

.c-about-video-play__circle__icon {
  position: absolute;
  z-index: 10;
  fill: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 1000px) {
    .c-about-video-play__circle__icon svg {
      width: 0.9142857143vw;
      height: 1.0857142857vw; } }
  @media (max-width: 999px) {
    .c-about-video-play__circle__icon svg {
      width: 14px;
      height: 17px; } }
.c-about-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; }
  @media (min-width: 1000px) {
    .c-about-video-play {
      width: 7.3142857143vw;
      height: 7.3142857143vw; } }
  @media (max-width: 999px) {
    .c-about-video-play {
      width: 80px;
      height: 80px; } }
  .c-about-video-play__circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    border-radius: 50%;
    display: inline-block; }
    .c-about-video-play__circle:not(:first-child) {
      transform: scale(0.98, 0.98); }
    .c-about-video-play__circle.-black {
      background: #231f20;
      z-index: 5; }
    .c-about-video-play__circle.-red {
      background: #ff5859;
      z-index: 4; }
    .c-about-video-play__circle.-purple {
      background: #dd9dc6;
      z-index: 2; }
    .c-about-video-play__circle.-yellow {
      background: #f8eb3c;
      z-index: 3; }
    .c-about-video-play__circle.-green {
      background: #a1d782;
      z-index: 1; }

.c-volet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  z-index: 20;
  transform-origin: 0 100%; }
  .c-volet.haut {
    transform-origin: 0 0;
    transform: scale(1, 0); }
  .c-volet__stripe {
    position: absolute;
    width: 25%;
    top: 0;
    bottom: 0;
    display: none;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
    .c-volet__stripe:nth-child(1) {
      left: 0;
      animation-name: backgroundAnimation1; }
    .c-volet__stripe:nth-child(2) {
      left: 25%;
      animation-name: backgroundAnimation2; }
    .c-volet__stripe:nth-child(3) {
      left: 50%;
      animation-name: backgroundAnimation3; }
    .c-volet__stripe:nth-child(4) {
      left: 75%;
      animation-name: backgroundAnimation4; }

@keyframes backgroundAnimation1 {
  0% {
    background-color: #ff5859; }
  25% {
    background-color: #a1d782; }
  50% {
    background-color: #dd9dc6; }
  75% {
    background-color: #f8eb3c; }
  100% {
    background-color: #ff5859; } }

@keyframes backgroundAnimation2 {
  0% {
    background-color: #f8eb3c; }
  25% {
    background-color: #ff5859; }
  50% {
    background-color: #a1d782; }
  75% {
    background-color: #dd9dc6; }
  100% {
    background-color: #f8eb3c; } }

@keyframes backgroundAnimation3 {
  0% {
    background-color: #dd9dc6; }
  25% {
    background-color: #f8eb3c; }
  50% {
    background-color: #ff5859; }
  75% {
    background-color: #a1d782; }
  100% {
    background-color: #dd9dc6; } }

@keyframes backgroundAnimation4 {
  0% {
    background-color: #a1d782; }
  25% {
    background-color: #dd9dc6; }
  50% {
    background-color: #f8eb3c; }
  75% {
    background-color: #ff5859; }
  100% {
    background-color: #a1d782; } }

.c-about-spacer__bg {
  position: relative; }
  @media (min-width: 1200px) {
    .c-about-spacer__bg__wrap {
      padding-left: 13.7142857143vw; } }
  @media (min-width: 1000px) {
    .c-about-spacer__bg {
      height: 2.2857142857vw; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-about-spacer__bg {
      height: 20px; } }
  @media (max-width: 499px) {
    .c-about-spacer__bg {
      height: 20px; } }
  .c-about-spacer__bg::before, .c-about-spacer__bg::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    content: "";
    background: #231f20;
    width: 80vw; }
  .c-about-spacer__bg::before {
    left: 100%; }
  .c-about-spacer__bg::after {
    right: 100%; }

@media (max-width: 999px) {
  .c-about__bg h1 {
    padding-left: 40px; } }

.c-about__bg.-padding-bottom {
  position: relative;
  z-index: 2; }
  @media (min-width: 1000px) {
    .c-about__bg.-padding-bottom {
      padding-bottom: 3.75rem; } }
  @media (min-width: 1200px) {
    .c-about__bg.-padding-bottom {
      padding-bottom: 3.4285714286vw; } }
  @media (max-width: 999px) {
    .c-about__bg.-padding-bottom {
      padding-bottom: 60px; } }
@media (min-width: 1000px) {
  .c-about__bg.-padding-top {
    padding-top: 5rem; } }

@media (min-width: 1200px) {
  .c-about__bg.-padding-top {
    padding-top: 4.5714285714vw; } }

@media (max-width: 999px) {
  .c-about__bg.-padding-top {
    padding-top: 40px; } }

.page-template-about .c-products__link__ingredient__row:nth-child(2) {
  position: relative; }
  .page-template-about .c-products__link__ingredient__row:nth-child(2)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.8vw;
    width: 6VW;
    background: #ffffff;
    content: ""; }
  .page-template-about .c-products__link__ingredient__row:nth-child(2) img:nth-child(2) {
    margin-left: -6.4vw; }

.c-about-video__inner-tween {
  margin: -4.5714285714vw; }

.c-about-video__title {
  padding: 4.5714285714vw; }

.t-contact {
  /*h1{opacity: 0;transform:translateY(-2vw);}*/ }
  .t-contact .stagF {
    opacity: 0; }

.c-contact-form {
  padding-bottom: 2px; }
  @media (min-width: 1000px) {
    .c-contact-form {
      padding-top: 5rem; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .c-contact-form {
      padding-bottom: 5rem; } }
  @media (min-width: 1200px) {
    .c-contact-form {
      padding-top: 5.7142857143vw;
      padding-bottom: 3.4285714286vw; } }
  @media (max-width: 999px) {
    .c-contact-form {
      padding-top: 60px; } }
.message-erreur, .message-okay {
  display: none;
  opacity: 0; }

.c-contact-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media (max-width: 499px) {
    .c-contact-info {
      flex-direction: column; } }
  @media (min-width: 1000px) {
    .c-contact-info {
      margin-bottom: 5rem; } }
  @media (min-width: 1200px) {
    .c-contact-info {
      margin-bottom: 5.7142857143vw; } }
  @media (max-width: 999px) {
    .c-contact-info {
      margin-bottom: 60px; } }
  .c-contact-info__col {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between; }
    .c-contact-info__col a {
      display: inline-block; }
    @media (max-width: 499px) {
      .c-contact-info__col {
        margin-bottom: 30px; }
        .c-contact-info__col.-social {
          margin-bottom: 0; } }
    .c-contact-info__col:first-child {
      justify-content: space-between; }
      @media (min-width: 1200px) {
        .c-contact-info__col:first-child div:first-child {
          margin-bottom: 1.9428571429vw; } }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .c-contact-info__col:first-child div:first-child {
          margin-bottom: 30px; } }
      @media (max-width: 999px) {
        .c-contact-info__col:first-child div:first-child {
          margin-bottom: 30px; } }
  .c-contact-info__social {
    position: relative;
    display: inline-block;
    line-height: 1; }
    .c-contact-info__social strong {
      display: inline-block;
      font-weight: 300;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .c-contact-info__social strong {
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .c-contact-info__social strong {
          font-size: 0.875rem; } }
      @media (min-width: 500px) and (max-width: 999px) {
        .c-contact-info__social strong {
          font-size: 14px; } }
      @media (max-width: 499px) {
        .c-contact-info__social strong {
          font-size: 14px; } }
      @media (min-width: 1000px) {
        .c-contact-info__social strong {
          margin-bottom: 0.75rem; } }
      @media (min-width: 1200px) {
        .c-contact-info__social strong {
          margin-bottom: 0.6857142857vw; } }
      @media (max-width: 999px) {
        .c-contact-info__social strong {
          margin-bottom: 12px; } }
    .c-contact-info__social svg {
      left: 0;
      fill: #231f20;
      animation: none;
      position: absolute;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0; }
      @media (min-width: 1000px) {
        .c-contact-info__social svg {
          width: 0.875rem;
          height: 0.875rem;
          top: 0.125rem;
          width: 0.8125rem;
          height: 0.8125rem;
          transform: translate3d(-1.25rem, 0, 0); } }
      @media (min-width: 1200px) {
        .c-contact-info__social svg {
          width: 0.8vw;
          height: 0.8vw;
          top: 0.1142857143vw; } }
      @media (max-width: 999px) {
        .c-contact-info__social svg {
          width: 14px;
          height: 14px;
          display: none; } }
    .c-contact-info__social:hover svg {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    @media (min-width: 1000px) {
      .c-contact-info__social:hover strong {
        transform: translate3d(1.25rem, 0, 0); } }
    @media (min-width: 1200px) {
      .c-contact-info__social:hover strong {
        transform: translate3d(1.1428571429vw, 0, 0); } }
.c-contact-spacer__bg {
  position: relative; }
  @media (min-width: 1000px) {
    .c-contact-spacer__bg {
      height: 2.5rem; } }
  @media (min-width: 1200px) {
    .c-contact-spacer__bg {
      height: 2.2857142857vw; } }
  @media (min-width: 500px) and (max-width: 999px) {
    .c-contact-spacer__bg {
      height: 40px; } }
  @media (max-width: 499px) {
    .c-contact-spacer__bg {
      height: 20px; } }
  .c-contact-spacer__bg::before, .c-contact-spacer__bg::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    content: "";
    background: #f0f0f0;
    width: 80vw; }
  .c-contact-spacer__bg::before {
    left: 100%; }
  .c-contact-spacer__bg::after {
    right: 100%; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .c-contact-spacer__bg::after {
        width: 17.1vw; } }
    @media (min-width: 1200px) {
      .c-contact-spacer__bg::after {
        width: 18.34vw; } }
.c-cocktail-section .c-about-big-title__bg::before, .c-cocktail-section .c-about-big-title__bg::after {
  background: #f0f0f0; }

.c-cocktail-section .c-about-big-title__bg::before {
  width: 12.67vw; }

@media (min-width: 1000px) {
  .c-cocktails-text {
    padding-bottom: 8.125rem;
    padding-top: 8.125rem; } }

@media (min-width: 1200px) {
  .c-cocktails-text {
    padding-bottom: 3.4285714286vw;
    padding-top: 7.4285714286vw; } }

@media (max-width: 999px) {
  .c-cocktails-text {
    padding-bottom: 80px;
    padding-top: 80px; } }

.c-cocktails-text .o-text {
  opacity: 0; }

.c-cocktail-img-parallax {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .c-cocktail-img-parallax:first-child {
    width: 70%;
    margin-left: 30%;
    margin-top: -5.7142857143vw; }
  .c-cocktail-img-parallax:last-child {
    width: 60%;
    margin-top: -11.4285714286vw; }

.c-cocktail-voile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F0F0F0;
  z-index: 10;
  transform-origin: 0 100%; }

.c-cocktail-img-parallax__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 1000px) {
  .c-cocktail__list {
    padding-top: 8.125rem; } }

@media (min-width: 1200px) {
  .c-cocktail__list {
    padding-top: 7.4285714286vw; } }

@media (max-width: 999px) {
  .c-cocktail__list {
    padding-top: 80px; } }

@media (min-width: 1000px) {
  .c-cocktail__item {
    margin-bottom: 3.75rem; } }

@media (max-width: 999px) {
  .c-cocktail__item {
    margin-bottom: 40px; } }

@media (min-width: 700px) and (max-width: 1199px) {
  .c-cocktail__item {
    width: 50% !important; } }

@media (max-width: 699px) {
  .c-cocktail__item:last-child {
    margin-bottom: 0; } }

.c-cocktail__item .c-cocktail__content__title {
  padding: 4.5714285714vw;
  margin: -4.5714285714vw;
  pointer-events: none; }

.c-cocktail__item h3 {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0 !important; }
  @media (min-width: 1000px) {
    .c-cocktail__item h3 {
      font-size: 3.25rem; } }
  @media (min-width: 1200px) {
    .c-cocktail__item h3 {
      font-size: 2.9714285714vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-cocktail__item h3 {
      font-size: 40px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-cocktail__item h3 {
      font-size: 40px; } }
  @media (max-width: 499px) {
    .c-cocktail__item h3 {
      font-size: 34px; } }
  @media (min-width: 1000px) {
    .c-cocktail__item h3 {
      padding-bottom: 1.875rem; } }
  @media (min-width: 1200px) {
    .c-cocktail__item h3 {
      padding-bottom: 1.7142857143vw; } }
.c-cocktail__item ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none; }
  .c-cocktail__item ul li {
    position: relative; }
    @media (min-width: 1000px) {
      .c-cocktail__item ul li {
        padding: 0.5rem 0; } }
    @media (max-width: 999px) {
      .c-cocktail__item ul li {
        padding: 6px 0; } }
    .c-cocktail__item ul li::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      content: "";
      background: #231f20; }
    .c-cocktail__item ul li strong {
      font-weight: 700; }

.c-cocktail__content {
  position: relative; }

.c-cocktail__content__img {
  position: absolute;
  display: block;
  text-align: right;
  pointer-events: none;
  z-index: 3;
  top: -2.2857142857vw;
  left: -5.1428571429vw; }
  .c-cocktail__content:hover .c-cocktail__content__img img {
    transform: translate3d(0vw, 0vw, 0); }
  .c-cocktail__content__img img {
    height: auto;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .c-cocktail__content:hover .c-cocktail__content__img img {
      opacity: 1;
      transform: translate3d(0vw, 0vw, 0) rotate(0deg) !important; }
    @media (min-width: 1000px) {
      .c-cocktail__content__img img {
        width: 2.8571428571vw; } }
    .c-cocktail__content__img img:nth-child(2) {
      transform-origin: 0.05s; }
    .c-cocktail__content__img img:nth-child(3) {
      transform-origin: 0.1s; }
    .c-cocktail__content__img img:nth-child(4) {
      transform-origin: 0.15s; }

.c-404-wrap {
  animation: backgroundChange 5s infinite;
  height: 100vh;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .c-404-wrap {
      padding: 4.5714285714vw 0; } }
.c-404-marquee {
  position: absolute;
  left: 0%;
  right: 0;
  top: 50%;
  transform: translate3d(0%, -50%, 0); }

.c-404 {
  position: relative;
  padding-bottom: 0;
  animation: backgroundChange 5s infinite; }
  @media (min-width: 1200px) {
    .c-404 {
      padding-top: 4.5714285714vw; } }
  .c-404 .o-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20; }
    @media (min-width: 1200px) {
      .c-404 .o-container {
        top: 25.1428571429vw; } }
  @media (min-width: 1000px) {
    .c-404 p {
      font-size: 3.25rem; } }
  @media (min-width: 1200px) {
    .c-404 p {
      font-size: 2.9714285714vw; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .c-404 p {
      font-size: 40px; } }
  @media (min-width: 500px) and (max-width: 699px) {
    .c-404 p {
      font-size: 40px; } }
  @media (max-width: 499px) {
    .c-404 p {
      font-size: 34px; } }
  .c-404__title {
    margin: 0;
    line-height: 1;
    color: #ffffff; }
    @media (min-width: 1000px) {
      .c-404__title {
        font-size: 60vw;
        margin-bottom: -6.8571428571vw; } }
    @media (min-width: 1200px) {
      .c-404__title {
        padding-left: 2.2857142857vw; } }
@keyframes backgroundChange {
  0% {
    background-color: #ff5859; }
  25% {
    background-color: #a1d782; }
  50% {
    background-color: #f8eb3c; }
  75% {
    background-color: #dd9dc6; }
  100% {
    background-color: #ff5859; } }

.c-404-text__container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3; }

.c-404-text__wrap {
  padding: 4.5714285714vw 4.5714285714vw 1.7142857143vw 4.5714285714vw; }

.c-404-text {
  position: relative;
  width: 45.7142857143vw; }
  .c-404-text .o-button {
    position: relative;
    z-index: 2; }
    @media (min-width: 1000px) {
      .c-404-text .o-button {
        margin-bottom: 2.2857142857vw; } }
    .c-404-text .o-button .o-button__label {
      transform: translate3d(0, -100%, 0); }
      .c-404-text .o-button .o-button__label::before {
        opacity: 1; }
    .c-404-text .o-button .o-button__stroke::before {
      transform: translate3d(0, 0%, 0);
      animation: backgroundChange 5s infinite; }
  @media (min-width: 1000px) {
    .c-404-text .c-about-can__link__img {
      width: 3.4285714286vw;
      height: 8.6285714286vw; } }
  .c-404-text p {
    position: relative;
    z-index: 2;
    margin: 0; }
    @media (min-width: 1000px) {
      .c-404-text p {
        font-size: 3.25rem; } }
    @media (min-width: 1200px) {
      .c-404-text p {
        font-size: 2.9714285714vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-404-text p {
        font-size: 40px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-404-text p {
        font-size: 40px; } }
    @media (max-width: 499px) {
      .c-404-text p {
        font-size: 34px; } }
    @media (min-width: 1000px) {
      .c-404-text p {
        margin-bottom: 1.875rem; } }
  .c-404-text .c-small {
    margin: 0;
    font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
    display: none; }
    @media (min-width: 1000px) {
      .c-404-text .c-small {
        font-size: 2rem; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-404-text .c-small {
        font-size: 28px; } }
    @media (max-width: 499px) {
      .c-404-text .c-small {
        font-size: 24px; } }
.c-400-text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff; }

.c-credit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  padding-bottom: 0;
  pointer-events: none; }
  .has-credit-open .c-credit {
    pointer-events: auto; }
  @media (max-width: 999px) {
    .c-credit .o-half {
      width: 100% !important; } }
  .c-credit__background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    animation: backgroundChange 5s infinite;
    z-index: 3;
    animation-play-state: paused;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left top;
    transform: scale3d(0, 1, 1);
    transition-delay: 0.6s; }
    @media (min-width: 1000px) {
      .c-credit__background {
        left: 50%; } }
    @media (max-width: 999px) {
      .c-credit__background {
        left: 0%; } }
    .has-credit-open .c-credit__background {
      animation-play-state: running;
      transform: scale3d(1, 1, 1); }
    .has-credit-open .c-credit__background {
      transition-delay: 0s; }
  .c-credit__close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    cursor: pointer; }
    .has-credit-open .c-credit__close-overlay {
      opacity: 0.4; }
    @media (max-width: 999px) {
      .c-credit__close-overlay {
        display: none; } }
  @media (min-width: 1000px) {
    .c-credit {
      padding-top: 5rem; } }
  @media (min-width: 1200px) {
    .c-credit {
      padding-top: 4.5714285714vw; } }
  @media (max-width: 999px) {
    .c-credit {
      padding-top: 80px; } }
  .c-credit .o-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20; }
    @media (min-width: 1000px) {
      .c-credit .o-container {
        bottom: 2.5rem; } }
    @media (min-width: 1200px) {
      .c-credit .o-container {
        bottom: 2.2857142857vw; } }
    @media (min-width: 500px) and (max-width: 999px) {
      .c-credit .o-container {
        bottom: 40px; } }
    @media (max-width: 499px) {
      .c-credit .o-container {
        bottom: 20px; } }
  .c-credit p {
    margin: 0; }
    @media (min-width: 1000px) {
      .c-credit p {
        font-size: 3.25rem; } }
    @media (min-width: 1200px) {
      .c-credit p {
        font-size: 2.9714285714vw; } }
    @media (min-width: 700px) and (max-width: 999px) {
      .c-credit p {
        font-size: 40px; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .c-credit p {
        font-size: 40px; } }
    @media (max-width: 499px) {
      .c-credit p {
        font-size: 34px; } }
    .c-credit p .c-link {
      display: inline-block; }
      .c-credit p .c-link .c-underline::after {
        animation: none;
        background: #231f20; }
    .c-credit p > span {
      display: block;
      transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      transform: translate3d(0, 40px, 0); }
      .has-credit-open .c-credit p > span {
        opacity: 1;
        transform: translate3d(0, 0px, 0); }
      .c-credit p > span:nth-child(1) {
        transition-delay: 0.1s; }
        .has-credit-open .c-credit p > span:nth-child(1) {
          transition-delay: 0.6s; }
      .c-credit p > span:nth-child(2) {
        transition-delay: 0.05s; }
        .has-credit-open .c-credit p > span:nth-child(2) {
          transition-delay: 0.65s; }
      .c-credit p > span:nth-child(3) {
        transition-delay: 0s; }
        .has-credit-open .c-credit p > span:nth-child(3) {
          transition-delay: 0.7s; }
    .c-credit p strong {
      font-weight: 400;
      display: block; }
      @media (min-width: 1000px) {
        .c-credit p strong {
          font-size: 1.25rem; } }
      @media (min-width: 500px) and (max-width: 999px) {
        .c-credit p strong {
          font-size: 20px; } }
      @media (max-width: 499px) {
        .c-credit p strong {
          font-size: 16px; } }
    .c-credit p sup {
      top: -1.4em; }
      @media (min-width: 1000px) {
        .c-credit p sup {
          font-size: 1.25rem; } }
      @media (min-width: 500px) and (max-width: 999px) {
        .c-credit p sup {
          font-size: 20px; } }
      @media (max-width: 499px) {
        .c-credit p sup {
          font-size: 16px; } }
  .c-credit__title {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    @media (max-width: 999px) {
      .c-credit__title {
        left: 0; } }
    .c-credit__title h2 {
      margin: 0;
      line-height: 1;
      color: #ffffff;
      position: absolute;
      top: 0;
      left: 0%;
      font-family: "brownhill_scriptregular", Georgia, "Times New Roman", Times, serif;
      z-index: 4;
      text-transform: lowercase;
      transform-origin: left bottom;
      transform: rotate(90deg);
      transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      transition-delay: 0s; }
      @media (min-width: 1000px) {
        .c-credit__title h2 {
          width: 72vw;
          font-size: 11vw;
          margin-left: -2.8vw;
          margin-top: -10vw; } }
      @media (max-width: 999px) {
        .c-credit__title h2 {
          width: 84vw;
          font-size: 18vw;
          margin-left: -4.2vw;
          margin-top: -10vw; } }
      .has-credit-open .c-credit__title h2 {
        opacity: 1;
        transition-delay: 0.6s; }

@keyframes backgroundChange {
  0% {
    background-color: #ff5859; }
  25% {
    background-color: #a1d782; }
  50% {
    background-color: #f8eb3c; }
  75% {
    background-color: #dd9dc6; }
  100% {
    background-color: #ff5859; } }

.c-credit__close__button {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  z-index: 10;
  transform: translate3d(0, -200px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .c-credit__close__button * {
    pointer-events: none; }
  .has-credit-open .c-credit__close__button {
    transform: translate3d(0, 0px, 0); }
  @media (max-width: 999px) {
    .c-credit__close__button {
      width: 50px;
      height: 50px; } }
  @media (min-width: 1600px) {
    .c-credit__close__button {
      width: 2.8571428571vw;
      height: 2.8571428571vw; } }
  @media (min-width: 1000px) and (max-width: 1599px) {
    .c-credit__close__button {
      width: 50px;
      height: 50px; } }
  @media (min-width: 1000px) {
    .c-credit__close__button {
      right: 2.5rem;
      top: 2.5rem; } }
  @media (min-width: 1200px) {
    .c-credit__close__button {
      right: 2.2857142857vw;
      top: 2.2857142857vw; } }
  @media (max-width: 999px) {
    .c-credit__close__button {
      right: 40px;
      top: 40px; } }
  @media (max-width: 499px) {
    .c-credit__close__button {
      right: 20px;
      top: 20px; } }
  .c-credit__close__button__line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3; }
    @media (max-width: 1599px) {
      .c-credit__close__button__line {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1600px) {
      .c-credit__close__button__line {
        width: 1.7142857143vw;
        height: 1.7142857143vw; } }
    .c-credit__close__button__line::before, .c-credit__close__button__line::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      content: ""; }
    .c-credit__close__button__line::before {
      background: #231f20;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .c-credit__close__button:hover .c-credit__close__button__line::before {
        transform: scale3d(1.1, 1.1, 1); }
    .c-credit__close__button__line::after {
      animation-name: backgroundAnimation;
      animation-duration: 2.5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      animation-play-state: paused;
      transform: scale3d(0, 0, 1); }
    .c-credit__close__button__line__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(180deg);
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 3; }
      @media (min-width: 1000px) {
        .c-credit__close__button__line__wrap {
          width: 12px;
          height: 6px; } }
      @media (max-width: 999px) {
        .c-credit__close__button__line__wrap {
          width: 12px;
          height: 6px; } }
      .c-credit__close__button__line__wrap span {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: #ffffff;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), top 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s; }
        .c-credit__close__button__line__wrap span:first-child {
          top: 50%;
          transform: rotate(45deg); }
        .c-credit__close__button__line__wrap span:last-child {
          top: 50%;
          margin: 0;
          transform: rotate(-45deg); }

select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none; }
  @media (min-width: 1000px) {
    select {
      padding: .8vw 0; } }
.c-select {
  display: block;
  position: relative; }
  .c-select::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid black;
    content: ""; }

.u-vertical-center {
  font-size: 0; }
  .u-vertical-center:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle; }
  .u-vertical-center > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

.u-clearfix:after {
  display: table;
  clear: both;
  content: ""; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.u-hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.u-invisible {
  visibility: hidden; }

.u-left {
  float: left !important; }

.u-right {
  float: right !important; }

.u-align-left {
  text-align: left !important; }

.u-align-right {
  text-align: right !important; }

.u-align-center {
  text-align: center !important; }

.is-visible {
  visibility: visible !important;
  opacity: 1 !important; }

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important; }
