/*!************************************************************************************************************************************************************************************!*\
  !*** 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 ---  */
/*  --- Padding ---  */
/*
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: 'Gotham';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

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

@font-face {
  font-family: 'OptimaLTPro-Medium';
  src: url("../fonts/OptimaLTPro-Medium.eot");
  src: url("../fonts/OptimaLTPro-Medium.eot") format("embedded-opentype"), url("../fonts/OptimaLTPro-Medium.woff2") format("woff2"), url("../fonts/OptimaLTPro-Medium.woff") format("woff"), url("../fonts/OptimaLTPro-Medium.ttf") format("truetype"), url("../fonts/OptimaLTPro-Medium.svg#OptimaLTPro-Medium") format("svg");
  font-weight: 500;
  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; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .nav_top {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #242421;
    color: #FBFBFA;
    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;
    line-height: 1em;
    position: relative;
    z-index: 2;
    height: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav_top {
        padding-left: 0;
        padding-right: 0;
        height: 38px; } }
    header .nav_top .left {
      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;
      font-size: 12px;
      overflow-y: hidden;
      overflow-x: scroll;
      scrollbar-width: none;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      min-height: -webkit-fill-available; }
      header .nav_top .left::-webkit-scrollbar {
        width: 0 !important; }
      header .nav_top .left .item {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        header .nav_top .left .item:first-of-type {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav_top .left .item:first-of-type {
              padding-left: 5%; } }
        header .nav_top .left .item:last-of-type {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav_top .left .item:last-of-type {
              padding-right: 5%; } }
      header .nav_top .left a {
        display: block;
        position: relative;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        padding: 11px;
        color: rgba(241, 239, 236, 0.4); }
        header .nav_top .left a::before {
          content: " ";
          position: absolute;
          background-color: #DF613B;
          bottom: 0;
          left: 0;
          right: 0;
          height: 0px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        header .nav_top .left a:hover, header .nav_top .left a.actif {
          color: #f1efec; }
          header .nav_top .left a:hover::before, header .nav_top .left a.actif::before {
            height: 4px; }
      header .nav_top .left .business a::before {
        background-color: #A58455; }
      header .nav_top .left .event a::before {
        background-color: #185D76; }
    header .nav_top .right {
      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;
      font-size: 14px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_top .right {
          display: none; } }
      header .nav_top .right .item {
        padding-left: 28px; }
        header .nav_top .right .item a {
          color: rgba(241, 239, 236, 0.8); }
          header .nav_top .right .item a:hover {
            color: #f1efec; }
      header .nav_top .right .tel a {
        display: block;
        background-color: #DF613B;
        padding: 11px 17px;
        color: #FBFBFA; }
        header .nav_top .right .tel a:hover {
          color: #242421; }
      header .nav_top .right .wpml-ls-legacy-list-horizontal, header .nav_top .right .wpml-ls-link {
        padding: 0; }
  header .nav_main {
    padding-left: 5%;
    padding-right: 5%;
    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;
    line-height: 1em;
    background-color: #F1EFEC;
    border-bottom: 1px solid #E2DDD4;
    position: relative;
    z-index: 2; }
    header .nav_main .left {
      padding: 20px 0 18px 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_main .left {
          padding: 15px 0 13px 0; } }
      header .nav_main .left .logo svg {
        width: 265px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav_main .left .logo svg {
            width: 192px; } }
    header .nav_main .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 17px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .right {
          display: none; } }
      header .nav_main .right .item {
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        cursor: pointer;
        margin-left: 32px;
        position: relative; }
        header .nav_main .right .item::before {
          content: " ";
          position: absolute;
          background-color: #DF613B;
          bottom: 0;
          left: 0;
          right: 0;
          height: 0px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        header .nav_main .right .item:hover::before, header .nav_main .right .item.active::before, header .nav_main .right .item.nav_active::before {
          height: 3px; }
    header .nav_main .burger {
      display: none;
      /* -- @include break(mobile)-- */
      position: relative;
      width: 36px;
      height: 36px; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .burger {
          display: block; } }
      header .nav_main .burger .line {
        background-color: #242421;
        height: 3px;
        left: 5px;
        right: 5px;
        position: absolute;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .nav_main .burger .line.line1 {
          top: 12px; }
        header .nav_main .burger .line.line2 {
          bottom: 12px; }
      header .nav_main .burger.open .line.line1 {
        -webkit-transform: translateY(5px) rotate(45deg);
                transform: translateY(5px) rotate(45deg); }
      header .nav_main .burger.open .line.line2 {
        -webkit-transform: translateY(-5px) rotate(-45deg);
                transform: translateY(-5px) rotate(-45deg); }
  header .sub {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    min-height: 535px;
    background-color: #F1EFEC;
    overflow: hidden;
    display: none;
    padding: 40px 2.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .sub {
        top: 100%;
        height: calc(100vh - 110px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 160px; } }
    header .sub .back {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .sub .back {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 13px;
          padding-bottom: 15px; }
          header .sub .back svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            margin-right: 10px;
            margin-bottom: 2px; } }
    header .sub .col-img {
      margin-right: 5%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .sub .col-img {
          margin-right: 0;
          margin-bottom: 25px; } }
      header .sub .col-img .img {
        position: relative;
        width: 414px;
        height: 306px;
        border-radius: 12px;
        overflow: hidden;
        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) {
          header .sub .col-img .img {
            width: 100%;
            height: auto;
            padding-bottom: 65.5%; } }
        header .sub .col-img .img .filter {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background: rgba(36, 36, 33, 0.3);
          mix-blend-mode: multiply;
          z-index: 2; }
        header .sub .col-img .img img {
          -webkit-transition: all 0.6s;
          transition: all 0.6s;
          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; }
        header .sub .col-img .img .content {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          z-index: 3;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          color: #FBFBFA;
          padding: 40px; }
          header .sub .col-img .img .content .btn {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 10px 20px 8px 20px;
            border-radius: 42px;
            background-color: #FBFBFA;
            color: #DF613B;
            line-height: 100%;
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'Gotham', sans-serif;
            font-weight: 500;
            margin-top: 25px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            header .sub .col-img .img .content .btn svg {
              margin-left: 12px; }
              header .sub .col-img .img .content .btn svg path {
                -webkit-transition: all 0.4s;
                transition: all 0.4s; }
      header .sub .col-img a.img:hover img {
        -webkit-transform: scale(1.03) translate(-48.5%, -48.5%);
                transform: scale(1.03) translate(-48.5%, -48.5%); }
      header .sub .col-img a.img:hover .btn {
        background-color: #DF613B;
        color: #FBFBFA; }
        header .sub .col-img a.img:hover .btn svg path {
          fill: #FBFBFA; }
    header .sub .col-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .sub .col-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%; } }
      header .sub .col-content .col {
        width: 31.5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .sub .col-content .col {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-bottom: 30px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        header .sub .col-content .col .col-title {
          padding: 7px;
          font-size: 13px;
          margin-bottom: 20px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .sub .col-content .col .col-title {
              padding: 0px;
              width: 100%;
              margin-bottom: 10px; } }
        header .sub .col-content .col .link-img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 16px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          border-radius: 12px;
          background-color: rgba(231, 228, 222, 0);
          padding: 7px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          margin-bottom: 10px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .sub .col-content .col .link-img {
              width: 48%;
              padding: 0;
              font-size: 14px;
              line-height: 1.1em; } }
          header .sub .col-content .col .link-img .img {
            width: 52px;
            height: 52px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            margin-right: 16px; }
            header .sub .col-content .col .link-img .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; }
          header .sub .col-content .col .link-img:hover {
            background-color: #e7e4de; }
        header .sub .col-content .col .link-arrow {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #DF613B;
          font-size: 14px;
          text-transform: uppercase;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          margin-right: 7px;
          margin-left: 7px;
          margin-top: 30px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .sub .col-content .col .link-arrow {
              width: 100%;
              margin-right: 0px;
              margin-left: 0px; } }
          header .sub .col-content .col .link-arrow svg {
            margin-left: 12px;
            margin-bottom: 2px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          header .sub .col-content .col .link-arrow:hover svg {
            margin-left: 18px; }
  header .nav-mobile {
    display: none;
    background-color: #F1EFEC;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 0; }
    header .nav-mobile .nav-mobile_container {
      padding: 0 20px 60px 20px;
      overflow-x: hidden;
      overflow-y: scroll;
      overflow-y: auto;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none; }
      header .nav-mobile .nav-mobile_container::-webkit-scrollbar {
        width: 0 !important; }
      header .nav-mobile .nav-mobile_container .nav_1 .item {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 18px;
        width: 100%;
        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;
        border-bottom: 1px solid #E2DDD4; }
        header .nav-mobile .nav-mobile_container .nav_1 .item.active, header .nav-mobile .nav-mobile_container .nav_1 .item.nav_active {
          color: #DF613B; }
      header .nav-mobile .nav-mobile_container .nav_2 {
        padding-top: 20px;
        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;
        padding-bottom: 20px; }
        header .nav-mobile .nav-mobile_container .nav_2 .wpml-ls-legacy-list-horizontal, header .nav-mobile .nav-mobile_container .nav_2 .wpml-ls-link {
          padding: 0; }
        header .nav-mobile .nav-mobile_container .nav_2 .item {
          font-size: 14px;
          width: 48%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 18px; }
    header .nav-mobile .tel {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #DF613B;
      color: #FBFBFA;
      padding: 0 20px; }

.post-type-archive-pages_business header .nav_top .right .tel a, .single-pages_business header .nav_top .right .tel a {
  background-color: #A58455; }

.post-type-archive-pages_business header .nav_main .right .item::before, .post-type-archive-pages_business header .nav_main .right .item::before, .single-pages_business header .nav_main .right .item::before, .single-pages_business header .nav_main .right .item::before {
  background-color: #A58455; }

.post-type-archive-pages_business header .nav_main .right a.item:hover, .single-pages_business header .nav_main .right a.item:hover {
  color: #A58455; }

.post-type-archive-pages_business header .nav-mobile .tel, .single-pages_business header .nav-mobile .tel {
  background-color: #A58455; }

.post-type-archive-pages_events header .nav_top .right .tel a, .single-pages_events header .nav_top .right .tel a, .post-type-archive-realisations header .nav_top .right .tel a, .single-realisations header .nav_top .right .tel a {
  background-color: #185D76; }

.post-type-archive-pages_events header .nav_main .right .item::before, .post-type-archive-pages_events header .nav_main .right .item::before, .single-pages_events header .nav_main .right .item::before, .single-pages_events header .nav_main .right .item::before, .post-type-archive-realisations header .nav_main .right .item::before, .post-type-archive-realisations header .nav_main .right .item::before, .single-realisations header .nav_main .right .item::before, .single-realisations header .nav_main .right .item::before {
  background-color: #185D76; }

.post-type-archive-pages_events header .nav_main .right a.item:hover, .single-pages_events header .nav_main .right a.item:hover, .post-type-archive-realisations header .nav_main .right a.item:hover, .single-realisations header .nav_main .right a.item:hover {
  color: #185D76; }

.post-type-archive-pages_events header .nav-mobile .tel, .single-pages_events header .nav-mobile .tel, .post-type-archive-realisations header .nav-mobile .tel, .single-realisations header .nav-mobile .tel {
  background-color: #185D76; }

footer {
  background-color: #242421;
  color: #FBFBFA; }
  footer .content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .content_container {
        padding-top: 60px;
        padding-bottom: 48px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .content_container .col1 {
      width: 270px;
      margin-right: 25px;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .content_container .col1 {
          width: 100%;
          padding-bottom: 50px;
          margin-right: 0px; } }
      footer .content_container .col1 .logo_footer {
        margin-bottom: 60px;
        display: block;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .content_container .col1 .logo_footer {
            margin-bottom: 32px; } }
        footer .content_container .col1 .logo_footer svg, footer .content_container .col1 .logo_footer img {
          width: 100%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer .content_container .col1 .logo_footer svg, footer .content_container .col1 .logo_footer img {
              width: 205px; } }
      footer .content_container .col1 p {
        font-size: 15px; }
      footer .content_container .col1 .tel {
        font-size: 1.3em;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        padding-top: 20px;
        display: block; }
    footer .content_container .col2 {
      width: 270px;
      margin-right: 25px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .content_container .col2 {
          width: 100%;
          padding-bottom: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: 0px; } }
      footer .content_container .col2 .links_wrap {
        padding-top: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .content_container .col2 .links_wrap {
            padding-top: 0px;
            width: 45%; } }
        footer .content_container .col2 .links_wrap:first-of-type {
          padding-top: 0; }
        footer .content_container .col2 .links_wrap .col-title {
          font-size: 15px;
          font-style: normal;
          font-weight: 350;
          line-height: 120%;
          text-transform: uppercase;
          padding-bottom: 28px;
          color: #5D5D5A;
          font-family: 'Gotham', sans-serif;
          font-weight: 500; }
        footer .content_container .col2 .links_wrap a {
          display: block;
          padding-bottom: 15px; }
    footer .content_container .col3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 380px;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .content_container .col3 {
          width: 100%; } }
      footer .content_container .col3 .top {
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
      footer .content_container .col3 .titre_info {
        font-size: 28px;
        padding-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .content_container .col3 .titre_info {
            font-size: 22px;
            padding-bottom: 20px; } }
      footer .content_container .col3 .newsletter label {
        display: none; }
      footer .content_container .col3 .newsletter .field {
        position: relative; }
        footer .content_container .col3 .newsletter .field .mc-field-group input {
          width: 100%;
          height: 65px;
          background-color: #FBFBFA;
          border-radius: 8px;
          border: 2px solid #FBFBFA;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          padding: 20px 74px 20px 20px; }
      footer .content_container .col3 .newsletter .button {
        background-color: #DF613B;
        width: 58px;
        height: 58px;
        position: absolute;
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: auto;
        border-radius: 5px;
        outline: none;
        border: none;
        color: rgba(223, 97, 59, 0);
        font-size: 1px;
        z-index: 333;
        cursor: pointer;
        background-image: url("../img/arrow.svg");
        background-position: center;
        background-size: 24px;
        background-repeat: no-repeat;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        footer .content_container .col3 .newsletter .button:hover {
          background-size: 28px; }
      footer .content_container .col3 .social_container {
        margin-top: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .content_container .col3 .social_container {
            width: 100%;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        footer .content_container .col3 .social_container .social {
          display: block;
          margin-right: 12px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer .content_container .col3 .social_container .social {
              margin-right: 0px; } }
          footer .content_container .col3 .social_container .social circle {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          footer .content_container .col3 .social_container .social:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
            footer .content_container .col3 .social_container .social:hover circle {
              fill: #DF613B;
              fill-opacity: 1; }
      footer .content_container .col3 .wpml-ls-legacy-list-horizontal {
        padding: 0;
        border: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .content_container .col3 .wpml-ls-legacy-list-horizontal {
            margin-top: 50px; } }
        footer .content_container .col3 .wpml-ls-legacy-list-horizontal a {
          padding: 0;
          font-size: 15px; }
  footer .legal_container {
    border-top: 1px solid #5D5D5A;
    padding: 25px 0; }
    footer .legal_container .legal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .legal_container .legal .left {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 12px;
        color: #5D5D5A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      footer .legal_container .legal .right {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 12px;
        color: #5D5D5A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .legal_container .legal .right {
            padding-top: 14px; } }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #F1EFEC;
  color: #242421;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
  height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background-color: #F1EFEC;
  color: #242421;
  font-size: 18px;
  /* -- @include break(mobile)-- */
  font-family: 'Gotham Book', sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }
  body.admin-bar header {
    margin-top: 30px; }

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available; } }

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

.small-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .small-container {
      width: 90%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

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

.tablet {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tablet {
      display: block; } }

.desktop-tablet {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .desktop-tablet {
      display: none; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #DF613B; }

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none; }

p a {
  color: #DF613B; }

ul {
  padding-left: 22px; }

.ghost {
  height: 0 !important;
  border: none !important; }

.ghost {
  padding: 0;
  margin: 0; }

h1,
.title-h1 {
  font-family: 'OptimaLTPro-Medium', serif;
  font-weight: 500;
  font-size: 5.5em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1,
    .title-h1 {
      font-size: 2.75em; } }

h1.title-h1_small,
.title-h1_small {
  font-family: 'OptimaLTPro-Medium', serif;
  font-weight: 500;
  font-size: 4em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1.title-h1_small,
    .title-h1_small {
      font-size: 2.5em; } }

h2,
.title-h2 {
  font-family: 'OptimaLTPro-Medium', serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2,
    .title-h2 {
      font-size: 2.25em; } }

h3,
.title-h3 {
  font-family: 'OptimaLTPro-Medium', serif;
  font-weight: 500;
  font-size: 2.4em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3,
    .title-h3 {
      font-size: 2em; } }

h4,
.title-h4 {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  font-size: 1.55em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h4,
    .title-h4 {
      font-size: 1.375em; } }

h5,
.title-h5 {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  font-size: 1.33em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h5,
    .title-h5 {
      font-size: 1.25em; } }

h6,
.title-h6 {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  font-size: 1.11em;
  line-height: 120%;
  margin: 0;
  padding-bottom: 8px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h6,
    .title-h6 {
      font-size: 1.125em; } }

.grecaptcha-badge {
  visibility: hidden; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px; }
  .breadcrumb p,
  .breadcrumb a {
    margin: 0;
    padding: 0;
    display: block;
    margin-right: 0.65em;
    font-size: 0.85em;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .breadcrumb p,
      .breadcrumb a {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }

strong {
  font-family: 'Gotham', sans-serif;
  font-weight: 500; }

.bg_light-grey {
  background-color: #F1EFEC; }

.bg_mole {
  background-color: #E7E4DE; }

.bg_blue {
  background-color: #123544; }

.bg_orange {
  background-color: #DF613B; }

.bg_business {
  background-color: #A58455; }

.bg_event {
  background-color: #185D76; }

a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px 14px 32px;
  border-radius: 42px;
  background: -webkit-gradient(linear, right top, left top, from(#DF613B), color-stop(50%, #DF613B), color-stop(75%, #C9441C), to(#C9441C));
  background: linear-gradient(to left, #DF613B, #DF613B 50%, #C9441C 75%, #C9441C 100%);
  background-size: 500% 100%;
  background-position-x: 100%;
  color: #FBFBFA;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  a.btn svg {
    margin-left: 12px; }
  a.btn:hover {
    background-position-x: 0%; }

.link {
  color: #DF613B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .link svg {
    margin-left: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .link svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .link:hover {
    color: #C9441C; }
    .link:hover svg {
      margin-left: 18px; }
    .link:hover path {
      fill: #C9441C; }

.title_top {
  padding-right: 40%;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%;
      padding-bottom: 40px; } }
  .title_top .txt {
    padding-top: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .title_top .txt {
        padding-bottom: 32px; } }
  .title_top.title_top_2col {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .title_top.title_top_2col .left {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .title_top.title_top_2col .left {
          width: 100%; } }

.small-container.title_top {
  padding-bottom: 60px;
  padding-right: 0%; }
  .small-container.title_top .txt {
    padding-right: 40%;
    padding-bottom: 0; }

.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_grand {
      padding-top: 80px;
      padding-bottom: 80px; } }

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_petit {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_petit .title_top {
    padding-bottom: 42px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_petit .title_top {
        padding-bottom: 32px; } }

.sec-padding_notop {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
  padding-top: 0; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_notop {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_notop .title_top {
    padding-bottom: 42px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_notop .title_top {
        padding-bottom: 32px; } }

.sec-padding_notop {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
  padding-bottom: 0; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_notop {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_notop .title_top {
    padding-bottom: 42px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_notop .title_top {
        padding-bottom: 32px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe,
    .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: #DF613B; }
      .popup .close:hover svg path {
        fill: #DF613B;
        stroke: #DF613B; }
  .popup .bg {
    background: rgba(241, 239, 236, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.pum-container .pum-title,
.pum-container .popup-cta-button {
  font-family: "Gotham", sans-serif !important;
  font-weight: 500 !important; }

.post-type-archive-pages_business a.btn,
.single-pages_business a.btn {
  background: -webkit-gradient(linear, right top, left top, from(#A58455), color-stop(50%, #A58455), color-stop(75%, #242421), to(#242421));
  background: linear-gradient(to left, #A58455, #A58455 50%, #242421 75%, #242421 100%);
  background-size: 500% 100%;
  background-position-x: 100%; }
  .post-type-archive-pages_business a.btn:hover,
  .single-pages_business a.btn:hover {
    background-position-x: 0%; }

.post-type-archive-pages_business a.link,
.single-pages_business a.link {
  color: #A58455; }
  .post-type-archive-pages_business a.link svg path,
  .single-pages_business a.link svg path {
    fill: #A58455; }

.post-type-archive-pages_business .bg_orange,
.single-pages_business .bg_orange {
  background-color: #A58455; }

.post-type-archive-pages_events a.btn,
.single-pages_events a.btn,
.post-type-archive-realisations a.btn,
.single-realisations a.btn {
  background: -webkit-gradient(linear, right top, left top, from(#185D76), color-stop(50%, #185D76), color-stop(75%, #123544), to(#123544));
  background: linear-gradient(to left, #185D76, #185D76 50%, #123544 75%, #123544 100%);
  background-size: 500% 100%;
  background-position-x: 100%; }
  .post-type-archive-pages_events a.btn:hover,
  .single-pages_events a.btn:hover,
  .post-type-archive-realisations a.btn:hover,
  .single-realisations a.btn:hover {
    background-position-x: 0%; }

.post-type-archive-pages_events a.link,
.single-pages_events a.link,
.post-type-archive-realisations a.link,
.single-realisations a.link {
  color: #185D76; }
  .post-type-archive-pages_events a.link svg path,
  .single-pages_events a.link svg path,
  .post-type-archive-realisations a.link svg path,
  .single-realisations a.link svg path {
    fill: #185D76; }

.post-type-archive-pages_events .bg_orange,
.single-pages_events .bg_orange,
.post-type-archive-realisations .bg_orange,
.single-realisations .bg_orange {
  background-color: #185D76; }

.sticky-price-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 5%;
  background-color: #242421;
  color: #FBFBFA;
  -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sticky-price-bar {
      -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;
      gap: 10px; } }
  .sticky-price-bar.visible {
    opacity: 1; }
  .sticky-price-bar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sticky-price-bar-title {
        -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; } }
    .sticky-price-bar-title .title-h3 {
      font-size: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sticky-price-bar-title .title-h3 {
          font-size: 18px; } }
    .sticky-price-bar-title .stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .sticky-price-bar-localisation .info, .sticky-price-bar-date .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sticky-price-bar-localisation .info, .sticky-price-bar-date .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 25px; } }
  .sticky-price-bar-localisation .icon, .sticky-price-bar-date .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    .sticky-price-bar-localisation .icon img, .sticky-price-bar-date .icon img {
      height: auto;
      width: 100%;
      max-width: 20px;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    .sticky-price-bar-localisation .icon span, .sticky-price-bar-date .icon span {
      font-family: 'Gotham', sans-serif;
      font-weight: 300;
      font-size: 14px;
      font-style: italic; }
  .sticky-price-bar-localisation p, .sticky-price-bar-date p {
    font-size: 16px; }
  .sticky-price-bar .price_box {
    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;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sticky-price-bar .price_box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px; } }
  .sticky-price-bar .logo-price {
    width: 50px;
    height: 50px;
    margin-right: 15px; }
  .sticky-price-bar .price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .sticky-price-bar .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sticky-price-bar .price-wrapper {
        -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;
        gap: 8px; } }
  .sticky-price-bar .price {
    font-size: 20px;
    font-weight: bold;
    margin: 0; }
  .sticky-price-bar .price_full {
    text-decoration: line-through;
    margin: 0;
    margin-top: -5px;
    font-size: 14px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sticky-price-bar .price_full {
        margin-top: 0; } }
  .sticky-price-bar .text_small,
  .sticky-price-bar .text_taxe {
    font-size: 0.8rem;
    margin: 0; }
  .sticky-price-bar .text_small {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-wrap: nowrap; }
  .sticky-price-bar .sticky-price-bar .cta-container {
    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) {
      .sticky-price-bar .sticky-price-bar .cta-container {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 10px; } }
  .sticky-price-bar .sticky-price-bar .btn {
    white-space: nowrap; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359);
            transform: rotate(359); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359);
            transform: rotate(359); } }

.template-faq .module-19-faq h2 {
  padding-bottom: 40px; }

.template-faq .module-19-faq .collapse_container {
  padding-bottom: 100px; }

.template-brochures .brochures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-brochures .brochures {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .template-brochures .brochures a {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22%;
    min-width: 230px;
    margin-bottom: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .template-brochures .brochures a .img_container {
      width: 205px;
      height: 265px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      background-color: #FBFBFA;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .template-brochures .brochures a .img_container .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .template-brochures .brochures a .img_container .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; }
    .template-brochures .brochures a .title {
      font-size: 1.1em;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      margin-top: 14px;
      width: 100%;
      text-align: center; }
    .template-brochures .brochures a .subtitle {
      font-size: 13px;
      font-family: 'Gotham', sans-serif;
      font-weight: 300;
      margin-top: 2px;
      width: 100%;
      text-align: center;
      font-style: italic; }
    .template-brochures .brochures a:hover .img_container {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  .template-brochures .brochures .ghost {
    width: 22%;
    min-width: 230px; }

.template-team .hero-team {
  padding-top: 160px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-team .hero-team {
      padding-bottom: 60px; } }
  .template-team .hero-team .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-team .hero-team .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .template-team .hero-team .img {
    width: 316px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-team .hero-team .img {
        display: none; } }
    .template-team .hero-team .img .img_container {
      width: 316px;
      height: 435px;
      overflow: hidden;
      border-radius: 12px;
      position: sticky;
      top: 160px;
      left: 0; }
    .template-team .hero-team .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; }
  .template-team .hero-team .content {
    width: 60%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-team .hero-team .content {
        width: 100%;
        margin-bottom: 60px; } }
    .template-team .hero-team .content .breadcrumb {
      padding-bottom: 30px; }
    .template-team .hero-team .content h5 {
      padding-top: 5px; }
    .template-team .hero-team .content .btn {
      margin-top: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-team .hero-team .content .btn {
          margin-top: 30px; } }
    .template-team .hero-team .content .img_tablet {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-team .hero-team .content .img_tablet {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 60px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .template-team .hero-team .content .img_tablet .img_container {
        width: 100%;
        max-width: 335px;
        height: 335px;
        overflow: hidden;
        border-radius: 12px;
        position: relative; }
      .template-team .hero-team .content .img_tablet 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; }

.template-team .presentation {
  padding-top: 200px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-team .presentation {
      padding-top: 80px; } }
  .template-team .presentation .txt {
    padding-bottom: 40px; }
  .template-team .presentation .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px; }
    .template-team .presentation .info .icon {
      width: 81px;
      height: 81px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #E7E4DE;
      border-radius: 50%;
      margin-right: 30px; }
      .template-team .presentation .info .icon img {
        width: 41px; }

.template-promotions .promotions {
  background-color: #E7E4DE;
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-promotions .promotions {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .template-promotions .promotions .promo_card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #FBFBFA;
    width: 316px;
    min-height: 464px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid rgba(225, 221, 212, 0);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .template-promotions .promotions .promo_card .img_container {
      position: relative;
      overflow: hidden;
      padding-bottom: 101%; }
      .template-promotions .promotions .promo_card .img_container 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; }
    .template-promotions .promotions .promo_card .content {
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding: 16px 20px 18px 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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .template-promotions .promotions .promo_card .content .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .template-promotions .promotions .promo_card .content a {
        display: block;
        margin-right: 10px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .template-promotions .promotions .promo_card .content a:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    .template-promotions .promotions .promo_card-ghost {
      padding: 0;
      height: 0;
      min-height: 0;
      opacity: 0;
      background-color: transparent; }
  .template-promotions .promotions .promo_grid {
    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-left: -10px;
    margin-right: -10px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-promotions .promotions .promo_grid {
        margin-left: 0px;
        margin-right: 0px;
        -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; } }
    .template-promotions .promotions .promo_grid .promo_card {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-promotions .promotions .promo_grid .promo_card {
          -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;
          height: auto;
          min-height: 160px;
          width: 100%;
          max-width: 400px;
          min-width: 0;
          margin-left: 0;
          margin-right: 0; }
          .template-promotions .promotions .promo_grid .promo_card .img_container {
            width: 50%;
            padding-bottom: 50%; }
          .template-promotions .promotions .promo_grid .promo_card .content {
            width: 50%;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .template-promotions .promotions .promo_grid .promo_card .content h5 {
              font-size: 1.15em; }
            .template-promotions .promotions .promo_grid .promo_card .content .links {
              margin-top: 10px; } }

.module-jobs .job {
  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;
  border-radius: 12px;
  background-color: #E7E4DE;
  padding: 40px 50px;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-jobs .job {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 30px 20px; } }
  .module-jobs .job > div {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-jobs .job > div {
        width: 100%;
        margin-top: 16px; } }
  .module-jobs .job .btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 180px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-jobs .job .btn_container {
        width: 100%; }
        .module-jobs .job .btn_container .btn {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .module-jobs .job .city, .module-jobs .job .type {
    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-jobs .job .city, .module-jobs .job .type {
        width: 48%;
        font-size: 15px; } }
    .module-jobs .job .city img, .module-jobs .job .type img {
      width: 25px;
      margin-right: 11px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-jobs .job .city img, .module-jobs .job .type img {
          width: 22px; } }

.template-voyage {
  padding-top: 124px; }
  .template-voyage .hero-voyage {
    position: relative;
    z-index: 1; }
    .template-voyage .hero-voyage .img {
      position: relative;
      width: 100%;
      height: 490px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .hero-voyage .img {
          height: 375px; } }
      .template-voyage .hero-voyage .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; }
    .template-voyage .hero-voyage .notif {
      position: absolute;
      z-index: 5;
      right: 5%;
      bottom: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .template-voyage .hero-voyage .notif .text_notif {
        background-color: #DF613B;
        border-radius: 10px;
        width: 245px;
        padding: 13px 22px;
        color: #FBFBFA;
        font-size: 13px;
        margin-bottom: 10px;
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
        display: none; }
        .template-voyage .hero-voyage .notif .text_notif a {
          display: block;
          font-family: 'Gotham', sans-serif;
          font-weight: 500; }
      .template-voyage .hero-voyage .notif .click_notif {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        position: relative;
        background-color: #DF613B;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .template-voyage .hero-voyage .notif .click_notif svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .template-voyage .hero-voyage .notif .click_notif .cross {
          opacity: 0;
          -webkit-transform: translate(-50%, -50%) scale(0.6);
                  transform: translate(-50%, -50%) scale(0.6); }
        .template-voyage .hero-voyage .notif .click_notif.open .cross {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); }
        .template-voyage .hero-voyage .notif .click_notif.open .bell {
          opacity: 0;
          -webkit-transform: translate(-50%, -50%) scale(0.6);
                  transform: translate(-50%, -50%) scale(0.6); }
        .template-voyage .hero-voyage .notif .click_notif:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          .template-voyage .hero-voyage .notif .click_notif:hover svg {
            -webkit-transform: translate(-50%, -50%) scale(0.9);
                    transform: translate(-50%, -50%) scale(0.9); }
    .template-voyage .hero-voyage .click_galerie {
      position: absolute;
      z-index: 5;
      left: 5%;
      bottom: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #FBFBFA;
      border-radius: 42px;
      padding: 16px 32px 12px 32px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #DF613B;
      font-size: 14px;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .template-voyage .hero-voyage .click_galerie svg {
        margin-right: 14px; }
        .template-voyage .hero-voyage .click_galerie svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      .template-voyage .hero-voyage .click_galerie:hover {
        background-color: #DF613B;
        color: #FBFBFA; }
        .template-voyage .hero-voyage .click_galerie:hover svg path {
          fill: #FBFBFA; }
  .template-voyage .content-info {
    position: relative;
    z-index: 10;
    margin-top: -55px;
    padding-top: 40px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: #F1EFEC; }
    .template-voyage .content-info .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 40px;
      border-bottom: 1px solid #E1DDD4;
      margin-bottom: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .content-info .container {
          -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; } }
    .template-voyage .content-info .content {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      width: 100%; }
    .template-voyage .content-info .breadcrumb a, .template-voyage .content-info .breadcrumb p {
      color: #5D5D5A; }
    .template-voyage .content-info .breadcrumb a:hover {
      color: #DF613B; }
    .template-voyage .content-info h1 {
      padding-top: 25px;
      padding-bottom: 5px; }
    .template-voyage .content-info .rate {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .content-info .rate {
          margin-bottom: 20px; } }
    .template-voyage .content-info .tag_wrapper {
      padding-top: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .template-voyage .content-info .tag_wrapper .tag {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 5px 10px;
        border-radius: 6px;
        padding: 5px 10px;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-size: 15px;
        background-color: #E7E4DE;
        color: #DF613B;
        margin-right: 8px; }
        .template-voyage .content-info .tag_wrapper .tag.deal {
          background-color: #DF613B;
          color: #FBFBFA; }
    .template-voyage .content-info .agent_wrap {
      padding-top: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .template-voyage .content-info .agent_wrap .logo {
        height: 75px;
        width: auto;
        margin-right: 20px; }
    .template-voyage .content-info .price_container {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 320px;
      margin-left: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .content-info .price_container {
          margin-left: 0;
          width: 100%; } }
      .template-voyage .content-info .price_container .spin {
        -webkit-transform-origin: 50%;
                transform-origin: 50%;
        -webkit-animation: spin 8s linear infinite;
                animation: spin 8s linear infinite; }
      .template-voyage .content-info .price_container p.no_price {
        padding-top: 50px;
        padding-bottom: 28px;
        font-size: 1.4em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .content-info .price_container p.no_price {
            padding-top: 9px;
            padding-bottom: 45px; } }
      .template-voyage .content-info .price_container .price_box {
        position: relative;
        width: 100%;
        min-height: 290px;
        background-color: #DF613B;
        color: #FBFBFA;
        border-radius: 12px;
        padding: 40px 31px;
        text-align: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .content-info .price_container .price_box {
            text-align: left;
            min-height: 235px; } }
        .template-voyage .content-info .price_container .price_box .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .template-voyage .content-info .price_container .price_box .logo-price {
          position: absolute;
          width: 88px;
          height: 88px;
          left: -20px;
          top: -20px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-voyage .content-info .price_container .price_box .logo-price {
              position: static;
              position: initial;
              width: 60px;
              height: 60px;
              left: 0px;
              top: 0px;
              margin-right: 20px; } }
        .template-voyage .content-info .price_container .price_box .text_small {
          font-size: 15px; }
        .template-voyage .content-info .price_container .price_box .price {
          padding-top: 3px;
          font-size: 40px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500; }
        .template-voyage .content-info .price_container .price_box .price_full {
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-decoration: line-through;
          font-family: 'Gotham', sans-serif;
          font-weight: 500; }
        .template-voyage .content-info .price_container .price_box .text_taxe {
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          font-size: 15px;
          margin-bottom: 30px; }
        .template-voyage .content-info .price_container .price_box .btn_white {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: -webkit-gradient(linear, right top, left top, from(#FBFBFA), color-stop(50%, #FBFBFA), color-stop(75%, #DF613B), to(#DF613B));
          background: linear-gradient(to left, #FBFBFA, #FBFBFA 50%, #DF613B 75%, #DF613B 100%);
          background-size: 500% 100%;
          background-position-x: 100%;
          color: #DF613B;
          border: 1px solid #FBFBFA;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .template-voyage .content-info .price_container .price_box .btn_white svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .template-voyage .content-info .price_container .price_box .btn_white:hover {
            background-position-x: 0%;
            color: #FBFBFA; }
            .template-voyage .content-info .price_container .price_box .btn_white:hover svg path {
              fill: #FBFBFA; }
          .template-voyage .content-info .price_container .price_box .btn_white.btn_complet {
            pointer-events: none;
            cursor: not-allowed; }
            .template-voyage .content-info .price_container .price_box .btn_white.btn_complet:hover {
              background-position-x: 100%;
              color: #DF613B; }
              .template-voyage .content-info .price_container .price_box .btn_white.btn_complet:hover svg path {
                fill: #DF613B; }
  .template-voyage .content-description .container {
    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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-voyage .content-description .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .template-voyage .content-description .container .content {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      width: 100%; }
      .template-voyage .content-description .container .content .text {
        margin-bottom: 50px; }
      .template-voyage .content-description .container .content .collapse_container .collapse {
        padding: 28px 40px;
        background-color: #E7E4DE;
        border-radius: 12px;
        margin-bottom: 16px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-voyage .content-description .container .content .collapse_container .collapse {
            padding: 28px 26px; } }
        .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title {
          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;
          cursor: pointer; }
          .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title .title-h6 {
            width: 75%;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title .title-h6 {
                width: calc(100% - 40px);
                font-size: 20px; } }
          .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title .plus {
            width: 28px;
            height: 28px;
            position: relative; }
            .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title .plus div {
              width: 15px;
              height: 3px;
              background-color: #242421;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
              .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title .plus div.line2 {
                -webkit-transform: translate(-50%, -50%) rotate(90deg);
                        transform: translate(-50%, -50%) rotate(90deg); }
          .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title:hover .title-h6 {
            color: #DF613B; }
          .template-voyage .content-description .container .content .collapse_container .collapse .collapse_title:hover .plus div {
            background-color: #DF613B; }
        .template-voyage .content-description .container .content .collapse_container .collapse .collapse_content {
          overflow: hidden;
          display: none; }
          .template-voyage .content-description .container .content .collapse_container .collapse .collapse_content .collapse_content-inner {
            padding-top: 16px;
            font-size: 15px; }
        .template-voyage .content-description .container .content .collapse_container .collapse.active .title-h6 {
          color: #DF613B; }
        .template-voyage .content-description .container .content .collapse_container .collapse.active .plus div {
          background-color: #DF613B; }
          .template-voyage .content-description .container .content .collapse_container .collapse.active .plus div.line2 {
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
                    transform: translate(-50%, -50%) rotate(0deg); }
        .template-voyage .content-description .container .content .collapse_container .collapse:first-of-type .collapse_content {
          display: block; }
      .template-voyage .content-description .container .content .galerie_min_wrap {
        padding-top: 80px; }
        .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min {
          padding-top: 30px;
          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; }
          .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .img_container {
            position: relative;
            width: 32.5%;
            padding-bottom: 21%;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 12px;
            cursor: pointer;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .img_container {
                width: 48.5%;
                padding-bottom: 35%; } }
            .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .img_container 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; }
          .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .click_galerie {
            width: 32.5%;
            padding-bottom: 21%;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 12px;
            background-color: #DF613B;
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 30px;
            text-align: center;
            color: #FBFBFA;
            cursor: pointer;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .click_galerie {
                width: 48.5%;
                padding: 15px;
                font-size: 15px; } }
            .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .click_galerie svg {
              -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) {
                .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .click_galerie svg {
                  width: 35px;
                  height: 34px; } }
            .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .click_galerie:hover svg {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
          .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .ghost {
            width: 32.5%;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-voyage .content-description .container .content .galerie_min_wrap .galerie_min .ghost {
                width: 48.5%; } }
    .template-voyage .content-description .container .side {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 320px;
      margin-left: 10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .content-description .container .side {
          width: 100%;
          margin-left: 0%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 50px; } }
      .template-voyage .content-description .container .side.desktop-tablet {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .content-description .container .side.desktop-tablet {
            display: none; } }
      .template-voyage .content-description .container .side .info {
        padding-bottom: 25px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .content-description .container .side .info {
            width: 48%;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0; } }
        .template-voyage .content-description .container .side .info .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          margin-bottom: 5px; }
          .template-voyage .content-description .container .side .info .icon img {
            margin-right: 6px;
            width: 18px;
            margin-bottom: 3px; }
        .template-voyage .content-description .container .side .info p {
          font-family: 'Gotham', sans-serif;
          font-weight: 500; }
      .template-voyage .content-description .container .side .assurance {
        width: 269px;
        height: 112px;
        background-color: #DF613B;
        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: 30px;
        color: #FBFBFA;
        border-radius: 12px;
        font-size: 20px;
        margin-top: 45px;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .content-description .container .side .assurance {
            width: 100%; } }
        .template-voyage .content-description .container .side .assurance span {
          width: 155px; }
        .template-voyage .content-description .container .side .assurance svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .template-voyage .content-description .container .side .assurance:hover svg {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .template-voyage .content-description .container .side .brochure {
        width: 269px;
        height: 112px;
        background-color: #FBFBFA;
        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: 30px;
        color: #DF613B;
        border-radius: 12px;
        font-size: 20px;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        margin-top: 10px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .content-description .container .side .brochure {
            width: 100%; } }
        .template-voyage .content-description .container .side .brochure span {
          width: 155px; }
        .template-voyage .content-description .container .side .brochure svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .template-voyage .content-description .container .side .brochure:hover svg {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
  .template-voyage .galerie_img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none; }
    .template-voyage .galerie_img .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #F1EFEC;
      z-index: 0; }
    .template-voyage .galerie_img .close_btn {
      position: absolute;
      z-index: 4;
      top: 25px;
      right: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .template-voyage .galerie_img .close_btn span {
        display: block;
        font-style: italic;
        font-size: 13px;
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
        margin-right: 8px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .template-voyage .galerie_img .close_btn svg {
        width: 15px;
        height: 15px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .template-voyage .galerie_img .close_btn:hover {
        color: #DF613B; }
        .template-voyage .galerie_img .close_btn:hover svg {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    .template-voyage .galerie_img .galerie_container {
      position: absolute;
      top: 8%;
      left: 8%;
      right: 8%;
      bottom: 8%;
      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;
      z-index: 2; }
      .template-voyage .galerie_img .galerie_container .arrow {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FBFBFA;
        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;
        z-index: 3;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        .template-voyage .galerie_img .galerie_container .arrow svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .galerie_img .galerie_container .arrow {
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 35px; } }
        .template-voyage .galerie_img .galerie_container .arrow:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          .template-voyage .galerie_img .galerie_container .arrow:hover svg {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); }
        .template-voyage .galerie_img .galerie_container .arrow.not_active {
          pointer-events: none;
          opacity: 0.5; }
      .template-voyage .galerie_img .galerie_container .arrow_left {
        margin-right: 5%; }
      .template-voyage .galerie_img .galerie_container .arrow_right {
        margin-left: 5%; }
      .template-voyage .galerie_img .galerie_container .galerie {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        width: 100%;
        height: 100%;
        position: relative; }
        .template-voyage .galerie_img .galerie_container .galerie .img_container {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          pointer-events: none; }
          .template-voyage .galerie_img .galerie_container .galerie .img_container:first-of-type {
            opacity: 1; }
          .template-voyage .galerie_img .galerie_container .galerie .img_container 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;
            -o-object-fit: contain;
               object-fit: contain; }
      .template-voyage .galerie_img .galerie_container .slide_nb {
        position: absolute;
        bottom: -2.5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 13px;
        font-style: italic;
        font-family: 'Gotham', sans-serif;
        font-weight: 300; }
  .template-voyage .itineraire_wrap {
    margin-top: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-voyage .itineraire_wrap {
        margin-top: 60px; } }
    .template-voyage .itineraire_wrap .itineraire_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .itineraire_wrap .itineraire_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .template-voyage .itineraire_wrap .left {
      padding-top: 120px;
      padding-bottom: 120px;
      padding-left: calc((100vw - 1325px) / 2);
      width: 60%;
      padding-right: 5%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .template-voyage .itineraire_wrap .left {
          padding-left: 5%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .itineraire_wrap .left {
          padding-top: 60px;
          padding-bottom: 60px;
          width: 100%; } }
      .template-voyage .itineraire_wrap .left .day {
        padding-top: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .itineraire_wrap .left .day {
            padding-top: 40px; } }
        .template-voyage .itineraire_wrap .left .day .day_title {
          color: #DF613B;
          padding-bottom: 12px; }
        .template-voyage .itineraire_wrap .left .day .txt {
          padding-top: 16px; }
        .template-voyage .itineraire_wrap .left .day .img_container {
          margin-top: 30px;
          overflow: hidden;
          border-radius: 12px;
          position: relative;
          padding-bottom: 59%; }
          .template-voyage .itineraire_wrap .left .day .img_container 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; }
      .template-voyage .itineraire_wrap .left .btn {
        margin-top: 80px; }
    .template-voyage .itineraire_wrap .right {
      width: 40%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      background-color: transparent;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-voyage .itineraire_wrap .right {
          width: 100%; } }
      .template-voyage .itineraire_wrap .right .carte_container {
        position: sticky;
        top: 0px;
        left: 0;
        width: 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;
        height: 100vh;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-voyage .itineraire_wrap .right .carte_container {
            position: static;
            position: initial;
            height: auto; } }
        .template-voyage .itineraire_wrap .right .carte_container img {
          -webkit-box-shadow: 0px 4px 25px rgba(93, 93, 90, 0.5);
                  box-shadow: 0px 4px 25px rgba(93, 93, 90, 0.5); }

.template-actualites .hero-actu {
  height: 490px;
  background-color: #DF613B;
  text-align: center;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FBFBFA;
  padding-top: 125px;
  padding-bottom: 55px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .hero-actu {
      padding-bottom: 60px; } }

.template-actualites .filter-wrap {
  padding-top: 40px;
  padding-bottom: 65px; }
  .template-actualites .filter-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll; }
    .template-actualites .filter-wrap .container .filter {
      font-size: 20px;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      margin-right: 28px;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      padding-top: 4px;
      padding-bottom: 4px;
      cursor: pointer; }
      .template-actualites .filter-wrap .container .filter:after {
        content: " ";
        background-color: #DF613B;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        display: block;
        position: absolute;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .template-actualites .filter-wrap .container .filter.active {
        pointer-events: none;
        color: #DF613B; }
        .template-actualites .filter-wrap .container .filter.active:after {
          height: 4px; }
      .template-actualites .filter-wrap .container .filter:hover:after {
        height: 4px; }

.template-actualites .collapse_container .collapse_title .info {
  width: 100%;
  padding-right: 5%;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  .template-actualites .collapse_container .collapse_title .info .date {
    font-size: 15px;
    color: #DF613B;
    padding-bottom: 7px; }
  .template-actualites .collapse_container .collapse_title .info .tag_wrap {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .template-actualites .collapse_container .collapse_title .info .tag_wrap .tag {
      border-radius: 6px;
      background-color: #F1EFEC;
      color: #DF613B;
      padding: 5px 8px 3px 8px;
      font-size: 13px;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      margin-right: 8px; }

.template-actualites .collapse_container .txt a {
  text-decoration: underline;
  color: #DF613B; }

.template-actualites .collapse_container .btn {
  margin-top: 20px; }

.template-actualites .page-content {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -55px;
  padding-top: 40px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #F1EFEC;
  padding-bottom: 80px; }

.blog_nav {
  background-color: #123544;
  color: #FBFBFA;
  position: sticky;
  top: 136px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 998;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10%;
  font-size: 0.875em;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .blog_nav {
      padding: 16px 5%;
      font-size: 0.875em; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .blog_nav {
      position: fixed;
      top: 122px;
      font-size: 1em; } }
  .blog_nav .nav-mobile {
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .blog_nav .nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .blog_nav .nav-mobile .icon {
      margin-right: 14px;
      position: relative;
      width: 25px;
      height: 25px; }
      .blog_nav .nav-mobile .icon svg {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      .blog_nav .nav-mobile .icon .close {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0; }
  .blog_nav.open .nav-mobile .close {
    opacity: 1; }
  .blog_nav.open .nav-mobile .open {
    opacity: 0; }
  .blog_nav .content_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .blog_nav .content_nav {
        display: none;
        margin-top: 18px;
        margin-left: -6%;
        margin-right: -6%;
        border-top: 2px solid rgba(251, 251, 250, 0.2);
        padding: 32px 6% 16px 6%;
        height: calc(100vh - 180px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: height 0.5s;
        transition: height 0.5s; } }
  .blog_nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .blog_nav .nav {
        -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; } }
  .blog_nav .cat {
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .blog_nav .cat {
        margin-right: 20px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .blog_nav .cat {
        margin-bottom: 35px;
        margin-right: 0px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .blog_nav .cat a {
      z-index: 2;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      position: relative; }
      .blog_nav .cat a:after {
        content: " ";
        width: 100%;
        height: 0px;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        background-color: #DF613B;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .blog_nav .cat a:hover:after {
        height: 3px; }
    .blog_nav .cat .arrow_btn {
      cursor: pointer;
      margin-left: 10px;
      z-index: 2;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .blog_nav .cat .arrow_btn {
          margin-left: 30px; } }
      .blog_nav .cat .arrow_btn svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .blog_nav .cat .arrow_btn.open svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .blog_nav .cat .sub-menu {
      position: absolute;
      left: -10vw;
      right: -10vw;
      top: 85%;
      background-color: #123544;
      min-width: 215px;
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      z-index: 1;
      pointer-events: none;
      padding: 48px 10vw 18px 10vw;
      overflow: hidden;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .blog_nav .cat .sub-menu {
          padding: 34px 5vw;
          left: -5vw;
          right: -5vw; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .blog_nav .cat .sub-menu {
          position: static;
          position: initial;
          padding: 0;
          width: 100%;
          display: none; } }
      .blog_nav .cat .sub-menu .line {
        display: block;
        position: absolute;
        top: 20px;
        background-color: rgba(251, 251, 250, 0.2);
        height: 1px;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .blog_nav .cat .sub-menu .line {
            display: none; } }
      .blog_nav .cat .sub-menu .sub-menu_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 143px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .blog_nav .cat .sub-menu .sub-menu_container {
            width: 100%;
            height: auto; } }
        .blog_nav .cat .sub-menu .sub-menu_container .sub-cat {
          width: 250px;
          padding-right: 50px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .blog_nav .cat .sub-menu .sub-menu_container .sub-cat {
              width: 100%;
              padding-right: 0px;
              margin-top: 20px; } }
    .blog_nav .cat:hover {
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .blog_nav .cat:hover svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .blog_nav .cat:hover .sub-menu {
          pointer-events: all;
          opacity: 1;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); }
          .blog_nav .cat:hover .sub-menu .line {
            -webkit-transition: all 0.6s 0.2s;
            transition: all 0.6s 0.2s;
            opacity: 1; }
          .blog_nav .cat:hover .sub-menu .sub-cat {
            margin-bottom: 12px; }
            .blog_nav .cat:hover .sub-menu .sub-cat a {
              font-size: 14px;
              -webkit-transition: all 0.2s;
              transition: all 0.2s; }
              .blog_nav .cat:hover .sub-menu .sub-cat a:hover:after {
                height: 2px; } }
    .blog_nav .cat.active > a {
      color: #DF613B; }
      .blog_nav .cat.active > a:after {
        height: 3px; }
  .blog_nav .search {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 15px;
    border-left: 2px solid rgba(251, 251, 250, 0.2);
    color: rgba(251, 251, 250, 0.2);
    padding-left: 50px;
    position: relative;
    z-index: 3;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .blog_nav .search {
        margin-left: 0px;
        border-top: 2px solid rgba(251, 251, 250, 0.2);
        border-left: none;
        padding-left: 0;
        padding-top: 20px; } }
    .blog_nav .search form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog_nav .search form input {
        width: 115px;
        border: none;
        background-color: transparent;
        color: rgba(251, 251, 250, 0.2);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .blog_nav .search form input::-webkit-input-placeholder {
          color: rgba(251, 251, 250, 0.2); }
        .blog_nav .search form input::-moz-placeholder {
          color: rgba(251, 251, 250, 0.2); }
        .blog_nav .search form input:-ms-input-placeholder {
          color: rgba(251, 251, 250, 0.2); }
        .blog_nav .search form input::-ms-input-placeholder {
          color: rgba(251, 251, 250, 0.2); }
        .blog_nav .search form input::placeholder {
          color: rgba(251, 251, 250, 0.2); }
        .blog_nav .search form input:focus {
          border: none;
          outline: none;
          color: #fbfbfa; }
          .blog_nav .search form input:focus::-webkit-input-placeholder {
            color: #fbfbfa; }
          .blog_nav .search form input:focus::-moz-placeholder {
            color: #fbfbfa; }
          .blog_nav .search form input:focus:-ms-input-placeholder {
            color: #fbfbfa; }
          .blog_nav .search form input:focus::-ms-input-placeholder {
            color: #fbfbfa; }
          .blog_nav .search form input:focus::placeholder {
            color: #fbfbfa; }
      .blog_nav .search form button {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        background-color: transparent;
        opacity: 0.2;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        .blog_nav .search form button:focus, .blog_nav .search form button:hover {
          border: none;
          outline: none;
          opacity: 1; }

.template-blogue {
  padding-top: 136px;
  position: relative; }
  .template-blogue .principal {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 140px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-blogue .principal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 80px; } }
    .template-blogue .principal strong {
      color: #DF613B; }
    .template-blogue .principal .content {
      padding-left: calc((100vw - 1325px) / 2);
      padding-right: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .template-blogue .principal .content {
          padding-left: 5%; } }
      .template-blogue .principal .content .top_info h1 {
        font-size: 44px;
        margin-bottom: 8px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-blogue .principal .content .top_info h1 {
            font-size: 32px; } }
      .template-blogue .principal .content .top_info .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #5D5D5A;
        margin-bottom: 20px; }
        .template-blogue .principal .content .top_info .info .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-right: 12px; }
          .template-blogue .principal .content .top_info .info .date svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .template-blogue .principal .content .top_info .info .date svg path {
              fill: #5D5D5A; }
        .template-blogue .principal .content .top_info .info .time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-left: 12px; }
          .template-blogue .principal .content .top_info .info .time svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .template-blogue .principal .content .top_info .info .time svg path {
              fill: #5D5D5A; }
      .template-blogue .principal .content .header_img {
        width: 100%;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        margin-bottom: 50px; }
        .template-blogue .principal .content .header_img img {
          width: 100%; }
        .template-blogue .principal .content .header_img .tag_wrap {
          position: absolute;
          top: 12px;
          right: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .template-blogue .principal .content .header_img .tag_wrap .tag {
            border-radius: 6px;
            background-color: #DF613B;
            padding: 5px 8px 3px 8px;
            margin-left: 8px;
            font-size: 13px;
            font-family: 'Gotham', sans-serif;
            font-weight: 500;
            color: #FBFBFA; }
      .template-blogue .principal .content .header_desc h1,
      .template-blogue .principal .content .header_desc h2,
      .template-blogue .principal .content .header_desc h3,
      .template-blogue .principal .content .header_desc h4 {
        font-family: 'Gotham', sans-serif;
        font-weight: 500; }
        .template-blogue .principal .content .header_desc h1:first-of-type,
        .template-blogue .principal .content .header_desc h2:first-of-type,
        .template-blogue .principal .content .header_desc h3:first-of-type,
        .template-blogue .principal .content .header_desc h4:first-of-type {
          margin-top: 32px; }
      .template-blogue .principal .content .header_desc h2,
      .template-blogue .principal .content .header_desc h3 {
        color: #DF613B; }
        .template-blogue .principal .content .header_desc h2 img,
        .template-blogue .principal .content .header_desc h3 img {
          margin-top: 25px;
          width: 100%;
          height: 100%;
          max-height: 500px;
          border-radius: 20px;
          overflow: hidden;
          margin-bottom: 50px;
          -o-object-fit: cover;
             object-fit: cover;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-blogue .principal .content .header_desc h2 img,
            .template-blogue .principal .content .header_desc h3 img {
              max-height: 200px; } }
      .template-blogue .principal .content .header_desc h2 {
        font-size: 42px; }
      .template-blogue .principal .content .header_desc h3 {
        font-size: 32px;
        margin-top: 50px;
        margin-bottom: 12px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-blogue .principal .content .header_desc h3 {
            margin-top: 40px; } }
      .template-blogue .principal .content .header_desc b {
        font-family: 'Gotham', sans-serif;
        font-weight: 500; }
      .template-blogue .principal .content .header_desc p {
        margin: 12px 0; }
        .template-blogue .principal .content .header_desc p img {
          margin-top: 25px;
          width: 100%;
          height: 100%;
          max-height: 500px;
          border-radius: 20px;
          overflow: hidden;
          margin-bottom: 50px;
          -o-object-fit: cover;
             object-fit: cover;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-blogue .principal .content .header_desc p img {
              max-height: 200px; } }
      .template-blogue .principal .content .page-content .module_titre {
        margin-top: 50px; }
        .template-blogue .principal .content .page-content .module_titre .day {
          display: inline-block;
          color: #DF613B; }
        .template-blogue .principal .content .page-content .module_titre .title-h6 {
          display: inline-block; }
      .template-blogue .principal .content .page-content .module_texte {
        padding-top: 25px; }
      .template-blogue .principal .content .page-content .module_lien {
        padding-top: 25px; }
        .template-blogue .principal .content .page-content .module_lien .btn svg path {
          fill: #FBFBFA; }
      .template-blogue .principal .content .page-content .module_img {
        margin-top: 25px;
        width: 100%;
        position: relative;
        padding-bottom: 56%;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 50px; }
        .template-blogue .principal .content .page-content .module_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; }
      .template-blogue .principal .content .page-content .module_moz {
        margin-top: 25px;
        width: 100%;
        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; }
        .template-blogue .principal .content .page-content .module_moz .img_left {
          width: calc(50% - 6px);
          position: relative;
          padding-bottom: 47%;
          border-radius: 20px;
          overflow: hidden;
          margin-bottom: 50px; }
        .template-blogue .principal .content .page-content .module_moz .img_right {
          width: calc(50% - 6px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .template-blogue .principal .content .page-content .module_moz .img_right .img_top {
            position: relative;
            border-radius: 20px;
            padding-bottom: 46.25%;
            overflow: hidden; }
          .template-blogue .principal .content .page-content .module_moz .img_right .img_bottom {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            padding-bottom: 46.25%;
            margin-top: 12px; }
        .template-blogue .principal .content .page-content .module_moz 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; }
    .template-blogue .principal .sidebar {
      margin-top: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 445px;
      background-color: #E7E4DE;
      border-radius: 12px 0px 0px 12px;
      position: relative;
      padding: 85px 48px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .template-blogue .principal .sidebar {
          padding: 65px 32px;
          width: 350px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-blogue .principal .sidebar {
          width: 100%;
          border-radius: 0;
          padding: 50px 5%; } }
      .template-blogue .principal .sidebar .sidebar_content {
        -webkit-transition: top 0.5s;
        transition: top 0.5s;
        position: sticky;
        top: 280px;
        left: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-blogue .principal .sidebar .sidebar_content {
            position: static;
            position: initial;
            top: auto; } }
        .template-blogue .principal .sidebar .sidebar_content h5 {
          padding-bottom: 20px; }
        .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #eeede2; }
          .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .img_thumb {
            overflow: hidden;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 125px;
            height: 83px;
            border-radius: 12px;
            position: relative;
            margin-right: 18px;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .img_thumb 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: 1280px) {
              .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .img_thumb {
                width: 102px;
                height: 70px; } }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .img_thumb {
                width: 125px;
                height: 83px; } }
          .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .content_card {
            width: 100%;
            -ms-flex-negative: 1;
                flex-shrink: 1; }
            .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .content_card .title {
              font-size: 15px;
              font-family: 'Gotham', sans-serif;
              font-weight: 500; }
            .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .content_card .date {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #5D5D5A;
              font-size: 13px;
              margin-top: 5px; }
              .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .content_card .date svg {
                margin-bottom: 2px;
                margin-right: 6px; }
                .template-blogue .principal .sidebar .sidebar_content .top_article .card_article-small .content_card .date svg path {
                  fill: #5D5D5A; }
        .template-blogue .principal .sidebar .sidebar_content .share_content {
          padding-top: 40px; }
          .template-blogue .principal .sidebar .sidebar_content .share_content .share {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .template-blogue .principal .sidebar .sidebar_content .share_content .share a {
              margin-right: 30px; }
              .template-blogue .principal .sidebar .sidebar_content .share_content .share a:hover {
                -webkit-transform: scale(1.07);
                        transform: scale(1.07); }
        .template-blogue .principal .sidebar .sidebar_content .newsletter_content {
          padding-top: 40px; }
          .template-blogue .principal .sidebar .sidebar_content .newsletter_content p {
            margin-bottom: 12px; }
          .template-blogue .principal .sidebar .sidebar_content .newsletter_content label {
            display: none; }
          .template-blogue .principal .sidebar .sidebar_content .newsletter_content .field {
            position: relative; }
            .template-blogue .principal .sidebar .sidebar_content .newsletter_content .field .mc-field-group input {
              width: 100%;
              height: 65px;
              background-color: #FBFBFA;
              border-radius: 8px;
              border: 2px solid #FBFBFA;
              -webkit-transition: all 0.4s;
              transition: all 0.4s;
              padding: 20px 74px 20px 20px; }
          .template-blogue .principal .sidebar .sidebar_content .newsletter_content .button {
            background-color: #DF613B;
            width: 58px;
            height: 58px;
            position: absolute;
            top: 4px;
            right: 4px;
            bottom: 4px;
            left: auto;
            border-radius: 5px;
            outline: none;
            border: none;
            color: rgba(223, 97, 59, 0);
            font-size: 1px;
            z-index: 333;
            cursor: pointer;
            background-image: url("../img/arrow.svg");
            background-position: center;
            background-size: 24px;
            background-repeat: no-repeat;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            .template-blogue .principal .sidebar .sidebar_content .newsletter_content .button:hover {
              background-size: 28px; }
  .template-blogue .module-15-cta_bg-img {
    margin-top: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-blogue .module-15-cta_bg-img {
        margin-top: 80px; } }

body.up .blog_nav {
  top: 0px; }
  body.up .blog_nav .content_nav {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      body.up .blog_nav .content_nav {
        height: calc(100vh - 55px); } }

body.up .template-blogue .principal .sidebar .sidebar_content {
  top: 120px; }

.template-archive-blogue strong {
  color: #DF613B; }

.template-archive-blogue .hero-blog {
  margin-top: 45px;
  height: 490px;
  background-color: #DF613B;
  text-align: center;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FBFBFA;
  padding-top: 100px;
  padding-bottom: 55px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-archive-blogue .hero-blog {
      padding-bottom: 60px; } }

.template-archive-blogue .top_article_container {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -55px;
  padding-top: 80px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #F1EFEC;
  padding-bottom: 180px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-archive-blogue .top_article_container {
      padding-top: 60px;
      padding-bottom: 80px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; } }
  .template-archive-blogue .top_article_container .top_article {
    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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-archive-blogue .top_article_container .top_article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .template-archive-blogue .top_article_container .top_article .img_container {
      width: 45%;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      padding-bottom: 32%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-blogue .top_article_container .top_article .img_container {
          width: 100%;
          padding-bottom: 66.6%;
          margin-bottom: 40px; } }
      .template-archive-blogue .top_article_container .top_article .img_container 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; }
      .template-archive-blogue .top_article_container .top_article .img_container .tag_wrap {
        position: absolute;
        top: 12px;
        right: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .template-archive-blogue .top_article_container .top_article .img_container .tag_wrap .tag {
          border-radius: 6px;
          background-color: #DF613B;
          padding: 5px 8px 3px 8px;
          margin-left: 8px;
          font-size: 13px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          color: #FBFBFA; }
    .template-archive-blogue .top_article_container .top_article .content {
      width: 48.5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-blogue .top_article_container .top_article .content {
          width: 100%; } }
      .template-archive-blogue .top_article_container .top_article .content .desc {
        padding-top: 20px;
        display: -webkit-box;
        width: 100%;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-blogue .top_article_container .top_article .content .desc {
            padding-top: 10px;
            -webkit-line-clamp: 5; } }
      .template-archive-blogue .top_article_container .top_article .content .info {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #5D5D5A; }
        .template-archive-blogue .top_article_container .top_article .content .info .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-right: 12px; }
          .template-archive-blogue .top_article_container .top_article .content .info .date svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .template-archive-blogue .top_article_container .top_article .content .info .date svg path {
              fill: #5D5D5A; }
        .template-archive-blogue .top_article_container .top_article .content .info .time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-left: 12px; }
          .template-archive-blogue .top_article_container .top_article .content .info .time svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .template-archive-blogue .top_article_container .top_article .content .info .time svg path {
              fill: #5D5D5A; }
      .template-archive-blogue .top_article_container .top_article .content .link {
        margin-top: 36px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-blogue .top_article_container .top_article .content .link {
            margin-top: 20px; } }

.template-archive-blogue .articles_container {
  padding-top: 60px;
  padding-bottom: 60px;
  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;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-archive-blogue .articles_container {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .template-archive-blogue .articles_container .card_article {
    width: calc(50% - 21px);
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-archive-blogue .articles_container .card_article {
        width: 100%; } }
    .template-archive-blogue .articles_container .card_article .img_container {
      width: 100%;
      padding-bottom: 66.25%;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background-color: #DF613B; }
      .template-archive-blogue .articles_container .card_article .img_container 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;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .template-archive-blogue .articles_container .card_article .img_container .tag_wrap {
        position: absolute;
        top: 12px;
        right: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .template-archive-blogue .articles_container .card_article .img_container .tag_wrap .tag {
          border-radius: 6px;
          background-color: #DF613B;
          padding: 5px 8px 3px 8px;
          margin-left: 8px;
          font-size: 13px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          color: #FBFBFA; }
    .template-archive-blogue .articles_container .card_article .content {
      padding-top: 25px; }
      .template-archive-blogue .articles_container .card_article .content .txt {
        padding-top: 8px;
        display: -webkit-box;
        width: 100%;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 15px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-blogue .articles_container .card_article .content .txt {
            padding-top: 10px;
            -webkit-line-clamp: 5; } }
        .template-archive-blogue .articles_container .card_article .content .txt strong {
          color: #DF613B; }
      .template-archive-blogue .articles_container .card_article .content .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #5D5D5A;
        padding-top: 8px; }
        .template-archive-blogue .articles_container .card_article .content .info .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-right: 12px; }
          .template-archive-blogue .articles_container .card_article .content .info .date svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .template-archive-blogue .articles_container .card_article .content .info .date svg path {
              fill: #5D5D5A; }
        .template-archive-blogue .articles_container .card_article .content .info .time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-left: 12px; }
          .template-archive-blogue .articles_container .card_article .content .info .time svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .template-archive-blogue .articles_container .card_article .content .info .time svg path {
              fill: #5D5D5A; }
      .template-archive-blogue .articles_container .card_article .content .link {
        padding-top: 20px; }
    .template-archive-blogue .articles_container .card_article:hover {
      color: #242421; }
      .template-archive-blogue .articles_container .card_article:hover strong {
        color: #DF613B; }
      .template-archive-blogue .articles_container .card_article:hover .img_container img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05); }
      .template-archive-blogue .articles_container .card_article:hover .link {
        color: #C9441C; }
        .template-archive-blogue .articles_container .card_article:hover .link svg {
          margin-left: 18px; }
        .template-archive-blogue .articles_container .card_article:hover .link path {
          fill: #C9441C; }

.template-archive-blogue .load-more_container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-archive-blogue .load-more_container {
      padding-bottom: 80px; } }
  .template-archive-blogue .load-more_container p {
    font-size: 13px;
    color: #5D5D5A; }
  .template-archive-blogue .load-more_container .load_more {
    cursor: pointer;
    margin-top: 15px;
    color: #DF613B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .template-archive-blogue .load-more_container .load_more svg {
      margin-left: 12px;
      margin-bottom: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .template-archive-blogue .load-more_container .load_more svg path {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .template-archive-blogue .load-more_container .load_more:hover {
      color: #C9441C; }
      .template-archive-blogue .load-more_container .load_more:hover path {
        fill: #C9441C; }

.search-results .top_article_container {
  padding-top: 120px;
  padding-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .search-results .top_article_container {
      padding-top: 80px;
      padding-bottom: 0px; } }

.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-header {
  height: 95vh;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-01-header {
      height: 70vh; } }
  .module-01-header .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden; }
    .module-01-header .bg picture,
    .module-01-header .bg video,
    .module-01-header .bg img {
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
    .module-01-header .bg iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 300%;
      height: 56.25vw;
      min-width: 177.78vh;
      min-height: 100vh;
      /* -- @include break(mobile)-- */ }
      @media (min-aspect-ratio: 16 / 9) {
        .module-01-header .bg iframe {
          height: 56.25vw;
          width: 200%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header .bg iframe {
          width: 300%;
          height: 300%;
          min-width: 400vh; } }
  .module-01-header .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #242421;
    mix-blend-mode: multiply; }
  .module-01-header .content {
    padding-top: calc(120px + 12%);
    /* -- @include break(mobile)-- */
    position: relative;
    z-index: 3;
    color: #FBFBFA;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .module-01-header .content {
        padding-top: calc(112px + 30%); } }
    .module-01-header .content h1 {
      padding-bottom: 32px; }
  .module-01-header.type-home {
    height: 100vh;
    min-height: 820px;
    background-color: #F1EFEC;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-header.type-home {
        min-height: 0;
        height: auto; } }
    .module-01-header.type-home .bg,
    .module-01-header.type-home .filter {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.type-home .bg,
        .module-01-header.type-home .filter {
          height: 40%;
          padding-bottom: 60px; } }
      .module-01-header.type-home .bg.iframe,
      .module-01-header.type-home .filter.iframe {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.type-home .bg.iframe,
          .module-01-header.type-home .filter.iframe {
            height: 100%; } }
    .module-01-header.type-home .content {
      padding-top: calc(120px + 8%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header.type-home .content {
          padding-top: calc(112px + 30%); } }
    .module-01-header.type-home .form_container {
      position: absolute;
      bottom: 11%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 4;
      max-width: 1200px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.type-home .form_container {
          position: relative;
          bottom: auto;
          left: auto;
          -webkit-transform: none;
                  transform: none;
          width: 90%;
          margin-top: 40%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5%; } }
      .module-01-header.type-home .form_container form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.type-home .form_container form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .module-01-header.type-home .form_container .field_container {
        padding: 32px;
        width: calc(100% - 112px);
        -ms-flex-negative: 1;
            flex-shrink: 1;
        background-color: #F1EFEC;
        border-radius: 12px;
        position: relative;
        z-index: 2;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.type-home .form_container .field_container {
            width: 100%;
            background-color: #E7E4DE;
            border-radius: 7px; } }
        .module-01-header.type-home .form_container .field_container .form_row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-01-header.type-home .form_container .field_container .form_row {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
        .module-01-header.type-home .form_container .field_container .input_wrap {
          border-radius: 4px;
          border: 1px solid #E1DDD4;
          background-color: #FBFBFA;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          height: 50px;
          margin-right: 12px;
          margin-bottom: 12px;
          max-width: 24%;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          overflow: hidden;
          /* -- @include break(mobile)-- */ }
          .module-01-header.type-home .form_container .field_container .input_wrap:last-of-type {
            margin-right: 0; }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-01-header.type-home .form_container .field_container .input_wrap {
              width: 100%;
              max-width: 100%; } }
          .module-01-header.type-home .form_container .field_container .input_wrap label {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            top: 0;
            left: 0;
            bottom: 0;
            padding: 12px 12px 12px 15px;
            color: #5D5D5A;
            pointer-events: none; }
            .module-01-header.type-home .form_container .field_container .input_wrap label svg {
              margin-right: 6px;
              margin-top: -3px; }
          .module-01-header.type-home .form_container .field_container .input_wrap select,
          .module-01-header.type-home .form_container .field_container .input_wrap input {
            height: 50px;
            -ms-flex-negative: 1;
                flex-shrink: 1;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border: none;
            background-color: transparent;
            outline: none;
            padding-left: 50px;
            padding-right: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #242421; }
          .module-01-header.type-home .form_container .field_container .input_wrap optgroup {
            font-style: normal !important; }
          .module-01-header.type-home .form_container .field_container .input_wrap #dep {
            padding-left: 70px; }
          .module-01-header.type-home .form_container .field_container .input_wrap #dest {
            padding-left: 90px; }
          .module-01-header.type-home .form_container .field_container .input_wrap input[type="date"]::-webkit-calendar-picker-indicator {
            background: transparent;
            bottom: 0;
            color: transparent;
            cursor: pointer;
            height: auto;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: auto; }
          .module-01-header.type-home .form_container .field_container .input_wrap.hidden {
            display: none; }
        .module-01-header.type-home .form_container .field_container .checkbox_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 12px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-01-header.type-home .form_container .field_container .checkbox_wrap {
              margin-bottom: 12px; } }
          .module-01-header.type-home .form_container .field_container .checkbox_wrap label {
            margin-right: 8px; }
          .module-01-header.type-home .form_container .field_container .checkbox_wrap input {
            width: 16px;
            height: 16px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            background-color: #FBFBFA;
            border-radius: 2px;
            border: 1px solid #E1DDD4;
            padding: 0;
            margin: 0;
            margin-right: 6px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            position: relative; }
            .module-01-header.type-home .form_container .field_container .checkbox_wrap input:before {
              content: " ";
              width: 8px;
              height: 8px;
              background-color: #DF613B;
              position: absolute;
              top: 3px;
              left: 3px;
              border-radius: 1px;
              opacity: 0;
              -webkit-transform: scale(0);
                      transform: scale(0);
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
            .module-01-header.type-home .form_container .field_container .checkbox_wrap input:focus {
              border-color: #DF613B; }
            .module-01-header.type-home .form_container .field_container .checkbox_wrap input:checked {
              border-color: #DF613B; }
              .module-01-header.type-home .form_container .field_container .checkbox_wrap input:checked:before {
                opacity: 1;
                -webkit-transform: scale(1);
                        transform: scale(1); }
      .module-01-header.type-home .form_container .submit_container {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-color: #DF613B;
        position: relative;
        margin-left: -32px;
        position: relative;
        z-index: 1;
        width: 144px;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.type-home .form_container .submit_container {
            width: 100%;
            margin-left: 0;
            height: 115px;
            margin-top: -50px;
            border-radius: 7px; } }
        .module-01-header.type-home .form_container .submit_container svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          pointer-events: none;
          z-index: 4;
          left: calc(50% + 16px);
          -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-01-header.type-home .form_container .submit_container svg {
              width: 30px;
              left: 50%;
              top: calc(50% + 25px); } }
        .module-01-header.type-home .form_container .submit_container input {
          cursor: pointer;
          width: 100%;
          height: 100%;
          background-color: transparent;
          font-size: 1px;
          color: #DF613B;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border: none;
          outline: none; }
        .module-01-header.type-home .form_container .submit_container:hover svg {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
                  transform: translate(-50%, -50%) scale(1.1); }
  .module-01-header.type-bg-img {
    margin-bottom: -60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-header.type-bg-img {
        margin-bottom: 0; } }
    .module-01-header.type-bg-img .bottom {
      height: 65px;
      background-color: #F1EFEC;
      border-radius: 60px 60px 0 0;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      z-index: 4;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header.type-bg-img .bottom {
          height: 40px;
          border-radius: 20px 20px 0 0; } }
  .module-01-header.type-slider {
    height: auto;
    background-color: #F1EFEC;
    color: #242421; }
    .module-01-header.type-slider .content {
      padding-top: calc(120px + 120px);
      padding-bottom: 120px;
      color: #242421;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header.type-slider .content {
          padding-top: calc(40px + 112px);
          padding-bottom: 40px; } }
    .module-01-header.type-slider .slider-hero {
      position: relative; }
      .module-01-header.type-slider .slider-hero .slider-hero_container {
        pointer-events: none;
        overflow: hidden;
        width: 100%;
        height: 42vw;
        position: relative; }
        .module-01-header.type-slider .slider-hero .slider-hero_container .slide {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 100%;
          width: 70%;
          overflow: hidden;
          border-radius: 12px;
          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;
          display: none;
          opacity: 0.4; }
          .module-01-header.type-slider .slider-hero .slider-hero_container .slide img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          .module-01-header.type-slider .slider-hero .slider-hero_container .slide:first-of-type {
            display: block;
            opacity: 1; }
          .module-01-header.type-slider .slider-hero .slider-hero_container .slide:nth-of-type(2) {
            display: block;
            -webkit-transform: translate(40%, -50%) scale(0.77);
                    transform: translate(40%, -50%) scale(0.77); }
          .module-01-header.type-slider .slider-hero .slider-hero_container .slide:last-of-type {
            display: block;
            -webkit-transform: translate(-140%, -50%) scale(0.77);
                    transform: translate(-140%, -50%) scale(0.77); }
      .module-01-header.type-slider .slider-hero .slider-hero_nav {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 85%;
        /* -- @include break(mobile)-- */ }
        .module-01-header.type-slider .slider-hero .slider-hero_nav div {
          cursor: pointer; }
          .module-01-header.type-slider .slider-hero .slider-hero_nav div svg circle,
          .module-01-header.type-slider .slider-hero .slider-hero_nav div svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .module-01-header.type-slider .slider-hero .slider-hero_nav div:hover circle {
            fill: #DF613B; }
          .module-01-header.type-slider .slider-hero .slider-hero_nav div:hover path {
            fill: #FBFBFA; }
        @media only screen and (max-width: 768px) {
          .module-01-header.type-slider .slider-hero .slider-hero_nav {
            display: none; } }

.post-type-archive-pages_business .slider-hero_nav div:hover circle,
.single-pages_business .slider-hero_nav div:hover circle {
  fill: #A58455 !important; }

.post-type-archive-pages_events .slider-hero_nav div:hover circle,
.single-pages_events .slider-hero_nav div:hover circle,
.post-type-archive-realisations .slider-hero_nav div:hover circle,
.single-realisations .slider-hero_nav div:hover circle {
  fill: #185D76 !important; }

.module-02-header_2col {
  padding-top: calc(120px + 60px);
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-02-header_2col {
      padding-top: calc(112px + 40px);
      padding-bottom: 40px; } }
  .module-02-header_2col .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-02-header_2col .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-left: 5%;
        padding-right: 5%; } }
    .module-02-header_2col .flex .img {
      width: 40%;
      padding-left: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-header_2col .flex .img {
          width: 100%;
          padding-left: 0px;
          padding-top: 40px; } }
      .module-02-header_2col .flex .img .img_container {
        width: 100%;
        padding-bottom: 70%;
        border-radius: 12px;
        overflow: hidden;
        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;
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-header_2col .flex .img .img_container {
            border-radius: 8px; } }
      .module-02-header_2col .flex .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; }
    .module-02-header_2col .flex .content {
      padding-right: calc((100vw - 1325px) / 2);
      padding-left: 5%;
      width: 60%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .module-02-header_2col .flex .content {
          padding-right: 5%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-header_2col .flex .content {
          width: 100%;
          padding-left: 0px;
          padding-right: 0px; } }
      .module-02-header_2col .flex .content .breadcrumb {
        padding-bottom: 16px; }
      .module-02-header_2col .flex .content .txt {
        padding-top: 8px; }
      .module-02-header_2col .flex .content .btn {
        margin-top: 42px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-header_2col .flex .content .btn {
            margin-top: 32px; } }
      .module-02-header_2col .flex .content .logos_wrap {
        padding-top: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-header_2col .flex .content .logos_wrap {
            padding-top: 32px; } }
        .module-02-header_2col .flex .content .logos_wrap .logo {
          height: 72px;
          width: 195px;
          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: 8px;
          margin-bottom: 8px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-02-header_2col .flex .content .logos_wrap .logo {
              height: 40px;
              width: 110px; } }
          .module-02-header_2col .flex .content .logos_wrap .logo img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }

.module-03-intro.flex-block_first {
  padding-top: 200px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-intro.flex-block_first {
      padding-top: 160px; } }

.module-03-intro.type_img .title_container {
  position: relative;
  padding-right: 5%; }
  .module-03-intro.type_img .title_container .title-h1 {
    color: #DF613B;
    position: relative;
    z-index: 2; }
  .module-03-intro.type_img .title_container .img {
    position: absolute;
    width: 205px;
    height: 205px;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-intro.type_img .title_container .img {
        right: auto !important;
        left: auto !important;
        bottom: auto !important; }
      .module-03-intro.type_img .title_container .img {
        position: relative;
        width: 85px;
        height: 85px;
        border-radius: 6px; } }
    .module-03-intro.type_img .title_container .img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .module-03-intro.type_img .title_container .img.img1 {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
      right: 10%;
      bottom: -30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03-intro.type_img .title_container .img.img1 {
          margin-left: auto;
          margin-right: -10px;
          margin-top: -10px; } }
    .module-03-intro.type_img .title_container .img.img2 {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
      left: 5%;
      bottom: -145px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03-intro.type_img .title_container .img.img2 {
          margin-top: -85px;
          margin-left: 10px; } }
    .module-03-intro.type_img .title_container .img.img3 {
      -webkit-transform: rotate(12deg);
              transform: rotate(12deg);
      left: 11%;
      bottom: -300px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03-intro.type_img .title_container .img.img3 {
          margin-top: -25px;
          margin-left: 40px; } }

.module-03-intro.type_img .txt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-intro.type_img .txt_container {
      padding-top: 20px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .module-03-intro.type_img .txt_container .txt {
    width: 450px;
    padding-left: 20px;
    border-left: 4px solid #DF613B;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-intro.type_img .txt_container .txt {
        width: 100%; } }

.module-03-intro.type_2col .content-2col {
  padding-left: 10%;
  padding-right: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-intro.type_2col .content-2col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 5%;
      padding-right: 5%; } }
  @media only screen and (max-width: 768px) {
    .module-03-intro.type_2col .content-2col {
      padding-left: 0%;
      padding-right: 0%; } }
  .module-03-intro.type_2col .content-2col .img_container {
    width: 30%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-intro.type_2col .content-2col .img_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 32px; } }
    .module-03-intro.type_2col .content-2col .img_container img {
      width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03-intro.type_2col .content-2col .img_container img {
          width: auto;
          max-width: 100%; } }
  .module-03-intro.type_2col .content-2col .txt_container {
    width: 60%;
    padding-left: 20px;
    border-left: 4px solid #DF613B;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-intro.type_2col .content-2col .txt_container {
        width: 100%; } }

.module-03-intro.type_box .content-2col {
  width: 90%;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #E7E4DE;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-intro.type_box .content-2col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px; } }
  @media only screen and (max-width: 768px) {
    .module-03-intro.type_box .content-2col {
      width: 100%; } }
  .module-03-intro.type_box .content-2col .img_container {
    width: 30%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-intro.type_box .content-2col .img_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 32px; } }
    .module-03-intro.type_box .content-2col .img_container img {
      width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03-intro.type_box .content-2col .img_container img {
          width: auto;
          max-width: 100%; } }
  .module-03-intro.type_box .content-2col .txt_container {
    width: 60%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-intro.type_box .content-2col .txt_container {
        width: 100%; } }

.module-03-intro.type_box.bg_mole .content-2col {
  background-color: #E1DDD4; }

.post-type-archive-pages_business .module-03-intro.type_img .title-h1, .single-pages_business .module-03-intro.type_img .title-h1 {
  color: #A58455 !important; }

.post-type-archive-pages_business .module-03-intro.type_img .txt_container .txt, .post-type-archive-pages_business .module-03-intro.type_2col .content-2col .txt_container, .single-pages_business .module-03-intro.type_img .txt_container .txt, .single-pages_business .module-03-intro.type_2col .content-2col .txt_container {
  border-left: 4px solid #A58455; }

.post-type-archive-pages_business .module-22-slider_key .slider_nav .arrow svg path, .single-pages_business .module-22-slider_key .slider_nav .arrow svg path {
  fill: #A58455; }

.post-type-archive-pages_events .module-03-intro.type_img .title-h1, .single-pages_events .module-03-intro.type_img .title-h1, .post-type-archive-realisations .module-03-intro.type_img .title-h1, .single-realisations .module-03-intro.type_img .title-h1 {
  color: #185D76 !important; }

.post-type-archive-pages_events .module-03-intro.type_img .txt_container .txt, .post-type-archive-pages_events .module-03-intro.type_2col .content-2col .txt_container, .single-pages_events .module-03-intro.type_img .txt_container .txt, .single-pages_events .module-03-intro.type_2col .content-2col .txt_container, .post-type-archive-realisations .module-03-intro.type_img .txt_container .txt, .post-type-archive-realisations .module-03-intro.type_2col .content-2col .txt_container, .single-realisations .module-03-intro.type_img .txt_container .txt, .single-realisations .module-03-intro.type_2col .content-2col .txt_container {
  border-left: 4px solid #185D76; }

.post-type-archive-pages_events .module-22-slider_key .slider_nav .arrow svg path, .single-pages_events .module-22-slider_key .slider_nav .arrow svg path, .post-type-archive-realisations .module-22-slider_key .slider_nav .arrow svg path, .single-realisations .module-22-slider_key .slider_nav .arrow svg path {
  fill: #185D76; }

.module-04-content_multi-col .multicol {
  margin-left: -21px;
  margin-right: -21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -40px; }
  .module-04-content_multi-col .multicol .col {
    margin-left: 21px;
    margin-right: 21px;
    width: calc(33% - 38px);
    margin-bottom: 42px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-content_multi-col .multicol .col {
        width: calc(50% - 42px); } }
    @media only screen and (max-width: 768px) {
      .module-04-content_multi-col .multicol .col {
        width: 100%; } }
    .module-04-content_multi-col .multicol .col .img_container {
      width: 100%;
      padding-bottom: 66.6%;
      position: relative;
      border-radius: 12px;
      overflow: hidden; }
      .module-04-content_multi-col .multicol .col .img_container 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;
        -webkit-transition: all 0.8s;
        transition: all 0.8s; }
    .module-04-content_multi-col .multicol .col .content {
      padding-top: 25px; }
      .module-04-content_multi-col .multicol .col .content h5 {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-04-content_multi-col .multicol .col .content .txt {
        padding-top: 8px; }
      .module-04-content_multi-col .multicol .col .content .link {
        padding-top: 25px; }
        .module-04-content_multi-col .multicol .col .content .link:hover {
          color: #DF613B; }
    .module-04-content_multi-col .multicol .col.ghost {
      margin-bottom: 0; }
    .module-04-content_multi-col .multicol .col:hover {
      color: #242421; }
      .module-04-content_multi-col .multicol .col:hover h5 {
        color: #DF613B; }
      .module-04-content_multi-col .multicol .col:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05); }
      .module-04-content_multi-col .multicol .col:hover .link {
        color: #C9441C; }
  .module-04-content_multi-col .multicol.big-col .col {
    width: calc(50% - 42px);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04-content_multi-col .multicol.big-col .col {
        width: 100%; } }

.module-05-content_parteners.type-list .partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 42px;
  padding-bottom: 42px;
  min-height: 240px;
  border-top: 1px solid #E1DDD4;
  /* -- @include break(mobile)-- */ }
  .module-05-content_parteners.type-list .partner:last-of-type {
    border-bottom: 1px solid #E1DDD4; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-content_parteners.type-list .partner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 32px;
      padding-bottom: 32px;
      min-height: 0; } }
  .module-05-content_parteners.type-list .partner .logo_container {
    width: 205px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (min-width: 991px) {
      .module-05-content_parteners.type-list .partner .logo_container {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-content_parteners.type-list .partner .logo_container {
        padding-bottom: 25px; } }
    .module-05-content_parteners.type-list .partner .logo_container .logo {
      border-radius: 12px;
      overflow: hidden;
      padding: 20px 25px;
      width: 100%;
      height: 115px;
      position: relative; }
      .module-05-content_parteners.type-list .partner .logo_container .logo img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: contain;
           object-fit: contain; }
  .module-05-content_parteners.type-list .partner .title_container {
    width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-05-content_parteners.type-list .partner .title_container {
        width: 200px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-content_parteners.type-list .partner .title_container {
        width: 100%;
        padding-bottom: 18px; } }
    .module-05-content_parteners.type-list .partner .title_container p {
      padding-top: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-content_parteners.type-list .partner .title_container p {
          padding-top: 4px; } }
  .module-05-content_parteners.type-list .partner .txt_container {
    padding-left: 5%;
    padding-right: 10%;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    .module-05-content_parteners.type-list .partner .txt_container .txt {
      font-size: 15px; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-content_parteners.type-list .partner .txt_container {
        padding-left: 0%;
        padding-right: 0%; } }
    .module-05-content_parteners.type-list .partner .txt_container .link {
      padding-top: 25px; }

.module-05-content_parteners.type-list.bg_mole .partner {
  border-top: 1px solid #BDBAB2; }
  .module-05-content_parteners.type-list.bg_mole .partner:last-of-type {
    border-bottom: 1px solid #BDBAB2; }

.module-05-content_parteners.type-box .partner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px; }
  .module-05-content_parteners.type-box .partner_container .partner {
    border-radius: 12px;
    border: 2px solid #DF613B;
    padding: 40px 40px 50px 40px;
    width: 49.5%;
    margin-bottom: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-content_parteners.type-box .partner_container .partner {
        width: 100%;
        padding: 40px 32px; } }
    .module-05-content_parteners.type-box .partner_container .partner .logo {
      height: auto;
      margin-bottom: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-content_parteners.type-box .partner_container .partner .logo {
          margin-bottom: 32px; } }
      .module-05-content_parteners.type-box .partner_container .partner .logo img {
        height: 105px;
        width: auto; }
    .module-05-content_parteners.type-box .partner_container .partner .title_container p {
      padding-top: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-content_parteners.type-box .partner_container .partner .title_container p {
          padding-top: 4px; } }
    .module-05-content_parteners.type-box .partner_container .partner .txt_container {
      padding-top: 20px; }
      .module-05-content_parteners.type-box .partner_container .partner .txt_container .link {
        padding-top: 42px; }
  .module-05-content_parteners.type-box .partner_container.big_box .partner {
    width: 100%;
    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: 75px 60px;
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-content_parteners.type-box .partner_container.big_box .partner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 35px 25px 35px 25px; } }
    .module-05-content_parteners.type-box .partner_container.big_box .partner .logo_container {
      width: 30%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (min-width: 991px) {
        .module-05-content_parteners.type-box .partner_container.big_box .partner .logo_container {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-content_parteners.type-box .partner_container.big_box .partner .logo_container {
          width: auto;
          height: 105px; } }
      .module-05-content_parteners.type-box .partner_container.big_box .partner .logo_container .logo {
        width: 100%;
        margin-bottom: 0;
        height: auto; }
        .module-05-content_parteners.type-box .partner_container.big_box .partner .logo_container .logo img {
          width: 100%;
          height: auto; }
    .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-right: 7.5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container {
          padding-right: 0; } }
      .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link {
        margin-top: 42px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 32px 14px 32px;
        border-radius: 42px;
        background-color: #DF613B;
        color: #FBFBFA;
        line-height: 100%;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 500; }
        .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link svg {
          margin-left: 12px; }
          .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link svg path {
            fill: #FBFBFA; }

.module-05-content_parteners.type-logo .title_top {
  padding-right: 20%;
  padding-left: 20%;
  text-align: center;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-content_parteners.type-logo .title_top {
      padding-right: 0%;
      padding-left: 0%;
      padding-bottom: 40px; } }
  .module-05-content_parteners.type-logo .title_top .title-h2 {
    font-size: 1.4em; }

.module-05-content_parteners.type-logo .logo_row {
  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;
  margin-bottom: -20px; }
  .module-05-content_parteners.type-logo .logo_row .logo {
    margin-left: 10px;
    margin-right: 10px;
    width: 180px;
    height: 75px;
    margin-bottom: 20px;
    position: relative; }
    .module-05-content_parteners.type-logo .logo_row .logo 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;
      -o-object-fit: contain;
         object-fit: contain; }

.post-type-archive-pages_business .module-05-content_parteners.type-box .partner_container .partner, .single-pages_business .module-05-content_parteners.type-box .partner_container .partner {
  border: 2px solid #A58455; }

.post-type-archive-pages_business .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link, .single-pages_business .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link {
  background-color: #A58455; }

.post-type-archive-pages_events .module-05-content_parteners.type-box .partner_container .partner, .single-pages_events .module-05-content_parteners.type-box .partner_container .partner, .post-type-archive-realisations .module-05-content_parteners.type-box .partner_container .partner, .single-realisations .module-05-content_parteners.type-box .partner_container .partner {
  border: 2px solid #185D76; }

.post-type-archive-pages_events .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link, .single-pages_events .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link, .post-type-archive-realisations .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link, .single-realisations .module-05-content_parteners.type-box .partner_container.big_box .partner .txt_container .link {
  background-color: #185D76; }

.module-06-content_col-txt-img .col-txt-img {
  -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-06-content_col-txt-img .col-txt-img {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-06-content_col-txt-img .col-txt-img .img_container {
    width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-content_col-txt-img .col-txt-img .img_container {
        width: 100%;
        padding-top: 40px; } }
    .module-06-content_col-txt-img .col-txt-img .img_container .img {
      border-radius: 12px;
      padding-bottom: 86.877%;
      position: relative;
      overflow: hidden; }
    .module-06-content_col-txt-img .col-txt-img .img_container 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; }
  .module-06-content_col-txt-img .col-txt-img .txt_container {
    width: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-content_col-txt-img .col-txt-img .txt_container {
        width: 100%; } }
    .module-06-content_col-txt-img .col-txt-img .txt_container h6 {
      padding-top: 16px; }
    .module-06-content_col-txt-img .col-txt-img .txt_container .txt {
      padding-top: 16px; }
    .module-06-content_col-txt-img .col-txt-img .txt_container .btn {
      margin-top: 42px; }
    .module-06-content_col-txt-img .col-txt-img .txt_container .list-title {
      padding-top: 16px; }
    .module-06-content_col-txt-img .col-txt-img .txt_container ul {
      padding-left: 16px;
      padding-top: 16px;
      list-style-type: disc; }
      .module-06-content_col-txt-img .col-txt-img .txt_container ul li {
        padding-bottom: 5px; }
        .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker {
          color: #DF613B; }
        .module-06-content_col-txt-img .col-txt-img .txt_container ul li a {
          color: #DF613B;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .module-06-content_col-txt-img .col-txt-img .txt_container ul li a:hover {
            color: #C9441C; }
      .module-06-content_col-txt-img .col-txt-img .txt_container ul.link {
        text-align: left;
        -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-06-content_col-txt-img .col-txt-img .txt_container ul.link li a {
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          display: block; }
          .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg {
            vertical-align: top; }
            .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path {
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
          .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover path {
            fill: #C9441C; }
      .module-06-content_col-txt-img .col-txt-img .txt_container ul.check {
        list-style-type: none; }
        .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li {
          position: relative;
          padding-left: 25px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li {
              padding-left: 20px; } }
          .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before {
            content: " ";
            background-image: url("../img/check.svg");
            background-position: center;
            background-size: cover;
            width: 35px;
            height: 35px;
            display: block;
            position: absolute;
            top: -5px;
            left: -20px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before {
                width: 25px;
                height: 25px;
                top: -1px;
                left: -20px; } }

.module-06-content_col-txt-img.layout-img_right .col-txt-img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-06-content_col-txt-img.layout-img_right .col-txt-img {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.module-06-content_col-txt-img.layout-img_right.size-grand .img_container {
  padding-right: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-06-content_col-txt-img.layout-img_right.size-grand .img_container {
      padding-right: 0; } }

.module-06-content_col-txt-img.layout-img_right.size-grand .txt_container {
  padding-left: 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-06-content_col-txt-img.layout-img_right.size-grand .txt_container {
      padding-left: 0; } }

.module-06-content_col-txt-img.layout-img_right .txt_container {
  padding-right: 7.5%;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1460px) {
    .module-06-content_col-txt-img.layout-img_right .txt_container {
      padding-right: 5%; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-06-content_col-txt-img.layout-img_right .txt_container {
      padding-right: 0; } }

.module-06-content_col-txt-img.layout-img_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .module-06-content_col-txt-img.layout-img_left.size-grand .img_container {
    padding-left: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-content_col-txt-img.layout-img_left.size-grand .img_container {
        padding-left: 0; } }
  .module-06-content_col-txt-img.layout-img_left.size-grand .txt_container {
    padding-right: calc((100vw - 1325px) / 2);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1460px) {
      .module-06-content_col-txt-img.layout-img_left.size-grand .txt_container {
        padding-right: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-content_col-txt-img.layout-img_left.size-grand .txt_container {
        padding-right: 0; } }
  .module-06-content_col-txt-img.layout-img_left .txt_container {
    padding-left: 7.5%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1460px) {
      .module-06-content_col-txt-img.layout-img_left .txt_container {
        padding-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-content_col-txt-img.layout-img_left .txt_container {
        padding-left: 0; } }

.module-06-content_col-txt-img.size-grand {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-06-content_col-txt-img.size-grand {
      padding-left: 5%;
      padding-right: 5%; } }

.post-type-archive-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker, .post-type-archive-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul a, .single-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker, .single-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul a {
  color: #A58455; }

.post-type-archive-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path, .single-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path {
  fill: #A58455; }

.post-type-archive-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover svg path, .single-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover svg path {
  fill: #242421; }

.post-type-archive-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before, .single-pages_business .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before {
  background-image: url("../img/check_business.svg"); }

.post-type-archive-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker, .post-type-archive-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul a, .single-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker, .single-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul a, .post-type-archive-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker, .post-type-archive-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul a, .single-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul li::marker, .single-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul a {
  color: #185D76; }

.post-type-archive-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path, .single-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path, .post-type-archive-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path, .single-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a svg path {
  fill: #185D76; }

.post-type-archive-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover svg path, .single-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover svg path, .post-type-archive-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover svg path, .single-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul.link li a:hover svg path {
  fill: #123544; }

.post-type-archive-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before, .single-pages_events .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before, .post-type-archive-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before, .single-realisations .module-06-content_col-txt-img .col-txt-img .txt_container ul.check li::before {
  background-image: url("../img/check_event.svg"); }

.module-07-content_avantages .title_top {
  padding-bottom: 60px; }

.module-07-content_avantages .col_wrap {
  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-07-content_avantages .col_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-07-content_avantages .col_wrap .col_list {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-left: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-content_avantages .col_wrap .col_list {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .module-07-content_avantages .col_wrap .col_list li {
      padding-right: 25%;
      padding-bottom: 15px;
      padding-top: 15px;
      position: relative;
      padding-left: 25px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-07-content_avantages .col_wrap .col_list li {
          padding-left: 20px;
          padding-right: 0;
          padding-top: 0; } }
      .module-07-content_avantages .col_wrap .col_list li::before {
        content: " ";
        background-image: url("../img/check.svg");
        background-position: center;
        background-size: cover;
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        top: 10px;
        left: -20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-07-content_avantages .col_wrap .col_list li::before {
            width: 25px;
            height: 25px;
            top: -1px;
            left: -20px; } }
  .module-07-content_avantages .col_wrap .col_img {
    width: 33%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-content_avantages .col_wrap .col_img {
        width: 100%;
        margin-top: 35px; } }
    .module-07-content_avantages .col_wrap .col_img .img {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
      padding-bottom: 136%; }
      .module-07-content_avantages .col_wrap .col_img .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; }

.module-08-content_culture {
  height: 100vh;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-08-content_culture {
      height: 500px; } }
  .module-08-content_culture .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-width: 750px;
    text-align: center;
    z-index: 5; }
    .module-08-content_culture .content .title-h1 {
      color: #DF613B; }
  .module-08-content_culture .img-box {
    position: absolute;
    z-index: 3; }
    .module-08-content_culture .img-box .img {
      position: relative;
      width: 185px;
      height: 185px;
      overflow: hidden;
      border-radius: 12px;
      z-index: 2;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .img-box .img {
          width: 85px;
          height: 85px;
          border-radius: 5px; } }
      .module-08-content_culture .img-box .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; }
    .module-08-content_culture .img-box .bg {
      position: absolute;
      border-radius: 12px;
      width: 185px;
      height: 185px;
      background-color: #CEE4EE;
      right: -10px;
      bottom: -10px;
      overflow: hidden;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .img-box .bg {
          width: 85px;
          height: 85px;
          border-radius: 6px; } }
    .module-08-content_culture .img-box.img-box_1 {
      z-index: 3;
      right: 15%;
      top: 10px;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
      /* -- @include break(mobile)-- */ }
      .module-08-content_culture .img-box.img-box_1 svg {
        position: absolute;
        right: -20px;
        -webkit-transform: translateX(100%) rotate(-5deg);
                transform: translateX(100%) rotate(-5deg);
        top: 35px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-08-content_culture .img-box.img-box_1 svg {
            top: 5px;
            width: 25px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .img-box.img-box_1 {
          right: 22%; } }
    .module-08-content_culture .img-box.img-box_2 {
      z-index: 3;
      left: 7.5%;
      top: 150px;
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .img-box.img-box_2 {
          display: none; } }
      .module-08-content_culture .img-box.img-box_2 svg {
        position: absolute;
        left: 25px;
        bottom: -10px;
        -webkit-transform: translate(-100%, 100%) rotate(-8deg);
                transform: translate(-100%, 100%) rotate(-8deg); }
    .module-08-content_culture .img-box.img-box_3 {
      z-index: 2;
      right: 6.5%;
      top: 170px;
      -webkit-transform: rotate(-6deg);
              transform: rotate(-6deg);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .img-box.img-box_3 {
          right: 5%;
          top: 85px; } }
    .module-08-content_culture .img-box.img-box_4 {
      z-index: 2;
      left: 25%;
      bottom: 20px;
      -webkit-transform: rotate(-12deg);
              transform: rotate(-12deg);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .img-box.img-box_4 {
          left: 5%;
          bottom: 10px; } }
  .module-08-content_culture .culture-tag {
    position: absolute;
    border-radius: 40px;
    background-color: #DF613B;
    padding: 12px 20px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    color: #FBFBFA;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    z-index: 4;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-08-content_culture .culture-tag {
        padding: 5px 8px;
        font-size: 12px; } }
    .module-08-content_culture .culture-tag.culture-tag_1 {
      top: 0;
      left: 22.5%;
      -webkit-transform: rotate(9deg);
              transform: rotate(9deg);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .culture-tag.culture-tag_1 {
          left: 10%;
          top: 50px; } }
    .module-08-content_culture .culture-tag.culture-tag_2 {
      top: 100px;
      left: 40%;
      -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
      background-color: #123544;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .culture-tag.culture-tag_2 {
          left: auto;
          right: 20%;
          top: 120px;
          -webkit-transform: rotate(-5deg);
                  transform: rotate(-5deg); } }
    .module-08-content_culture .culture-tag.culture-tag_3 {
      bottom: 140px;
      left: 28%;
      -webkit-transform: translateX(-100%) rotate(8deg);
              transform: translateX(-100%) rotate(8deg);
      background-color: #123544;
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .culture-tag.culture-tag_3 {
          bottom: 85px;
          left: 22%;
          -webkit-transform: translateX(-50%) rotate(8deg);
                  transform: translateX(-50%) rotate(8deg); } }
    .module-08-content_culture .culture-tag.culture-tag_4 {
      bottom: 140px;
      right: 20%;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
      background-color: #CEE4EE;
      color: #242421;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .culture-tag.culture-tag_4 {
          bottom: 70px;
          right: 1%; } }
    .module-08-content_culture .culture-tag.culture-tag_5 {
      bottom: 40px;
      right: 35%;
      -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
      /* -- @include break(mobile)-- */ }
      .module-08-content_culture .culture-tag.culture-tag_5 svg {
        position: absolute;
        top: -30px;
        left: -30px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-08-content_culture .culture-tag.culture-tag_5 svg {
            width: 20px;
            top: -12px;
            left: -12px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-content_culture .culture-tag.culture-tag_5 {
          bottom: 20px;
          right: 35%; } }
  .module-08-content_culture .heart {
    position: absolute;
    top: 100px;
    left: 26%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-08-content_culture .heart {
        width: 70px;
        left: 5%;
        top: 90px; } }

.post-type-archive-pages_business .module-08-content_culture .module-08-content_culture .content, .post-type-archive-pages_business .module-08-content_culture .title-h1, .single-pages_business .module-08-content_culture .module-08-content_culture .content, .single-pages_business .module-08-content_culture .title-h1 {
  color: #A58455; }

.post-type-archive-pages_business .module-08-content_culture .module-08-content_culture .culture-tag, .single-pages_business .module-08-content_culture .module-08-content_culture .culture-tag {
  background-color: #A58455; }

.post-type-archive-pages_events .module-08-content_culture .module-08-content_culture .content, .post-type-archive-pages_events .module-08-content_culture .title-h1, .single-pages_events .module-08-content_culture .module-08-content_culture .content, .single-pages_events .module-08-content_culture .title-h1, .post-type-archive-realisations .module-08-content_culture .module-08-content_culture .content, .post-type-archive-realisations .module-08-content_culture .title-h1, .single-realisations .module-08-content_culture .module-08-content_culture .content, .single-realisations .module-08-content_culture .title-h1 {
  color: #185D76; }

.post-type-archive-pages_events .module-08-content_culture .module-08-content_culture .culture-tag, .single-pages_events .module-08-content_culture .module-08-content_culture .culture-tag, .post-type-archive-realisations .module-08-content_culture .module-08-content_culture .culture-tag, .single-realisations .module-08-content_culture .module-08-content_culture .culture-tag {
  background-color: #185D76; }

.module-09-content_box .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px; }
  .module-09-content_box .box_container .box {
    width: 100%;
    max-width: 315px;
    min-height: 240px;
    border: 1px solid #DF613B;
    padding: 40px 32px;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09-content_box .box_container .box {
        margin-left: 5px;
        margin-right: 5px;
        min-height: 260px;
        height: auto; } }
    .module-09-content_box .box_container .box .txt, .module-09-content_box .box_container .box .link {
      padding-top: 20px; }
    .module-09-content_box .box_container .box.ghost {
      padding: 0;
      margin-bottom: 0px;
      min-height: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-09-content_box .box_container .box.ghost {
          display: none; } }
    .module-09-content_box .box_container .box small {
      font-size: 11px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      line-height: 1.5em;
      display: block;
      font-style: italic; }

.post-type-archive-pages_business .module-09-content_box .box_container .box, .single-pages_business .module-09-content_box .box_container .box {
  border: 1px solid #A58455; }

.post-type-archive-pages_events .module-09-content_box .box_container .box, .single-pages_events .module-09-content_box .box_container .box, .post-type-archive-realisations .module-09-content_box .box_container .box, .single-realisations .module-09-content_box .box_container .box {
  border: 1px solid #185D76; }

.module-10-content_texte .container {
  padding-left: 5%;
  padding-right: 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-10-content_texte .container {
      padding-left: 0;
      padding-right: 0; } }

.module-10-content_texte .title-h2 {
  padding-bottom: 42px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-10-content_texte .title-h2 {
      padding-bottom: 32px; } }

.module-11-content_video .video_container {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding-bottom: 50%;
  background-color: #BDBAB2;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-11-content_video .video_container {
      padding-bottom: 57%; } }
  .module-11-content_video .video_container 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; }
  .module-11-content_video .video_container .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #DF613B;
    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;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer; }
    .module-11-content_video .video_container .btn_play svg {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      width: 22px; }
    .module-11-content_video .video_container .btn_play:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
      .module-11-content_video .video_container .btn_play:hover svg {
        -webkit-transform: scale(1.4);
                transform: scale(1.4); }

.post-type-archive-pages_business .module-11-content_video .video_container .btn_play, .single-pages_business .module-11-content_video .video_container .btn_play {
  background-color: #A58455; }

.post-type-archive-pages_events .module-11-content_video .video_container .btn_play, .single-pages_events .module-11-content_video .video_container .btn_play, .post-type-archive-realisations .module-11-content_video .video_container .btn_play, .single-realisations .module-11-content_video .video_container .btn_play {
  background-color: #185D76; }

.module-12-content_icon .value_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-12-content_icon .value_container {
      margin-bottom: -32px; } }
  .module-12-content_icon .value_container .value {
    width: 30%;
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12-content_icon .value_container .value {
        width: 45%; } }
    @media only screen and (max-width: 768px) {
      .module-12-content_icon .value_container .value {
        width: 100%;
        margin-bottom: 32px; } }
    .module-12-content_icon .value_container .value .icon {
      width: 92px;
      height: 92px;
      position: relative;
      margin-bottom: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-12-content_icon .value_container .value .icon {
          width: 60px;
          height: 60px; } }
      .module-12-content_icon .value_container .value .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        height: 100%; }
    .module-12-content_icon .value_container .value h5 {
      padding-bottom: 8px; }
    .module-12-content_icon .value_container .value.ghost {
      margin-bottom: 0; }

.module-13-content_collapse .collapse_container .collapse {
  padding: 48px;
  background-color: #E7E4DE;
  border-radius: 12px;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-13-content_collapse .collapse_container .collapse {
      padding: 28px 26px; } }
  .module-13-content_collapse .collapse_container .collapse .collapse_title {
    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;
    cursor: pointer; }
    .module-13-content_collapse .collapse_container .collapse .collapse_title .title-h4 {
      width: 75%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-content_collapse .collapse_container .collapse .collapse_title .title-h4 {
          width: calc(100% - 40px);
          font-size: 20px; } }
    .module-13-content_collapse .collapse_container .collapse .collapse_title .plus {
      width: 28px;
      height: 28px;
      position: relative; }
      .module-13-content_collapse .collapse_container .collapse .collapse_title .plus div {
        width: 15px;
        height: 3px;
        background-color: #242421;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .module-13-content_collapse .collapse_container .collapse .collapse_title .plus div.line2 {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
    .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4 {
      color: #DF613B; }
    .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div {
      background-color: #DF613B; }
  .module-13-content_collapse .collapse_container .collapse .collapse_content {
    overflow: hidden;
    display: none; }
    .module-13-content_collapse .collapse_container .collapse .collapse_content .collapse_content-inner {
      padding-top: 16px; }
      .module-13-content_collapse .collapse_container .collapse .collapse_content .collapse_content-inner .col_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .module-13-content_collapse .collapse_container .collapse .collapse_content .collapse_content-inner .col_container .col {
          width: 30%;
          padding-top: 50px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-13-content_collapse .collapse_container .collapse .collapse_content .collapse_content-inner .col_container .col {
              width: 45%; } }
          @media only screen and (max-width: 768px) {
            .module-13-content_collapse .collapse_container .collapse .collapse_content .collapse_content-inner .col_container .col {
              width: 100%;
              padding-top: 32px; } }
          .module-13-content_collapse .collapse_container .collapse .collapse_content .collapse_content-inner .col_container .col h5 {
            padding-bottom: 16px; }
  .module-13-content_collapse .collapse_container .collapse.active .title-h4 {
    color: #DF613B; }
  .module-13-content_collapse .collapse_container .collapse.active .plus div {
    background-color: #DF613B; }
    .module-13-content_collapse .collapse_container .collapse.active .plus div.line2 {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg); }
  .module-13-content_collapse .collapse_container .collapse:first-of-type .collapse_content {
    display: block; }

.post-type-archive-pages_business .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4, .single-pages_business .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4 {
  color: #A58455; }

.post-type-archive-pages_business .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div, .single-pages_business .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div {
  background-color: #A58455; }

.post-type-archive-pages_business .module-13-content_collapse .collapse_container .collapse.active .title-h4, .single-pages_business .module-13-content_collapse .collapse_container .collapse.active .title-h4 {
  color: #A58455; }

.post-type-archive-pages_business .module-13-content_collapse .collapse_container .collapse.active .plus div, .single-pages_business .module-13-content_collapse .collapse_container .collapse.active .plus div {
  background-color: #A58455; }

.post-type-archive-pages_events .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4, .single-pages_events .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4, .post-type-archive-realisations .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4, .single-realisations .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .title-h4 {
  color: #185D76; }

.post-type-archive-pages_events .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div, .single-pages_events .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div, .post-type-archive-realisations .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div, .single-realisations .module-13-content_collapse .collapse_container .collapse .collapse_title:hover .plus div {
  background-color: #185D76; }

.post-type-archive-pages_events .module-13-content_collapse .collapse_container .collapse.active .title-h4, .single-pages_events .module-13-content_collapse .collapse_container .collapse.active .title-h4, .post-type-archive-realisations .module-13-content_collapse .collapse_container .collapse.active .title-h4, .single-realisations .module-13-content_collapse .collapse_container .collapse.active .title-h4 {
  color: #185D76; }

.post-type-archive-pages_events .module-13-content_collapse .collapse_container .collapse.active .plus div, .single-pages_events .module-13-content_collapse .collapse_container .collapse.active .plus div, .post-type-archive-realisations .module-13-content_collapse .collapse_container .collapse.active .plus div, .single-realisations .module-13-content_collapse .collapse_container .collapse.active .plus div {
  background-color: #185D76; }

.module-14-cta_simple-arrows {
  background-color: #242421;
  padding: 100px 0;
  color: #FBFBFA;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-14-cta_simple-arrows {
      padding: 60px 0; } }
  .module-14-cta_simple-arrows .cta_container {
    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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-14-cta_simple-arrows .cta_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-14-cta_simple-arrows .cta_container .title {
      width: 550px;
      padding-right: 50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14-cta_simple-arrows .cta_container .title {
          width: 100%;
          padding-right: 0px; } }
    .module-14-cta_simple-arrows .cta_container .links_container {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14-cta_simple-arrows .cta_container .links_container {
          width: 100%;
          padding-top: 32px; } }
      .module-14-cta_simple-arrows .cta_container .links_container a {
        margin-bottom: 32px;
        color: #FBFBFA;
        font-size: 1.33em;
        text-transform: none;
        font-family: 'Gotham Book', sans-serif;
        font-weight: 400;
        -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-14-cta_simple-arrows .cta_container .links_container a {
            margin-bottom: 24px; } }
        .module-14-cta_simple-arrows .cta_container .links_container a svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-14-cta_simple-arrows .cta_container .links_container a:hover {
          color: #DF613B; }
          .module-14-cta_simple-arrows .cta_container .links_container a:hover svg {
            margin-left: 30px; }

.post-type-archive-pages_business .module-14-cta_simple-arrows, .single-pages_business .module-14-cta_simple-arrows {
  background-color: #A58455; }
  .post-type-archive-pages_business .module-14-cta_simple-arrows .cta_container .links_container a svg path, .single-pages_business .module-14-cta_simple-arrows .cta_container .links_container a svg path {
    fill: #FBFBFA; }
  .post-type-archive-pages_business .module-14-cta_simple-arrows .cta_container .links_container a:hover, .single-pages_business .module-14-cta_simple-arrows .cta_container .links_container a:hover {
    color: #242421; }
    .post-type-archive-pages_business .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .single-pages_business .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path {
      fill: #242421; }

.post-type-archive-pages_events .module-14-cta_simple-arrows, .single-pages_events .module-14-cta_simple-arrows, .post-type-archive-realisations .module-14-cta_simple-arrows, .single-realisations .module-14-cta_simple-arrows {
  background-color: #185D76; }
  .post-type-archive-pages_events .module-14-cta_simple-arrows .cta_container .links_container a svg path, .single-pages_events .module-14-cta_simple-arrows .cta_container .links_container a svg path, .post-type-archive-realisations .module-14-cta_simple-arrows .cta_container .links_container a svg path, .single-realisations .module-14-cta_simple-arrows .cta_container .links_container a svg path {
    fill: #FBFBFA; }
  .post-type-archive-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover, .single-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover, .post-type-archive-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover, .single-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover {
    color: #123544; }
    .post-type-archive-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .single-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .post-type-archive-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .single-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path {
      fill: #123544; }

.module-15-cta_bg-img {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-cta_bg-img {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .module-15-cta_bg-img.bg_orange_no-img {
    background-color: #DF613B; }
  .module-15-cta_bg-img .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    z-index: 1; }
    .module-15-cta_bg-img .bg.bg-img_blue {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-cta_bg-img .bg.bg-img_blue {
          background-image: url(../img/bg-blue_mobile.svg) !important; } }
    .module-15-cta_bg-img .bg.bg-img_orange {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-cta_bg-img .bg.bg-img_orange {
          background-image: none !important; } }
  .module-15-cta_bg-img .container {
    position: relative;
    z-index: 5; }
    .module-15-cta_bg-img .container .content {
      text-align: center;
      color: #FBFBFA;
      width: 100%;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .module-15-cta_bg-img .container .content .txt {
        padding-top: 16px; }
    .module-15-cta_bg-img .container .link_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-cta_bg-img .container .link_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-top: 32px; } }
      .module-15-cta_bg-img .container .link_container .cta-card {
        border-radius: 12px;
        background-color: #FBFBFA;
        overflow: hidden;
        padding: 24px 34px;
        width: 350px;
        height: 180px;
        margin-left: 10px;
        margin-right: 10px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-15-cta_bg-img .container .link_container .cta-card {
            width: 100%;
            max-width: 350px;
            height: auto;
            margin-bottom: 8px;
            margin-left: 0px;
            margin-right: 0px; } }
        .module-15-cta_bg-img .container .link_container .cta-card_icon {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-15-cta_bg-img .container .link_container .cta-card_icon {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              text-align: left;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .module-15-cta_bg-img .container .link_container .cta-card_icon .icon {
            width: 50px;
            height: 50px;
            position: relative;
            margin-bottom: 16px;
            /* -- @include break(mobile)-- */ }
            .module-15-cta_bg-img .container .link_container .cta-card_icon .icon 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;
              -o-object-fit: contain;
                 object-fit: contain;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
            @media only screen and (max-width: 768px) {
              .module-15-cta_bg-img .container .link_container .cta-card_icon .icon {
                width: 40px;
                height: 40px;
                margin-right: 32px;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin-bottom: 0; } }
          .module-15-cta_bg-img .container .link_container .cta-card_icon .title-h5 {
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-15-cta_bg-img .container .link_container .cta-card_icon .title-h5 {
                width: 100%; } }
          .module-15-cta_bg-img .container .link_container .cta-card_icon:hover {
            background-color: #DF613B;
            color: #FBFBFA; }
            .module-15-cta_bg-img .container .link_container .cta-card_icon:hover .icon img {
              -webkit-filter: grayscale(1) brightness(2);
                      filter: grayscale(1) brightness(2); }
        .module-15-cta_bg-img .container .link_container .cta-card_arrow {
          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: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-15-cta_bg-img .container .link_container .cta-card_arrow {
              -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;
              font-size: 1.12em; } }
          .module-15-cta_bg-img .container .link_container .cta-card_arrow .round_btn {
            width: 66px;
            height: 66px;
            border-radius: 50%;
            background-color: #DF613B;
            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;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-15-cta_bg-img .container .link_container .cta-card_arrow .round_btn {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin-left: 32px; } }
            .module-15-cta_bg-img .container .link_container .cta-card_arrow .round_btn svg {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
          .module-15-cta_bg-img .container .link_container .cta-card_arrow:hover {
            color: #DF613B; }
            .module-15-cta_bg-img .container .link_container .cta-card_arrow:hover .round_btn {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
              .module-15-cta_bg-img .container .link_container .cta-card_arrow:hover .round_btn svg {
                -webkit-transform: scale(0.8);
                        transform: scale(0.8); }
  .module-15-cta_bg-img.layout-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-cta_bg-img.layout-row .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-15-cta_bg-img.layout-row .container .content {
      text-align: left;
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-right: 15%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-cta_bg-img.layout-row .container .content {
          padding-right: 0;
          padding-bottom: 32px; } }
    .module-15-cta_bg-img.layout-row .container .link_container {
      padding-top: 0; }

.post-type-archive-pages_business .module-15-cta_bg-img .container .link_container .cta-card_arrow .round_btn, .single-pages_business .module-15-cta_bg-img .container .link_container .cta-card_arrow .round_btn {
  background-color: #A58455; }

.post-type-archive-pages_business .module-15-cta_bg-img .container .link_container .cta-card_arrow:hover, .single-pages_business .module-15-cta_bg-img .container .link_container .cta-card_arrow:hover {
  color: #A58455; }

.post-type-archive-pages_business .module-15-cta_bg-img .bg.bg-img_orange, .single-pages_business .module-15-cta_bg-img .bg.bg-img_orange {
  background-image: none !important; }

.post-type-archive-pages_business .module-15-cta_bg-img .bg.bg-img_orange, .single-pages_business .module-15-cta_bg-img .bg.bg-img_orange {
  background-color: #A58455; }

.post-type-archive-pages_events .module-14-cta_simple-arrows, .single-pages_events .module-14-cta_simple-arrows, .post-type-archive-realisations .module-14-cta_simple-arrows, .single-realisations .module-14-cta_simple-arrows {
  background-color: #185D76; }
  .post-type-archive-pages_events .module-14-cta_simple-arrows .cta_container .links_container a svg path, .single-pages_events .module-14-cta_simple-arrows .cta_container .links_container a svg path, .post-type-archive-realisations .module-14-cta_simple-arrows .cta_container .links_container a svg path, .single-realisations .module-14-cta_simple-arrows .cta_container .links_container a svg path {
    fill: #FBFBFA; }
  .post-type-archive-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover, .single-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover, .post-type-archive-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover, .single-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover {
    color: #123544; }
    .post-type-archive-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .single-pages_events .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .post-type-archive-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path, .single-realisations .module-14-cta_simple-arrows .cta_container .links_container a:hover svg path {
      fill: #123544; }

.module-16-cta_btn {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-16-cta_btn {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .module-16-cta_btn .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    z-index: 1; }
    .module-16-cta_btn .bg.bg-img_blue {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-16-cta_btn .bg.bg-img_blue {
          background-image: url(../img/bg-blue_mobile.svg) !important; } }
    .module-16-cta_btn .bg.bg-img_orange {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-16-cta_btn .bg.bg-img_orange {
          background-image: none !important; } }
  .module-16-cta_btn .content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FBFBFA;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .module-16-cta_btn .content .txt {
      padding-top: 16px; }
    .module-16-cta_btn .content .btn {
      margin-top: 32px; }
  .module-16-cta_btn.bg_orange .content .btn {
    background-color: #FBFBFA;
    color: #DF613B; }
    .module-16-cta_btn.bg_orange .content .btn svg path {
      fill: #DF613B; }

.post-type-archive-pages_business .module-16-cta_btn.bg_orange .bg, .single-pages_business .module-16-cta_btn.bg_orange .bg {
  background-image: none !important; }

.post-type-archive-pages_business .module-16-cta_btn.bg_orange .bg, .single-pages_business .module-16-cta_btn.bg_orange .bg {
  background-color: #A58455; }

.post-type-archive-pages_business .module-16-cta_btn.bg_orange .content .btn, .single-pages_business .module-16-cta_btn.bg_orange .content .btn {
  background-color: #FBFBFA;
  color: #A58455; }
  .post-type-archive-pages_business .module-16-cta_btn.bg_orange .content .btn svg path, .single-pages_business .module-16-cta_btn.bg_orange .content .btn svg path {
    fill: #A58455; }

.post-type-archive-pages_events .module-16-cta_btn.bg_orange .bg, .single-pages_events .module-16-cta_btn.bg_orange .bg, .post-type-archive-realisations .module-16-cta_btn.bg_orange .bg, .single-realisations .module-16-cta_btn.bg_orange .bg {
  background-image: none !important; }

.post-type-archive-pages_events .module-16-cta_btn.bg_orange .bg, .single-pages_events .module-16-cta_btn.bg_orange .bg, .post-type-archive-realisations .module-16-cta_btn.bg_orange .bg, .single-realisations .module-16-cta_btn.bg_orange .bg {
  background-color: #185D76; }

.post-type-archive-pages_events .module-16-cta_btn.bg_orange .content .btn, .single-pages_events .module-16-cta_btn.bg_orange .content .btn, .post-type-archive-realisations .module-16-cta_btn.bg_orange .content .btn, .single-realisations .module-16-cta_btn.bg_orange .content .btn {
  background-color: #FBFBFA;
  color: #185D76; }
  .post-type-archive-pages_events .module-16-cta_btn.bg_orange .content .btn svg path, .single-pages_events .module-16-cta_btn.bg_orange .content .btn svg path, .post-type-archive-realisations .module-16-cta_btn.bg_orange .content .btn svg path, .single-realisations .module-16-cta_btn.bg_orange .content .btn svg path {
    fill: #185D76; }

.module-17-cta_box .cta-box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-17-cta_box .cta-box_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-17-cta_box .cta-box_container .cta_box {
    border-radius: 12px;
    padding: 44px 40px;
    width: 49.5%;
    background-color: #E7E4DE;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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-17-cta_box .cta-box_container .cta_box {
        width: 100%;
        padding: 36px 28px;
        margin-bottom: 20px; }
        .module-17-cta_box .cta-box_container .cta_box:last-of-type {
          margin-bottom: 0; } }
    .module-17-cta_box .cta-box_container .cta_box .top {
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .module-17-cta_box .cta-box_container .cta_box .top .txt {
        padding-top: 16px; }
    .module-17-cta_box .cta-box_container .cta_box .bottom {
      margin-top: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .module-17-cta_box .cta-box_container .cta_box .bottom .img {
        width: 130px;
        height: 130px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-17-cta_box .cta-box_container .cta_box .bottom .img {
            width: 96px;
            height: 96px; } }
        .module-17-cta_box .cta-box_container .cta_box .bottom .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; }
      .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background-color: #DF613B;
        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;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-left: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 32px;
            width: 52px;
            height: 52px; } }
        .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
    .module-17-cta_box .cta-box_container .cta_box:hover {
      background-color: #DF613B;
      color: #FBFBFA; }
      .module-17-cta_box .cta-box_container .cta_box:hover .img {
        background-color: #FBFBFA; }
      .module-17-cta_box .cta-box_container .cta_box:hover .round_btn {
        background-color: #FBFBFA;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
          .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path {
            fill: #DF613B; }

.module-17-cta_box.bg_mole .cta-box_container .cta_box {
  background-color: #E1DDD4; }

.post-type-archive-pages_business .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn, .post-type-archive-pages_business .module-17-cta_box .cta-box_container .cta_box:hover, .single-pages_business .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn, .single-pages_business .module-17-cta_box .cta-box_container .cta_box:hover {
  background-color: #A58455; }

.post-type-archive-pages_business .module-17-cta_box .cta-box_container .cta_box:hover .round_btn, .single-pages_business .module-17-cta_box .cta-box_container .cta_box:hover .round_btn {
  background-color: #FBFBFA; }

.post-type-archive-pages_business .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path, .single-pages_business .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path {
  fill: #A58455; }

.post-type-archive-pages_events .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn, .post-type-archive-pages_events .module-17-cta_box .cta-box_container .cta_box:hover, .single-pages_events .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn, .single-pages_events .module-17-cta_box .cta-box_container .cta_box:hover, .post-type-archive-realisations .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn, .post-type-archive-realisations .module-17-cta_box .cta-box_container .cta_box:hover, .single-realisations .module-17-cta_box .cta-box_container .cta_box .bottom .round_btn, .single-realisations .module-17-cta_box .cta-box_container .cta_box:hover {
  background-color: #185D76; }

.post-type-archive-pages_events .module-17-cta_box .cta-box_container .cta_box:hover .round_btn, .single-pages_events .module-17-cta_box .cta-box_container .cta_box:hover .round_btn, .post-type-archive-realisations .module-17-cta_box .cta-box_container .cta_box:hover .round_btn, .single-realisations .module-17-cta_box .cta-box_container .cta_box:hover .round_btn {
  background-color: #FBFBFA; }

.post-type-archive-pages_events .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path, .single-pages_events .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path, .post-type-archive-realisations .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path, .single-realisations .module-17-cta_box .cta-box_container .cta_box:hover .round_btn svg path {
  fill: #185D76; }

.module-18-blogue .blogue_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap; }
  .module-18-blogue .blogue_content .post_card {
    width: calc(33% - 38px);
    margin-bottom: 42px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-18-blogue .blogue_content .post_card {
        width: calc(50% - 42px); } }
    @media only screen and (max-width: 768px) {
      .module-18-blogue .blogue_content .post_card {
        width: 100%; } }
    .module-18-blogue .blogue_content .post_card .img_container {
      width: 100%;
      padding-bottom: 66.6%;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background-color: #DF613B; }
      .module-18-blogue .blogue_content .post_card .img_container 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;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-18-blogue .blogue_content .post_card .img_container .tag_wrap {
        position: absolute;
        top: 12px;
        right: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .module-18-blogue .blogue_content .post_card .img_container .tag_wrap .tag {
          border-radius: 6px;
          background-color: #DF613B;
          padding: 5px 8px 3px 8px;
          margin-left: 8px;
          font-size: 13px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          color: #FBFBFA; }
    .module-18-blogue .blogue_content .post_card .content {
      padding-top: 25px; }
      .module-18-blogue .blogue_content .post_card .content .txt {
        padding-top: 8px;
        display: -webkit-box;
        width: 100%;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-18-blogue .blogue_content .post_card .content .txt {
            padding-top: 10px;
            -webkit-line-clamp: 5; } }
        .module-18-blogue .blogue_content .post_card .content .txt strong {
          color: #DF613B; }
      .module-18-blogue .blogue_content .post_card .content .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #5D5D5A;
        margin-top: 5px; }
        .module-18-blogue .blogue_content .post_card .content .info .date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-right: 12px; }
          .module-18-blogue .blogue_content .post_card .content .info .date svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .module-18-blogue .blogue_content .post_card .content .info .date svg path {
              fill: #5D5D5A; }
        .module-18-blogue .blogue_content .post_card .content .info .time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px;
          padding-left: 12px; }
          .module-18-blogue .blogue_content .post_card .content .info .time svg {
            margin-bottom: 2px;
            margin-right: 6px; }
            .module-18-blogue .blogue_content .post_card .content .info .time svg path {
              fill: #5D5D5A; }
      .module-18-blogue .blogue_content .post_card .content .link {
        padding-top: 20px; }
    .module-18-blogue .blogue_content .post_card:hover .img_container img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
              transform: translate(-50%, -50%) scale(1.05); }
    .module-18-blogue .blogue_content .post_card:hover .link {
      color: #C9441C; }
      .module-18-blogue .blogue_content .post_card:hover .link svg {
        margin-left: 18px; }
      .module-18-blogue .blogue_content .post_card:hover .link path {
        fill: #C9441C; }
  .module-18-blogue .blogue_content.big-col .col {
    width: calc(50% - 42px); }

.module-18-blogue .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px; }

.post-type-archive-pages_business .module-18-blogue .blogue_content .post_card .img_container, .single-pages_business .module-18-blogue .blogue_content .post_card .img_container {
  background-color: #A58455; }

.post-type-archive-pages_events .module-18-blogue .blogue_content .post_card .img_container, .single-pages_events .module-18-blogue .blogue_content .post_card .img_container, .post-type-archive-realisations .module-18-blogue .blogue_content .post_card .img_container, .single-realisations .module-18-blogue .blogue_content .post_card .img_container {
  background-color: #185D76; }

.module-19-faq .collapse_container .collapse {
  padding: 28px 40px;
  background-color: #E7E4DE;
  border-radius: 12px;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-19-faq .collapse_container .collapse {
      padding: 28px 26px; } }
  .module-19-faq .collapse_container .collapse .collapse_title {
    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;
    cursor: pointer; }
    .module-19-faq .collapse_container .collapse .collapse_title .title-h6 {
      width: 75%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      padding-bottom: 0px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-faq .collapse_container .collapse .collapse_title .title-h6 {
          width: calc(100% - 40px);
          font-size: 20px; } }
    .module-19-faq .collapse_container .collapse .collapse_title .plus {
      width: 28px;
      height: 28px;
      position: relative; }
      .module-19-faq .collapse_container .collapse .collapse_title .plus div {
        width: 15px;
        height: 3px;
        background-color: #242421;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .module-19-faq .collapse_container .collapse .collapse_title .plus div.line2 {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
    .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6 {
      color: #DF613B; }
    .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div {
      background-color: #DF613B; }
  .module-19-faq .collapse_container .collapse .collapse_content {
    overflow: hidden;
    display: none; }
    .module-19-faq .collapse_container .collapse .collapse_content .collapse_content-inner {
      padding-top: 16px;
      font-size: 15px; }
  .module-19-faq .collapse_container .collapse.active .title-h6 {
    color: #DF613B; }
  .module-19-faq .collapse_container .collapse.active .plus div {
    background-color: #DF613B; }
    .module-19-faq .collapse_container .collapse.active .plus div.line2 {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg); }
  .module-19-faq .collapse_container .collapse:first-of-type .collapse_content {
    display: block; }

.module-19-faq.type-col2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-19-faq.type-col2 .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-19-faq.type-col2 .container .title_top {
    width: 430px;
    padding-right: 0;
    margin-right: 7%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-19-faq.type-col2 .container .title_top {
        width: 100%; } }
  .module-19-faq.type-col2 .container .collapse_container {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }

.post-type-archive-pages_business .module-19-faq .collapse_container .collapse.active .title-h6, .post-type-archive-pages_business .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6, .single-pages_business .module-19-faq .collapse_container .collapse.active .title-h6, .single-pages_business .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6 {
  color: #A58455; }

.post-type-archive-pages_business .module-19-faq .collapse_container .collapse.active .collapse_title .plus div, .post-type-archive-pages_business .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div, .single-pages_business .module-19-faq .collapse_container .collapse.active .collapse_title .plus div, .single-pages_business .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div {
  background-color: #A58455; }

.post-type-archive-pages_events .module-19-faq .collapse_container .collapse.active .title-h6, .post-type-archive-pages_events .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6, .single-pages_events .module-19-faq .collapse_container .collapse.active .title-h6, .single-pages_events .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6, .post-type-archive-realisations .module-19-faq .collapse_container .collapse.active .title-h6, .post-type-archive-realisations .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6, .single-realisations .module-19-faq .collapse_container .collapse.active .title-h6, .single-realisations .module-19-faq .collapse_container .collapse .collapse_title:hover .title-h6 {
  color: #185D76; }

.post-type-archive-pages_events .module-19-faq .collapse_container .collapse.active .collapse_title .plus div, .post-type-archive-pages_events .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div, .single-pages_events .module-19-faq .collapse_container .collapse.active .collapse_title .plus div, .single-pages_events .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div, .post-type-archive-realisations .module-19-faq .collapse_container .collapse.active .collapse_title .plus div, .post-type-archive-realisations .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div, .single-realisations .module-19-faq .collapse_container .collapse.active .collapse_title .plus div, .single-realisations .module-19-faq .collapse_container .collapse .collapse_title:hover .plus div {
  background-color: #185D76; }

.module-20-map .container {
  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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-20-map .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-20-map .left {
  width: 32%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-20-map .left {
      width: 100%; } }
  .module-20-map .left .txt {
    padding-top: 14px;
    padding-bottom: 40px; }

.module-20-map .right {
  width: 65%;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-20-map .right {
      width: 100%;
      margin-top: 60px; } }
  .module-20-map .right img {
    width: 100%;
    height: auto; }

.module-21-slider_chrono {
  position: relative;
  overflow: hidden; }
  .module-21-slider_chrono .slider_container {
    height: 100vh;
    width: 100vw;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-21-slider_chrono .slider_container {
        max-height: 700px; } }
    .module-21-slider_chrono .slider_container .slider-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none; }
      .module-21-slider_chrono .slider_container .slider-img .slider-img_slide {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
        overflow: hidden;
        position: absolute; }
        .module-21-slider_chrono .slider_container .slider-img .slider-img_slide 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;
          -webkit-filter: grayscale(0.7);
                  filter: grayscale(0.7); }
        .module-21-slider_chrono .slider_container .slider-img .slider-img_slide:first-of-type {
          display: block; }
    .module-21-slider_chrono .slider_container .filter {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%); }
    .module-21-slider_chrono .slider_container .slider-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      pointer-events: none; }
      .module-21-slider_chrono .slider_container .slider-content .slider-content_slide {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        pointer-events: none;
        display: none; }
        .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner {
          position: absolute;
          pointer-events: all;
          width: 90%;
          max-width: 800px;
          top: 35%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          color: #FBFBFA;
          text-align: center;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner {
              top: 40%; } }
          .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner .date {
            line-height: 85%;
            font-size: 15em;
            font-family: 'OptimaLTPro-Medium', serif;
            font-weight: 500;
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: #FBFBFA;
            color: rgba(251, 251, 250, 0);
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1460px) {
              .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner .date {
                font-size: 13em; } }
            @media only screen and (max-width: 1280px) {
              .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner .date {
                font-size: 10em; } }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner .date {
                font-size: 9vh; } }
          .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner .txt {
            font-size: 1.1em;
            opacity: 0;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-21-slider_chrono .slider_container .slider-content .slider-content_slide .slide_inner .txt {
                padding-top: 10px;
                font-size: 1em; } }
        .module-21-slider_chrono .slider_container .slider-content .slider-content_slide:first-of-type {
          display: block; }
          .module-21-slider_chrono .slider_container .slider-content .slider-content_slide:first-of-type .date {
            color: #fbfbfa; }
          .module-21-slider_chrono .slider_container .slider-content .slider-content_slide:first-of-type .txt {
            opacity: 1; }
        .module-21-slider_chrono .slider_container .slider-content .slider-content_slide:nth-of-type(2) {
          display: block;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); }
  .module-21-slider_chrono .slider-titre {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 275px;
    color: rgba(251, 251, 250, 0.6);
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-21-slider_chrono .slider-titre {
        width: 250px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-21-slider_chrono .slider-titre {
        position: absolute;
        top: 32px;
        left: 0;
        right: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        z-index: 5;
        text-align: center; } }
    .module-21-slider_chrono .slider-titre.title_mobile {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-21-slider_chrono .slider-titre.title_mobile {
          display: block; } }
    .module-21-slider_chrono .slider-titre.title_desktop {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-21-slider_chrono .slider-titre.title_desktop {
          display: none; } }
  .module-21-slider_chrono .slider_nav {
    position: absolute;
    bottom: 60px;
    left: 5%;
    right: 5%;
    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;
    z-index: 4; }
    .module-21-slider_chrono .slider_nav .slider-bullets {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-left: 5%;
      padding-right: 5%;
      -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) {
        .module-21-slider_chrono .slider_nav .slider-bullets {
          padding-left: 44px; } }
      .module-21-slider_chrono .slider_nav .slider-bullets .bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 8px;
        background-color: rgba(251, 251, 250, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .module-21-slider_chrono .slider_nav .slider-bullets .bullet.active {
          background-color: #fbfbfa;
          width: 12px;
          height: 12px; }
    .module-21-slider_chrono .slider_nav .slider-arrows {
      width: 275px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .module-21-slider_chrono .slider_nav .slider-arrows {
          width: 250px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-21-slider_chrono .slider_nav .slider-arrows {
          width: 44px; } }
      .module-21-slider_chrono .slider_nav .slider-arrows .arrow {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        .module-21-slider_chrono .slider_nav .slider-arrows .arrow:hover {
          -webkit-transform: scale(1.25);
                  transform: scale(1.25); }
      .module-21-slider_chrono .slider_nav .slider-arrows .arrow_left {
        margin-right: 22px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-21-slider_chrono .slider_nav .slider-arrows .arrow_left {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
      .module-21-slider_chrono .slider_nav .slider-arrows .not-active {
        opacity: 0.5;
        pointer-events: none; }

.module-22-slider_key {
  position: relative; }
  .module-22-slider_key .slider-key_container {
    height: 560px;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-22-slider_key .slider-key_container {
        height: 445px; } }
    .module-22-slider_key .slider-key_container .slider-key {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .module-22-slider_key .slider-key_container .slider-key_slide {
      width: 316px;
      height: 300px;
      border-radius: 20px;
      overflow: hidden;
      padding: 32px 26px;
      background-color: #CEE4EE;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      left: calc(50% - 158px);
      -webkit-transform-origin: 50% 1500px;
              transform-origin: 50% 1500px;
      top: 20px;
      display: none; }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+2) {
        background-color: #123544;
        color: #FBFBFA; }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3) {
        background-color: #DF613B;
        color: #FBFBFA; }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(17deg);
                transform: rotate(17deg); }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(34deg);
                transform: rotate(34deg); }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-last-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-17deg);
                transform: rotate(-17deg); }
      .module-22-slider_key .slider-key_container .slider-key_slide:nth-last-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-34deg);
                transform: rotate(-34deg); }
      .module-22-slider_key .slider-key_container .slider-key_slide .top .number {
        font-family: 'OptimaLTPro-Medium', serif;
        font-weight: 500;
        font-size: 5em;
        line-height: 100%; }
      .module-22-slider_key .slider-key_container .slider-key_slide .top .logo {
        height: 70px;
        width: 100%;
        position: relative; }
        .module-22-slider_key .slider-key_container .slider-key_slide .top .logo img {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: left;
             object-position: left; }
      .module-22-slider_key .slider-key_container .slider-key_slide .content {
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        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: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .module-22-slider_key .slider-key_container .slider-key_slide .content .txt {
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          font-size: 0.875em; }
  .module-22-slider_key .slider_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    z-index: 10;
    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: 768px) {
      .module-22-slider_key .slider_nav {
        padding-left: 5%;
        padding-right: 5%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .module-22-slider_key .slider_nav .bg {
      position: absolute;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 239, 236, 0)), to(#F1EFEC));
      background: linear-gradient(180deg, rgba(241, 239, 236, 0) 0%, #F1EFEC 100%);
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1; }
    .module-22-slider_key .slider_nav .arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #FBFBFA;
      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;
      z-index: 3;
      position: relative;
      margin-left: 7px;
      margin-right: 7px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer; }
      .module-22-slider_key .slider_nav .arrow svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-22-slider_key .slider_nav .arrow:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .module-22-slider_key .slider_nav .arrow:hover svg {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }

.post-type-archive-pages_business .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3), .single-pages_business .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3) {
  background-color: #A58455; }

.post-type-archive-pages_events .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3), .single-pages_events .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3), .post-type-archive-realisations .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3), .single-realisations .module-22-slider_key .slider-key_container .slider-key_slide:nth-child(3n+3) {
  background-color: #185D76; }

.module-23-team .top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-23-team .top_nav {
      -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-23-team .top_nav .title {
    width: 60%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-team .top_nav .title {
        width: 100%;
        padding-bottom: 30px; } }
  .module-23-team .top_nav .txt {
    padding-top: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-team .top_nav .txt {
        padding-bottom: 32px; } }
  .module-23-team .top_nav .nav {
    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-23-team .top_nav .nav {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .module-23-team .top_nav .nav .arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #FBFBFA;
      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;
      z-index: 3;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-left: 14px;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      .module-23-team .top_nav .nav .arrow svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-23-team .top_nav .nav .arrow {
          margin-left: 0px; } }
      .module-23-team .top_nav .nav .arrow:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .module-23-team .top_nav .nav .arrow:hover svg {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .module-23-team .top_nav .nav .arrow.not_active {
        pointer-events: none;
        opacity: 0.5; }

.module-23-team .team_card {
  width: 315px;
  min-height: 410px;
  margin-right: 1.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  scroll-snap-align: start;
  scroll-margin: calc((100vw - 1325px) / 2);
  border-radius: 12px;
  background-color: #FBFBFA;
  padding: 13px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1460px) {
    .module-23-team .team_card {
      scroll-margin: 5vw; } }
  @media only screen and (max-width: 768px) {
    .module-23-team .team_card {
      width: 90%;
      margin-right: 5%; } }
  .module-23-team .team_card .img_container {
    width: 100%;
    padding-bottom: 115%;
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    .module-23-team .team_card .img_container 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; }
    .module-23-team .team_card .img_container .dest {
      position: absolute;
      bottom: 8px;
      right: 8px;
      background-color: #E1DDD4;
      border-radius: 40px;
      padding: 8px 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px;
      line-height: 1em; }
      .module-23-team .team_card .img_container .dest svg {
        width: 17px;
        margin-right: 8px; }
      .module-23-team .team_card .img_container .dest span {
        display: block;
        margin-bottom: -0.15em; }
  .module-23-team .team_card .content {
    padding-top: 12px; }
    .module-23-team .team_card .content h6 {
      padding-bottom: 0; }
    .module-23-team .team_card .content .poste {
      font-size: 0.85em; }
    .module-23-team .team_card .content .succ {
      padding-top: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.85em;
      line-height: 1em; }
      .module-23-team .team_card .content .succ img {
        margin-right: 5px;
        width: 14px; }
      .module-23-team .team_card .content .succ .coma {
        margin-right: 0.4em; }
        .module-23-team .team_card .content .succ .coma:last-of-type {
          display: none; }
  .module-23-team .team_card-ghost {
    padding: 0;
    height: 1px;
    opacity: 0;
    min-height: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-23-team .team_card-ghost {
        display: none; } }

.module-23-team .slider_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
  padding-left: calc((100vw - 1325px) / 2);
  padding-right: calc((100vw - 1325px) / 2);
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  /* -- @include break(mobile)-- */ }
  .module-23-team .slider_team::-webkit-scrollbar {
    width: 0 !important; }
  @media only screen and (max-width: 1460px) {
    .module-23-team .slider_team {
      padding-left: 5%; } }

.module-23-team .tab_team .tab_nav {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-bottom: 40px; }
  .module-23-team .tab_team .tab_nav::-webkit-scrollbar {
    width: 0 !important; }
  .module-23-team .tab_team .tab_nav .tab_nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name {
      margin-right: 30px;
      font-size: 1.2em;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      padding-bottom: 9px;
      cursor: pointer; }
      .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name::after {
        content: " ";
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 0%;
        height: 4px;
        background-color: #242421;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active {
        color: #DF613B; }
        .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after {
          width: 100%;
          background-color: #DF613B; }
      .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active {
        pointer-events: none; }
    .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_ghost {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: calc((100vw - 1325px) / 2);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_ghost {
          width: 5%; } }

.module-23-team .tab_team .tab_container {
  position: relative;
  height: 1000px; }
  .module-23-team .tab_team .tab_container .tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    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;
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-23-team .tab_team .tab_container .tab {
        -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-23-team .tab_team .tab_container .tab .team_card {
      margin-bottom: 20px;
      margin-right: 10px;
      scroll-margin: 0;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .module-23-team .tab_team .tab_container .tab .team_card {
          margin-right: 0px;
          width: 250px; } }
      @media only screen and (max-width: 768px) {
        .module-23-team .tab_team .tab_container .tab .team_card {
          margin-right: 0px; } }
    .module-23-team .tab_team .tab_container .tab:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.post-type-archive-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .post-type-archive-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active, .single-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .single-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active {
  color: #A58455; }
  .post-type-archive-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .post-type-archive-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after, .single-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .single-pages_business .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after {
    background-color: #A58455; }

.post-type-archive-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .post-type-archive-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active, .single-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .single-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active, .post-type-archive-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .post-type-archive-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active, .single-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover, .single-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active {
  color: #185D76; }
  .post-type-archive-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .post-type-archive-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after, .single-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .single-pages_events .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after, .post-type-archive-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .post-type-archive-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after, .single-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name:hover::after, .single-realisations .module-23-team .tab_team .tab_nav .tab_nav-inner .tab_name.active::after {
    background-color: #185D76; }

.module-24-top .container {
  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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-24-top .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-24-top .container .title_top {
    padding-bottom: 0;
    width: 35%;
    min-width: 350px;
    padding-right: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-24-top .container .title_top {
        width: 100%; } }
    .module-24-top .container .title_top .btn {
      margin-top: 40px; }
  .module-24-top .container .slider_top-dest_container {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-24-top .container .slider_top-dest_container {
        margin-top: 60px;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .module-24-top .container .slider_top-dest_container .arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #FBFBFA;
      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;
      z-index: 3;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-left: 14px;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      .module-24-top .container .slider_top-dest_container .arrow svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-24-top .container .slider_top-dest_container .arrow {
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 35px; } }
      .module-24-top .container .slider_top-dest_container .arrow:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .module-24-top .container .slider_top-dest_container .arrow:hover svg {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .module-24-top .container .slider_top-dest_container .arrow.not_active {
        pointer-events: none;
        opacity: 0.5; }
    .module-24-top .container .slider_top-dest_container .arrow_left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-24-top .container .slider_top-dest_container .arrow_left {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .module-24-top .container .slider_top-dest_container .arrow_right {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-24-top .container .slider_top-dest_container .arrow_right {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .module-24-top .container .slider_top-dest_container .slider_top-dest {
      width: calc(80% - 120px);
      padding-bottom: 83.5%;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-24-top .container .slider_top-dest_container .slider_top-dest {
          width: 80%;
          padding-bottom: 109%; } }
      .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
        cursor: pointer;
        -webkit-transform-origin: center;
                transform-origin: center; }
        .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card .img_container {
          position: relative;
          z-index: 1;
          width: 100%;
          height: 100%; }
          .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card .img_container 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; }
        .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background: rgba(71, 65, 60, 0);
          -webkit-backdrop-filter: blur(0px);
                  backdrop-filter: blur(0px);
          -webkit-transition: -webkit-backdrop-filter 0.6s;
          transition: -webkit-backdrop-filter 0.6s;
          transition: backdrop-filter 0.6s;
          transition: backdrop-filter 0.6s, -webkit-backdrop-filter 0.6s; }
        .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card .content {
          opacity: 0;
          text-align: center;
          z-index: 3;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card .content .tag {
            padding: 5px 8px 3px 8px;
            background-color: #FBFBFA;
            border-radius: 6px;
            color: #DF613B;
            font-size: 13px;
            margin-bottom: 15px;
            display: block;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            font-family: 'Gotham', sans-serif;
            font-weight: 500; }
          .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card .content h4 {
            color: #FBFBFA; }
        .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card:hover .overlay {
          -webkit-backdrop-filter: blur(5px);
                  backdrop-filter: blur(5px); }
        .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card:first-of-type {
          opacity: 1;
          pointer-events: all;
          z-index: 2;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
          .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card:first-of-type .overlay {
            background: rgba(71, 65, 60, 0.4); }
          .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card:first-of-type .content {
            opacity: 1; }
        .module-24-top .container .slider_top-dest_container .slider_top-dest .dest_card:nth-of-type(2) {
          opacity: 1;
          -webkit-transform: rotate(6deg);
                  transform: rotate(6deg); }

.module-25-dest {
  padding-bottom: 0; }
  .module-25-dest .grid {
    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;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-dest .grid {
        -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; } }
    .module-25-dest .grid .dest_card {
      position: relative;
      width: 32.5%;
      padding-bottom: 43.8%;
      border-radius: 12px;
      overflow: hidden;
      -webkit-transition: none;
      transition: none;
      cursor: pointer;
      -webkit-transform-origin: center;
              transform-origin: center;
      margin-bottom: 1.5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-25-dest .grid .dest_card {
          width: 100%;
          padding-bottom: 135%;
          margin-bottom: 12px; } }
      .module-25-dest .grid .dest_card .img_container {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%; }
        .module-25-dest .grid .dest_card .img_container 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; }
      .module-25-dest .grid .dest_card .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(71, 65, 60, 0.4);
        -webkit-backdrop-filter: blur(0px);
                backdrop-filter: blur(0px);
        -webkit-transition: -webkit-backdrop-filter 0.6s;
        transition: -webkit-backdrop-filter 0.6s;
        transition: backdrop-filter 0.6s;
        transition: backdrop-filter 0.6s, -webkit-backdrop-filter 0.6s; }
      .module-25-dest .grid .dest_card .content {
        text-align: center;
        z-index: 3;
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .module-25-dest .grid .dest_card .content .tag {
          padding: 5px 8px 3px 8px;
          background-color: #FBFBFA;
          border-radius: 6px;
          color: #DF613B;
          font-size: 13px;
          margin-bottom: 15px;
          display: block;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin-left: auto;
          margin-right: auto;
          font-family: 'Gotham', sans-serif;
          font-weight: 500; }
        .module-25-dest .grid .dest_card .content h4 {
          color: #FBFBFA; }
      .module-25-dest .grid .dest_card:hover .overlay {
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
      .module-25-dest .grid .dest_card_ghost {
        padding-bottom: 0;
        opacity: 0;
        height: 1px; }
    .module-25-dest .grid-4 {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-25-dest .grid-4 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .module-25-dest .grid-4 .dest_card {
        width: 24%;
        padding-bottom: 32.5%;
        margin-bottom: 1.5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-25-dest .grid-4 .dest_card {
            width: 48%;
            padding-bottom: 63%;
            margin-bottom: 12px; }
            .module-25-dest .grid-4 .dest_card h4 {
              font-size: 22px; } }
        .module-25-dest .grid-4 .dest_card_ghost {
          padding-bottom: 0;
          opacity: 0;
          height: 1px; }
  .module-25-dest .slider-dest_container {
    position: relative;
    width: 100%;
    padding-bottom: 47.3%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-dest .slider-dest_container {
        padding-bottom: 134.5%; } }
    .module-25-dest .slider-dest_container .slider-dest_slide {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .module-25-dest .slider-dest_container .slider-dest_slide:first-of-type {
        display: block; }
      .module-25-dest .slider-dest_container .slider-dest_slide .img_container {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%; }
        .module-25-dest .slider-dest_container .slider-dest_slide .img_container 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;
          z-index: 1; }
        .module-25-dest .slider-dest_container .slider-dest_slide .img_container .overlay {
          z-index: 2;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), rgba(36, 36, 33, 0.2);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%), rgba(36, 36, 33, 0.2);
          mix-blend-mode: multiply; }
      .module-25-dest .slider-dest_container .slider-dest_slide .titre {
        z-index: 2;
        position: absolute;
        left: calc((100vw - 1325px) / 2);
        bottom: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #FBFBFA;
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
        width: 50%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1460px) {
          .module-25-dest .slider-dest_container .slider-dest_slide .titre {
            left: 5%; } }
        @media only screen and (max-width: 768px) {
          .module-25-dest .slider-dest_container .slider-dest_slide .titre {
            width: 100%;
            bottom: 8%; } }
        .module-25-dest .slider-dest_container .slider-dest_slide .titre svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          margin-left: 18px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-25-dest .slider-dest_container .slider-dest_slide .titre svg {
              width: 37px; } }
        .module-25-dest .slider-dest_container .slider-dest_slide .titre:hover {
          color: #DF613B; }
          .module-25-dest .slider-dest_container .slider-dest_slide .titre:hover svg {
            margin-left: 28px; }
    .module-25-dest .slider-dest_container.slider-dest .slider-dest_slide .titre {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-25-dest .slider-dest_container.slider-dest .slider-dest_slide .titre {
          bottom: auto;
          top: 12%; } }
    .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav {
      position: absolute;
      z-index: 10;
      bottom: 10%;
      right: calc((100vw - 1325px) / 2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav {
          right: 5%; } }
      @media only screen and (max-width: 768px) {
        .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav {
          bottom: 8%;
          left: 5%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .nb_slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #FBFBFA;
        font-size: 15px;
        margin-right: 60px;
        line-height: 1em; }
        .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .nb_slide .sep {
          margin-left: 5px;
          margin-right: 4px;
          font-size: 15px; }
      .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background-color: #FBFBFA;
          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;
          z-index: 3;
          position: relative;
          margin-left: 14px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer; }
          .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow svg {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
            .module-25-dest .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow:hover svg {
              -webkit-transform: scale(0.8);
                      transform: scale(0.8); }

.module-26-promo {
  position: relative;
  overflow: hidden; }
  .module-26-promo .top_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-26-promo .top_nav {
        -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-26-promo .top_nav .title {
      width: 60%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-26-promo .top_nav .title {
          width: 100%; } }
  .module-26-promo .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .module-26-promo .nav.desktop {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-26-promo .nav.desktop {
          display: none !important; } }
    .module-26-promo .nav.mobile {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-26-promo .nav.mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-top: 30px; } }
    .module-26-promo .nav .arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #FBFBFA;
      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;
      z-index: 3;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-left: 14px;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      .module-26-promo .nav .arrow svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-26-promo .nav .arrow {
          margin-left: 0px; } }
      .module-26-promo .nav .arrow:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .module-26-promo .nav .arrow:hover svg {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .module-26-promo .nav .arrow.not_active {
        pointer-events: none;
        opacity: 0.5; }
  .module-26-promo .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: 0;
    top: 56%;
    left: 54%; }
  .module-26-promo > div {
    position: relative;
    z-index: 2; }
  .module-26-promo .promo_card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #FBFBFA;
    width: 316px;
    min-height: 464px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid rgba(225, 221, 212, 0);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .module-26-promo .promo_card .img_container {
      position: relative;
      overflow: hidden;
      padding-bottom: 101%; }
      .module-26-promo .promo_card .img_container 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;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-26-promo .promo_card .content {
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding: 16px 20px 18px 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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .module-26-promo .promo_card .content .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .module-26-promo .promo_card .content svg {
        display: block;
        margin-right: 10px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-26-promo .promo_card-ghost {
      padding: 0;
      height: 0;
      min-height: 0;
      opacity: 0;
      background-color: transparent; }
  .module-26-promo a.promo_card:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03); }
  .module-26-promo a.promo_card:hover svg {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  .module-26-promo .promo_grid {
    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-left: -10px;
    margin-right: -10px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-26-promo .promo_grid {
        margin-left: 0px;
        margin-right: 0px;
        -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-26-promo .promo_grid .promo_card {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-26-promo .promo_grid .promo_card {
          -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;
          height: auto;
          min-height: 160px;
          width: 100%;
          max-width: 400px;
          min-width: 0;
          margin-left: 0;
          margin-right: 0; }
          .module-26-promo .promo_grid .promo_card .img_container {
            width: 50%;
            padding-bottom: 50%; }
          .module-26-promo .promo_grid .promo_card .content {
            width: 50%;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .module-26-promo .promo_grid .promo_card .content h5 {
              font-size: 1.15em; }
            .module-26-promo .promo_grid .promo_card .content .links {
              margin-top: 10px; } }
  .module-26-promo .promo_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    min-height: -webkit-fill-available;
    padding-left: calc((100vw - 1325px) / 2);
    padding-right: calc((100vw - 1325px) / 2);
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    /* -- @include break(mobile)-- */ }
    .module-26-promo .promo_slider::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 1460px) {
      .module-26-promo .promo_slider {
        padding-left: 5%; } }
    .module-26-promo .promo_slider .promo_card {
      margin-bottom: 0;
      scroll-snap-align: start;
      scroll-margin: calc((100vw - 1325px) / 2);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .module-26-promo .promo_slider .promo_card {
          scroll-margin: 5vw; } }
      @media only screen and (max-width: 768px) {
        .module-26-promo .promo_slider .promo_card {
          margin-right: 5%; } }
  .module-26-promo .promo_disney_container {
    position: relative; }
    .module-26-promo .promo_disney_container .promo_disney {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-y: hidden;
      overflow-x: scroll;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      min-height: -webkit-fill-available;
      padding-left: calc((100vw - 1325px) / 2);
      padding-right: calc((100vw - 1325px) / 2);
      scroll-behavior: smooth;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
      /* -- @include break(mobile)-- */ }
      .module-26-promo .promo_disney_container .promo_disney::-webkit-scrollbar {
        width: 0 !important; }
      @media only screen and (max-width: 1460px) {
        .module-26-promo .promo_disney_container .promo_disney {
          padding-left: 5%; } }
      .module-26-promo .promo_disney_container .promo_disney .promo-disney_card {
        scroll-snap-align: start;
        scroll-margin: calc((100vw - 1325px) / 2);
        width: 41%;
        padding-bottom: 29.5%;
        position: relative;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 12px;
        margin-left: 10px;
        margin-right: 10px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        .module-26-promo .promo_disney_container .promo_disney .promo-disney_card 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: 1460px) {
          .module-26-promo .promo_disney_container .promo_disney .promo-disney_card {
            scroll-margin: 5vw; } }
        @media only screen and (max-width: 768px) {
          .module-26-promo .promo_disney_container .promo_disney .promo-disney_card {
            width: 92%;
            margin-right: 2.5%; } }
      .module-26-promo .promo_disney_container .promo_disney .promo_disney_box {
        scroll-snap-align: start;
        scroll-margin: calc((100vw - 1325px) / 2);
        width: 315px;
        position: relative;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 12px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 12px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #DF613B;
        padding: 40px;
        text-align: center;
        color: #FBFBFA;
        line-height: 120%; }
        .module-26-promo .promo_disney_container .promo_disney .promo_disney_box svg {
          padding-bottom: 12px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-26-promo .promo_disney_container .promo_disney .promo_disney_box:hover svg {
          -webkit-transform: scale(1.4);
                  transform: scale(1.4); }

.module-27-form .form_container {
  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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-27-form .form_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-27-form .form_container .form_wrap {
    width: 60%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-27-form .form_container .form_wrap {
        width: 100%; } }
    .module-27-form .form_container .form_wrap form br {
      display: none; }
    .module-27-form .form_container .form_wrap form input, .module-27-form .form_container .form_wrap form textarea {
      outline: none !important; }
    .module-27-form .form_container .form_wrap form input, .module-27-form .form_container .form_wrap form textarea {
      width: 100%;
      border-radius: 4px;
      border: 1px solid #E1DDD4;
      padding: 13px 18px;
      line-height: 1em;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 8px;
      margin-top: 8px; }
      .module-27-form .form_container .form_wrap form input:focus, .module-27-form .form_container .form_wrap form textarea:focus {
        border: 1px solid #DF613B; }
      .module-27-form .form_container .form_wrap form input[type=submit], .module-27-form .form_container .form_wrap form textarea[type=submit] {
        background-color: #DF613B;
        border-radius: 42px;
        color: #FBFBFA;
        text-transform: uppercase;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        .module-27-form .form_container .form_wrap form input[type=submit]:hover, .module-27-form .form_container .form_wrap form textarea[type=submit]:hover {
          background-color: #FBFBFA;
          color: #DF613B; }
    .module-27-form .form_container .form_wrap form label {
      margin-bottom: 20px;
      display: block; }
      .module-27-form .form_container .form_wrap form label b {
        font-family: 'Gotham', sans-serif;
        font-weight: 500; }
    .module-27-form .form_container .form_wrap form .row p {
      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: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-27-form .form_container .form_wrap form .row p {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .module-27-form .form_container .form_wrap form .row p > * {
        width: 48.5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-27-form .form_container .form_wrap form .row p > * {
            width: 100%; } }
    .module-27-form .form_container .form_wrap form .wpcf7-checkbox, .module-27-form .form_container .form_wrap form .wpcf7-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px;
      margin-top: 10px; }
      .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 0;
        margin-right: 18px; }
        .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item label, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 10px; }
        .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item input, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input {
          width: 16px;
          height: 16px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          background-color: #FBFBFA;
          border-radius: 2px;
          border: 1px solid #E1DDD4;
          padding: 0;
          margin: 0;
          margin-right: 6px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          position: relative;
          cursor: pointer; }
          .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input:before {
            content: " ";
            width: 8px;
            height: 8px;
            background-color: #DF613B;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 1px;
            opacity: 0;
            -webkit-transform: scale(0);
                    transform: scale(0);
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus {
            border-color: #DF613B; }
          .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked {
            border-color: #DF613B; }
            .module-27-form .form_container .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked:before, .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked:before {
              opacity: 1;
              -webkit-transform: scale(1);
                      transform: scale(1); }
    .module-27-form .form_container .form_wrap form .wpcf7-select {
      width: 100%;
      display: block;
      margin-top: 10px;
      margin-bottom: 30px;
      border-radius: 4px;
      border: 1px solid #E1DDD4;
      padding: 13px 18px;
      position: relative;
      border-right: 16px solid transparent; }
    .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input {
      border-radius: 50%; }
      .module-27-form .form_container .form_wrap form .wpcf7-radio .wpcf7-list-item input:before {
        border-radius: 50%; }
    .module-27-form .form_container .form_wrap form .wpcf7-files {
      margin-bottom: 20px; }
      .module-27-form .form_container .form_wrap form .wpcf7-files small {
        margin-top: -20px;
        display: block; }
    .module-27-form .form_container .form_wrap form .wpcf7-acceptance .wpcf7-list-item label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      line-height: 1.2em; }
      .module-27-form .form_container .form_wrap form .wpcf7-acceptance .wpcf7-list-item label input {
        width: auto;
        margin-right: 20px;
        margin-top: 5px; }
  .module-27-form .form_container .sidebar {
    width: 315px;
    margin-left: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-27-form .form_container .sidebar {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px; } }

.post-type-archive-pages_business .module-27-form .form_wrap form input:focus, .post-type-archive-pages_business .module-27-form .form_wrap form textarea:focus, .single-pages_business .module-27-form .form_wrap form input:focus, .single-pages_business .module-27-form .form_wrap form textarea:focus {
  border: 1px solid #A58455; }

.post-type-archive-pages_business .module-27-form .form_wrap form input[type=submit], .post-type-archive-pages_business .module-27-form .form_wrap form textarea[type=submit], .single-pages_business .module-27-form .form_wrap form input[type=submit], .single-pages_business .module-27-form .form_wrap form textarea[type=submit] {
  background-color: #A58455; }
  .post-type-archive-pages_business .module-27-form .form_wrap form input[type=submit]:hover, .post-type-archive-pages_business .module-27-form .form_wrap form textarea[type=submit]:hover, .single-pages_business .module-27-form .form_wrap form input[type=submit]:hover, .single-pages_business .module-27-form .form_wrap form textarea[type=submit]:hover {
    background-color: #FBFBFA;
    color: #A58455; }

.post-type-archive-pages_business .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .post-type-archive-pages_business .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:before, .single-pages_business .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .single-pages_business .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:before {
  background-color: #A58455; }

.post-type-archive-pages_business .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .post-type-archive-pages_business .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus, .single-pages_business .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .single-pages_business .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus {
  border-color: #A58455; }

.post-type-archive-pages_business .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .post-type-archive-pages_business .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked, .single-pages_business .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .single-pages_business .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked {
  border-color: #A58455; }

.post-type-archive-pages_events .module-27-form .form_wrap form input:focus, .post-type-archive-pages_events .module-27-form .form_wrap form textarea:focus, .single-pages_events .module-27-form .form_wrap form input:focus, .single-pages_events .module-27-form .form_wrap form textarea:focus, .post-type-archive-realisations .module-27-form .form_wrap form input:focus, .post-type-archive-realisations .module-27-form .form_wrap form textarea:focus, .single-realisations .module-27-form .form_wrap form input:focus, .single-realisations .module-27-form .form_wrap form textarea:focus {
  border: 1px solid #185D76; }

.post-type-archive-pages_events .module-27-form .form_wrap form input[type=submit], .post-type-archive-pages_events .module-27-form .form_wrap form textarea[type=submit], .single-pages_events .module-27-form .form_wrap form input[type=submit], .single-pages_events .module-27-form .form_wrap form textarea[type=submit], .post-type-archive-realisations .module-27-form .form_wrap form input[type=submit], .post-type-archive-realisations .module-27-form .form_wrap form textarea[type=submit], .single-realisations .module-27-form .form_wrap form input[type=submit], .single-realisations .module-27-form .form_wrap form textarea[type=submit] {
  background-color: #185D76; }
  .post-type-archive-pages_events .module-27-form .form_wrap form input[type=submit]:hover, .post-type-archive-pages_events .module-27-form .form_wrap form textarea[type=submit]:hover, .single-pages_events .module-27-form .form_wrap form input[type=submit]:hover, .single-pages_events .module-27-form .form_wrap form textarea[type=submit]:hover, .post-type-archive-realisations .module-27-form .form_wrap form input[type=submit]:hover, .post-type-archive-realisations .module-27-form .form_wrap form textarea[type=submit]:hover, .single-realisations .module-27-form .form_wrap form input[type=submit]:hover, .single-realisations .module-27-form .form_wrap form textarea[type=submit]:hover {
    background-color: #FBFBFA;
    color: #185D76; }

.post-type-archive-pages_events .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .post-type-archive-pages_events .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:before, .single-pages_events .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .single-pages_events .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:before, .post-type-archive-realisations .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .post-type-archive-realisations .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:before, .single-realisations .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:before, .single-realisations .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:before {
  background-color: #185D76; }

.post-type-archive-pages_events .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .post-type-archive-pages_events .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus, .single-pages_events .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .single-pages_events .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus, .post-type-archive-realisations .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .post-type-archive-realisations .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus, .single-realisations .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:focus, .single-realisations .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:focus {
  border-color: #185D76; }

.post-type-archive-pages_events .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .post-type-archive-pages_events .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked, .single-pages_events .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .single-pages_events .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked, .post-type-archive-realisations .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .post-type-archive-realisations .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked, .single-realisations .module-27-form .form_wrap form .wpcf7-checkbox .wpcf7-list-item input:checked, .single-realisations .module-27-form .form_wrap form .wpcf7-radio .wpcf7-list-item input:checked {
  border-color: #185D76; }

.module-28-office {
  position: relative; }
  .module-28-office .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: 0; }
  .module-28-office > div {
    position: relative;
    z-index: 2; }
  .module-28-office .top_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-28-office .top_nav {
        -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-28-office .top_nav .title {
      width: 60%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-28-office .top_nav .title {
          width: 100%; } }
      .module-28-office .top_nav .title .txt {
        padding-top: 16px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-28-office .top_nav .title .txt {
            padding-bottom: 32px; } }
    .module-28-office .top_nav .nav {
      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-28-office .top_nav .nav {
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-top: 30px; } }
      .module-28-office .top_nav .nav .arrow {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FBFBFA;
        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;
        z-index: 3;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-left: 14px;
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        .module-28-office .top_nav .nav .arrow svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-28-office .top_nav .nav .arrow {
            margin-left: 0px; } }
        .module-28-office .top_nav .nav .arrow:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          .module-28-office .top_nav .nav .arrow:hover svg {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); }
        .module-28-office .top_nav .nav .arrow.not_active {
          pointer-events: none;
          opacity: 0.5; }
  .module-28-office .office_card {
    background-color: #DF613B;
    border-radius: 12px;
    width: calc(25% - 20px);
    min-width: 260px;
    height: 15.1vw;
    max-height: 215px;
    min-height: 185px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid rgba(225, 221, 212, 0);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .module-28-office .office_card .pin {
      position: absolute;
      width: 57px;
      height: 57px;
      background-color: #FBFBFA;
      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;
      border-radius: 50%;
      top: 20px;
      left: 20px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-28-office .office_card .content {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      color: #FBFBFA;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .module-28-office .office_card .content h6 {
        position: relative;
        display: inline-block; }
        .module-28-office .office_card .content h6 span {
          display: block; }
        .module-28-office .office_card .content h6 svg {
          position: absolute;
          right: -17px;
          top: -3px; }
          .module-28-office .office_card .content h6 svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      .module-28-office .office_card .content p {
        font-size: 0.875em; }
    .module-28-office .office_card:hover {
      border: 1px solid #e1ddd4;
      background-color: #FBFBFA; }
      .module-28-office .office_card:hover .content {
        color: #DF613B; }
        .module-28-office .office_card:hover .content svg path {
          fill: #DF613B; }
    .module-28-office .office_card-ghost {
      padding: 0;
      height: 0;
      min-height: 0;
      opacity: 0;
      background-color: transparent;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-28-office .office_card-ghost {
          display: none !important; } }
  .module-28-office .office_grid {
    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-left: -10px;
    margin-right: -10px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-28-office .office_grid {
        margin-left: 0px;
        margin-right: 0px; } }
    .module-28-office .office_grid .office_card {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-28-office .office_grid .office_card {
          max-width: 500px;
          width: 100%;
          min-width: 0;
          margin-left: 0;
          margin-right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 105px;
          max-height: 105px;
          min-height: 105px;
          padding: 15px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .module-28-office .office_grid .office_card .pin {
            position: relative;
            top: auto;
            left: auto; }
          .module-28-office .office_grid .office_card .content {
            position: relative;
            left: auto;
            right: auto;
            bottom: auto;
            padding-left: 30px; } }
  .module-28-office .office_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    min-height: -webkit-fill-available;
    padding-left: calc((100vw - 1325px) / 2);
    padding-right: calc((100vw - 1325px) / 2);
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    /* -- @include break(mobile)-- */ }
    .module-28-office .office_slider::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 1460px) {
      .module-28-office .office_slider {
        padding-left: 5%; } }
    .module-28-office .office_slider .office_card {
      scroll-snap-align: start;
      scroll-margin: calc((100vw - 1325px) / 2);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .module-28-office .office_slider .office_card {
          scroll-margin: 5vw; } }
      @media only screen and (max-width: 768px) {
        .module-28-office .office_slider .office_card {
          margin-right: 5%; } }

.post-type-archive-pages_business .module-28-office .office_card, .single-pages_business .module-28-office .office_card {
  background-color: #A58455; }
  .post-type-archive-pages_business .module-28-office .office_card .pin svg path, .single-pages_business .module-28-office .office_card .pin svg path {
    fill: #A58455; }
  .post-type-archive-pages_business .module-28-office .office_card:hover, .single-pages_business .module-28-office .office_card:hover {
    border: 1px solid #e1ddd4;
    background-color: #FBFBFA; }
    .post-type-archive-pages_business .module-28-office .office_card:hover .content, .single-pages_business .module-28-office .office_card:hover .content {
      color: #A58455; }
      .post-type-archive-pages_business .module-28-office .office_card:hover .content svg path, .single-pages_business .module-28-office .office_card:hover .content svg path {
        fill: #A58455; }

.post-type-archive-pages_events .module-28-office .office_card, .single-pages_events .module-28-office .office_card, .post-type-archive-realisations .module-28-office .office_card, .single-realisations .module-28-office .office_card {
  background-color: #185D76; }
  .post-type-archive-pages_events .module-28-office .office_card .pin svg path, .single-pages_events .module-28-office .office_card .pin svg path, .post-type-archive-realisations .module-28-office .office_card .pin svg path, .single-realisations .module-28-office .office_card .pin svg path {
    fill: #185D76; }
  .post-type-archive-pages_events .module-28-office .office_card:hover, .single-pages_events .module-28-office .office_card:hover, .post-type-archive-realisations .module-28-office .office_card:hover, .single-realisations .module-28-office .office_card:hover {
    border: 1px solid #e1ddd4;
    background-color: #FBFBFA; }
    .post-type-archive-pages_events .module-28-office .office_card:hover .content, .single-pages_events .module-28-office .office_card:hover .content, .post-type-archive-realisations .module-28-office .office_card:hover .content, .single-realisations .module-28-office .office_card:hover .content {
      color: #185D76; }
      .post-type-archive-pages_events .module-28-office .office_card:hover .content svg path, .single-pages_events .module-28-office .office_card:hover .content svg path, .post-type-archive-realisations .module-28-office .office_card:hover .content svg path, .single-realisations .module-28-office .office_card:hover .content svg path {
        fill: #185D76; }

.module-29-temoignage .tem-slider_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-29-temoignage .tem-slider_slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .module-29-temoignage .tem-slider_slide:first-of-type {
    opacity: 1; }
  .module-29-temoignage .tem-slider_slide .img_container {
    width: 205px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-29-temoignage .tem-slider_slide .img_container {
        width: 155px;
        margin-bottom: 40px; } }
    .module-29-temoignage .tem-slider_slide .img_container .img {
      width: 100%; }
  .module-29-temoignage .tem-slider_slide .content {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 10%;
    min-height: 310px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-29-temoignage .tem-slider_slide .content {
        padding-left: 0%; } }
    .module-29-temoignage .tem-slider_slide .content .stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-29-temoignage .tem-slider_slide .content .stars {
          margin-bottom: 24px; } }
    .module-29-temoignage .tem-slider_slide .content .txt {
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      font-size: 1.2em;
      padding-bottom: 100px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-29-temoignage .tem-slider_slide .content .txt {
          padding-bottom: 35px;
          font-size: 1.15em; } }
    .module-29-temoignage .tem-slider_slide .content .nom {
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-29-temoignage .tem-slider_slide .content .nom {
          width: 45%; } }
    .module-29-temoignage .tem-slider_slide .content .voyage {
      font-size: 13px;
      font-style: italic;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-29-temoignage .tem-slider_slide .content .voyage {
          width: 45%; } }

.module-29-temoignage .tem-slider_container {
  position: relative;
  height: 400px; }

.module-29-temoignage .tem-slider {
  position: relative;
  height: 400px; }

.module-29-temoignage .tem-slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 10%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-29-temoignage .tem-slider_nav {
      right: 0%; } }
  .module-29-temoignage .tem-slider_nav .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FBFBFA;
    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;
    z-index: 3;
    position: relative;
    margin-left: 14px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer; }
    .module-29-temoignage .tem-slider_nav .arrow svg {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-29-temoignage .tem-slider_nav .arrow:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .module-29-temoignage .tem-slider_nav .arrow:hover svg {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }

.post-type-archive-pages_business .module-29-temoignage .tem-slider_slide .content .stars svg path, .single-pages_business .module-29-temoignage .tem-slider_slide .content .stars svg path {
  fill: #A58455; }

.post-type-archive-pages_events .module-29-temoignage .tem-slider_slide .content .stars svg path, .single-pages_events .module-29-temoignage .tem-slider_slide .content .stars svg path, .post-type-archive-realisations .module-29-temoignage .tem-slider_slide .content .stars svg path, .single-realisations .module-29-temoignage .tem-slider_slide .content .stars svg path {
  fill: #185D76; }

.module-30-actu .actu_container {
  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; }
  .module-30-actu .actu_container .content_left {
    padding-left: calc((100vw - 1325px) / 2);
    padding-right: 5%;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1460px) {
      .module-30-actu .actu_container .content_left {
        padding-left: 5%; } }
    .module-30-actu .actu_container .content_left .title_top {
      padding-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-30-actu .actu_container .content_left .title_top {
          padding-bottom: 20px; } }
      .module-30-actu .actu_container .content_left .title_top .title_top .txt {
        padding-bottom: 0px !important; }
    .module-30-actu .actu_container .content_left .actu_link {
      padding: 28px;
      background-color: #E7E4DE;
      display: block;
      width: 100%;
      border-radius: 12px;
      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;
      margin-bottom: 8px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-30-actu .actu_container .content_left .actu_link {
          padding: 14px 28px; } }
      .module-30-actu .actu_container .content_left .actu_link .top {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .module-30-actu .actu_container .content_left .actu_link .top .tag {
          border-radius: 6px;
          background-color: #F1EFEC;
          color: #DF613B;
          padding: 5px 8px 3px 8px;
          font-size: 13px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          margin-right: 8px; }
      .module-30-actu .actu_container .content_left .actu_link .date {
        font-size: 15px;
        color: #DF613B;
        padding-bottom: 7px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-30-actu .actu_container .content_left .actu_link .right {
        width: 60px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .module-30-actu .actu_container .content_left .actu_link .right svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0;
          -webkit-transform: translateX(-20px);
                  transform: translateX(-20px); }
      .module-30-actu .actu_container .content_left .actu_link:hover {
        background-color: #DF613B;
        color: #FBFBFA; }
        .module-30-actu .actu_container .content_left .actu_link:hover .date {
          color: #FBFBFA; }
        .module-30-actu .actu_container .content_left .actu_link:hover .right svg {
          opacity: 1;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
    .module-30-actu .actu_container .content_left .cta_actu {
      margin-top: 50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-30-actu .actu_container .content_left .cta_actu {
          margin-top: 40px; } }
  .module-30-actu .actu_container .img_container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 578px;
    height: 760px;
    border-radius: 12px 0px 0px 12px;
    position: relative;
    overflow: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-30-actu .actu_container .img_container {
        width: 450px;
        height: 630px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-30-actu .actu_container .img_container {
        display: none; } }
    .module-30-actu .actu_container .img_container 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; }

.module-31-travel .title_top.title_top_2col .left {
  width: 45%;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .module-31-travel .title_top.title_top_2col .left {
      width: 50%; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-31-travel .title_top.title_top_2col .left {
      width: 100%; } }

.module-31-travel .title_top.title_top_2col .title-h2 {
  font-size: 2.6em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .module-31-travel .title_top.title_top_2col .title-h2 {
      font-size: 2.5em; } }

.module-31-travel .title_top p.strong {
  padding-top: 25px;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  color: #BDBAB2; }

.module-31-travel .title_top .btn {
  margin-top: 25px; }

.module-31-travel .travel_cards-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: -4%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .module-31-travel .travel_cards-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .module-31-travel .travel_cards-container .travel_cards {
    position: relative;
    width: 32.5%;
    margin-bottom: 4%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-31-travel .travel_cards-container .travel_cards {
        width: 335px;
        margin-left: 10px;
        margin-right: 10px; } }
    @media only screen and (max-width: 768px) {
      .module-31-travel .travel_cards-container .travel_cards {
        margin-left: 0px;
        margin-right: 0px; } }
    .module-31-travel .travel_cards-container .travel_cards .img_container {
      z-index: 1;
      width: 100%;
      padding-bottom: 55.9%;
      position: relative; }
      .module-31-travel .travel_cards-container .travel_cards .img_container 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; }
      .module-31-travel .travel_cards-container .travel_cards .img_container .deal {
        position: absolute;
        top: 12px;
        right: 12px;
        background-color: #DF613B;
        border: 1px solid #E58162;
        padding: 5px 8px 3px 8px;
        font-size: 13px;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        color: #F1EFEC;
        border-radius: 6px; }
        .module-31-travel .travel_cards-container .travel_cards .img_container .deal.complet {
          border: 1px solid #123544;
          background-color: #123544; }
    .module-31-travel .travel_cards-container .travel_cards .content {
      width: 100%;
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      background-color: #FBFBFA;
      border-left: 1px solid #EEEDE2;
      border-right: 1px solid #EEEDE2;
      border-bottom: 1px solid #EEEDE2;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .module-31-travel .travel_cards-container .travel_cards .content .info_container {
        padding: 20px 20px 15px 20px;
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
        .module-31-travel .travel_cards-container .travel_cards .content .info_container .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 18px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-31-travel .travel_cards-container .travel_cards .content .info_container .title {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .title h6 {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            -ms-flex-negative: 1;
                flex-shrink: 1; }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .title .stars {
            padding-left: 13px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-31-travel .travel_cards-container .travel_cards .content .info_container .title .stars {
                padding-left: 0px; } }
        .module-31-travel .travel_cards-container .travel_cards .content .info_container .info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          line-height: 160%;
          font-family: 'Gotham', sans-serif;
          font-weight: 300;
          margin-bottom: 3px; }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .info span {
            color: #5D5D5A;
            display: block;
            margin-top: -4px; }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .info img {
            width: 18px;
            height: 18px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 6px; }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .info:last-of-type {
            margin-bottom: 0; }
        .module-31-travel .travel_cards-container .travel_cards .content .info_container .tag_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 14px; }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .tag_wrap .tag {
            border-radius: 6px;
            background-color: #F1EFEC;
            padding: 5px 8px 3px 8px;
            font-size: 13px;
            font-family: 'Gotham', sans-serif;
            font-weight: 500;
            color: #DF613B;
            margin-right: 8px;
            margin-bottom: 8px; }
            .module-31-travel .travel_cards-container .travel_cards .content .info_container .tag_wrap .tag.complet {
              background-color: #123544; }
        .module-31-travel .travel_cards-container .travel_cards .content .info_container .agent_wrap {
          padding-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .module-31-travel .travel_cards-container .travel_cards .content .info_container .agent_wrap .logo {
            height: 50px;
            width: auto;
            margin-right: 20px; }
      .module-31-travel .travel_cards-container .travel_cards .content .price_container {
        padding: 15px 20px 12px 20px;
        border-top: 1px solid #EEEDE2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 100px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .module-31-travel .travel_cards-container .travel_cards .content .price_container .left {
          width: 100%;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
          .module-31-travel .travel_cards-container .travel_cards .content .price_container .left .prix-small {
            font-size: 13px;
            font-family: 'Gotham', sans-serif;
            font-weight: 300;
            color: #5D5D5A;
            font-style: italic;
            margin-bottom: 8px; }
          .module-31-travel .travel_cards-container .travel_cards .content .price_container .left .prix {
            line-height: 80%;
            color: #242421; }
            .module-31-travel .travel_cards-container .travel_cards .content .price_container .left .prix span {
              font-size: 13px; }
          .module-31-travel .travel_cards-container .travel_cards .content .price_container .left .prix_full {
            font-size: 15px;
            font-family: 'Gotham', sans-serif;
            font-weight: 500;
            color: #C9C9C9;
            text-decoration: line-through; }
        .module-31-travel .travel_cards-container .travel_cards .content .price_container .right {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .module-31-travel .travel_cards-container .travel_cards:hover .content {
      border-left: 1px solid #DF613B;
      border-right: 1px solid #DF613B;
      border-bottom: 1px solid #DF613B; }
    .module-31-travel .travel_cards-container .travel_cards_ghost {
      padding: 0;
      opacity: 0;
      margin: 0;
      height: 1px; }

.module-31-travel .travel-tab {
  overflow: hidden; }
  .module-31-travel .travel-tab .tab_nav {
    overflow-x: scroll;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding-bottom: 40px;
    width: 100%; }
    .module-31-travel .travel-tab .tab_nav::-webkit-scrollbar {
      width: 0 !important; }
    .module-31-travel .travel-tab .tab_nav .tab_nav-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name {
        margin-right: 30px;
        font-size: 1.2em;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        padding-bottom: 9px;
        cursor: pointer; }
        .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name::after {
          content: " ";
          position: absolute;
          bottom: 4px;
          left: 0;
          width: 0%;
          height: 4px;
          background-color: #242421;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name:hover, .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name.active {
          color: #DF613B; }
          .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name:hover::after, .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name.active::after {
            width: 100%;
            background-color: #DF613B; }
        .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_name.active {
          pointer-events: none; }
      .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_ghost {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: calc((100vw - 1325px) / 2);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1460px) {
          .module-31-travel .travel-tab .tab_nav .tab_nav-inner .tab_ghost {
            width: 5%; } }
  .module-31-travel .travel-tab .tab_container {
    position: relative;
    height: 1000px; }
    .module-31-travel .travel-tab .tab_container .tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      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;
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-31-travel .travel-tab .tab_container .tab {
          -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-31-travel .travel-tab .tab_container .tab .travel_cards {
        margin-bottom: 20px;
        margin-right: 10px;
        scroll-margin: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-31-travel .travel-tab .tab_container .tab .travel_cards {
            margin-right: 0px; } }
      .module-31-travel .travel-tab .tab_container .tab:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .module-31-travel .travel-tab .tab_container.nbcol-4 .travel_cards {
      width: 24%;
      font-size: 0.8em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-31-travel .travel-tab .tab_container.nbcol-4 .travel_cards {
          width: 100%;
          font-size: 1em; } }

.module-32-travel-dest .travel-dest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-32-travel-dest .small-card_dest {
  position: relative;
  width: 316px;
  height: 316px;
  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;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px; }
  .module-32-travel-dest .small-card_dest 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;
    z-index: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }
  .module-32-travel-dest .small-card_dest .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(71, 65, 60, 0.4);
    mix-blend-mode: multiply;
    z-index: 2; }
  .module-32-travel-dest .small-card_dest .title-h4 {
    position: relative;
    color: #FBFBFA;
    z-index: 3; }
  .module-32-travel-dest .small-card_dest:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05); }
  .module-32-travel-dest .small-card_dest.ghost {
    height: 0;
    padding: 0;
    opacity: 0; }

.module-32-travel-dest .travel-dest_tab {
  overflow: hidden; }
  .module-32-travel-dest .travel-dest_tab .tab_nav {
    overflow-x: scroll;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding-bottom: 40px; }
    .module-32-travel-dest .travel-dest_tab .tab_nav::-webkit-scrollbar {
      width: 0 !important; }
    .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name {
        margin-right: 30px;
        font-size: 1.2em;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        padding-bottom: 9px;
        cursor: pointer; }
        .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name::after {
          content: " ";
          position: absolute;
          bottom: 4px;
          left: 0;
          width: 0%;
          height: 4px;
          background-color: #242421;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name:hover, .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name.active {
          color: #DF613B; }
          .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name:hover::after, .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name.active::after {
            width: 100%;
            background-color: #DF613B; }
        .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_name.active {
          pointer-events: none; }
      .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_ghost {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: calc((100vw - 1325px) / 2);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1460px) {
          .module-32-travel-dest .travel-dest_tab .tab_nav .tab_nav-inner .tab_ghost {
            width: 5%; } }
  .module-32-travel-dest .travel-dest_tab .tab_container {
    position: relative;
    height: 1000px; }
    .module-32-travel-dest .travel-dest_tab .tab_container .tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      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;
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-32-travel-dest .travel-dest_tab .tab_container .tab {
          -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-32-travel-dest .travel-dest_tab .tab_container .tab .small-card_dest {
        margin-bottom: 20px;
        margin-right: 10px;
        scroll-margin: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-32-travel-dest .travel-dest_tab .tab_container .tab .small-card_dest {
            margin-right: 0px; } }
      .module-32-travel-dest .travel-dest_tab .tab_container .tab:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.module-33-infos .info_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
  overflow-x: scroll;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-33-infos .info_nav {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      overflow-y: hidden;
      overflow-x: scroll;
      margin-bottom: 45px; } }
  .module-33-infos .info_nav .tab-nav {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.15em;
    margin-right: 14px;
    margin-left: 14px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .module-33-infos .info_nav .tab-nav:hover {
      color: #DF613B; }
    .module-33-infos .info_nav .tab-nav::before {
      content: " ";
      background-color: #DF613B;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-33-infos .info_nav .tab-nav.active {
      color: #DF613B; }
      .module-33-infos .info_nav .tab-nav.active::before {
        height: 3px; }

.module-33-infos .container {
  position: relative;
  height: 630px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-33-infos .container {
      height: 460px;
      margin-bottom: 60px; } }
  .module-33-infos .container .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FBFBFA;
    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;
    z-index: 3;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 14px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-33-infos .container .arrow {
        top: 100%;
        -webkit-transform: translateY(0%);
                transform: translateY(0%); } }
    .module-33-infos .container .arrow svg {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-33-infos .container .arrow {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 35px; } }
    .module-33-infos .container .arrow:hover {
      -webkit-transform: translateY(-50%) scale(1.1);
              transform: translateY(-50%) scale(1.1);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-33-infos .container .arrow:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }
      .module-33-infos .container .arrow:hover svg {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .module-33-infos .container .arrow.not_active {
      pointer-events: none;
      opacity: 0.5; }
  .module-33-infos .container .arrow_left {
    left: 15%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-33-infos .container .arrow_left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .module-33-infos .container .arrow_right {
    right: 15%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-33-infos .container .arrow_right {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .module-33-infos .container .card_info {
    width: 455px;
    height: 630px;
    border-radius: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #E7E4DE;
    background-color: #E7E4DE;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* -- @include break(mobile)-- */ }
    .module-33-infos .container .card_info::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 768px) {
      .module-33-infos .container .card_info {
        width: 335px;
        height: 460px; } }
    .module-33-infos .container .card_info .content {
      opacity: 0; }
    .module-33-infos .container .card_info .title-h2 {
      color: #DF613B;
      padding-bottom: 5px;
      padding-top: 5px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .module-33-infos .container .card_info .txt_contenu {
      height: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      overflow-y: scroll;
      overflow-x: auto; }
      .module-33-infos .container .card_info .txt_contenu .temp_container .row_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .module-33-infos .container .card_info .txt_contenu .temp_container .row_title .title {
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 5px;
          border: 1px solid #242421;
          width: 35%;
          border-right: none; }
          .module-33-infos .container .card_info .txt_contenu .temp_container .row_title .title:last-of-type {
            border-right: 1px solid #242421; }
      .module-33-infos .container .card_info .txt_contenu .temp h6 {
        border-left: 1px solid #242421;
        border-right: 1px solid #242421;
        padding: 5px;
        text-align: center;
        color: #DF613B; }
      .module-33-infos .container .card_info .txt_contenu .temp .temp_table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .module-33-infos .container .card_info .txt_contenu .temp .temp_table .cell {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 5px;
          border: 1px solid #242421;
          width: 35%;
          border-right: none; }
          .module-33-infos .container .card_info .txt_contenu .temp .temp_table .cell:last-of-type {
            border-right: 1px solid #242421; }
    .module-33-infos .container .card_info:first-of-type {
      opacity: 1;
      pointer-events: all;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
      background-color: #FBFBFA; }
      .module-33-infos .container .card_info:first-of-type .content {
        opacity: 1; }
    .module-33-infos .container .card_info:nth-of-type(3) {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(6deg);
              transform: translate(-50%, -50%) rotate(6deg); }

.module-34-realisations .img_container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60.5%;
  pointer-events: none; }
  .module-34-realisations .img_container .slider-wrap_img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .module-34-realisations .img_container .slider-wrap_img .slide_img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
      .module-34-realisations .img_container .slider-wrap_img .slide_img:first-of-type {
        opacity: 1; }
      .module-34-realisations .img_container .slider-wrap_img .slide_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; }
  .module-34-realisations .img_container .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70.58%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.58%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    pointer-events: none; }
  .module-34-realisations .img_container .slider_nav {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: all; }
    .module-34-realisations .img_container .slider_nav .nb_slide {
      padding-right: 75px;
      font-size: 15px;
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      color: #FBFBFA;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-34-realisations .img_container .slider_nav .nb_slide {
          padding-right: 0px; } }
    .module-34-realisations .img_container .slider_nav .arrows {
      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-34-realisations .img_container .slider_nav .arrows {
          display: none; } }
    .module-34-realisations .img_container .slider_nav .arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #FBFBFA;
      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;
      z-index: 3;
      position: relative;
      margin-left: 14px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer; }
      .module-34-realisations .img_container .slider_nav .arrow svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-34-realisations .img_container .slider_nav .arrow:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .module-34-realisations .img_container .slider_nav .arrow:hover svg {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }

.module-34-realisations .slider-wrap_cat {
  margin-top: 30px;
  position: relative;
  margin-bottom: 10px;
  height: 30px;
  pointer-events: none; }
  .module-34-realisations .slider-wrap_cat .cat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500; }
    .module-34-realisations .slider-wrap_cat .cat:first-of-type {
      opacity: 1; }

.module-34-realisations .slider-wrap_title {
  position: relative;
  height: 50px;
  pointer-events: none; }
  .module-34-realisations .slider-wrap_title h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0; }
    .module-34-realisations .slider-wrap_title h3:first-of-type {
      opacity: 1; }

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

.module-34-realisations .scroll_container {
  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) {
    .module-34-realisations .scroll_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-34-realisations .scroll_container .right {
    position: relative;
    width: 205px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-34-realisations .scroll_container .right {
        width: 100%;
        margin-bottom: 40px; } }
    .module-34-realisations .scroll_container .right .sibebar {
      position: sticky;
      top: 200px;
      left: 0;
      right: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-34-realisations .scroll_container .right .sibebar {
          top: auto !important; }
        .module-34-realisations .scroll_container .right .sibebar {
          position: relative;
          right: auto; } }
      .module-34-realisations .scroll_container .right .sibebar a {
        font-size: 13px;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        color: #BDBAB2;
        margin-bottom: 18px; }
        .module-34-realisations .scroll_container .right .sibebar a:hover, .module-34-realisations .scroll_container .right .sibebar a.active {
          color: #185D76; }
  .module-34-realisations .scroll_container .real_content {
    width: 70%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-34-realisations .scroll_container .real_content {
        width: 100%; } }
    .module-34-realisations .scroll_container .real_content .cat {
      font-family: 'Gotham', sans-serif;
      font-weight: 500;
      margin-bottom: 10px; }
    .module-34-realisations .scroll_container .real_content .img_container {
      margin-top: 32px;
      pointer-events: all; }
    .module-34-realisations .scroll_container .real_content .content {
      margin-top: 32px;
      width: 100%;
      margin-bottom: 100px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-34-realisations .scroll_container .real_content .content {
          margin-bottom: 60px; } }
      .module-34-realisations .scroll_container .real_content .content .info_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 36px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-34-realisations .scroll_container .real_content .content .info_wrap {
            -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;
            margin-top: 26px; } }
        .module-34-realisations .scroll_container .real_content .content .info_wrap .info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 50px;
          font-family: 'Gotham', sans-serif;
          font-weight: 500;
          /* -- @include break(mobile)-- */ }
          .module-34-realisations .scroll_container .real_content .content .info_wrap .info svg {
            margin-right: 10px; }
          @media only screen and (max-width: 768px) {
            .module-34-realisations .scroll_container .real_content .content .info_wrap .info {
              margin-right: 0px;
              margin-bottom: 20px; }
              .module-34-realisations .scroll_container .real_content .content .info_wrap .info:last-of-type {
                margin-bottom: 0; } }

body.up .module-34-realisations .scroll_container .right .sibebar {
  top: 80px; }

.module-35-hubvoyages .grid {
  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;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-35-hubvoyages .grid {
      -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; } }
  .module-35-hubvoyages .grid .dest_card {
    position: relative;
    width: 32.5%;
    padding-bottom: 43.8%;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
    -webkit-transform-origin: center;
            transform-origin: center;
    margin-bottom: 1.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-35-hubvoyages .grid .dest_card {
        width: 100%;
        padding-bottom: 135%;
        margin-bottom: 12px; } }
    .module-35-hubvoyages .grid .dest_card .img_container {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .module-35-hubvoyages .grid .dest_card .img_container 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; }
    .module-35-hubvoyages .grid .dest_card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: rgba(71, 65, 60, 0.4);
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px);
      -webkit-transition: -webkit-backdrop-filter 0.6s;
      transition: -webkit-backdrop-filter 0.6s;
      transition: backdrop-filter 0.6s;
      transition: backdrop-filter 0.6s, -webkit-backdrop-filter 0.6s; }
    .module-35-hubvoyages .grid .dest_card .content {
      text-align: center;
      z-index: 3;
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .module-35-hubvoyages .grid .dest_card .content .tag {
        padding: 5px 8px 3px 8px;
        background-color: #FBFBFA;
        border-radius: 6px;
        color: #DF613B;
        font-size: 13px;
        margin-bottom: 15px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Gotham', sans-serif;
        font-weight: 500; }
      .module-35-hubvoyages .grid .dest_card .content h4 {
        color: #FBFBFA; }
    .module-35-hubvoyages .grid .dest_card:hover .overlay {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
    .module-35-hubvoyages .grid .dest_card_ghost {
      padding-bottom: 0;
      opacity: 0;
      height: 1px; }
  .module-35-hubvoyages .grid-4 {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-35-hubvoyages .grid-4 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .module-35-hubvoyages .grid-4 .dest_card {
      width: 24%;
      padding-bottom: 32.5%;
      margin-bottom: 1.5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-35-hubvoyages .grid-4 .dest_card {
          width: 48%;
          padding-bottom: 63%;
          margin-bottom: 12px; }
          .module-35-hubvoyages .grid-4 .dest_card h4 {
            font-size: 22px; } }
      .module-35-hubvoyages .grid-4 .dest_card_ghost {
        padding-bottom: 0;
        opacity: 0;
        height: 1px; }

.module-35-hubvoyages .slider-dest_container {
  position: relative;
  width: 100%;
  padding-bottom: 47.3%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-35-hubvoyages .slider-dest_container {
      padding-bottom: 134.5%; } }
  .module-35-hubvoyages .slider-dest_container .slider-dest_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
    .module-35-hubvoyages .slider-dest_container .slider-dest_slide:first-of-type {
      display: block; }
    .module-35-hubvoyages .slider-dest_container .slider-dest_slide .img_container {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .module-35-hubvoyages .slider-dest_container .slider-dest_slide .img_container 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;
        z-index: 1; }
      .module-35-hubvoyages .slider-dest_container .slider-dest_slide .img_container .overlay {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), rgba(36, 36, 33, 0.2);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%), rgba(36, 36, 33, 0.2);
        mix-blend-mode: multiply; }
    .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre {
      z-index: 2;
      position: absolute;
      left: calc((100vw - 1325px) / 2);
      bottom: 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #FBFBFA;
      -webkit-transition: color 0.4s;
      transition: color 0.4s;
      width: 50%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre {
          left: 5%; } }
      @media only screen and (max-width: 768px) {
        .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre {
          width: 100%;
          bottom: 8%; } }
      .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre svg {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-left: 18px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre svg {
            width: 37px; } }
      .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre:hover {
        color: #DF613B; }
        .module-35-hubvoyages .slider-dest_container .slider-dest_slide .titre:hover svg {
          margin-left: 28px; }
  .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_slide .titre {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_slide .titre {
        bottom: auto;
        top: 12%; } }
  .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav {
    position: absolute;
    z-index: 10;
    bottom: 10%;
    right: calc((100vw - 1325px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1460px) {
      .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav {
        right: 5%; } }
    @media only screen and (max-width: 768px) {
      .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav {
        bottom: 8%;
        left: 5%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .nb_slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #FBFBFA;
      font-size: 15px;
      margin-right: 60px;
      line-height: 1em; }
      .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .nb_slide .sep {
        margin-left: 5px;
        margin-right: 4px;
        font-size: 15px; }
    .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FBFBFA;
        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;
        z-index: 3;
        position: relative;
        margin-left: 14px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          .module-35-hubvoyages .slider-dest_container.slider-dest .slider-dest_nav .arrows_wrap .arrow:hover svg {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); }


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