/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

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

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

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

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

/* ========================= */
/* PARSLEY Extends */
/* ========================= */
.parsley-error {
  background-color: #FFCDD2;
  border: 1px solid #F44336; }

.parsley-errors-list {
  margin-top: -5px;
  list-style: none;
  font-size: 80%;
  color: #F44336;
  /*li{
    border-left: 1px solid #222;
    padding-left: 2%;
    margin-left: 5%;
  }*/ }

.alert {
  border: 1px solid #ccc;
  padding: 10px;
  color: #ccc;
  margin-bottom: 10px; }
  .alert-success {
    border-color: #4CAF50;
    background-color: #E8F5E9;
    color: #4CAF50; }

/*
 *    Colors
 *    ------
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  width: 100%;
  height: auto;
  font-size: 62.5%; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }
  @media (max-width: 1024px) {
    body {
      padding-bottom: 0; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

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

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

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.site-max-width, .aside-list .list-wrap, .listWrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto !important;
  padding: 0 45px; }

.text-heading1 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 110%;
  color: #000; }

.text-heading2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 98px;
  color: #000; }

.text-heading3 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 87px;
  color: #000; }

.text-heading4, .bloc-arguments-2 .title3 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 65px;
  color: #000; }

.text-heading5, .bloc-infolettre .title3, .blog .sub-title, .element-list .content .title3 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #000; }

.text-regular, .recette-wrap .recette-data p,
.recette-wrap .recette-data p span,
.recette-wrap .recette-data .main-text,
.recette-wrap .recette-data ul li, .hero-title .back-link a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #000; }

.text-subtitle, .recette-wrap .recette-data .sub-title,
.recette-wrap .recette-data h1,
.recette-wrap .recette-data h2,
.recette-wrap .recette-data h3,
.recette-wrap .recette-data h4, .recette-wrap .recette-data .ingredients .recette-sub-header h2, .recette-wrap .recette-data .preparation .recette-sub-header h2, .hero-title .author-wrapper .blog-date, .element-list p.tag, .element-list .content .title4 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000; }

.text-caption, .right-header a.language, .main-footer .main-text {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tlwkon");
  src: url("../fonts/icomoon.eot?tlwkon#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tlwkon") format("truetype"), url("../fonts/icomoon.woff?tlwkon") format("woff"), url("../fonts/icomoon.svg?tlwkon#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-brand:before {
  content: "\e900"; }

.icon-social:before {
  content: "\e900"; }

/**
 *  CLEARFIX AN ELEMENT
 *  ==============================================
 *
 * Usage :
 *
 * .container-with-floated-children {
 *     @extend %clearfix;
 * }
 *
 */
.main-footer, .aside-list .sub-menu .show-hide-categories, .aside-list .list-wrap, .listWrap, .hero-recette .content .tool-bar, .hero-recette .content .tool-bar li, .recette-wrap .recette-data, .produit-wrap .produit-data, .contact .coordo-wrap {
  *zoom: 1; }
  .main-footer:before, .aside-list .sub-menu .show-hide-categories:before, .aside-list .list-wrap:before, .listWrap:before, .hero-recette .content .tool-bar:before, .hero-recette .content .tool-bar li:before, .recette-wrap .recette-data:before, .produit-wrap .produit-data:before, .contact .coordo-wrap:before, .main-footer:after, .aside-list .sub-menu .show-hide-categories:after, .aside-list .list-wrap:after, .listWrap:after, .hero-recette .content .tool-bar:after, .hero-recette .content .tool-bar li:after, .recette-wrap .recette-data:after, .produit-wrap .produit-data:after, .contact .coordo-wrap:after {
    content: " ";
    display: table; }
  .main-footer:after, .aside-list .sub-menu .show-hide-categories:after, .aside-list .list-wrap:after, .listWrap:after, .hero-recette .content .tool-bar:after, .hero-recette .content .tool-bar li:after, .recette-wrap .recette-data:after, .produit-wrap .produit-data:after, .contact .coordo-wrap:after {
    clear: both; }

.site-btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 40px;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background-color: #ED1C24;
  border-radius: 4px; }
  .site-btn:hover {
    opacity: .8;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  .site-btn:not(:hover) {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  .site-btn.is-outlined {
    background: transparent;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .site-btn.is-outlined:hover {
      background: #ED1C24;
      color: #fff;
      opacity: 1; }
  .site-btn.color2 {
    background-color: #1F222F; }
    .site-btn.color2:hover {
      background-color: #dc2e34;
      -webkit-transition: .5s;
      transition: .5s; }
    .site-btn.color2:not(:hover) {
      opacity: 1;
      -webkit-transition: .5s;
      transition: .5s; }

button:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

button:not(:hover) {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.title1 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 96px;
  line-height: 110%;
  color: #000; }

.title2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 85px;
  color: #000; }

.title3 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 76px;
  color: #000; }

.title4 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  color: #000; }

.title5 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000; }

.regular-text, .two-columns .content-block h5, .two-columns .content-block p, .career-form .input-text, .career-form .file-sim p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #000; }

.subtitle, .right-header a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000; }

.caption {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: #1F222F;
  z-index: 2000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0px 1px 9px rgba(75, 52, 44, 0.4);
  box-shadow: 0px 1px 9px rgba(75, 52, 44, 0.4); }
  @media (max-width: 469px) {
    .header {
      padding: 0 15px; } }

.left-header .logo {
  max-width: 215px;
  margin-top: 60px; }

.right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0; }

.right-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity ease-out .2s;
  transition: opacity ease-out .2s; }
  .right-header a.active, .right-header a:hover {
    opacity: .7; }
  .right-header a.language {
    color: #fff;
    font-weight: normal;
    padding-right: 30px; }
  @media screen and (max-width: 1024px) {
    .right-header a {
      display: none; } }

.right-header a.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 40px;
  background-color: #1F222F;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  color: #F1E9D4;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center; }
  @media (max-width: 470px) {
    .right-header a.cta {
      padding: 14px 20px; } }
  .right-header a.cta:hover {
    opacity: .6;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  .right-header a.cta:not(:hover) {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search {
  width: 50px;
  height: 70px;
  padding: 0 13px;
  cursor: pointer; }
  @media screen and (max-width: 1350px) {
    .search {
      padding: 25px 0 25px 10px; } }
  .search img {
    width: 24px;
    cursor: pointer; }
    .search img.icon_close {
      display: none;
      width: 17px; }

#search-input {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s; }
  #search-input.open {
    width: 480px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s; }
    @media screen and (max-width: 1080px) {
      #search-input.open {
        width: 420px; } }
    @media screen and (max-width: 1024px) {
      #search-input.open {
        right: 350px; } }
    @media screen and (max-width: 980px) {
      #search-input.open {
        width: 400px; } }
    @media screen and (max-width: 940px) {
      #search-input.open {
        width: 350px; } }
    @media screen and (max-width: 890px) {
      #search-input.open {
        width: 300px; } }
    @media screen and (max-width: 850px) {
      #search-input.open {
        display: none; } }
  #search-input input {
    outline: none;
    float: left;
    width: calc(100% - 40px);
    padding: 5px 10px 5px 15px;
    border: 0;
    border-radius: 30px 0 0 30px;
    font-size: 17px;
    height: 42px;
    border: 1px solid #1F222F; }

@-moz-document url-prefix() {
  #search-input input {
    width: calc(100% - 53px); } }
  #search-input button {
    width: 30px;
    height: 43px;
    float: left;
    border: none;
    border-radius: 0 30px 30px 0;
    font-size: 18px;
    padding: 0 20px;
    line-height: 25px;
    cursor: pointer;
    background: #1F222F url("../icons/search-white.svg") no-repeat center center/15px; }

.content.blog-content-wrapper {
  background: #F2F2F2;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .content.blog-content-wrapper {
      padding-bottom: 0; } }

