/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

@font-face {
  font-family: 'Garamond Condensed';
  src: url("../fonts/GaramondCondLight.eot");
  src: url("../fonts/GaramondCondLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GaramondCondLight.woff2") format("woff2"), url("../fonts/GaramondCondLight.woff") format("woff"), url("../fonts/GaramondCondLight.ttf") format("truetype"), url("../fonts/GaramondCondLight.svg#GaramondCondLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

header {
  width: 100%;
  margin: 0;
  position: relative; }
  header .container {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .container {
        padding: 20px 30px; } }
    @media only screen and (max-width: 767px) {
      header .container {
        justify-content: center; } }
  header .logo {
    width: 217px;
    display: block;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        width: 115px; } }
  header .right {
    display: flex;
    align-items: center; }
  header .icons {
    display: flex;
    align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      header .icons {
        display: none; } }
    header .icons img.desktop {
      width: 320px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .icons img.desktop {
          display: none; } }
    header .icons img.mobile {
      height: 30px;
      width: auto;
      display: none;
      margin-left: 20px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .icons img.mobile {
          display: block; } }
  header .lang {
    text-transform: uppercase;
    font-family: 'Interstate', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 104%;
    padding-left: 32px;
    margin-left: 32px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-left: 1px solid #005440;
    font-size: 0.9em;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      header .lang {
        border: none;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%); } }

footer {
  color: #005440;
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  footer h2 {
    color: #005440;
    padding-bottom: 60px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      footer h2 {
        padding-bottom: 20px; } }
  footer .socials_wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      footer .socials_wrap {
        padding-bottom: 40px; } }
    footer .socials_wrap svg {
      height: 40px;
      width: auto;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        footer .socials_wrap svg {
          height: 32px; } }
    footer .socials_wrap a {
      transition: all 0.4s;
      margin-left: 25px;
      margin-right: 25px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        footer .socials_wrap a {
          margin-left: 15px;
          margin-right: 15px; } }
      footer .socials_wrap a:hover {
        transform: scale(1.05); }
  footer h4 {
    color: #005440;
    padding-bottom: 60px;
    font-size: 1.45em;
    font-family: 'Interstate', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 104%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      footer h4 {
        padding-bottom: 30px; } }
  footer .txt {
    max-width: 895px;
    margin-left: auto;
    margin-right: auto; }
  footer .legal {
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.68em;
    margin-top: 60px;
    line-height: normal;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      footer .legal {
        padding-bottom: 30px; } }
    footer .legal a {
      text-decoration: underline; }

html {
  background-color: #ffffff;
  color: #005440;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  background-color: #ffffff;
  color: #005440;
  font-size: 22px;
  line-height: 1.375em;
  white-space: normal;
  font-family: 'Garamond Condensed', serif;
  font-weight: 100;
  font-style: normal;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 16px; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1215px) {
    .container {
      width: calc(100% - 120px); } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

.container_small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .container_small {
      width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }

a {
  color: inherit;
  transition: all 0.4s;
  display: inline;
  line-height: 1em;
  position: relative;
  text-decoration: none; }
  a:visited {
    color: inherit; }

.flex {
  display: flex;
  justify-content: space-between;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .flex {
      flex-direction: column; } }

h1 {
  font-family: 'Garamond Condensed', serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2.8em;
  color: #ffffff;
  line-height: 104.839%;
  margin: 0;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.93em; } }

h2 {
  font-family: 'Interstate', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 104%;
  font-size: 2.09em;
  color: #005440;
  line-height: normal; }

h3 {
  font-family: 'Interstate', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 104%; }

h5 {
  margin: 0;
  padding: 0;
  font-size: 1.18em; }

