/*!************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- 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 ---  */
/* --- Variables for fonction --- */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! 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 {
  -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
   ========================================================================== */
/**
 * 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 {
  -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 */ }

/**
 * 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"] {
  -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 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: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-SemiBold.eot");
  src: url("../fonts/ArchivoSemiExpanded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchivoSemiExpanded-SemiBold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-SemiBold.woff") format("woff"), url("../fonts/ArchivoSemiExpanded-SemiBold.ttf") format("truetype"), url("../fonts/ArchivoSemiExpanded-SemiBold.svg#ArchivoSemiExpanded-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

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

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

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

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

body.open-nav {
  position: fixed;
  width: 100%; }
  body.open-nav header.page-header .nav_mobile .burger {
    background: transparent; }
    body.open-nav header.page-header .nav_mobile .burger:before {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    body.open-nav header.page-header .nav_mobile .burger:after {
      bottom: 50%;
      -webkit-transform: translateY(50%) rotate(45deg);
              transform: translateY(50%) rotate(45deg); }
  body.open-nav .nav {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important; }

header.page-header {
  background: #07060b;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  /* -- @include break(mobile)-- */ }
  header.page-header .alert {
    background-color: #CABAA1;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #07060b;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    display: none;
    overflow: hidden; }
    header.page-header .alert .alert-text {
      padding-top: 20px;
      padding-bottom: 20px;
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header.page-header .alert .alert-text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-left: 20px;
          padding-right: 20px; } }
      header.page-header .alert .alert-text .alert-link {
        text-decoration: underline;
        margin-left: 18px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          header.page-header .alert .alert-text .alert-link {
            margin-top: 10px;
            margin-left: 0; } }
    header.page-header .alert .close-alert {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: absolute;
      right: 2%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header.page-header .alert .close-alert {
          top: 15px;
          right: 15px;
          -webkit-transform: none;
                  transform: none;
          bottom: 15px; } }
  header.page-header .header-flex {
    height: 85px;
    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; }
  header.page-header .nav_mobile {
    width: 34px;
    height: 20px;
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1230px) {
      header.page-header .nav_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    header.page-header .nav_mobile .burger {
      width: 100%;
      height: 2px;
      background: #ffffff; }
      header.page-header .nav_mobile .burger:before, header.page-header .nav_mobile .burger:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        left: 0;
        -webkit-transform-origin: center;
                transform-origin: center; }
      header.page-header .nav_mobile .burger:before {
        top: 0; }
      header.page-header .nav_mobile .burger:after {
        bottom: 0; }
    header.page-header .nav_mobile .close {
      opacity: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 34px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      color: #ffffff;
      cursor: pointer; }
  header.page-header .logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 60; }
    header.page-header .logo-holder .logo {
      height: 35px;
      padding-right: 28px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        header.page-header .logo-holder .logo {
          height: 26px !important; }
        header.page-header .logo-holder .logo {
          padding-right: 12px; } }
      header.page-header .logo-holder .logo img {
        max-height: 100%;
        width: auto;
        display: block; }
  header.page-header .nav {
    background: #07060b;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1230px) {
      header.page-header .nav {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        height: 100vh;
        overflow-y: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); } }
    header.page-header .nav .menu-navigation-container > ul,
    header.page-header .nav .menu-navigation-en-container > ul {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1230px) {
        header.page-header .nav .menu-navigation-container > ul,
        header.page-header .nav .menu-navigation-en-container > ul {
          display: block;
          text-align: center; } }
      header.page-header .nav .menu-navigation-container > ul > li,
      header.page-header .nav .menu-navigation-en-container > ul > li {
        margin-left: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1230px) {
          header.page-header .nav .menu-navigation-container > ul > li,
          header.page-header .nav .menu-navigation-en-container > ul > li {
            margin-left: 0;
            margin-bottom: 20px;
            /* -- @include break(mobile)-- */ } }
  @media only screen and (max-width: 1230px) and (max-width: 768px) and (orientation: portrait) {
    header.page-header .nav .menu-navigation-container > ul > li,
    header.page-header .nav .menu-navigation-en-container > ul > li {
      margin-bottom: 15px; } }
        header.page-header .nav .menu-navigation-container > ul > li a,
        header.page-header .nav .menu-navigation-en-container > ul > li a {
          color: #ffffff;
          padding: 8px 0;
          border-bottom: 1px solid transparent;
          position: relative;
          z-index: 30;
          font-size: 14px;
          font-weight: 400;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1230px) {
            header.page-header .nav .menu-navigation-container > ul > li a,
            header.page-header .nav .menu-navigation-en-container > ul > li a {
              font-size: 30px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header.page-header .nav .menu-navigation-container > ul > li a,
            header.page-header .nav .menu-navigation-en-container > ul > li a {
              font-size: 25px; } }
          @media only screen and (max-width: 768px) and (orientation: portrait) {
            header.page-header .nav .menu-navigation-container > ul > li a,
            header.page-header .nav .menu-navigation-en-container > ul > li a {
              font-size: 20px; } }
        header.page-header .nav .menu-navigation-container > ul > li.active a, header.page-header .nav .menu-navigation-container > ul > li:hover a,
        header.page-header .nav .menu-navigation-en-container > ul > li.active a,
        header.page-header .nav .menu-navigation-en-container > ul > li:hover a {
          border-color: #CABAA1; }
        header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item,
        header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item {
          padding-left: 32px;
          border-left: 1px solid #CABAA1;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1230px) {
            header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item,
            header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item {
              padding-left: 0;
              border-left: none;
              padding-top: 32px; } }
          header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item a,
          header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item a {
            font-size: 12px;
            padding-top: 3px;
            padding-bottom: 0;
            font-weight: 300;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1230px) {
              header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item a,
              header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item a {
                opacity: 0.5;
                font-size: 20px; }
                header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item a:hover,
                header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item a:hover {
                  opacity: 1; } }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item a,
              header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item a {
                font-size: 18px;
                padding: 8px; } }
            @media only screen and (max-width: 768px) and (orientation: portrait) {
              header.page-header .nav .menu-navigation-container > ul > li.wpml-ls-item a,
              header.page-header .nav .menu-navigation-en-container > ul > li.wpml-ls-item a {
                font-size: 16px; } }
      header.page-header .nav .menu-navigation-container > ul .wpml-ls-menu-item a,
      header.page-header .nav .menu-navigation-en-container > ul .wpml-ls-menu-item a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

footer {
  margin-top: 60px;
  /* -- @include break(mobile)-- */
  padding: 80px 0;
  border-top: 1px solid #CABAA1;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    footer {
      margin-top: 30px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      padding: 60px 0; } }
  footer .container-lg {
    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;
    padding-right: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .container-lg {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    footer .container-lg .logo {
      padding-right: 75px;
      padding-top: 80px;
      padding-bottom: 80px;
      border-right: 1px solid #CABAA1;
      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;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .container-lg .logo {
          padding: 0;
          margin-bottom: 40px;
          border-right: none; } }
      footer .container-lg .logo img {
        width: 330px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1230px) {
          footer .container-lg .logo img {
            width: 220px; } }
    footer .container-lg .footer-nav {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .container-lg .footer-nav {
          width: 50%;
          margin-bottom: 40px; } }
      footer .container-lg .footer-nav li {
        padding: 15px 0; }
        footer .container-lg .footer-nav li.wpml-ls-item {
          font-size: 12px;
          font-weight: 300; }
        footer .container-lg .footer-nav li a {
          -webkit-transition: .3s;
          transition: .3s; }
          footer .container-lg .footer-nav li a:hover {
            color: #E7BD67; }
    footer .container-lg .footer-nl {
      min-width: 265px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .container-lg .footer-nl {
          width: 100%; } }
      footer .container-lg .footer-nl h4 {
        margin-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .container-lg .footer-nl h4 {
            margin-bottom: 20px; } }
      footer .container-lg .footer-nl form {
        position: relative;
        width: 430px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .container-lg .footer-nl form {
            width: 100%; } }
        footer .container-lg .footer-nl form input[type="email"] {
          width: 100%;
          border-radius: 24px;
          padding: 16px 20px;
          border: 1px solid rgba(255, 255, 255, 0.25);
          color: #ffffff;
          background-color: transparent;
          padding-right: 155px; }
        footer .container-lg .footer-nl form input[type="submit"] {
          position: absolute;
          right: 0;
          top: 0;
          border-radius: 24px;
          padding: 16px 36px;
          background-color: #D6A34D;
          color: #ffffff;
          border: none;
          -webkit-transition: .3s;
          transition: .3s; }
          footer .container-lg .footer-nl form input[type="submit"]:hover {
            background-color: #E7BD67; }
      footer .container-lg .footer-nl .socials {
        margin-top: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .container-lg .footer-nl .socials {
            margin-top: 20px; } }
        footer .container-lg .footer-nl .socials a {
          margin-right: 32px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 14px;
          -webkit-transition: .3s;
          transition: .3s;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            footer .container-lg .footer-nl .socials a {
              font-size: 12px;
              margin-right: 20px; } }
          footer .container-lg .footer-nl .socials a:hover {
            color: #E7BD67; }
      footer .container-lg .footer-nl .contact h4 {
        border-bottom: 1px solid #CABAA1; }
      footer .container-lg .footer-nl .contact h6 {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-weight: 200;
        margin: 0;
        padding: 0;
        margin-top: 16px; }
        footer .container-lg .footer-nl .contact h6:first-of-type {
          margin-top: 0; }

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

body {
  background-color: #07060b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #ffffff;
  font-size: 16px;
  /* -- @include break(mobile)-- */
  font-style: normal; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden; } }

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

button,
a,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }

.quatre-cent-quatre {
  color: #ffffff; }

.grecaptcha-badge {
  visibility: hidden !important; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px; }

.container-lg {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

.bg_gris {
  background-color: #f0f0f0;
  width: 100%; }

.bg_white {
  background-color: #ffffff; }

.bg_gold {
  background-color: #E7BD67; }

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: #D6A34D;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 40px;
  font-size: 16px;
  display: inline-block;
  border: none; }
  .btn:hover {
    background: #E7BD67; }
  .btn.btn_white {
    background: #ffffff;
    color: #07060b; }
    .btn.btn_white:hover {
      background: #D6A34D;
      color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1, .h1 {
      font-size: 34px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    h1, .h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 800;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2 {
      font-size: 29px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 400;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h5, .h5 {
      font-size: 18px; } }

h6, .h6 {
  font-size: 16px;
  margin: 0;
  padding: 0; }

.subtitle-sm {
  font-weight: 400 !important; }

.subtitle-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px; }

p, .p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6; }

.p-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px; }

.p-md {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px; }

.p-lg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px; }

.subtitle-lg {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px; }

.subtitle-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px; }

.subtitle-sm-reg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px; }

.ptop-small {
  padding-top: 35px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-small {
      padding-top: 20px; } }

.ptop-moyen {
  padding-top: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-moyen {
      padding-top: 30px; } }

.ptop-big {
  padding-top: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-big {
      padding-top: 60px; } }

.pbottom-small {
  padding-bottom: 35px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-small {
      padding-bottom: 20px; } }

.pbottom-moyen {
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-moyen {
      padding-bottom: 30px; } }

.pbottom-big {
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-big {
      padding-bottom: 60px; } }

.top_title {
  padding-bottom: 60px;
  padding-right: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .top_title {
      padding-bottom: 40px;
      padding-right: 0; } }
  .top_title .txt {
    padding-top: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .top_title .txt {
        padding-top: 30px; } }
  .top_title.title_center {
    text-align: center;
    padding-right: 10%;
    padding-left: 10%; }

body.privacy-policy .entry-content,
.page-template-default .entry-content {
  padding: 160px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    body.privacy-policy .entry-content,
    .page-template-default .entry-content {
      padding: 80px 0; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    body.privacy-policy .entry-content,
    .page-template-default .entry-content {
      padding: 40px 0; } }
  body.privacy-policy .entry-content h1, body.privacy-policy .entry-content h2, body.privacy-policy .entry-content h3, body.privacy-policy .entry-content h4, body.privacy-policy .entry-content h5, body.privacy-policy .entry-content h6,
  .page-template-default .entry-content h1,
  .page-template-default .entry-content h2,
  .page-template-default .entry-content h3,
  .page-template-default .entry-content h4,
  .page-template-default .entry-content h5,
  .page-template-default .entry-content h6 {
    margin-bottom: 40px; }
  body.privacy-policy .entry-content p,
  .page-template-default .entry-content p {
    margin-bottom: 20px; }
  body.privacy-policy .entry-content > *,
  .page-template-default .entry-content > * {
    color: white; }

.has-form div.form-item, .has-form .form-row {
  margin-bottom: 28px; }
  .has-form div.form-item label, .has-form .form-row label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 9px; }
  .has-form div.form-item.has-select, .has-form .form-row.has-select {
    position: relative; }
    .has-form div.form-item.has-select:before, .has-form .form-row.has-select:before {
      content: '';
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #000000;
      border-left: 2px solid #000000;
      position: absolute;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 20px;
      bottom: 21px; }
  .has-form div.form-item input:not([type="submit"]),
  .has-form div.form-item input:not([type="radio"]),
  .has-form div.form-item textarea,
  .has-form div.form-item select, .has-form .form-row input:not([type="submit"]),
  .has-form .form-row input:not([type="radio"]),
  .has-form .form-row textarea,
  .has-form .form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid rgba(7, 6, 11, 0.15);
    border-radius: 4px;
    color: #07060b;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    resize: none; }
    .has-form div.form-item input:not([type="submit"]):focus, .has-form div.form-item input:not([type="submit"]).focus-visible, .has-form div.form-item input:not([type="submit"]):active,
    .has-form div.form-item input:not([type="radio"]):focus,
    .has-form div.form-item input:not([type="radio"]).focus-visible,
    .has-form div.form-item input:not([type="radio"]):active,
    .has-form div.form-item textarea:focus,
    .has-form div.form-item textarea.focus-visible,
    .has-form div.form-item textarea:active,
    .has-form div.form-item select:focus,
    .has-form div.form-item select.focus-visible,
    .has-form div.form-item select:active, .has-form .form-row input:not([type="submit"]):focus, .has-form .form-row input:not([type="submit"]).focus-visible, .has-form .form-row input:not([type="submit"]):active,
    .has-form .form-row input:not([type="radio"]):focus,
    .has-form .form-row input:not([type="radio"]).focus-visible,
    .has-form .form-row input:not([type="radio"]):active,
    .has-form .form-row textarea:focus,
    .has-form .form-row textarea.focus-visible,
    .has-form .form-row textarea:active,
    .has-form .form-row select:focus,
    .has-form .form-row select.focus-visible,
    .has-form .form-row select:active {
      border: 1px solid rgba(7, 6, 11, 0.45);
      outline: none;
      border-radius: 4px; }
    .has-form div.form-item input:not([type="submit"]):focus, .has-form div.form-item input:not([type="submit"]):focus-visible, .has-form div.form-item input:not([type="submit"]):active,
    .has-form div.form-item input:not([type="radio"]):focus,
    .has-form div.form-item input:not([type="radio"]):focus-visible,
    .has-form div.form-item input:not([type="radio"]):active,
    .has-form div.form-item textarea:focus,
    .has-form div.form-item textarea:focus-visible,
    .has-form div.form-item textarea:active,
    .has-form div.form-item select:focus,
    .has-form div.form-item select:focus-visible,
    .has-form div.form-item select:active, .has-form .form-row input:not([type="submit"]):focus, .has-form .form-row input:not([type="submit"]):focus-visible, .has-form .form-row input:not([type="submit"]):active,
    .has-form .form-row input:not([type="radio"]):focus,
    .has-form .form-row input:not([type="radio"]):focus-visible,
    .has-form .form-row input:not([type="radio"]):active,
    .has-form .form-row textarea:focus,
    .has-form .form-row textarea:focus-visible,
    .has-form .form-row textarea:active,
    .has-form .form-row select:focus,
    .has-form .form-row select:focus-visible,
    .has-form .form-row select:active {
      border: 1px solid rgba(7, 6, 11, 0.45);
      outline: none;
      border-radius: 4px; }
  .has-form div.form-item select, .has-form .form-row select {
    color: rgba(7, 6, 11, 0.4);
    border: 1px solid rgba(7, 6, 11, 0.15);
    -webkit-appearance: none;
    -moz-appearance: none; }
  .has-form div.form-item ::-webkit-input-placeholder, .has-form .form-row ::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 0.4; }
  .has-form div.form-item ::-moz-placeholder, .has-form .form-row ::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 0.4; }
  .has-form div.form-item :-ms-input-placeholder, .has-form .form-row :-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 0.4; }
  .has-form div.form-item ::-ms-input-placeholder, .has-form .form-row ::-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 0.4; }
  .has-form div.form-item ::placeholder, .has-form .form-row ::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 0.4; }
  .has-form div.form-item .radios-holder, .has-form .form-row .radios-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .has-form div.form-item .radios-holder .radio-item, .has-form .form-row .radios-holder .radio-item {
      margin-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .has-form div.form-item .radios-holder .radio-item > *, .has-form .form-row .radios-holder .radio-item > * {
        font-size: 14px;
        color: #07060b;
        font-weight: 400;
        display: block; }
      .has-form div.form-item .radios-holder .radio-item:last-of-type, .has-form .form-row .radios-holder .radio-item:last-of-type {
        margin-right: 0; }
      .has-form div.form-item .radios-holder .radio-item label, .has-form .form-row .radios-holder .radio-item label {
        white-space: nowrap;
        margin-bottom: 0; }

.has-wysiwyg a {
  color: #E7BD67; }
  .has-wysiwyg a:hover {
    color: #D6A34D; }

.has-wysiwyg h2 {
  margin-bottom: 30px; }

.has-wysiwyg p {
  margin-bottom: 20px; }
  .has-wysiwyg p:last-of-type {
    margin-bottom: 0; }

.has-wysiwyg.has-btn-holder {
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .has-wysiwyg.has-btn-holder {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .has-wysiwyg.has-btn-holder {
      margin-bottom: 20px; } }

.has-wysiwyg ul {
  list-style-position: inside; }
  .has-wysiwyg ul li {
    margin-bottom: 22px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .has-wysiwyg ul li {
        margin-bottom: 12px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fadeInO {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInO {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.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: -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; }

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

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

.module-01-hero {
  min-height: 100vh;
  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;
  position: relative;
  overflow: hidden; }
  .module-01-hero .container {
    padding-top: 170px;
    padding-bottom: 170px;
    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;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero .container {
        padding-top: 0px;
        padding-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .module-01-hero .container .content {
      width: 50%;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-hero .container .content {
          width: 100%; } }
      .module-01-hero .container .content .txt {
        margin-top: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-hero .container .content .txt {
            margin-top: 30px; } }
      .module-01-hero .container .content .btn {
        margin-top: 74px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-hero .container .content .btn {
            margin-top: 50px; } }
      .module-01-hero .container .content .scroll-nxt {
        position: absolute;
        left: 0;
        bottom: -100px;
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-hero .container .content .scroll-nxt {
            display: none; } }
    .module-01-hero .container .img_container {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-hero .container .img_container {
          margin-top: 80px;
          width: 100%;
          margin-bottom: 40px; } }
    .module-01-hero .container .img {
      overflow: hidden;
      position: relative;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 45%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      .module-01-hero .container .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
      @media only screen and (max-width: 1230px) {
        .module-01-hero .container .img {
          top: 20%; } }
      @media only screen and (max-width: 768px) {
        .module-01-hero .container .img {
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          padding-bottom: 100%;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }

.module-02-texte.flex-block_first {
  padding-top: 200px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-texte.flex-block_first {
      padding-top: 140px; } }

.module-02-texte .content.align_center {
  text-align: center; }

.module-02-texte .content.align_right {
  text-align: right; }

.module-02-texte .content.align_left.size_half {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-texte .content.align_left.size_half {
      padding-right: 0; } }

.module-02-texte .content.align_center.size_half {
  width: 55%;
  margin: 0 auto;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-texte .content.align_center.size_half {
      width: 100%; } }

.module-02-texte .content.align_right.size_half {
  padding-left: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-texte .content.align_right.size_half {
      padding-left: 0; } }

.module-02-texte .content .txt {
  padding-top: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-texte .content .txt {
      padding-top: 30px; } }

.module-02-texte .content .btn {
  margin-top: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-texte .content .btn {
      margin-top: 40px; } }

.module-03-texte-image .container {
  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;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-texte-image .container {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-03-texte-image .container .image {
    width: 58%;
    position: relative;
    z-index: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-texte-image .container .image {
        width: 100%; } }
    .module-03-texte-image .container .image img {
      width: 100%;
      height: auto; }
  .module-03-texte-image .container .content {
    width: 48%;
    margin-left: -6%;
    position: relative;
    z-index: 2;
    background-color: #E7BD67;
    color: #07060b;
    padding: 90px 6%;
    border-radius: 8px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-texte-image .container .content {
        width: 100%;
        margin-left: 0;
        padding: 60px 20px;
        border-radius: 0; } }
    .module-03-texte-image .container .content .block2 {
      margin-top: 50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-03-texte-image .container .content .block2 {
          margin-top: 30px; } }
    .module-03-texte-image .container .content ul {
      padding-left: 1em; }
      .module-03-texte-image .container .content ul li {
        padding-bottom: 22px; }
        .module-03-texte-image .container .content ul li:last-child {
          padding-bottom: 0; }
  .module-03-texte-image .container.img_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.module-04-cta .content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-left: 25%;
  padding-right: 25%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-cta .content {
      padding-left: 0;
      padding-right: 0; } }
  .module-04-cta .content .txt {
    margin-top: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04-cta .content .txt {
        margin-top: 20px; } }
  .module-04-cta .content .btn {
    margin-top: 55px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04-cta .content .btn {
        margin-top: 40px; } }

.module-05-slider .slider_swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-slider .slider_swipe {
      margin-top: 85px;
      margin-bottom: 550px; } }
  @media only screen and (max-width: 768px) {
    .module-05-slider .slider_swipe {
      margin-bottom: 365px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-slider .slider_swipe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 450px; } }
  .module-05-slider .slider_swipe .slider_left {
    width: 45%;
    padding-bottom: 53%;
    position: relative;
    cursor: -webkit-grab;
    cursor: grab; }
    .module-05-slider .slider_swipe .slider_left:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    .module-05-slider .slider_swipe .slider_left .slider_arrow_wrapper {
      cursor: pointer;
      z-index: 30;
      width: 69px;
      height: 64px;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .module-05-slider .slider_swipe .slider_left .slider_arrow {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 9;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      pointer-events: none; }
    .module-05-slider .slider_swipe .slider_left .slide_img {
      background-position: center;
      background-size: cover;
      height: 560px;
      width: 400px;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      pointer-events: none;
      border-radius: 20px;
      overflow: hidden;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-05-slider .slider_swipe .slider_left .slide_img {
          height: 500px;
          width: 350px; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .module-05-slider .slider_swipe .slider_left .slide_img {
          height: 330px;
          width: 236px; } }
      .module-05-slider .slider_swipe .slider_left .slide_img:nth-of-type(1) {
        opacity: 1; }
      .module-05-slider .slider_swipe .slider_left .slide_img:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(10deg);
                transform: translate(-50%, -50%) rotate(10deg);
        opacity: 1; }
      .module-05-slider .slider_swipe .slider_left .slide_img:nth-of-type(3) {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(-10deg);
                transform: translate(-50%, -50%) rotate(-10deg); }
  .module-05-slider .slider_swipe .slider_right {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 40%;
    color: #ffffff;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-slider .slider_swipe .slider_right {
        position: absolute;
        top: calc(100% + 100px);
        padding: 0;
        width: 400px; } }
    @media only screen and (max-width: 768px) {
      .module-05-slider .slider_swipe .slider_right {
        top: calc(100% + 50px); } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .module-05-slider .slider_swipe .slider_right {
        top: auto;
        bottom: 50px;
        width: 100%;
        max-width: 400px; } }
    .module-05-slider .slider_swipe .slider_right .num {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-slider .slider_swipe .slider_right .num {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-bottom: 30px; } }
      .module-05-slider .slider_swipe .slider_right .num .txt {
        display: inline-block;
        width: 12px;
        text-align: center;
        color: #E7BD67;
        font-size: 24px; }
      .module-05-slider .slider_swipe .slider_right .num .arrows-mobile {
        display: none;
        width: 65px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-05-slider .slider_swipe .slider_right .num .arrows-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .module-05-slider .slider_swipe .slider_right .num .arrows-mobile .arrow-left,
        .module-05-slider .slider_swipe .slider_right .num .arrows-mobile .arrow-right {
          cursor: pointer; }
    .module-05-slider .slider_swipe .slider_right .slider_contentWrap {
      height: 100%;
      position: relative; }
    .module-05-slider .slider_swipe .slider_right .slide_content {
      width: 100%;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      pointer-events: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-slider .slider_swipe .slider_right .slide_content {
          -webkit-transform: translate(0) !important;
                  transform: translate(0) !important; }
        .module-05-slider .slider_swipe .slider_right .slide_content {
          top: 0;
          left: 0; } }
      .module-05-slider .slider_swipe .slider_right .slide_content h3 {
        margin-bottom: 25px; }
      .module-05-slider .slider_swipe .slider_right .slide_content .btn {
        margin-top: 40px; }
      .module-05-slider .slider_swipe .slider_right .slide_content:first-of-type {
        opacity: 1;
        pointer-events: all; }
  .module-05-slider .slider_swipe:hover .slider_arrow {
    opacity: 1; }

.module-06-logos .top_title {
  padding-bottom: 80px;
  padding-left: 20%;
  padding-right: 20%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-06-logos .top_title {
      padding-bottom: 60px;
      padding-left: 0;
      padding-right: 0; } }

.module-06-logos .bandeau_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  width: 100%; }
  .module-06-logos .bandeau_container .bandeau {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: font-calc(115px);
    /* -- @include break(mobile)-- */ }
    @media only screen and (min-width: 1600px) {
      .module-06-logos .bandeau_container .bandeau {
        font-size: font-calc(125px); } }
    @media only screen and (min-width: 1800px) {
      .module-06-logos .bandeau_container .bandeau {
        font-size: font-calc(135px); } }
    @media only screen and (max-width: 1230px) {
      .module-06-logos .bandeau_container .bandeau {
        font-size: 6vw; } }
    .module-06-logos .bandeau_container .bandeau .logo {
      background-color: #ffffff;
      border-radius: 20px;
      width: 260px;
      height: 120px;
      margin-left: 40px;
      margin-right: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-logos .bandeau_container .bandeau .logo {
          width: 200px;
          height: 100px;
          margin-left: 20px;
          margin-right: 20px; } }
      .module-06-logos .bandeau_container .bandeau .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

.module-07-offre {
  background-color: #E7BD67;
  color: #07060b; }
  .module-07-offre .offre_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%; }
  .module-07-offre .offre {
    width: 245px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-offre .offre {
        width: 210px; } }
    @media only screen and (max-width: 768px) {
      .module-07-offre .offre {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px; } }
    .module-07-offre .offre .offre_img {
      width: 146px;
      height: 146px;
      margin: 0 auto;
      margin-bottom: 22px;
      border-radius: 50%;
      border: 1px solid #07060b;
      position: relative; }
      .module-07-offre .offre .offre_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 56%;
        -o-object-fit: contain;
           object-fit: contain; }
    .module-07-offre .offre .offre_titre {
      margin-bottom: 12px; }

.module-08-chiffres .container {
  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;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-08-chiffres .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-08-chiffres .container .content {
    width: 42%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-chiffres .container .content {
        width: 100%;
        margin-bottom: 40px; } }
    .module-08-chiffres .container .content .txt {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-08-chiffres .container .content .txt {
          margin-top: 20px; } }
    .module-08-chiffres .container .content .proud {
      margin-top: 60px;
      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;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-08-chiffres .container .content .proud {
          margin-top: 30px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .module-08-chiffres .container .content .proud .flag {
        width: 136px;
        margin-right: 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-08-chiffres .container .content .proud .flag {
            width: 100px;
            margin-right: 0px;
            margin-bottom: 20px; } }
      .module-08-chiffres .container .content .proud h3 {
        font-size: 22px;
        text-transform: uppercase; }
      .module-08-chiffres .container .content .proud .txt-proud {
        font-family: "Archivo SemiExpanded", sans-serif;
        font-weight: 800;
        margin-top: 10px;
        color: #E7BD67;
        text-transform: uppercase;
        line-height: 120%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-08-chiffres .container .content .proud .txt-proud {
            margin-top: 5px; } }
  .module-08-chiffres .container .chiffres_container {
    position: relative;
    width: 48%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-chiffres .container .chiffres_container {
        width: 100%; } }
    .module-08-chiffres .container .chiffres_container .chiffres_slider {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #E7BD67;
      z-index: 1; }
      .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        pointer-events: none; }
        .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide:first-child {
          opacity: 1; }
        .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide .chiffre {
          font-family: "Archivo SemiExpanded", sans-serif;
          font-weight: 800;
          line-height: 100%;
          font-size: 180px;
          letter-spacing: -10px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1385px) {
            .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide .chiffre {
              font-size: 13vw; } }
          @media only screen and (max-width: 768px) {
            .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide .chiffre {
              font-size: 30vw; } }
        .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide .chiffre_texte {
          width: 56%;
          font-family: "Archivo SemiExpanded", sans-serif;
          font-weight: 700;
          font-size: 32px;
          color: #D6A34D;
          line-height: 100%;
          padding-top: 30px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1385px) {
            .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide .chiffre_texte {
              font-size: 2.6vw; } }
          @media only screen and (max-width: 768px) {
            .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide .chiffre_texte {
              font-size: 5vw; } }
        .module-08-chiffres .container .chiffres_container .chiffres_slider .chiffre_slide img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .module-08-chiffres .container .chiffres_container .chiffres_bullets {
      position: absolute;
      bottom: 17%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      z-index: 2;
      width: 60%; }
    .module-08-chiffres .container .chiffres_container .bullet {
      margin: 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .module-08-chiffres .container .chiffres_container .bullet:hover {
        border-color: #D6A34D; }
      .module-08-chiffres .container .chiffres_container .bullet.active {
        border-color: #D6A34D;
        background-color: #D6A34D; }

.module-09-chrono .slider-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-09-chrono .slider-history {
      display: block;
      padding-top: 0;
      padding-bottom: 350px; } }
  .module-09-chrono .slider-history .dates_wrapper {
    width: 85px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15%;
    overflow: visible;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-chrono .slider-history .dates_wrapper {
        height: 190px !important; }
      .module-09-chrono .slider-history .dates_wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%; } }
    .module-09-chrono .slider-history .dates_wrapper .date {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 1.125em;
      color: #ffffff;
      opacity: 0.4;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-chrono .slider-history .dates_wrapper .date {
          margin-right: 10px;
          margin-left: 10px; } }
      .module-09-chrono .slider-history .dates_wrapper .date:hover {
        opacity: 1; }
      .module-09-chrono .slider-history .dates_wrapper .date.active {
        color: #E7BD67;
        font-size: 2em;
        opacity: 1;
        pointer-events: none; }
    .module-09-chrono .slider-history .dates_wrapper .line {
      height: 0px;
      width: 1px;
      display: block;
      background-color: #E7BD67;
      margin-top: 10px;
      margin-bottom: 10px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-chrono .slider-history .dates_wrapper .line {
          display: none; } }
      .module-09-chrono .slider-history .dates_wrapper .line.active {
        height: 26px; }
  .module-09-chrono .slider-history .sliders_wrapper {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    height: 560px; }
  .module-09-chrono .slider-history .slider_swipe {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: none;
    /* -- @include break(mobile)-- */ }
    .module-09-chrono .slider-history .slider_swipe:first-of-type {
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-chrono .slider-history .slider_swipe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-09-chrono .slider-history .slider_swipe .slider_left {
      width: 45%;
      padding-bottom: 53%;
      position: relative;
      cursor: -webkit-grab;
      cursor: grab;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1230px) {
        .module-09-chrono .slider-history .slider_swipe .slider_left {
          width: 38%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-chrono .slider-history .slider_swipe .slider_left {
          width: 300px;
          height: 500px;
          margin-left: auto;
          margin-right: auto; } }
      .module-09-chrono .slider-history .slider_swipe .slider_left:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
      .module-09-chrono .slider-history .slider_swipe .slider_left .slider_arrow {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 9;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        pointer-events: none; }
      .module-09-chrono .slider-history .slider_swipe .slider_left .slide_img {
        background-position: center;
        background-size: cover;
        height: 560px;
        width: 400px;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        pointer-events: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1230px) {
          .module-09-chrono .slider-history .slider_swipe .slider_left .slide_img {
            width: 300px;
            height: 500px; } }
        .module-09-chrono .slider-history .slider_swipe .slider_left .slide_img:nth-of-type(1) {
          opacity: 1; }
        .module-09-chrono .slider-history .slider_swipe .slider_left .slide_img:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(10deg);
                  transform: translate(-50%, -50%) rotate(10deg);
          opacity: 1; }
        .module-09-chrono .slider-history .slider_swipe .slider_left .slide_img:nth-of-type(3) {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%) rotate(-10deg);
                  transform: translate(-50%, -50%) rotate(-10deg); }
    .module-09-chrono .slider-history .slider_swipe .slider_right {
      padding-top: 5%;
      padding-bottom: 5%;
      margin-right: 5%;
      width: 45%;
      color: #ffffff;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1230px) {
        .module-09-chrono .slider-history .slider_swipe .slider_right {
          padding-right: 40px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-chrono .slider-history .slider_swipe .slider_right {
          width: 100%;
          max-width: 400px;
          padding-top: 50px;
          padding-right: 0;
          margin: 0 auto;
          text-align: center; } }
      .module-09-chrono .slider-history .slider_swipe .slider_right .num {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        display: none; }
        .module-09-chrono .slider-history .slider_swipe .slider_right .num .txt {
          display: inline-block;
          width: 12px;
          text-align: center;
          color: #80c537;
          font-size: 24px; }
      .module-09-chrono .slider-history .slider_swipe .slider_right .slider_contentWrap {
        height: 100%;
        position: relative; }
      .module-09-chrono .slider-history .slider_swipe .slider_right .slide_content {
        width: 100%;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-09-chrono .slider-history .slider_swipe .slider_right .slide_content {
            top: 0;
            left: 0;
            -webkit-transform: none;
                    transform: none; } }
        .module-09-chrono .slider-history .slider_swipe .slider_right .slide_content h3 {
          margin-bottom: 25px; }
        .module-09-chrono .slider-history .slider_swipe .slider_right .slide_content .btn {
          margin-top: 40px; }
        .module-09-chrono .slider-history .slider_swipe .slider_right .slide_content:first-of-type {
          opacity: 1; }
    .module-09-chrono .slider-history .slider_swipe:hover .slider_arrow {
      opacity: 1; }

.module-10-cta-icones .cta_icones_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -60px; }
  .module-10-cta-icones .cta_icones_container .cta_icones {
    width: 210px;
    margin-left: 20px;
    margin-right: 20px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-10-cta-icones .cta_icones_container .cta_icones {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 60px; } }
    .module-10-cta-icones .cta_icones_container .cta_icones .cta_icones_img {
      width: 210px;
      height: 210px;
      border-radius: 50%;
      border: 1px solid #E7BD67;
      position: relative;
      margin-bottom: 50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-10-cta-icones .cta_icones_container .cta_icones .cta_icones_img {
          width: 146px;
          height: 146px;
          margin-bottom: 30px; } }
      .module-10-cta-icones .cta_icones_container .cta_icones .cta_icones_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 95%;
        -o-object-fit: contain;
           object-fit: contain; }

.module-11-emplois .emplois_container .first_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 33px;
  border-bottom: 1px solid #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-11-emplois .emplois_container .first_row {
      display: none; } }
  .module-11-emplois .emplois_container .first_row .col-info {
    width: 35%;
    margin-right: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-emplois .emplois_container .first_row .col-info {
        margin-right: 5%; } }
  .module-11-emplois .emplois_container .first_row .col-ville {
    width: 30%;
    margin-right: 5%; }
  .module-11-emplois .emplois_container .first_row .col-cta {
    width: 20%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-emplois .emplois_container .first_row .col-cta {
        width: 25%; } }

.module-11-emplois .emplois_container .emplois {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-11-emplois .emplois_container .emplois {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-11-emplois .emplois_container .emplois .col-info {
    width: 35%;
    margin-right: 10%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-emplois .emplois_container .emplois .col-info {
        margin-right: 5%; } }
    @media only screen and (max-width: 768px) {
      .module-11-emplois .emplois_container .emplois .col-info {
        width: 100%;
        margin-right: 0; } }
    .module-11-emplois .emplois_container .emplois .col-info .emplois_texte p {
      font-size: 14px;
      font-weight: 300; }
  .module-11-emplois .emplois_container .emplois .col-ville {
    width: 30%;
    margin-right: 5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11-emplois .emplois_container .emplois .col-ville {
        width: 100%;
        margin-right: 0;
        margin-top: 20px; } }
    .module-11-emplois .emplois_container .emplois .col-ville p {
      font-size: 14px;
      font-weight: 300; }
  .module-11-emplois .emplois_container .emplois .col-cta {
    width: 20%;
    text-align: right;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-emplois .emplois_container .emplois .col-cta {
        width: 25%; } }
    @media only screen and (max-width: 768px) {
      .module-11-emplois .emplois_container .emplois .col-cta {
        margin-top: 30px;
        width: 100%;
        text-align: left; } }

.module-12-certifications .certifications_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-12-certifications .certifications_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .module-12-certifications .certifications_container .certification {
    max-width: 220px;
    width: calc(20% - 40px);
    min-width: 183px;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
    .module-12-certifications .certifications_container .certification.ghost {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-12-certifications .certifications_container .certification.ghost {
          display: none; } }
  .module-12-certifications .certifications_container .certification_img {
    width: 183px;
    height: 173px;
    margin: 0 auto;
    margin-bottom: 26px;
    position: relative;
    border-radius: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-12-certifications .certifications_container .certification_img {
        margin-bottom: 18px; } }
    .module-12-certifications .certifications_container .certification_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 85%;
      -o-object-fit: contain;
         object-fit: contain; }
    .module-12-certifications .certifications_container .certification_img.bg_dark {
      border: 1px solid #ffffff; }

.module-13-valeurs .valeurs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-13-valeurs .valeurs_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-13-valeurs .valeurs_container .valeur {
    width: 30%;
    margin-bottom: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-valeurs .valeurs_container .valeur {
        width: 48.5%; } }
    @media only screen and (max-width: 768px) {
      .module-13-valeurs .valeurs_container .valeur {
        width: 100%; } }
  .module-13-valeurs .valeurs_container .valeur_inner {
    background-color: #E7BD67;
    color: #07060b;
    border-radius: 20px;
    width: 100%;
    padding: 28px 24px;
    min-height: 112px; }
    .module-13-valeurs .valeurs_container .valeur_inner.ghost {
      margin-bottom: 0;
      min-height: 0;
      padding: 0;
      background-color: transparent;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-valeurs .valeurs_container .valeur_inner.ghost {
          display: none; } }
    .module-13-valeurs .valeurs_container .valeur_inner .valeur_titre {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      cursor: pointer; }
      .module-13-valeurs .valeurs_container .valeur_inner .valeur_titre .plus {
        margin-top: 2px;
        width: 16px;
        height: 16px;
        margin-left: 50px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: .4s;
        transition: .4s; }
    .module-13-valeurs .valeurs_container .valeur_inner .valeur_texte {
      margin-top: 18px;
      display: none;
      overflow: hidden; }
    .module-13-valeurs .valeurs_container .valeur_inner.active .plus {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.module-14-image img {
  width: 100%;
  height: auto; }

.module-15-temoignage .slider-temoignage_container {
  overflow: hidden;
  padding-bottom: 200px;
  padding-top: 70px;
  margin-top: 30px;
  position: relative;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .module-15-temoignage .slider-temoignage_container {
      margin-top: 0; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .module-15-temoignage .slider-temoignage_container {
      padding-bottom: 88px; } }
  .module-15-temoignage .slider-temoignage_container .slider-temoignage {
    height: 350px;
    width: 100%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .module-15-temoignage .slider-temoignage_container .slider-temoignage {
        height: 540px; } }
  .module-15-temoignage .slider-temoignage_container .arrow-left {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(calc((-900px * 0.65) - 50%), -50%);
            transform: translate(calc((-900px * 0.65) - 50%), -50%);
    z-index: 7;
    cursor: pointer; }
  .module-15-temoignage .slider-temoignage_container .arrow-right {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(calc((900px * 0.65) - 50%), -50%);
            transform: translate(calc((900px * 0.65) - 50%), -50%);
    z-index: 7;
    cursor: pointer; }
  .module-15-temoignage .slider-temoignage_container .slide {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
    opacity: 0; }
    .module-15-temoignage .slider-temoignage_container .slide:first-of-type {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 1;
      display: block; }
    .module-15-temoignage .slider-temoignage_container .slide:last-of-type {
      -webkit-transform: translateX(-165%);
              transform: translateX(-165%);
      opacity: 0.2;
      display: block; }
    .module-15-temoignage .slider-temoignage_container .slide:nth-of-type(2) {
      -webkit-transform: translateX(65%);
              transform: translateX(65%);
      opacity: 0.2;
      display: block; }
    .module-15-temoignage .slider-temoignage_container .slide .icon1 {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-25%, -70%);
              transform: translate(-25%, -70%);
      z-index: 1; }
    .module-15-temoignage .slider-temoignage_container .slide .icon2 {
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transform: translate(70%, 70%);
              transform: translate(70%, 70%);
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-temoignage .slider-temoignage_container .slide .icon2 {
          right: 64px; } }
    .module-15-temoignage .slider-temoignage_container .slide .content {
      position: relative;
      z-index: 2;
      background-color: #E7BD67;
      color: #07060b;
      border-radius: 8px;
      width: 900px;
      height: 400px;
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-temoignage .slider-temoignage_container .slide .content {
          width: 700px; } }
      @media only screen and (max-width: 768px) {
        .module-15-temoignage .slider-temoignage_container .slide .content {
          width: 500px;
          height: auto;
          padding: 40px; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .module-15-temoignage .slider-temoignage_container .slide .content {
          width: 330px;
          padding: 40px 25px; } }
      .module-15-temoignage .slider-temoignage_container .slide .content .img {
        width: 140px;
        height: 140px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        margin-right: 5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-15-temoignage .slider-temoignage_container .slide .content .img {
            display: none; } }
      .module-15-temoignage .slider-temoignage_container .slide .content .txt p {
        font-size: 1.25em;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-15-temoignage .slider-temoignage_container .slide .content .txt p {
            font-size: 20px; } }
      .module-15-temoignage .slider-temoignage_container .slide .content .txt .bottom {
        margin-top: 20px;
        padding-left: 10px;
        border-left: 1px solid #07060b; }
        .module-15-temoignage .slider-temoignage_container .slide .content .txt .bottom h4 {
          font-size: 1.15em;
          font-family: "Montserrat", sans-serif;
          font-weight: 600; }
        .module-15-temoignage .slider-temoignage_container .slide .content .txt .bottom h6 {
          font-size: 0.875em;
          font-family: "Montserrat", sans-serif;
          font-weight: 400; }
  .module-15-temoignage .slider-temoignage_container .bullets_wrap {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .module-15-temoignage .slider-temoignage_container .bullets_wrap {
        bottom: 44px; } }
    .module-15-temoignage .slider-temoignage_container .bullets_wrap .bullet {
      width: 14px;
      height: 14px;
      background-color: rgba(231, 189, 103, 0);
      border: 1px solid #E7BD67;
      border-radius: 4px;
      margin-left: 6px;
      margin-right: 6px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer; }
      .module-15-temoignage .slider-temoignage_container .bullets_wrap .bullet:hover, .module-15-temoignage .slider-temoignage_container .bullets_wrap .bullet.active {
        background-color: #e7bd67; }

.module-16-texte-colonnes .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-16-texte-colonnes .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-16-texte-colonnes .container .col {
    width: 27%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-texte-colonnes .container .col {
        width: 30%; } }
    @media only screen and (max-width: 768px) {
      .module-16-texte-colonnes .container .col {
        width: 100%;
        margin-bottom: 30px; }
        .module-16-texte-colonnes .container .col:last-child {
          margin-bottom: 0; } }
    .module-16-texte-colonnes .container .col h3 {
      color: #E7BD67;
      margin-bottom: 8px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-16-texte-colonnes .container .col h3 {
          margin-bottom: 0px; } }
  .module-16-texte-colonnes .container .col_titre {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-16-texte-colonnes .container .col_titre {
        padding-left: 18%;
        padding-right: 18%;
        margin-bottom: 50px;
        text-align: center; } }

.module-17-cta-brochure {
  position: relative; }
  .module-17-cta-brochure .inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .module-17-cta-brochure .cta-brochure_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .module-17-cta-brochure .container {
    position: relative;
    z-index: 2;
    padding: 120px 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;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17-cta-brochure .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 80px 0; } }
    .module-17-cta-brochure .container .col_titre {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-17-cta-brochure .container .col_titre {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .module-17-cta-brochure .container .col_titre .cta-brochure_icone {
        width: 63px;
        height: 58px;
        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;
        margin-right: 34px;
        background-color: #ffffff;
        border-radius: 36%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-17-cta-brochure .container .col_titre .cta-brochure_icone {
            margin-right: 0;
            margin-bottom: 20px; } }
        .module-17-cta-brochure .container .col_titre .cta-brochure_icone img {
          width: 58px;
          height: auto; }
    .module-17-cta-brochure .container .col_cta {
      margin-left: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-17-cta-brochure .container .col_cta {
          margin-left: 0;
          margin-top: 40px; } }
      .module-17-cta-brochure .container .col_cta .btn {
        padding: 20px 60px; }

.module-18-contact .parent-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .module-18-contact .parent-flex {
      display: block; } }
  .module-18-contact .parent-flex .left-side {
    width: 220px;
    padding-right: 30px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-18-contact .parent-flex .left-side {
        margin-right: 30px; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .module-18-contact .parent-flex .left-side {
        width: 100%;
        margin-bottom: 80px; } }
    .module-18-contact .parent-flex .left-side .section-title {
      padding-bottom: 20px;
      border-bottom: 1px solid #ffffff;
      margin-bottom: 60px; }
    .module-18-contact .parent-flex .left-side .item {
      margin-bottom: 40px; }
      .module-18-contact .parent-flex .left-side .item .title {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .module-18-contact .parent-flex .left-side .item p {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px; }
  .module-18-contact .parent-flex .right-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 620px;
    width: 100%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-18-contact .parent-flex .right-side {
        max-width: 100%; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .module-18-contact .parent-flex .right-side {
        width: 100%; } }
    .module-18-contact .parent-flex .right-side .block-title {
      margin-bottom: 40px; }
    .module-18-contact .parent-flex .right-side form div.form-item, .module-18-contact .parent-flex .right-side form .form-row {
      margin-bottom: 28px; }
      .module-18-contact .parent-flex .right-side form div.form-item label, .module-18-contact .parent-flex .right-side form .form-row label {
        font-size: 14px;
        font-weight: 600;
        display: block;
        margin-bottom: 12px; }
      .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]),
      .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]),
      .module-18-contact .parent-flex .right-side form div.form-item textarea,
      .module-18-contact .parent-flex .right-side form div.form-item select, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]),
      .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]),
      .module-18-contact .parent-flex .right-side form .form-row textarea,
      .module-18-contact .parent-flex .right-side form .form-row select {
        background: transparent;
        width: 100%;
        padding: 16px 20px;
        border: 1px solid #645145;
        border-radius: 4px;
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        resize: none; }
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]):focus, .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]).focus-visible, .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]):active,
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]):focus,
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]).focus-visible,
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]):active,
        .module-18-contact .parent-flex .right-side form div.form-item textarea:focus,
        .module-18-contact .parent-flex .right-side form div.form-item textarea.focus-visible,
        .module-18-contact .parent-flex .right-side form div.form-item textarea:active,
        .module-18-contact .parent-flex .right-side form div.form-item select:focus,
        .module-18-contact .parent-flex .right-side form div.form-item select.focus-visible,
        .module-18-contact .parent-flex .right-side form div.form-item select:active, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]):focus, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]).focus-visible, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]):active,
        .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]):focus,
        .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]).focus-visible,
        .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]):active,
        .module-18-contact .parent-flex .right-side form .form-row textarea:focus,
        .module-18-contact .parent-flex .right-side form .form-row textarea.focus-visible,
        .module-18-contact .parent-flex .right-side form .form-row textarea:active,
        .module-18-contact .parent-flex .right-side form .form-row select:focus,
        .module-18-contact .parent-flex .right-side form .form-row select.focus-visible,
        .module-18-contact .parent-flex .right-side form .form-row select:active {
          border: 1px solid #E7BD67;
          outline: none;
          border-radius: 4px; }
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]):focus, .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]):focus-visible, .module-18-contact .parent-flex .right-side form div.form-item input:not([type="submit"]):active,
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]):focus,
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]):focus-visible,
        .module-18-contact .parent-flex .right-side form div.form-item input:not([type="radio"]):active,
        .module-18-contact .parent-flex .right-side form div.form-item textarea:focus,
        .module-18-contact .parent-flex .right-side form div.form-item textarea:focus-visible,
        .module-18-contact .parent-flex .right-side form div.form-item textarea:active,
        .module-18-contact .parent-flex .right-side form div.form-item select:focus,
        .module-18-contact .parent-flex .right-side form div.form-item select:focus-visible,
        .module-18-contact .parent-flex .right-side form div.form-item select:active, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]):focus, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]):focus-visible, .module-18-contact .parent-flex .right-side form .form-row input:not([type="submit"]):active,
        .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]):focus,
        .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]):focus-visible,
        .module-18-contact .parent-flex .right-side form .form-row input:not([type="radio"]):active,
        .module-18-contact .parent-flex .right-side form .form-row textarea:focus,
        .module-18-contact .parent-flex .right-side form .form-row textarea:focus-visible,
        .module-18-contact .parent-flex .right-side form .form-row textarea:active,
        .module-18-contact .parent-flex .right-side form .form-row select:focus,
        .module-18-contact .parent-flex .right-side form .form-row select:focus-visible,
        .module-18-contact .parent-flex .right-side form .form-row select:active {
          border: 1px solid #E7BD67;
          outline: none;
          border-radius: 4px; }
      .module-18-contact .parent-flex .right-side form div.form-item select, .module-18-contact .parent-flex .right-side form .form-row select {
        color: #ffffff;
        border: 1px solid #645145; }
      .module-18-contact .parent-flex .right-side form div.form-item ::-webkit-input-placeholder, .module-18-contact .parent-flex .right-side form .form-row ::-webkit-input-placeholder {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.4; }
      .module-18-contact .parent-flex .right-side form div.form-item ::-moz-placeholder, .module-18-contact .parent-flex .right-side form .form-row ::-moz-placeholder {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.4; }
      .module-18-contact .parent-flex .right-side form div.form-item :-ms-input-placeholder, .module-18-contact .parent-flex .right-side form .form-row :-ms-input-placeholder {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.4; }
      .module-18-contact .parent-flex .right-side form div.form-item ::-ms-input-placeholder, .module-18-contact .parent-flex .right-side form .form-row ::-ms-input-placeholder {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.4; }
      .module-18-contact .parent-flex .right-side form div.form-item ::placeholder, .module-18-contact .parent-flex .right-side form .form-row ::placeholder {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.4; }
      .module-18-contact .parent-flex .right-side form div.form-item .radios-holder, .module-18-contact .parent-flex .right-side form .form-row .radios-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .module-18-contact .parent-flex .right-side form div.form-item .radios-holder .radio-item, .module-18-contact .parent-flex .right-side form .form-row .radios-holder .radio-item {
          margin-right: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .module-18-contact .parent-flex .right-side form div.form-item .radios-holder .radio-item > *, .module-18-contact .parent-flex .right-side form .form-row .radios-holder .radio-item > * {
            font-size: 14px;
            color: #07060b;
            font-weight: 400;
            display: block; }
          .module-18-contact .parent-flex .right-side form div.form-item .radios-holder .radio-item:last-of-type, .module-18-contact .parent-flex .right-side form .form-row .radios-holder .radio-item:last-of-type {
            margin-right: 0; }
          .module-18-contact .parent-flex .right-side form div.form-item .radios-holder .radio-item label, .module-18-contact .parent-flex .right-side form .form-row .radios-holder .radio-item label {
            white-space: nowrap;
            margin-bottom: 0; }
    .module-18-contact .parent-flex .right-side form .btn-holder {
      margin-top: 40px; }

.template-emplois {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-emplois {
      padding-top: 60px; } }
  .template-emplois .txt-complet .container {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 60px;
    padding-bottom: 60px; }
    .template-emplois .txt-complet .container h4 {
      margin-top: 10px; }
    .template-emplois .txt-complet .container .txt {
      margin-top: 40px;
      margin-bottom: 40px; }


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