.main {
  margin-top: 70px;
  position: relative;
  z-index: 1000; }
  @media all and (max-width: 1024px) {
    .main {
      padding-bottom: 0px; } }

.footer {
  color: #1F222F; }

.bloc-infolettre {
  width: 100%;
  z-index: 1;
  padding: 100px 50px;
  background: #000;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center; }
  .bloc-infolettre .title3 {
    line-height: 33px;
    text-align: center;
    color: #F1E9D4; }
  .bloc-infolettre i {
    position: relative;
    top: 7px;
    display: inline-block;
    color: #1F222F;
    font-size: 53px;
    font-weight: 100;
    line-height: 1;
    height: 48px;
    width: 48px; }
    .bloc-infolettre i.icon-infolettre {
      background: url("../icons/newsletter.svg") no-repeat center center/45px; }
    .bloc-infolettre i.icon-arrow-right {
      background: url("../icons/chevron.svg") no-repeat center center/9px; }
  .bloc-infolettre .input-infolettre {
    position: relative;
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 0; }
    .bloc-infolettre .input-infolettre .form-field {
      position: relative; }
    .bloc-infolettre .input-infolettre input[type="email"] {
      width: 100%;
      height: 65px;
      padding: 7px 7px 7px 28px;
      border: none;
      border-radius: 4px;
      outline: none;
      background: #515151;
      color: #F1E9D4;
      font-family: "Manrope", sans-serif;
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 0.5px;
      line-height: 180%; }
      .bloc-infolettre .input-infolettre input[type="email"]::-webkit-input-placeholder {
        color: #F1E9D4; }
      .bloc-infolettre .input-infolettre input[type="email"]::-moz-placeholder {
        color: #F1E9D4; }
      .bloc-infolettre .input-infolettre input[type="email"]::-ms-input-placeholder {
        color: #F1E9D4; }
      .bloc-infolettre .input-infolettre input[type="email"]::placeholder {
        color: #F1E9D4; }
    .bloc-infolettre .input-infolettre [type="submit"] {
      position: absolute;
      top: 7px;
      right: 7px;
      width: 51px;
      height: 51px;
      border: none;
      outline: none;
      border-radius: 4px;
      overflow: hidden;
      color: #fff;
      background: #1F222F;
      text-transform: uppercase; }
      .bloc-infolettre .input-infolettre [type="submit"] i {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        font-size: 28px;
        text-align: center;
        color: #fff;
        padding-bottom: 0; }
    .bloc-infolettre .input-infolettre .parsley-errors-list {
      position: absolute;
      left: 0;
      bottom: -18px;
      width: 100%; }
  .bloc-infolettre .js-news-message {
    display: none; }
    .bloc-infolettre .js-news-message p {
      letter-spacing: 3px;
      line-height: 31px;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 12px;
      color: #fff; }
      @media all and (min-width: 1099px) {
        .bloc-infolettre .js-news-message p {
          font-size: 14px; } }
      .bloc-infolettre .js-news-message p.success {
        color: #F8F6EF; }
      .bloc-infolettre .js-news-message p.error {
        color: #f8901f; }
  @media all and (max-width: 1024px) {
    .bloc-infolettre {
      padding: 40px 20px;
      position: relative;
      bottom: 0; } }
  @media all and (max-width: 799px) {
    .bloc-infolettre .icon {
      width: 50px; } }
  @media all and (max-width: 599px) {
    .bloc-infolettre .input-infolettre {
      width: 100%; }
      .bloc-infolettre .input-infolettre input[type="email"] {
        width: 100%;
        padding: 15px;
        border: none;
        outline: none;
        outline: none;
        color: #181818;
        font-size: 15px;
        font-weight: 400; } }

.site-content {
  padding-bottom: 442px; }
  @media all and (max-width: 1024px) {
    .site-content {
      padding-bottom: 0; } }

.main-footer {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  background: #1F222F;
  color: #d8d8d8; }
  .main-footer .icon-share {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-size: cover; }
    .main-footer .icon-share:last-child {
      margin: 0; }
    .main-footer .icon-share.icon-facebook {
      background-image: url("../icons/facebook.svg"); }
    .main-footer .icon-share.icon-instagram {
      background-image: url("../icons/instagram.svg"); }
    .main-footer .icon-share.icon-twitter {
      background-image: url("../icons/twitter.svg"); }
    .main-footer .icon-share.icon-youtube {
      background-image: url("../icons/youtube.svg"); }
    .main-footer .icon-share:hover {
      opacity: .8; }
  .main-footer .main-text {
    display: inline-block;
    margin: 0;
    color: #d8d8d8;
    text-decoration: none; }
    .main-footer .main-text.share-text {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 180%;
      margin-right: 20px; }
    @media all and (max-width: 499px) {
      .main-footer .main-text {
        padding: 15px 0; } }
  .main-footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: auto; }
  @media all and (max-width: 1024px) {
    .main-footer {
      position: relative; } }
  @media all and (max-width: 850px) {
    .main-footer .right {
      display: none; } }
  @media all and (max-width: 499px) {
    .main-footer .left {
      float: none;
      width: 100%; }
    .main-footer .right {
      display: none; }
    .main-footer .main-text {
      width: 100%;
      text-align: center; } }

.bloc-arguments-2 {
  padding: 100px 0;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 990; }
  .bloc-arguments-2.no-padding {
    padding: 0; }
  .bloc-arguments-2.background-recipes {
    background: #000;
    background-size: cover;
    background-attachment: fixed;
    background-position: 80%; }
    .bloc-arguments-2.background-recipes .title3 {
      color: #F1E9D4; }
    .bloc-arguments-2.background-recipes .content .title4 {
      color: #515151; }
    .bloc-arguments-2.background-recipes .content .title3 {
      color: #F1E9D4; }
  .bloc-arguments-2.recipes {
    background-color: #F2F2F2; }
    .bloc-arguments-2.recipes .title3 {
      color: #000; }
  .bloc-arguments-2 .row {
    padding: 4vw; }
  .bloc-arguments-2 .site-btn-center .color-light {
    color: #fff !important; }
  .bloc-arguments-2 .title3 {
    margin-top: 0;
    color: #515151; }
  .bloc-arguments-2 .arguments {
    padding: 0 0 0 0;
    margin-bottom: 20px; }
  .bloc-arguments-2 .argument {
    text-align: center;
    margin: 0 .5% 25px .5%; }
  .bloc-arguments-2.medium {
    background-color: #F1F1F1; }
  .bloc-arguments-2.dark {
    background-image: url("../images/dark-background.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; }
    @media all and (max-width: 1024px) {
      .bloc-arguments-2.dark {
        background-attachment: scroll; } }
    .bloc-arguments-2.dark .title3 {
      color: #fff; }
    .bloc-arguments-2.dark .bloc-list .content .title4 {
      color: #F2F2F2; }
    .bloc-arguments-2.dark .bloc-list .content .title3.text {
      color: #fff; }
  @media all and (max-width: 1429px) {
    .bloc-arguments-2 .main-text {
      font-size: 13px;
      line-height: 24px; } }
  @media all and (max-width: 1249px) {
    .bloc-arguments-2 .title4 {
      font-size: 14px; } }
  @media all and (max-width: 1024px) {
    .bloc-arguments-2 {
      padding: 40px 20px; } }
  @media all and (max-width: 1119px) {
    .bloc-arguments-2 .main-text {
      line-height: 1.6; }
    .bloc-arguments-2 .bloc-list .content {
      padding: 40px 10%; } }
  @media all and (max-width: 767px) {
    .bloc-arguments-2 .title4,
    .bloc-arguments-2 .main-text {
      min-height: inherit; } }
  @media all and (max-width: 599px) {
    .bloc-arguments-2 .arguments {
      padding: 0 0; } }

.bloc-list .top {
  overflow: hidden;
  position: relative;
  background-color: #ED1C24; }
  .bloc-list .top .preparation {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 100;
    margin: 0;
    display: inline-block;
    background-color: #1F222F;
    font-size: 12px;
    color: #fff; }
    .bloc-list .top .preparation a {
      color: #F2F2F2; }
  .bloc-list .top .portions {
    position: absolute;
    top: 42px;
    left: 12px;
    z-index: 100;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-color: #F2F2F2;
    padding: 1px 5px;
    font-size: 12px;
    color: #fff; }
  .bloc-list .top .play {
    width: 100%;
    max-width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 100; }
  .bloc-list .top .thumb {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1; }
    .bloc-list .top .thumb:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.8; }

.bloc-list .content {
  padding: 40px 15% 0 15%; }
  @media all and (max-width: 560px) {
    .bloc-list .content {
      padding: 20px 15% 20px 15%; } }
  .bloc-list .content .title4 {
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #F2F2F2;
    text-transform: lowercase; }
  .bloc-list .content .title3.text {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Rubik", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    color: #ED1C24; }

.aside-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #F2F2F2; }
  .aside-list.blog-list {
    background: #fff; }
  @media all and (max-width: 900px) {
    .aside-list {
      display: block; } }
  .aside-list .sub-menu {
    display: table-cell;
    width: 25%;
    background-color: #fff;
    vertical-align: top; }
    @media all and (max-width: 900px) {
      .aside-list .sub-menu {
        display: block;
        width: 100%; } }
    .aside-list .sub-menu .show-hide-categories {
      width: 100%;
      height: 56px;
      padding: 10px 20px;
      background-color: #ED1C24;
      cursor: pointer;
      display: none; }
      @media all and (max-width: 900px) {
        .aside-list .sub-menu .show-hide-categories {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .aside-list .sub-menu .show-hide-categories p {
        margin: 0;
        padding: 0;
        font-family: "Rubik", sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff;
        display: inline-block; }
      .aside-list .sub-menu .show-hide-categories .name {
        float: left;
        font-family: "Manrope", sans-serif;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1.71px;
        line-height: 19px;
        padding: 0; }
      .aside-list .sub-menu .show-hide-categories .plus {
        font-size: 44px;
        margin-left: auto;
        margin-top: -8px;
        line-height: 44px; }
      .aside-list .sub-menu .show-hide-categories .moins {
        font-size: 44px;
        line-height: 44px;
        margin-top: -12px;
        display: none;
        margin-left: auto; }
      .aside-list .sub-menu .show-hide-categories.open .plus {
        display: none; }
      .aside-list .sub-menu .show-hide-categories.open .moins {
        display: block; }
    .aside-list .sub-menu .sub-menu-link-wrap {
      border-right: 1px solid #F1F1F1; }
      @media all and (max-width: 900px) {
        .aside-list .sub-menu .sub-menu-link-wrap {
          display: none; } }
    .aside-list .sub-menu .sub-menu-link {
      width: 100%;
      display: block;
      padding: 30px 25px;
      border-bottom: 1px solid #F1F1F1;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      color: #515151;
      font-size: 14px;
      letter-spacing: 1px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-image: url("../icons/arrow-black.svg");
      background-position: 93% center;
      background-repeat: no-repeat;
      background-size: 8px; }
      @media all and (max-width: 900px) {
        .aside-list .sub-menu .sub-menu-link {
          background-position: 95% center; } }
      .aside-list .sub-menu .sub-menu-link.active, .aside-list .sub-menu .sub-menu-link:hover {
        background-color: #F2F2F2;
        font-weight: bold; }
  .aside-list .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 500px;
    padding: 100px 45px; }
    @media all and (max-width: 560px) {
      .aside-list .list-wrap {
        padding: 70px 15px 15px; } }
    .aside-list .list-wrap.recipes {
      background-color: #F2F2F2;
      max-width: 100%; }
    .aside-list .list-wrap .bloc-list {
      display: inline-block;
      width: 33.33%;
      float: left;
      padding: 5px; }
      @media all and (max-width: 1024px) {
        .aside-list .list-wrap .bloc-list {
          width: 50%; } }
      @media all and (max-width: 560px) {
        .aside-list .list-wrap .bloc-list {
          width: 100%; } }
      .aside-list .list-wrap .bloc-list .title3.text {
        font-size: 14px; }
    .aside-list .list-wrap .search-title {
      width: 100%;
      text-transform: uppercase;
      color: #333;
      font-weight: 400;
      letter-spacing: 2px; }
    .aside-list .list-wrap .search-info {
      width: 100%;
      letter-spacing: 1px; }

.listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .listWrap {
      padding: 0; } }
  .listWrap.centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .listWrap.home {
    margin: 0 120px 10px 120px; }
    @media (max-width: 1024px) {
      .listWrap.home {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 80px; } }
    @media (max-width: 600px) {
      .listWrap.home {
        margin: 0; } }
  .listWrap.home-products {
    margin-bottom: 30px !important; }

.hero-recette {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  min-height: calc( 85vh - 85px);
  background: url("../images/hero.jpg") #F8F6EF center center no-repeat;
  background-size: 100%;
  background-position: center center; }
  @media all and (max-width: 1000px) {
    .hero-recette {
      background-size: cover; } }
  .hero-recette .overlay-opacity {
    width: 100%;
    min-height: calc( 85vh - 85px);
    background-color: #ED1C24;
    opacity: 0.4; }
  .hero-recette .credit {
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100; }
  .hero-recette .print {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer; }
    .hero-recette .print p {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: "Rubik", sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1px;
      margin-left: 10px;
      margin-top: 1px; }
    .hero-recette .print img {
      width: 100%;
      max-width: 25px;
      display: inline-block;
      float: left; }
  .hero-recette .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    text-align: center; }
    .hero-recette .content .title1 {
      font-size: 42px;
      margin: 0 auto;
      max-width: 740px;
      color: #fff;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 2px;
      font-family: "Rubik", sans-serif;
      position: relative;
      top: 30px; }
      .hero-recette .content .title1 span {
        color: #ED1C24; }
    .hero-recette .content .tool-bar {
      display: inline-block;
      list-style-type: none;
      position: relative;
      top: 80px;
      border-radius: 3px;
      border: 2px solid #1F222F;
      margin: 0;
      padding: 0; }
      @media all and (max-width: 900px) {
        .hero-recette .content .tool-bar {
          top: 30px;
          max-width: 300px; } }
      .hero-recette .content .tool-bar li {
        display: inline-block;
        float: left;
        min-width: 225px;
        text-align: center;
        border-right: 2px solid #1F222F;
        padding: 5px 15px; }
        @media all and (max-width: 900px) {
          .hero-recette .content .tool-bar li {
            width: 100%;
            border-right: 0;
            border-bottom: 2px solid #1F222F; }
            .hero-recette .content .tool-bar li:last-child {
              border-bottom: 0; } }
        .hero-recette .content .tool-bar li:last-child {
          border-right: 0; }
        .hero-recette .content .tool-bar li img {
          display: inline-block;
          width: auto;
          height: 30px;
          position: relative;
          top: 10px; }
          .hero-recette .content .tool-bar li img.portions-icon {
            height: 23px;
            top: 6px; }
        .hero-recette .content .tool-bar li p {
          display: inline-block;
          color: #fff;
          font-family: "Rubik", sans-serif;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 1px;
          margin-left: 10px; }
  @media all and (max-width: 767px) {
    .hero-recette .content .title1 {
      font-size: 24px;
      line-height: 1.5;
      padding: 0;
      margin-bottom: 20px;
      max-width: 540px; } }
  @media all and (max-width: 599px) {
    .hero-recette .content .title1 {
      font-size: 42px;
      line-height: 1.2; } }

.recette-wrap {
  width: 100%;
  background-color: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 1000; }
  .recette-wrap .recette-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 25px 50px 25px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 30px; }
    .recette-wrap .recette-data:first-of-type {
      padding-top: 50px; }
    @media all and (max-width: 767px) {
      .recette-wrap .recette-data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 15px;
        font-size: 16px;
        line-height: 28px; } }
    .recette-wrap .recette-data .article-title {
      background-color: #F8F6EF;
      color: #ED1C24;
      margin: 0;
      padding: 15px 20px;
      font-weight: 400;
      text-transform: uppercase; }
    .recette-wrap .recette-data p,
    .recette-wrap .recette-data p span,
    .recette-wrap .recette-data .main-text,
    .recette-wrap .recette-data ul li {
      color: rgba(0, 0, 0, 0.7);
      margin: 0 0 20px; }
    .recette-wrap .recette-data ul li {
      margin: 0;
      padding: 0; }
    .recette-wrap .recette-data .sub-title,
    .recette-wrap .recette-data h1,
    .recette-wrap .recette-data h2,
    .recette-wrap .recette-data h3,
    .recette-wrap .recette-data h4 {
      color: #515151;
      margin: 0; }
    .recette-wrap .recette-data img {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin: 20px 0; }
    .recette-wrap .recette-data .ingredients {
      width: 40%;
      display: inline-block;
      float: left;
      background-color: #F1F1F1;
      margin-right: 25px;
      /* Hide the browser's default checkbox */
      /* Create a custom checkbox */
      /* On mouse-over, add a grey background color */
      /* When the checkbox is checked, add a blue background */
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Show the checkmark when checked */
      /* Style the checkmark/indicator */ }
      @media all and (max-width: 767px) {
        .recette-wrap .recette-data .ingredients {
          width: 100%; } }
      .recette-wrap .recette-data .ingredients .recette-sub-header {
        padding: 30px;
        background-color: #1F222F; }
        .recette-wrap .recette-data .ingredients .recette-sub-header strong {
          font-weight: bold; }
        .recette-wrap .recette-data .ingredients .recette-sub-header h2 {
          color: #fff;
          margin: 0; }
      .recette-wrap .recette-data .ingredients ul {
        background-color: #F5F5F5;
        padding: 30px 32px;
        margin: 0; }
        .recette-wrap .recette-data .ingredients ul li {
          line-height: 1.4;
          margin-bottom: 25px;
          font-size: 15px;
          font-weight: 400;
          list-style-type: none;
          position: relative;
          text-align: left;
          color: rgba(0, 0, 0, 0.7); }
          .recette-wrap .recette-data .ingredients ul li a {
            color: #F2F2F2; }
        .recette-wrap .recette-data .ingredients ul li:before {
          content: '';
          display: inline-block;
          width: 13px;
          height: 13px;
          background-image: url("../images/check.png");
          background-size: 13px;
          position: absolute;
          top: 5px;
          left: -25px; }
        .recette-wrap .recette-data .ingredients ul li.is-title {
          position: relative;
          left: -25px;
          padding: 15px 0 5px 0;
          margin-bottom: 30px;
          border-bottom: 1px solid #000; }
          .recette-wrap .recette-data .ingredients ul li.is-title:before {
            display: none; }
          .recette-wrap .recette-data .ingredients ul li.is-title h1, .recette-wrap .recette-data .ingredients ul li.is-title h2, .recette-wrap .recette-data .ingredients ul li.is-title h3, .recette-wrap .recette-data .ingredients ul li.is-title h4, .recette-wrap .recette-data .ingredients ul li.is-title h5, .recette-wrap .recette-data .ingredients ul li.is-title h6 {
            text-transform: uppercase;
            padding: 0;
            margin: 0; }
        @media all and (max-width: 767px) {
          .recette-wrap .recette-data .ingredients ul {
            padding: 15px; } }
      .recette-wrap .recette-data .ingredients .container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .recette-wrap .recette-data .ingredients .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .recette-wrap .recette-data .ingredients .checkmark {
        position: absolute;
        top: 5px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: white;
        border-radius: 4px;
        border: 1px solid #8C8C8C;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out; }
      .recette-wrap .recette-data .ingredients .container:hover input ~ .checkmark {
        background-color: #8C8C8C; }
      .recette-wrap .recette-data .ingredients .container input:checked ~ .checkmark {
        background-color: #1F222F; }
      .recette-wrap .recette-data .ingredients .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .recette-wrap .recette-data .ingredients .container input:checked ~ .checkmark:after {
        display: block; }
      .recette-wrap .recette-data .ingredients .container .checkmark:after {
        left: 8px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .recette-wrap .recette-data .preparation {
      width: 60%;
      display: inline-block;
      float: left; }
      @media all and (max-width: 767px) {
        .recette-wrap .recette-data .preparation {
          width: 100%;
          padding-left: 0;
          margin-top: 15px; } }
      .recette-wrap .recette-data .preparation strong {
        font-weight: bold; }
      .recette-wrap .recette-data .preparation .preparation-content {
        padding: 30px;
        background: #F5F5F5; }
      .recette-wrap .recette-data .preparation .recette-sub-header {
        padding: 30px;
        background-color: rgba(0, 0, 0, 0.6); }
        .recette-wrap .recette-data .preparation .recette-sub-header h2 {
          color: #fff;
          margin: 0; }
      .recette-wrap .recette-data .preparation ol {
        list-style-type: decimal;
        padding: 0 25px 0 30px;
        margin: 0; }
        .recette-wrap .recette-data .preparation ol li {
          line-height: 1.4;
          margin-bottom: 25px;
          font-size: 15px;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.7); }
          .recette-wrap .recette-data .preparation ol li a {
            color: #F2F2F2; }
      .recette-wrap .recette-data .preparation ul + h1,
      .recette-wrap .recette-data .preparation ul + h2,
      .recette-wrap .recette-data .preparation ul + h3,
      .recette-wrap .recette-data .preparation ul + h4,
      .recette-wrap .recette-data .preparation ul + h5,
      .recette-wrap .recette-data .preparation ul + h6 {
        padding: 0 25px 0 0;
        line-height: 1.4;
        margin-bottom: 0;
        margin-left: 15px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid #000;
        text-transform: uppercase; }
        .recette-wrap .recette-data .preparation ul + h1 a,
        .recette-wrap .recette-data .preparation ul + h2 a,
        .recette-wrap .recette-data .preparation ul + h3 a,
        .recette-wrap .recette-data .preparation ul + h4 a,
        .recette-wrap .recette-data .preparation ul + h5 a,
        .recette-wrap .recette-data .preparation ul + h6 a {
          color: #F2F2F2; }
      .recette-wrap .recette-data .preparation ul + p b {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        margin-left: 15px; }
        .recette-wrap .recette-data .preparation ul + p b a {
          color: #F2F2F2; }
      .recette-wrap .recette-data .preparation .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        margin-left: 10px; }
      .recette-wrap .recette-data .preparation .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .recette-wrap .recette-data .recette-sub-header {
      background-color: #ED1C24;
      padding: 15px 20px;
      color: #fff; }
      .recette-wrap .recette-data .recette-sub-header h2 {
        width: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        font-family: "Rubik", sans-serif; }

.produit-wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1000; }
  .produit-wrap .produit-data {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 25px 50px 25px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 30px; }
    .produit-wrap .produit-data:first-of-type {
      padding-top: 50px; }
    @media all and (max-width: 767px) {
      .produit-wrap .produit-data {
        padding: 25px 15px;
        font-size: 16px;
        line-height: 28px; } }
    .produit-wrap .produit-data .article-title {
      background-color: #F8F6EF;
      color: #ED1C24;
      margin: 0;
      padding: 15px 20px;
      font-weight: 400;
      text-transform: uppercase; }
    .produit-wrap .produit-data p,
    .produit-wrap .produit-data p span,
    .produit-wrap .produit-data .main-text,
    .produit-wrap .produit-data ul li {
      font-family: "Manrope", sans-serif;
      color: rgba(0, 0, 0, 0.7);
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px; }
      @media all and (max-width: 767px) {
        .produit-wrap .produit-data p,
        .produit-wrap .produit-data p span,
        .produit-wrap .produit-data .main-text,
        .produit-wrap .produit-data ul li {
          font-size: 16px;
          line-height: 28px; } }
    .produit-wrap .produit-data ul li {
      margin: 0;
      padding: 0; }
    .produit-wrap .produit-data .sub-title,
    .produit-wrap .produit-data h1,
    .produit-wrap .produit-data h2,
    .produit-wrap .produit-data h3,
    .produit-wrap .produit-data h4 {
      color: #ED1C24;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px; }
    .produit-wrap .produit-data img {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin: 20px 0; }
    .produit-wrap .produit-data .produit-photo {
      position: relative;
      margin-right: 20px;
      width: calc(40% - 20px);
      display: inline-block;
      float: left;
      padding: 60px 40px 40px 40px;
      background: #F1E9D4; }
      @media all and (max-width: 767px) {
        .produit-wrap .produit-data .produit-photo {
          width: 100%; } }
      .produit-wrap .produit-data .produit-photo .canvas {
        position: relative;
        width: 100%;
        max-width: 315px;
        height: 100%;
        margin: auto; }
      .produit-wrap .produit-data .produit-photo img {
        width: 100%;
        margin: 0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .produit-wrap .produit-data .preparation {
      width: 60%;
      display: inline-block;
      float: left;
      padding-left: 5px; }
      @media all and (max-width: 767px) {
        .produit-wrap .produit-data .preparation {
          width: 100%;
          padding-left: 0;
          margin-top: 15px; } }
      .produit-wrap .produit-data .preparation .description-data {
        padding: 25px;
        margin-bottom: 30px;
        background-color: #F5F5F5; }
        .produit-wrap .produit-data .preparation .description-data strong {
          font-weight: bold; }
        .produit-wrap .produit-data .preparation .description-data p {
          color: #515151;
          font-family: "Manrope", sans-serif;
          font-size: 16px;
          line-height: 180%;
          margin: 0; }
          .produit-wrap .produit-data .preparation .description-data p a {
            color: #F2F2F2; }
        .produit-wrap .produit-data .preparation .description-data h2 {
          margin-top: 25px;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 500;
          font-family: "Rubik", sans-serif; }
        .produit-wrap .produit-data .preparation .description-data .show-overlay-form {
          display: block;
          margin-top: 25px;
          color: #ED1C24;
          font-family: "Rubik", sans-serif;
          font-weight: 500;
          font-size: 15px;
          letter-spacing: 1px;
          line-height: 30px;
          text-transform: uppercase;
          text-decoration: none; }
      .produit-wrap .produit-data .preparation .site-btn {
        margin-bottom: 0px; }
      .produit-wrap .produit-data .preparation .produit-sub-header {
        padding: 30px;
        background-color: #1F222F; }
        .produit-wrap .produit-data .preparation .produit-sub-header h2 {
          color: #fff;
          margin: 0;
          font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 0.1em; }
      .produit-wrap .produit-data .preparation ul {
        list-style-type: decimal;
        padding: 25px 25px 15px 35px;
        margin: 0; }
        .produit-wrap .produit-data .preparation ul li {
          line-height: 1.4;
          margin-bottom: 25px;
          font-size: 15px;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.7); }
    .produit-wrap .produit-data .produit-sub-header {
      background-color: #ED1C24;
      padding: 15px 20px;
      color: #fff; }
      .produit-wrap .produit-data .produit-sub-header h2 {
        width: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        font-family: "Rubik", sans-serif; }

.hero {
  position: relative;
  z-index: 999;
  overflow: hidden;
  min-height: 500px;
  background: #F8F6EF; }
  .hero .hero-video {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none; }
    .hero .hero-video video {
      margin: auto;
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      visibility: visible;
      opacity: 1;
      width: 1922px;
      height: auto; }
  .hero.with-image .hero-image {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
  .hero.with-image .hero-content {
    position: relative; }
  .hero .scroll {
    width: 100%;
    max-width: 25px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -15px; }
  .hero .overlay-opacity {
    width: 100%;
    min-height: calc(85vh - 85px);
    background-color: rgba(0, 0, 0, 0.2); }
    .hero .overlay-opacity.fullheight {
      min-height: calc(100vh - 85px); }
  .hero .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .hero .content.hero-home .title1 {
      color: #fff;
      max-width: 930px; }
      @media (max-width: 767px) {
        .hero .content.hero-home .title1 {
          font-size: 60px; } }
    .hero .content .hero-logo {
      width: 270px;
      margin: 0 auto 40px; }
    .hero .content .title1 {
      margin: 0 auto 30px auto;
      max-width: 1020px;
      color: #fff;
      text-align: center; }
    .hero .content .title5 {
      margin: 0;
      color: #fff; }
    .hero .content .site-btn {
      margin-top: 10px; }
      @media (max-width: 767px) {
        .hero .content .site-btn {
          margin-top: 30px; } }
  @media all and (max-width: 767px) {
    .hero .content .title1 {
      margin: 0;
      font-size: 45px;
      line-height: 1.5;
      padding: 0;
      margin-bottom: 20px;
      max-width: 540px; }
    .hero .content .tagline {
      font-size: 22px; }
    .hero .content .title2 {
      font-size: 16px; }
    .hero img.desktop {
      display: none; }
    .hero img.mobile {
      display: block; } }
  @media all and (max-width: 599px) {
    .hero .content .site-hr {
      margin-bottom: 10px; }
    .hero .content .title1 {
      margin: 0;
      font-size: 45px;
      line-height: 1.2; }
    .hero .content .title2 {
      font-size: 14px; } }
  @media all and (max-width: 374px) {
    .hero .title2 {
      font-size: 14px; } }

.hero.fullheight {
  min-height: calc(85vh - 85px);
  background: url("../images/hero.jpg") #F8F6EF center center no-repeat;
  background-size: 100%;
  background-position: center center; }
  .hero.fullheight.realfullheight {
    min-height: calc(100vh - 85px); }
  @media all and (max-width: 1000px) {
    .hero.fullheight {
      background-size: cover; }
      .hero.fullheight.chine {
        background-size: cover; } }

.hero.hero-title {
  min-height: calc(85vh - 85px);
  background: url("../images/hero.jpg") #F8F6EF center center no-repeat;
  background-size: 100%;
  background-position: bottom; }
  .hero.hero-title.chine {
    background: url("../images/hero-concours.jpg") #F8F6EF center center no-repeat;
    background-size: 100%; }
  @media all and (max-width: 1000px) {
    .hero.hero-title {
      background-size: cover; }
      .hero.hero-title.chine {
        background-size: cover; } }

.hero-sub-title {
  margin: 0 0 20px;
  color: #fff; }

.recettes .hero-title {
  font-family: "Rubik", sans-serif;
  background-image: url("../images/hero-recettes.png"); }

.produits .hero-title {
  font-family: "Rubik", sans-serif;
  background-image: url("../images/hero-produits.png"); }

.contact .hero-title {
  font-family: "Rubik", sans-serif;
  background-image: url("../images/hero-contact.png"); }

.hero-title {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  min-height: 402px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (max-width: 1024px) {
    .hero-title {
      min-height: 250px; } }
  @media all and (max-width: 1000px) {
    .hero-title {
      background-size: cover; } }
  .hero-title.hero-entry {
    min-height: 600px; }
    .hero-title.hero-entry .overlay-opacity {
      height: 100%;
      min-height: 600px; }
    .hero-title.hero-entry .content {
      margin-top: -65px; }
  .hero-title .author-wrapper {
    position: absolute;
    bottom: 105px;
    left: 0;
    right: 0;
    z-index: 2; }
    .hero-title .author-wrapper .author-photo {
      width: 80px;
      height: 80px;
      background-size: cover;
      border-radius: 50%;
      margin: auto; }
    .hero-title .author-wrapper .blog-date {
      margin: 20px auto 0;
      text-align: center;
      color: #F1E9D4; }
  .hero-title.hero-recipes, .hero-title.hero-products, .hero-title.hero-contact, .hero-title.hero-blog {
    background-position: center; }
    @media (max-width: 767px) {
      .hero-title.hero-recipes, .hero-title.hero-products, .hero-title.hero-contact, .hero-title.hero-blog {
        padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .hero-title.hero-recipes, .hero-title.hero-products {
      position: relative;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .hero-title.hero-about {
    background-position: 100% 70%; }
  .hero-title img {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    .hero-title img.mobile {
      display: none; }
  .hero-title .overlay-opacity {
    width: 100%;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .hero-title .overlay-opacity {
        position: absolute;
        top: 0;
        height: 100%; } }
    @media all and (max-width: 1024px) {
      .hero-title .overlay-opacity {
        min-height: 250px; } }
  .hero-title .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    text-align: center; }
    .hero-title .content .title1,
    .hero-title .content .title2 {
      margin: 0;
      color: #fff; }
  .hero-title .back-link {
    position: absolute;
    margin: 51px 0 0 68px;
    z-index: 2; }
    @media (max-width: 767px) {
      .hero-title .back-link {
        position: relative;
        margin: 35px 0 20px 30px; } }
    .hero-title .back-link a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #F1E9D4;
      text-decoration: none; }
      .hero-title .back-link a:before {
        content: "";
        position: relative;
        display: block;
        width: 8px;
        height: 12px;
        margin-right: 12px;
        background: transparent url("/assets/icons/back-arrow.svg") no-repeat center center;
        background-size: cover; }
  @media all and (max-width: 767px) {
    .hero-title img.desktop {
      display: none; }
    .hero-title img.mobile {
      display: block; } }
  @media all and (max-width: 599px) {
    .hero-title .content .title1,
    .hero-title .content .title2 {
      margin: 0;
      font-size: 42px;
      line-height: 1.2; } }

.switch-mobile {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #ED1C24;
  border-radius: 30px;
  position: fixed;
  z-index: 10000000;
  right: 20px;
  bottom: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
  display: none; }
  .switch-mobile .open {
    width: 22px;
    margin-top: 13px;
    display: inline-block; }
    .switch-mobile .open div {
      width: 100%;
      height: 2px;
      background-color: #fff;
      margin-bottom: 4px; }
  .switch-mobile .close {
    display: none; }
    .switch-mobile .close p {
      font-size: 20px;
      margin-top: 3px;
      font-family: "Rubik", sans-serif;
      color: #fff; }

@media all and (max-width: 1024px) {
  .switch-mobile {
    display: block; } }

.mobile-menu {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100000;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mobile-menu.active {
    left: 0; }
    .mobile-menu.active #search-input {
      width: 100%;
      position: relative;
      opacity: 1;
      right: 0;
      top: 0; }
      .mobile-menu.active #search-input input {
        display: block;
        width: 100%;
        border: 2px solid #1F222F;
        margin-bottom: 10px;
        color: #1F222F;
        padding: 8px 13px 8px 50px;
        font-size: 14px;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../icons/search-red.svg") no-repeat left 15px center/15px;
        outline: none; }
        .mobile-menu.active #search-input input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(31, 34, 47, 0.5); }
        .mobile-menu.active #search-input input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(31, 34, 47, 0.5); }
        .mobile-menu.active #search-input input:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(31, 34, 47, 0.5); }
        .mobile-menu.active #search-input input:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(31, 34, 47, 0.5); }
      .mobile-menu.active #search-input button {
        opacity: 0;
        display: none; }
  .mobile-menu .logo-mobile {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-top: 6vh; }
  .mobile-menu .share {
    position: absolute;
    bottom: 20px;
    left: 20px; }
  .mobile-menu .icon-share {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-size: cover; }
    .mobile-menu .icon-share:last-child {
      margin: 0; }
    .mobile-menu .icon-share.icon-facebook {
      background-image: url("../icons/facebook.svg"); }
    .mobile-menu .icon-share.icon-instagram {
      background-image: url("../icons/instagram.svg"); }
    .mobile-menu .icon-share.icon-twitter {
      background-image: url("../icons/twitter.svg"); }
    .mobile-menu .icon-share.icon-youtube {
      background-image: url("../icons/youtube.svg"); }
    .mobile-menu .icon-share:hover {
      opacity: .8; }
  .mobile-menu nav {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 15vw; }
    .mobile-menu nav a {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      color: #1F222F;
      padding: 8px 13px;
      font-size: 14px;
      font-family: "Manrope", sans-serif;
      border-radius: 100px;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .mobile-menu nav a:hover {
        background-color: #1F222F;
        color: #fff; }
      .mobile-menu nav a.active {
        background-color: #1F222F;
        color: #fff; }

.bloc-services {
  background-color: #fff;
  position: relative;
  z-index: 1000; }
  .bloc-services .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F2F2F2; }
  .bloc-services .content {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    padding: 100px 50px; }
    @media (max-width: 1024px) {
      .bloc-services .content {
        max-width: 100%;
        padding: 30px 15px; } }
    .bloc-services .content .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      max-width: 100%; }
      .bloc-services .content .wrap .regular-text, .bloc-services .content .wrap .two-columns .content-block h5, .two-columns .content-block .bloc-services .content .wrap h5, .bloc-services .content .wrap .two-columns .content-block p, .two-columns .content-block .bloc-services .content .wrap p, .bloc-services .content .wrap .career-form .input-text, .career-form .bloc-services .content .wrap .input-text, .bloc-services .content .wrap .career-form .file-sim p, .career-form .file-sim .bloc-services .content .wrap p {
        color: #515151; }
      .bloc-services .content .wrap .title4 {
        color: #515151;
        margin: 0 0 30px; }
      .bloc-services .content .wrap .site-btn {
        margin: 20px 0 0; }
  .bloc-services .visual {
    width: 50%;
    height: auto; }
  .bloc-services .services-carousel .carousel-cell {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #20222F;
    background-size: cover;
    background-position: center;
    /*img{
        display: block;
        width: 100%;
        height: auto;
      }*/ }
    .bloc-services .services-carousel .carousel-cell .cell-video {
      position: relative;
      width: 100%;
      height: 100%; }
    .bloc-services .services-carousel .carousel-cell iframe {
      position: relative;
      width: 100%;
      height: 100%; }
  .bloc-services .services-carousel .flickity-prev-next-button {
    background: transparent; }
  @media all and (max-width: 1499px) {
    .bloc-services .col.half.content {
      width: 50%; }
    .bloc-services .col.half.visual {
      width: 50%; } }
  @media all and (max-width: 1023px) {
    .bloc-services .col.half.content {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      width: 100%; }
      .bloc-services .col.half.content .wrap {
        padding: 40px 20px; }
    .bloc-services .col.half.visual {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 400px; } }

.bloc-services2 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.overlay-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  visibility: hidden; }
  .overlay-form .form-wrap {
    display: block;
    width: 380px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 45px 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -190px;
    z-index: 10;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media all and (max-width: 600px) {
      .overlay-form .form-wrap {
        width: 300px;
        margin-left: -150px;
        margin-top: -240px;
        padding: 35px; } }
    .overlay-form .form-wrap img {
      width: 100%; }
    .overlay-form .form-wrap .close {
      position: absolute;
      top: 20px;
      right: 20px;
      padding: 0;
      margin: 0;
      font-weight: 600;
      color: #ED1C24;
      cursor: pointer;
      font-size: 20px; }
  .overlay-form .overlay-filter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #ED1C24;
    opacity: 0; }
  .overlay-form.active {
    visibility: visible; }
    .overlay-form.active .overlay-filter {
      opacity: 0.8; }
    .overlay-form.active .form-wrap {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.nutritionals-table-wrapper {
  padding: 30px;
  margin-top: 30px;
  background-color: #F5F5F5;
  color: #515151; }
  @media only screen and (min-width: 768px) {
    .nutritionals-table-wrapper {
      padding: 30px; } }
  .nutritionals-table-wrapper .nutritionals-table {
    width: 100%;
    text-align: center;
    font-size: 14px; }
    .nutritionals-table-wrapper .nutritionals-table.table2 {
      margin-top: 30px; }
    .nutritionals-table-wrapper .nutritionals-table thead th {
      padding-bottom: 10px;
      border-bottom: 1px solid #d8d8d8; }
    .nutritionals-table-wrapper .nutritionals-table tbody td, .nutritionals-table-wrapper .nutritionals-table tbody th {
      padding: 5px 0; }
      .nutritionals-table-wrapper .nutritionals-table tbody td.bold, .nutritionals-table-wrapper .nutritionals-table tbody th.bold {
        font-weight: bold; }
      .nutritionals-table-wrapper .nutritionals-table tbody td.sub-category, .nutritionals-table-wrapper .nutritionals-table tbody th.sub-category {
        padding-left: 15px; }
    .nutritionals-table-wrapper .nutritionals-table tbody .underlined td, .nutritionals-table-wrapper .nutritionals-table tbody .underlined th {
      border-bottom: 1px solid #d8d8d8; }
    .nutritionals-table-wrapper .nutritionals-table tbody .underlined + tr td, .nutritionals-table-wrapper .nutritionals-table tbody .underlined + tr th {
      padding-top: 20px; }
    .nutritionals-table-wrapper .nutritionals-table tfoot {
      font-size: 14px;
      line-height: 14px; }
      .nutritionals-table-wrapper .nutritionals-table tfoot td {
        padding-top: 30px;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 1.8;
        color: #444444; }

.ingredients-table-wrapper {
  padding-bottom: 30px;
  background-color: #F8F6EF;
  color: #444444; }
  .ingredients-table-wrapper .ingredients-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.29px; }
  .ingredients-table-wrapper .underlined {
    border-bottom: 1px solid #d8d8d8; }
  .ingredients-table-wrapper thead th {
    padding: 30px; }
  .ingredients-table-wrapper tbody th, .ingredients-table-wrapper td {
    padding: 20px 30px 0 30px; }
  .ingredients-table-wrapper th {
    width: 50%; }

.bloc-section {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .bloc-section {
      margin-bottom: 40px; } }

.about,
.blog {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1000;
  background-color: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -65px;
  max-width: 750px; }
  .blog .blog-content {
    max-width: 750px; }

.blog {
  padding: 50px; }
  .blog .blog-content:first-child .content-block p {
    text-align: left;
    max-width: 100%; }
  .blog .bloc-heading {
    margin: 0; }
  .blog .sub-title {
    color: #515151;
    font-weight: normal; }
  .blog .image {
    margin: auto; }

.bloc-heading {
  width: 100%;
  text-align: center;
  color: #444; }
  @media (max-width: 767px) {
    .bloc-heading {
      padding: 0 30px; } }

.about-content,
.blog-content {
  width: 100%;
  max-width: 540px;
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto 60px; }
  .about-content.is-full,
  .blog-content.is-full {
    max-width: 100%; }
  @media all and (max-width: 1000px) {
    .about-content,
    .blog-content {
      width: 100%;
      padding: 0 30px; } }
  @media all and (max-width: 768px) {
    .about-content,
    .blog-content {
      padding-bottom: 0px; } }
  .about-content.full-width,
  .blog-content.full-width {
    width: 100%; }
  .about-content .title,
  .blog-content .title {
    margin: 0 0 60px 0;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 53px;
    text-align: center; }
  .about-content .content-block,
  .blog-content .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #515151; }
    .about-content .content-block p:first-child,
    .blog-content .content-block p:first-child {
      margin: 0 0 20px; }
    .about-content .content-block h1,
    .blog-content .content-block h1 {
      font-size: 15px;
      font-weight: 800; }
    .about-content .content-block h4,
    .blog-content .content-block h4 {
      margin: 15px 0 0 0;
      display: inline-block;
      color: #7F5432; }
      @media (max-width: 1000px) {
        .about-content .content-block h4,
        .blog-content .content-block h4 {
          width: 97%; } }
    .about-content .content-block strong,
    .blog-content .content-block strong {
      color: #515151;
      font-weight: bold; }
    .about-content .content-block p,
    .blog-content .content-block p {
      margin: 0;
      display: inline-block; }
    .about-content .content-block img,
    .blog-content .content-block img {
      width: 10px;
      padding-top: 21px;
      margin-right: 10px; }
      @media (max-width: 1000px) {
        .about-content .content-block img,
        .blog-content .content-block img {
          display: none; } }
  .about-content:first-child,
  .blog-content:first-child {
    padding-bottom: 0; }
    .about-content:first-child .content-block,
    .blog-content:first-child .content-block {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      margin-bottom: 0; }
      .about-content:first-child .content-block p,
      .blog-content:first-child .content-block p {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        text-align: center; }
  .about-content img,
  .blog-content img {
    width: 100%;
    height: auto; }
  .about-content .videoWrapper,
  .blog-content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .about-content .videoWrapper iframe,
  .blog-content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media all and (max-width: 425px) {
    .about-content .title,
    .blog-content .title {
      margin: 30px 0; } }

.image {
  max-width: 100%; }
  .image img {
    max-width: 100%; }
  .image iframe {
    max-width: 100%; }

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 220px 70px 220px; }
  @media all and (max-width: 1024px) {
    .timeline {
      margin: 60px 100px 70px 100px; } }
  @media all and (max-width: 620px) {
    .timeline {
      margin: 60px 30px 70px 30px; } }
  @media all and (max-width: 425px) {
    .timeline {
      margin: 60px 10px 70px 10px; } }

.timeline-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc(50% + (55px/2));
  text-align: left; }
  @media all and (max-width: 850px) {
    .timeline-element {
      width: 100%; } }
  .timeline-element .year {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #1F222F;
    color: white;
    min-width: 55px;
    width: 55px;
    height: 55px;
    z-index: 2;
    border-radius: 50%;
    border: solid 4px white;
    text-align: center;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    line-height: 52px; }
    .timeline-element .year.active {
      background-color: white;
      color: #1F222F;
      border: solid 4px #1F222F; }
  .timeline-element:nth-child(odd) {
    margin-left: calc(50% - (55px/2)); }
    .timeline-element:nth-child(odd):before {
      content: "";
      top: 0;
      position: absolute;
      bottom: 0;
      width: 4px;
      background-color: #1F222F;
      left: calc( (58px - (4px * 2)) / 2);
      z-index: 1; }
    .timeline-element:nth-child(odd) .year {
      margin-right: 40px; }
    @media all and (max-width: 850px) {
      .timeline-element:nth-child(odd) {
        margin: 0; } }
    @media all and (max-width: 425px) {
      .timeline-element:nth-child(odd) .year {
        margin-right: 20px; } }
  .timeline-element:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
    .timeline-element:nth-child(even):after {
      content: "";
      top: 0;
      position: absolute;
      bottom: 0;
      width: 4px;
      background-color: #1F222F;
      right: calc( (60px - (4px * 2)) / 2);
      z-index: 1; }
    .timeline-element:nth-child(even) .year {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 40px; }
    .timeline-element:nth-child(even):last-child:after {
      height: 50%; }
    @media all and (max-width: 850px) {
      .timeline-element:nth-child(even) {
        margin: 0; }
        .timeline-element:nth-child(even) .timeline-content {
          text-align: left; }
        .timeline-element:nth-child(even) .year {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0;
          margin-left: 0;
          margin-right: 40px; }
        .timeline-element:nth-child(even):before {
          content: "";
          top: 0;
          position: absolute;
          bottom: 0;
          width: 4px;
          background-color: #1F222F;
          left: calc( (58px - (4px * 2)) / 2);
          z-index: 1; }
        .timeline-element:nth-child(even):after {
          display: none; } }
    @media all and (max-width: 425px) {
      .timeline-element:nth-child(even) .year {
        margin-right: 20px; } }

.timeline-element:first-child:before {
  top: 50%; }

.timeline-element:last-child:before {
  bottom: 50%; }

.timeline-content {
  margin: 15px 0; }
  .timeline-content .title {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px; }
  .timeline-content .content {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    line-height: 22px; }

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 1000px) {
    .two-columns {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .two-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .two-columns .content-block {
    width: calc(50% - 36px); }
    @media (max-width: 767px) {
      .two-columns .content-block {
        width: 100%; } }
    .two-columns .content-block:first-child {
      margin-right: 36px; }
      @media (max-width: 767px) {
        .two-columns .content-block:first-child {
          margin: 0 0 36px; } }
    .two-columns .content-block h5 {
      color: #ED1C24;
      margin: 0; }
    .two-columns .content-block h5 + p {
      margin-top: 0; }
    .two-columns .content-block p:first-of-type {
      margin-top: 0; }

.contact {
  position: relative;
  z-index: 1000;
  background-color: #fff; }
  .contact .coordo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 50px 25px; }
    @media (max-width: 767px) {
      .contact .coordo-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .contact .coordo-wrap .coordo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      font-family: "Rubik", sans-serif;
      width: calc((100% - (30px * 2)) / 3);
      padding: 33px;
      border: 1px solid #d8d8d8;
      border-radius: 4px;
      margin-right: 30px; }
      .contact .coordo-wrap .coordo:last-child {
        margin-right: 0; }
      @media all and (max-width: 560px) {
        .contact .coordo-wrap .coordo {
          width: 100%;
          margin-bottom: 25px; } }
      .contact .coordo-wrap .coordo img {
        display: inline-block;
        margin-bottom: 34px; }
        @media all and (max-width: 900px) {
          .contact .coordo-wrap .coordo img {
            margin: 0 auto 20px;
            max-width: 85px; } }
      .contact .coordo-wrap .coordo a {
        display: inline-block;
        font-family: "Manrope", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 180%;
        color: #ED1C24; }
    .contact .coordo-wrap p {
      margin: 0; }
  .contact .map {
    position: relative;
    width: 100%;
    height: 40vw;
    min-width: 100%;
    max-width: 100%;
    max-height: 490px;
    z-index: 1; }
    @media all and (max-width: 560px) {
      .contact .map {
        height: 80vw; } }

#catchMeHoney {
  display: none; }

.career-form-wrapper {
  margin: auto;
  padding: 0 30px; }
  .career-form-wrapper .career-subtext {
    text-align: center;
    max-width: 515px;
    margin: 40px auto 55px; }

.career-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 455px;
  margin: auto; }
  .career-form button {
    margin: 48px 0 0 auto;
    border: 0; }
  .career-form .input-text {
    border: 0;
    margin-bottom: 40px;
    padding: 16px 24px;
    background: #F2F2F2;
    border-radius: 4px; }
    .career-form .input-text::-webkit-input-placeholder {
      color: #8C8C8C; }
    .career-form .input-text::-moz-placeholder {
      color: #8C8C8C; }
    .career-form .input-text::-ms-input-placeholder {
      color: #8C8C8C; }
    .career-form .input-text::placeholder {
      color: #8C8C8C; }
  .career-form label {
    display: inline-block;
    color: #515151;
    margin-bottom: 10px; }
  .career-form #formFiles {
    display: none;
    width: 100%; }
  .career-form .file-sim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 28px;
    border: 1px dashed #8C8C8C;
    border-radius: 4px;
    cursor: pointer; }
    .career-form .file-sim p {
      margin: 0 0 0 16px;
      font-size: 12px;
      line-height: 180%;
      color: #8C8C8C; }
      .career-form .file-sim p.is-active {
        color: #515151; }

.success-message {
  display: none;
  max-width: 455px;
  margin: 0 auto 40px;
  padding: 6px 15px;
  background: rgba(29, 210, 29, 0.3);
  border-radius: 4px 0 0 4px;
  border-left: 4px #1dd21d solid; }
  .success-message p {
    margin: 0;
    color: #515151; }

.element-list {
  position: relative;
  display: block;
  width: calc(33.33333% - (47px / 3));
  margin: 0 23px 0px 0;
  min-height: 350px;
  text-decoration: none; }
  @media (min-width: 2150px) {
    .element-list {
      width: calc(25% - (70px / 4)); } }
  .element-list:hover {
    cursor: pointer; }
  .element-list:nth-child(3n+3) {
    margin-right: 0; }
    @media (min-width: 2150px) {
      .element-list:nth-child(3n+3) {
        margin-right: 23px; } }
  @media (min-width: 2150px) {
    .element-list:nth-child(4n+4) {
      margin-right: 0; } }
  @media (max-width: 1130px) {
    .element-list {
      width: calc(50% - (23px / 2));
      margin-bottom: 30px; }
      .element-list:nth-child(3n+3) {
        margin-right: 23px; }
      .element-list:nth-child(2n+2) {
        margin-right: 0; } }
  @media (max-width: 600px) {
    .element-list {
      width: 100%;
      margin-right: 0; }
      .element-list:nth-child(3n+3) {
        margin-right: 0; } }
  .element-list .tag-wrapper {
    max-width: 385px;
    margin: auto;
    position: relative; }
  .element-list p.tag {
    position: absolute;
    top: 18px;
    left: -10px;
    width: 144px;
    min-height: 32px;
    text-align: center;
    padding: 7px 0 5px;
    z-index: 100;
    margin: 0;
    display: inline-block;
    background-color: #1F222F;
    color: #F1E9D4;
    -webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.25);
    box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.25); }
    .element-list p.tag.new-tag {
      background-color: #F1E9D4;
      color: #1F222F; }
      .element-list p.tag.new-tag:after {
        border-top: 16px solid #F1E9D4;
        border-bottom: 16px solid #F1E9D4;
        border-left: 7px solid #F1E9D4; }
    .element-list p.tag:after {
      content: ' ';
      position: absolute;
      left: 144px;
      bottom: 0;
      width: 0;
      border-right: 7px solid transparent;
      border-top: 16px solid #1F222F;
      border-bottom: 16px solid #1F222F;
      border-left: 7px solid #1F222F; }
  .element-list header {
    width: 100%;
    max-width: 385px;
    height: 255px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    background-color: #f2e9d1; }
  .element-list .thumb {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-size: cover;
    background-position: center; }
    .element-list .thumb:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .8; }
  .element-list .content {
    padding: 20px;
    color: #000; }
    .element-list .content.blog-card .title3,
    .element-list .content.blog-card .title4 {
      margin: 0; }
    .element-list .content .title3 {
      /* identical to box height */
      margin-top: 0;
      text-align: center;
      color: #515151; }
    .element-list .content .title4 {
      /* identical to box height */
      margin: 0 0 10px;
      text-align: center;
      color: #515151; }

.pagination {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 4vw; }
  .pagination .current {
    padding: 5px 10px;
    background-color: #515151;
    color: #fff;
    border-radius: 30px; }
  .pagination a {
    padding: 8px;
    margin: 0 5px;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
    color: #444444;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px; }
    .pagination a:last-child {
      margin-left: 20px; }

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