span.color_green {
  color: #005440; }

.btn {
  color: #ffffff !important; }

.btn {
  background-color: #005440;
  border: 2px solid #005440;
  display: inline-flex;
  height: 40px;
  padding: 11px 28px 7px 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: 'Interstate', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 104%;
  font-size: 16px;
  text-transform: uppercase; }
  .btn:hover {
    color: #005440 !important; }
  .btn:hover {
    background-color: #ffffff; }

.btn_learn {
  color: #ffffff !important; }

.btn_learn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  height: 58px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s;
  font-family: 'Garamond Condensed', serif;
  font-weight: 100;
  font-style: normal; }
  .btn_learn:hover {
    color: #000 !important; }
  .btn_learn:hover {
    background-color: #ffffff; }

.anime-txt, .anime-img, .anime-stagger div, .anime-stagger a, .anime-txt_first, .anime-logo {
  opacity: 0; }

.anime-titre {
  transform-origin: bottom left;
  overflow: hidden;
  line-height: 1em; }
  .anime-titre .inner {
    display: block;
    transform: translateY(115%); }

.module_hero {
  display: flex;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_hero {
      flex-direction: column; } }
  .module_hero .left {
    width: 50%;
    position: relative;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_hero .left {
        width: 100%; } }
    .module_hero .left .content {
      position: absolute;
      left: 11%;
      bottom: 10%; }
      .module_hero .left .content h1 {
        font-size: 4.25vw;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_hero .left .content h1 {
            font-size: 8vw; } }
      .module_hero .left .content span {
        display: block; }
  .module_hero .right {
    width: 50%;
    position: relative;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_hero .right {
        width: 100%; } }
    .module_hero .right .content {
      position: absolute;
      left: 26%;
      top: 29%;
      right: 5%; }
      .module_hero .right .content h2 {
        font-size: 3.6vw;
        color: #ffffff;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_hero .right .content h2 {
            font-size: 7.3vw; } }

.module_video {
  padding-top: 100px;
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_video {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .module_video video {
    width: 100%; }

.module_slider-collection {
  width: 100%;
  height: 44vw;
  overflow: hidden;
  position: relative;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_slider-collection {
      height: 175vw; } }
  .module_slider-collection .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    z-index: 3;
    cursor: pointer;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_slider-collection .arrow {
        top: 31%; } }
    .module_slider-collection .arrow svg {
      width: 100%; }
    .module_slider-collection .arrow_left {
      left: 9%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .arrow_left {
          left: 1%; } }
    .module_slider-collection .arrow_right {
      right: 9%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .arrow_right {
          right: 1%; } }
  .module_slider-collection .slide {
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(150%);
    padding: 50px;
    pointer-events: none;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_slider-collection .slide {
        padding: 10px; } }
    .module_slider-collection .slide .slide_container {
      display: flex;
      position: relative;
      z-index: 2;
      height: 100%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide .slide_container {
          flex-direction: column; } }
    .module_slider-collection .slide:first-of-type {
      transform: translateX(-50%); }
    .module_slider-collection .slide:nth-of-type(2) {
      transform: translateX(55%);
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide:nth-of-type(2) {
          padding: 10px;
          height: 100%; } }
    .module_slider-collection .slide:last-of-type {
      transform: translateX(-155%); }
    .module_slider-collection .slide .left {
      width: 33%;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
      margin-right: -1px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide .left {
          display: none; } }
      .module_slider-collection .slide .left img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
    .module_slider-collection .slide .right {
      font-size: 1.53vw;
      width: 100%;
      flex-shrink: 1;
      position: relative;
      display: flex;
      overflow: hidden;
      justify-content: space-between;
      background-image: url("../img/slider_collection/bg_slide.jpg");
      background-size: cover;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide .right {
          justify-content: center;
          flex-direction: column-reverse;
          color: #005440;
          font-size: 4vw;
          overflow: visible;
          background-image: none; } }
      .module_slider-collection .slide .right .content {
        position: relative;
        z-index: 3;
        color: #ffffff;
        padding-top: 18%;
        padding-bottom: 18%;
        padding-left: 4%;
        width: 50%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-collection .slide .right .content {
            padding: 0;
            padding-top: 15px;
            color: #005440;
            width: 100%; } }
        .module_slider-collection .slide .right .content .new {
          border-radius: 0px 5px 0px 0px;
          background: #FFF;
          color: #005440;
          font-family: Interstate;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 80%;
          text-transform: uppercase;
          height: 25px;
          padding: 3px 13px 0px 13px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 15px;
          /* -- @include break(height)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 767px) {
            .module_slider-collection .slide .right .content .new {
              background-color: #005440;
              color: #ffffff;
              font-size: 16px; } }
        .module_slider-collection .slide .right .content h3 {
          font-size: 2.09091em;
          text-transform: uppercase;
          margin-bottom: 0.1em;
          margin-left: -0.1em; }
        .module_slider-collection .slide .right .content h4 {
          font-size: 1.18em; }
        .module_slider-collection .slide .right .content .desc {
          margin-top: 6%;
          font-family: 'Interstate', sans-serif;
          font-weight: normal;
          font-style: normal;
          text-transform: uppercase;
          font-weight: 400;
          line-height: 104%;
          font-size: 1.1em;
          text-transform: uppercase; }
        .module_slider-collection .slide .right .content .btn {
          pointer-events: all;
          margin-top: 11%;
          /* -- @include break(height)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1215px) {
            .module_slider-collection .slide .right .content .btn {
              margin-top: 9%; } }
        .module_slider-collection .slide .right .content .legal {
          margin-top: 9%;
          color: #005440;
          font-size: 0.5em;
          line-height: normal;
          padding-right: 27%;
          /* -- @include break(height)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(height)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1215px) {
            .module_slider-collection .slide .right .content .legal {
              margin-top: 7%; } }
          @media only screen and (max-width: 767px) {
            .module_slider-collection .slide .right .content .legal {
              margin-top: 5%;
              padding-right: 0%; } }
      .module_slider-collection .slide .right .img img {
        height: 96%;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0.5%;
        max-width: none;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-collection .slide .right .img img {
            height: auto;
            width: 100%;
            position: relative;
            bottom: auto; } }
    .module_slider-collection .slide.hydra-source .content {
      padding-top: 12%;
      padding-bottom: 12%;
      width: 55%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide.hydra-source .content {
          width: 100%;
          padding: 0;
          padding-top: 15px; } }
      .module_slider-collection .slide.hydra-source .content .desc {
        padding-right: 5%;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-collection .slide.hydra-source .content .desc {
            padding-right: 0%; } }
    .module_slider-collection .slide.hydra-source-fr .content .desc {
      max-width: 85%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1215px) {
        .module_slider-collection .slide.hydra-source-fr .content .desc {
          max-width: 80%; } }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide.hydra-source-fr .content .desc {
          max-width: 100%; } }
    .module_slider-collection .slide.strength-recovery .content .desc, .module_slider-collection .slide.ultra-hydra-source .content .desc {
      padding-right: 10%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module_slider-collection .slide.strength-recovery .content .desc, .module_slider-collection .slide.ultra-hydra-source .content .desc {
          padding-top: 8%; } }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide.strength-recovery .content .desc, .module_slider-collection .slide.ultra-hydra-source .content .desc {
          padding-right: 0%; } }
    .module_slider-collection .slide.ultra-hydra-source .content .desc {
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module_slider-collection .slide.ultra-hydra-source .content .desc {
          padding-top: 8%; } }
    .module_slider-collection .slide.scalp-sync .content, .module_slider-collection .slide.smooth-proof .content {
      margin-right: 5%;
      padding-top: 20%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module_slider-collection .slide.scalp-sync .content, .module_slider-collection .slide.smooth-proof .content {
          padding-top: 12%; } }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide.scalp-sync .content, .module_slider-collection .slide.smooth-proof .content {
          padding-top: 15px;
          margin-right: 0; } }
      .module_slider-collection .slide.scalp-sync .content .desc, .module_slider-collection .slide.smooth-proof .content .desc {
        padding-right: 25%;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-collection .slide.scalp-sync .content .desc, .module_slider-collection .slide.smooth-proof .content .desc {
            padding-right: 0%; } }
    .module_slider-collection .slide.scalp-sync-fr .content .title h4, .module_slider-collection .slide.strength-recovery-fr .content .title h4 {
      max-width: 80%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_slider-collection .slide.scalp-sync-fr .content .title h4, .module_slider-collection .slide.strength-recovery-fr .content .title h4 {
          max-width: 100%; } }

.module_txt-img {
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_txt-img {
      padding-bottom: 60px; } }
  .module_txt-img .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_txt-img .row {
        padding-bottom: 35px;
        flex-direction: column; } }
    .module_txt-img .row:nth-child(even) {
      flex-direction: row-reverse;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_txt-img .row:nth-child(even) {
          flex-direction: column; } }
    .module_txt-img .row:last-of-type {
      padding-bottom: 0;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_txt-img .row:last-of-type {
          padding-bottom: 0px; } }
    .module_txt-img .row .img {
      position: relative;
      width: 50%;
      padding-bottom: 50%;
      overflow: hidden;
      border-top-right-radius: 6.3%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      .module_txt-img .row .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
      @media only screen and (max-width: 767px) {
        .module_txt-img .row .img {
          width: 100%;
          padding-bottom: 100%; } }
    .module_txt-img .row .content {
      width: 41%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module_txt-img .row .content {
          width: 46%;
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .module_txt-img .row .content {
          width: 100%;
          font-size: 1em;
          margin-top: 16px; } }
      .module_txt-img .row .content h2 {
        padding-right: 12%;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module_txt-img .row .content h2 {
            padding-right: 0%; } }
      .module_txt-img .row .content h5 {
        margin-top: 5px; }
      .module_txt-img .row .content ul {
        margin-bottom: 0;
        margin-top: 32px;
        padding-left: 1em;
        list-style-type: none;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_txt-img .row .content ul {
            padding-right: 0%;
            margin-top: 10px; } }
        .module_txt-img .row .content ul li {
          position: relative; }
        .module_txt-img .row .content ul li:before {
          content: "+";
          position: absolute;
          font-size: 1em;
          left: -1em;
          top: 0; }

.module_img img {
  width: 100%; }

.module_slider-discover {
  padding-top: 100px;
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1365px) {
    .module_slider-discover {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .module_slider-discover {
      padding-top: 60px;
      padding-bottom: 20px; } }
  .module_slider-discover .title {
    text-align: center;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_slider-discover .title {
        width: 100%;
        margin-bottom: 32px; } }
  .module_slider-discover .slider_container {
    width: 100%;
    height: 580px;
    overflow: hidden;
    position: relative;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1365px) {
      .module_slider-discover .slider_container {
        height: 565px; } }
    @media only screen and (max-width: 767px) {
      .module_slider-discover .slider_container {
        height: 490px; } }
    .module_slider-discover .slider_container .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 54px;
      z-index: 3;
      cursor: pointer;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      .module_slider-discover .slider_container .arrow_left {
        left: calc(((100vw - 1200px) / 2) - 50px);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1365px) {
          .module_slider-discover .slider_container .arrow_left {
            left: 4%; } }
        @media only screen and (max-width: 767px) {
          .module_slider-discover .slider_container .arrow_left {
            left: 9%; } }
      .module_slider-discover .slider_container .arrow_right {
        right: calc(((100vw - 1200px) / 2) - 50px);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1365px) {
          .module_slider-discover .slider_container .arrow_right {
            right: 4%; } }
        @media only screen and (max-width: 767px) {
          .module_slider-discover .slider_container .arrow_right {
            right: 9%; } }
      @media only screen and (max-width: 767px) {
        .module_slider-discover .slider_container .arrow {
          top: 30%; } }
    .module_slider-discover .slider_container .slide {
      width: 360px;
      height: 580px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(450%);
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1365px) {
        .module_slider-discover .slider_container .slide {
          width: 20%;
          height: 490px; } }
      @media only screen and (max-width: 767px) {
        .module_slider-discover .slider_container .slide {
          width: 230px;
          height: 490px; } }
      .module_slider-discover .slider_container .slide:nth-of-type(1) {
        position: relative;
        transform: translateX(-160%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-discover .slider_container .slide:nth-of-type(1) {
            transform: translateX(-50%); } }
      .module_slider-discover .slider_container .slide:nth-of-type(2) {
        transform: translateX(-50%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-discover .slider_container .slide:nth-of-type(2) {
            transform: translateX(75%); } }
      .module_slider-discover .slider_container .slide:nth-of-type(3) {
        transform: translateX(60%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-discover .slider_container .slide:nth-of-type(3) {
            transform: translateX(450%); } }
      .module_slider-discover .slider_container .slide:last-of-type {
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_slider-discover .slider_container .slide:last-of-type {
            transform: translateX(-175%); } }
      .module_slider-discover .slider_container .slide .img {
        width: 100%;
        padding-bottom: 110%;
        border-top-right-radius: 20px;
        position: relative;
        overflow: hidden; }
        .module_slider-discover .slider_container .slide .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover; }
        .module_slider-discover .slider_container .slide .img .line {
          position: absolute;
          z-index: 3;
          height: 10px;
          left: 0;
          right: 0;
          bottom: 0;
          transition: all 0.4s;
          background-color: #53565A; }
          .module_slider-discover .slider_container .slide .img .line_blue {
            background-color: #163E8F; }
          .module_slider-discover .slider_container .slide .img .line_lilas {
            background-color: #A06FAD; }
          .module_slider-discover .slider_container .slide .img .line_teal {
            background-color: #319B88; }
          .module_slider-discover .slider_container .slide .img .line_pink {
            background-color: #FB7EB6; }
          .module_slider-discover .slider_container .slide .img .line_purple {
            background-color: #75358C; }
          .module_slider-discover .slider_container .slide .img .line_green {
            background-color: #406A3C; }
          .module_slider-discover .slider_container .slide .img .line_yellow {
            background-color: #F5C056; }
          .module_slider-discover .slider_container .slide .img .line_orange {
            background-color: #E0835A; }
      .module_slider-discover .slider_container .slide .content {
        padding-top: 12px; }
        .module_slider-discover .slider_container .slide .content .new {
          opacity: 0;
          border-radius: 0px 5px 0px 0px;
          background-color: #005440;
          color: #ffffff;
          font-family: Interstate;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 80%;
          text-transform: uppercase;
          height: 25px;
          padding: 3px 13px 0px 13px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 12px; }
        .module_slider-discover .slider_container .slide .content h4 {
          font-size: 1.45em;
          font-family: 'Interstate', sans-serif;
          font-weight: normal;
          font-style: normal;
          text-transform: uppercase;
          font-weight: 400;
          line-height: 104%; }
        .module_slider-discover .slider_container .slide .content h5 {
          font-size: 1em;
          margin-top: 7px; }
      .module_slider-discover .slider_container .slide:hover .line {
        height: 20px; }

.module_best-sellers {
  padding-top: 80px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_best-sellers {
      padding-top: 0px; } }
  .module_best-sellers .title {
    text-align: center;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_best-sellers .title {
        width: 100%;
        margin-bottom: 32px; } }
  .module_best-sellers .slider_container {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1365px) {
      .module_best-sellers .slider_container {
        height: 500px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module_best-sellers .slider_container {
        height: 460px; } }
    .module_best-sellers .slider_container .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 54px;
      z-index: 3;
      cursor: pointer;
      display: none;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      .module_best-sellers .slider_container .arrow_left {
        left: calc(((100vw - 1200px) / 2) - 50px);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1365px) {
          .module_best-sellers .slider_container .arrow_left {
            left: 4%; } }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .arrow_left {
            left: 9%; } }
      .module_best-sellers .slider_container .arrow_right {
        right: calc(((100vw - 1200px) / 2) - 50px);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1365px) {
          .module_best-sellers .slider_container .arrow_right {
            right: 4%; } }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .arrow_right {
            right: 9%; } }
      @media only screen and (max-width: 767px) {
        .module_best-sellers .slider_container .arrow {
          display: block;
          top: 30%; } }
    .module_best-sellers .slider_container .slide {
      width: 300px;
      height: 570px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(450%);
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1365px) {
        .module_best-sellers .slider_container .slide {
          width: 20%;
          height: 500px; } }
      @media only screen and (max-width: 1215px) {
        .module_best-sellers .slider_container .slide {
          height: 460px; } }
      @media only screen and (max-width: 767px) {
        .module_best-sellers .slider_container .slide {
          width: 230px;
          height: 460px; } }
      .module_best-sellers .slider_container .slide:nth-of-type(1) {
        position: relative;
        transform: translateX(-212%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .slide:nth-of-type(1) {
            transform: translateX(-50%); } }
      .module_best-sellers .slider_container .slide:nth-of-type(2) {
        transform: translateX(-104%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .slide:nth-of-type(2) {
            transform: translateX(75%); } }
      .module_best-sellers .slider_container .slide:nth-of-type(3) {
        transform: translateX(4%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .slide:nth-of-type(3) {
            transform: translateX(450%); } }
      .module_best-sellers .slider_container .slide:nth-of-type(4) {
        transform: translateX(112%);
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .slide:nth-of-type(4) {
            transform: translateX(450%); } }
      .module_best-sellers .slider_container .slide:last-of-type {
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .module_best-sellers .slider_container .slide:last-of-type {
            transform: translateX(-175%); } }
      .module_best-sellers .slider_container .slide .img {
        width: 100%;
        padding-bottom: 123%;
        border-top-right-radius: 20px;
        position: relative;
        overflow: hidden; }
        .module_best-sellers .slider_container .slide .img .heart {
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 2; }
        .module_best-sellers .slider_container .slide .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover; }
        .module_best-sellers .slider_container .slide .img .line {
          position: absolute;
          z-index: 3;
          height: 5px;
          left: 0;
          right: 0;
          bottom: 0;
          transition: all 0.4s;
          background-color: #53565A; }
      .module_best-sellers .slider_container .slide .content {
        padding-top: 28px; }
        .module_best-sellers .slider_container .slide .content h4 {
          font-size: 0.81em;
          font-family: 'Interstate', sans-serif;
          font-weight: normal;
          font-style: normal;
          text-transform: uppercase;
          font-weight: 400;
          line-height: 104%;
          text-transform: uppercase;
          text-align: center; }
        .module_best-sellers .slider_container .slide .content p {
          padding-top: 14px;
          text-align: center;
          font-size: 15px;
          line-height: normal; }
        .module_best-sellers .slider_container .slide .content .review {
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 25px; }
          .module_best-sellers .slider_container .slide .content .review svg {
            width: 80px; }
          .module_best-sellers .slider_container .slide .content .review div {
            margin-left: 10px;
            font-size: 13px; }
      .module_best-sellers .slider_container .slide:hover .line {
        height: 10px; }
        .module_best-sellers .slider_container .slide:hover .line_blue {
          background-color: #163E8F; }
        .module_best-sellers .slider_container .slide:hover .line_light-blue {
          background-color: #64B0EA; }
        .module_best-sellers .slider_container .slide:hover .line_lilas {
          background-color: #A06FAD; }
        .module_best-sellers .slider_container .slide:hover .line_teal {
          background-color: #319B88; }
        .module_best-sellers .slider_container .slide:hover .line_pink {
          background-color: #FB7EB6; }
        .module_best-sellers .slider_container .slide:hover .line_purple {
          background-color: #75358C; }
        .module_best-sellers .slider_container .slide:hover .line_green {
          background-color: #406A3C; }
        .module_best-sellers .slider_container .slide:hover .line_yellow {
          background-color: #F5C056; }
        .module_best-sellers .slider_container .slide:hover .line_orange {
          background-color: #E0835A; }

.module_shop-now {
  padding-bottom: 130px;
  position: relative;
  z-index: 8;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_shop-now {
      padding-bottom: 60px; } }
  .module_shop-now .title {
    text-align: center;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .module_shop-now .title {
        width: 100%;
        margin-bottom: 32px; } }
  .module_shop-now .dropdown_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module_shop-now .dropdown_wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .module_shop-now .dropdown_wrap .drop {
      width: 430px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module_shop-now .dropdown_wrap .drop {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .module_shop-now .dropdown_wrap .drop {
          width: 100%;
          max-width: 300px; } }
      .module_shop-now .dropdown_wrap .drop:first-of-type {
        z-index: 6; }
      .module_shop-now .dropdown_wrap .drop .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #005440;
        height: 60px;
        padding: 15px 35px 9px 35px;
        font-family: 'Interstate', sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 104%;
        cursor: pointer; }
        .module_shop-now .dropdown_wrap .drop .top p {
          text-transform: uppercase;
          color: #ffffff;
          font-size: 1.1em; }
        .module_shop-now .dropdown_wrap .drop .top svg {
          width: 18px;
          transition: 0.4s; }
      .module_shop-now .dropdown_wrap .drop ul {
        overflow: hidden;
        display: none;
        position: absolute;
        top: calc(100% - 3px);
        left: 0;
        right: 0;
        list-style-type: none;
        padding: 0 20px;
        border: 3px solid #005440;
        background-color: #ffffff;
        z-index: 5;
        margin: 0; }
        .module_shop-now .dropdown_wrap .drop ul li {
          width: 100%;
          height: 60px;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #F3F0F0; }
          .module_shop-now .dropdown_wrap .drop ul li a {
            text-transform: uppercase;
            line-height: 1em;
            padding-top: 3px;
            width: 100%; }
          .module_shop-now .dropdown_wrap .drop ul li img {
            height: 100%;
            width: auto; }
          .module_shop-now .dropdown_wrap .drop ul li:last-of-type {
            border: none; }
      .module_shop-now .dropdown_wrap .drop.active .top svg {
        transform: rotate(180deg); }

.home_fr .module_shop-now .dropdown_wrap .drop {
  width: 350px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .home_fr .module_shop-now .dropdown_wrap .drop {
      width: 100%;
      max-width: 350px; } }

.module_singup {
  position: relative;
  padding-top: 130px;
  padding-bottom: 120px;
  margin-bottom: -1px;
  background-color: #005440;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .module_singup {
      padding-top: 80px;
      padding-bottom: 70px; } }
  .module_singup .container {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center; }
    .module_singup .container h2 {
      color: #ffffff; }
    .module_singup .container .desc {
      padding-top: 32px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_singup .container .desc {
          padding-top: 20px; } }
    .module_singup .container h3 {
      padding-top: 80px;
      padding-bottom: 40px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .module_singup .container h3 {
          padding-top: 40px;
          padding-bottom: 20px; } }
    .module_singup .container .btn {
      color: #005440 !important; }
    .module_singup .container .btn {
      margin-bottom: 10px;
      background-color: #ffffff;
      border: 2px solid #ffffff;
      display: inline-flex;
      height: 40px;
      padding: 11px 28px 7px 28px;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      font-family: 'Interstate', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 104%;
      font-size: 16px;
      text-transform: uppercase; }
      .module_singup .container .btn:hover {
        color: #ffffff !important; }
      .module_singup .container .btn:hover {
        background-color: #005440; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }


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