@charset "UTF-8";
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/* --- Variables for fonction --- */
/*
Theme Name: multicolore
*/
/*  --- 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;
         -o-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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 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: "Moderat";
  src: url("../fonts/Moderat-Light.eot");
  src: url("../fonts/Moderat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Moderat-Light.woff2") format("woff2"), url("../fonts/Moderat-Light.woff") format("woff"), url("../fonts/Moderat-Light.ttf") format("truetype"), url("../fonts/Moderat-Light.svg#Moderat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

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

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

header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  header .alert {
    height: 40px;
    background-color: #F1FF70;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: black;
    overflow: hidden;
    line-height: 1em;
    font-family: 'Moderat', sans-serif;
    font-weight: 500;
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 2; }
    header .alert .inner {
      padding: 6px 0;
      padding-top: 13px;
      width: 400%;
      height: 100%;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    header .alert .alert_bandeau {
      padding-left: 15px;
      position: relative;
      z-index: 1; }
    header .alert .close_alert {
      background-color: #F1FF70;
      height: 40px;
      width: 40px;
      border-left: solid 1px #070709;
      position: absolute;
      top: 0;
      right: 0;
      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;
      font-size: 25px;
      padding-bottom: 5px;
      padding-top: 5px;
      line-height: 1em;
      text-transform: none;
      z-index: 2;
      position: absolute; }
  header .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .bg {
        opacity: 1; } }
  header:hover .bg {
    opacity: 1; }
  header .header-flex {
    position: relative;
    z-index: 1;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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) {
      header .logo_wrap {
        position: relative;
        z-index: 2; } }
  header .logo {
    width: 160px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        width: 140px; } }
    header .logo path {
      -webkit-transition: fill 0.4s;
      -o-transition: fill 0.4s;
      transition: fill 0.4s; }
  header .nav {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1; } }
    header .nav nav {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav nav {
          width: 100%; } }
    header .nav ul.main-nav {
      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) {
        header .nav ul.main-nav {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%; } }
      header .nav ul.main-nav .wpml-ls-native {
        font-style: italic !important; }
      header .nav ul.main-nav li {
        margin-left: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav ul.main-nav li {
            margin-left: 0;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px; } }
        header .nav ul.main-nav li a {
          background-size: auto 200%;
          color: #000;
          background-clip: text;
          text-fill-color: transparent;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-position-y: 0%;
          background-position-x: 200%;
          text-decoration: none;
          font-size: 18px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          position: relative;
          text-transform: lowercase;
          /* -- @include break(mobile)-- */
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), to(#070709));
          background-image: -webkit-linear-gradient(top, #070709 50%, #070709 100%);
          background-image: -o-linear-gradient(top, #070709 50%, #070709 100%);
          background-image: linear-gradient(180deg, #070709 50%, #070709 100%);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav ul.main-nav li a {
              color: #070709 !important;
              background: none;
              text-fill-color: #070709 !important;
              -webkit-background-clip: #070709 !important;
              -webkit-text-fill-color: #070709 !important;
              font-size: 48px; } }
          header .nav ul.main-nav li a sup {
            background-size: auto 200%;
            color: #000;
            background-clip: text;
            text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-position-y: 0%;
            background-position-x: 200%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              header .nav ul.main-nav li a sup {
                position: absolute;
                right: -0.8em;
                top: 0.6em;
                -webkit-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                        transform: translateY(-100%);
                font-size: 0.5em;
                background: none;
                text-fill-color: #070709 !important;
                -webkit-background-clip: #070709 !important;
                -webkit-text-fill-color: #070709 !important; } }
          header .nav ul.main-nav li a.hover-mauve {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #E4C1F9), to(#E4C1F9));
            background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
            background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
            background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%); }
            header .nav ul.main-nav li a.hover-mauve sup {
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #E4C1F9), to(#E4C1F9));
              background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
              background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
              background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%); }
          header .nav ul.main-nav li a.hover-rose {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #FF99C8), to(#FF99C8));
            background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #FF99C8 51%, #FF99C8 100%);
            background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #FF99C8 51%, #FF99C8 100%);
            background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #FF99C8 51%, #FF99C8 100%); }
            header .nav ul.main-nav li a.hover-rose sup {
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #FF99C8), to(#FF99C8));
              background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #FF99C8 51%, #FF99C8 100%);
              background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #FF99C8 51%, #FF99C8 100%);
              background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #FF99C8 51%, #FF99C8 100%); }
          header .nav ul.main-nav li a.hover-vert {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #52F5D1), to(#52F5D1));
            background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #52F5D1 51%, #52F5D1 100%);
            background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #52F5D1 51%, #52F5D1 100%);
            background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #52F5D1 51%, #52F5D1 100%); }
            header .nav ul.main-nav li a.hover-vert sup {
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #52F5D1), to(#52F5D1));
              background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #52F5D1 51%, #52F5D1 100%);
              background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #52F5D1 51%, #52F5D1 100%);
              background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #52F5D1 51%, #52F5D1 100%); }
          header .nav ul.main-nav li a.hover-lemon {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #E4C1F9), to(#E4C1F9));
            background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
            background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
            background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%); }
            header .nav ul.main-nav li a.hover-lemon sup {
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #E4C1F9), to(#E4C1F9));
              background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
              background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%);
              background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #E4C1F9 51%, #E4C1F9 100%); }
          header .nav ul.main-nav li a.hover-blue {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #A9DEF9), to(#A9DEF9));
            background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #A9DEF9 51%, #A9DEF9 100%);
            background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #A9DEF9 51%, #A9DEF9 100%);
            background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #A9DEF9 51%, #A9DEF9 100%); }
            header .nav ul.main-nav li a.hover-blue sup {
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070709), color-stop(50%, #070709), color-stop(51%, #A9DEF9), to(#A9DEF9));
              background-image: -webkit-linear-gradient(top, #070709 50%, #070709 50%, #A9DEF9 51%, #A9DEF9 100%);
              background-image: -o-linear-gradient(top, #070709 50%, #070709 50%, #A9DEF9 51%, #A9DEF9 100%);
              background-image: linear-gradient(180deg, #070709 50%, #070709 50%, #A9DEF9 51%, #A9DEF9 100%); }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav ul.main-nav li a {
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#ffffff));
              background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 100%);
              background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 100%);
              background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 100%); }
              header .nav ul.main-nav li a.hover-mauve {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #E4C1F9), to(#E4C1F9));
                background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
                background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
                background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%); }
                header .nav ul.main-nav li a.hover-mauve sup {
                  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #E4C1F9), to(#E4C1F9));
                  background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
                  background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
                  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%); }
              header .nav ul.main-nav li a.hover-rose {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #FF99C8), to(#FF99C8));
                background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
                background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
                background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%); }
                header .nav ul.main-nav li a.hover-rose sup {
                  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #FF99C8), to(#FF99C8));
                  background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
                  background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
                  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%); }
              header .nav ul.main-nav li a.hover-vert {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #52F5D1), to(#52F5D1));
                background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
                background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
                background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%); }
                header .nav ul.main-nav li a.hover-vert sup {
                  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #52F5D1), to(#52F5D1));
                  background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
                  background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
                  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%); }
              header .nav ul.main-nav li a.hover-lemon {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #F1FF70), to(#F1FF70));
                background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
                background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
                background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%); }
                header .nav ul.main-nav li a.hover-lemon sup {
                  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #F1FF70), to(#F1FF70));
                  background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
                  background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
                  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%); }
              header .nav ul.main-nav li a.hover-blue {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #A9DEF9), to(#A9DEF9));
                background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
                background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
                background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%); }
                header .nav ul.main-nav li a.hover-blue sup {
                  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #A9DEF9), to(#A9DEF9));
                  background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
                  background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
                  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%); } }
          header .nav ul.main-nav li a:hover {
            background-position-y: 100%; }
            header .nav ul.main-nav li a:hover sup {
              -webkit-transition: all 0.3s 0.05s;
              -o-transition: all 0.3s 0.05s;
              transition: all 0.3s 0.05s;
              background-position-y: 100%; }
  header .nav_mobile {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav_mobile {
        display: block; } }
    header .nav_mobile .burger {
      height: 22px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
      header .nav_mobile .burger div {
        background-color: #070709;
        width: 100%;
        height: 2px;
        -webkit-transition: background-color 0.4s;
        -o-transition: background-color 0.4s;
        transition: background-color 0.4s; }
  header .rect {
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .rect {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); } }

body.dark header {
  /* -- @include break(mobile)-- */ }
  body.dark header .bg {
    background-color: transparent; }
  body.dark header .logo path {
    fill: #ffffff; }
  @media only screen and (min-width: 991px) {
    body.dark header ul.main-nav li a {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#ffffff));
      background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 100%);
      background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 100%);
      background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 100%); }
      body.dark header ul.main-nav li a.hover-mauve {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #E4C1F9), to(#E4C1F9));
        background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
        background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
        background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%); }
        body.dark header ul.main-nav li a.hover-mauve sup {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #E4C1F9), to(#E4C1F9));
          background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
          background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%);
          background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #E4C1F9 51%, #E4C1F9 100%); }
      body.dark header ul.main-nav li a.hover-rose {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #FF99C8), to(#FF99C8));
        background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
        background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
        background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%); }
        body.dark header ul.main-nav li a.hover-rose sup {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #FF99C8), to(#FF99C8));
          background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
          background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%);
          background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #FF99C8 51%, #FF99C8 100%); }
      body.dark header ul.main-nav li a.hover-vert {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #52F5D1), to(#52F5D1));
        background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
        background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
        background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%); }
        body.dark header ul.main-nav li a.hover-vert sup {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #52F5D1), to(#52F5D1));
          background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
          background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%);
          background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #52F5D1 51%, #52F5D1 100%); }
      body.dark header ul.main-nav li a.hover-lemon {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #F1FF70), to(#F1FF70));
        background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
        background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
        background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%); }
        body.dark header ul.main-nav li a.hover-lemon sup {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #F1FF70), to(#F1FF70));
          background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
          background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%);
          background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #F1FF70 51%, #F1FF70 100%); }
      body.dark header ul.main-nav li a.hover-blue {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #A9DEF9), to(#A9DEF9));
        background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
        background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
        background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%); }
        body.dark header ul.main-nav li a.hover-blue sup {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #A9DEF9), to(#A9DEF9));
          background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
          background-image: -o-linear-gradient(top, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%);
          background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%, #A9DEF9 51%, #A9DEF9 100%); } }
  body.dark header .burger div {
    background-color: #ffffff; }

header.dark .logo path {
  fill: #070709 !important; }

header.dark .burger div {
  background-color: #070709 !important; }

footer {
  background: #070709;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }
  footer .container {
    max-width: 1680px; }
  footer .footer-flex {
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .footer-flex {
        display: block;
        text-align: center;
        height: auto;
        padding: 50px 0; } }
    footer .footer-flex .left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .footer-flex .left {
          margin-bottom: 40px; } }
      footer .footer-flex .left .medias_wrap a {
        margin-right: 56px;
        position: relative;
        z-index: 3;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .footer-flex .left .medias_wrap a {
            margin: 0 28px; } }
        footer .footer-flex .left .medias_wrap a svg path {
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
        footer .footer-flex .left .medias_wrap a.fb:hover svg path {
          fill: #F1FF70;
          fill: #A9DEF9; }
        footer .footer-flex .left .medias_wrap a.ig:hover svg path {
          fill: #F1FF70;
          fill: #FF99C8; }
        footer .footer-flex .left .medias_wrap a.lkd:hover svg path {
          fill: #F1FF70;
          fill: #E4C1F9; }
    footer .footer-flex .right {
      font-size: 16px;
      opacity: 0.5; }
      footer .footer-flex .right p {
        font-weight: 300; }

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

body {
  font-family: 'Moderat', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #070709;
  font-size: 22px;
  /* -- @include break(mobile)-- */
  font-family: 'Moderat', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  scroll-behavior: smooth; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden; } }
  body.dark {
    background-color: #070709;
    color: #ffffff; }

* {
  /* -- @include break(mobile)-- */ }
  @media only screen and (min-width: 991px) {
    * {
      cursor: none !important; } }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

html {
  height: -webkit-fill-available; }

.cursor {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: fixed;
  pointer-events: none;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  z-index: 99999;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .cursor {
      display: none; } }
  .cursor .border {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #070709; }
  .cursor .click {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    z-index: -1; }

body.dark .cursor .border, .cursor.dark .border {
  border: 1px solid #ffffff; }

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

.sticker_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  pointer-events: none; }
  .sticker_container .sticker, .sticker_container .sticker_ghost {
    pointer-events: none;
    width: 60px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .sticker_container .sticker_ghost {
    display: none;
    visibility: hidden; }

.cursor-light {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: -webkit-radial-gradient(rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0) 100%);
  background: -o-radial-gradient(rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0) 100%);
  background: radial-gradient(rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0) 100%);
  position: fixed;
  pointer-events: none;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  z-index: 2;
  opacity: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .cursor-light {
      display: none; } }

body.dark .cursor-light {
  background: -webkit-radial-gradient(rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0) 100%);
  background: -o-radial-gradient(rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0) 100%);
  background: radial-gradient(rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0) 100%);
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s;
  -o-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s; }

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998; }
  .loader .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #070709;
    text-align: center;
    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; }
    .loader .inner .logo {
      width: 365px;
      overflow: visible;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      transform-box: fill-box;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .loader .inner .logo {
          width: 200px; } }
    .loader .inner .logo_new-wrap {
      width: 400px;
      height: 60px;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      .loader .inner .logo_new-wrap .logo_new {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        transform-box: fill-box;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      @media only screen and (max-width: 768px) {
        .loader .inner .logo_new-wrap {
          width: 240px;
          height: 38px; } }
  .loader .letter {
    position: relative;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    transform-box: fill-box; }
    .loader .letter image {
      opacity: 0;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      transform-box: fill-box; }
    .loader .letter g {
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      transform-box: fill-box; }
  .loader .rect {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.home .loader {
  display: block; }

.transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 99998;
  display: none; }
  .transition .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #070709;
    text-align: center; }
    .transition .inner .logo {
      width: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .transition .rect {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

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

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

.btn {
  font-size: 22px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .btn {
      font-size: 18px; } }
  .btn.has-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline; }
    .btn.has-icon .icon {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 1px solid rgba(5, 15, 16, 0.3);
      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;
      margin-left: 18px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .btn.has-icon .icon {
          width: 32px;
          height: 32px; } }
      .btn.has-icon .icon svg path {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
    .btn.has-icon:hover .icon {
      background: #070709; }
      .btn.has-icon:hover .icon svg path {
        fill: #ffffff; }

.dark .btn.has-icon .icon {
  border: 1px solid #ffffff; }

.dark .btn.has-icon svg path {
  fill: #ffffff; }

.dark .btn.has-icon:hover .icon {
  background: #ffffff; }
  .dark .btn.has-icon:hover .icon svg path {
    fill: #070709; }

.noise, .noise_loader {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: .07;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s; }

.dark .noise, .noise_loader {
  -webkit-filter: brightness(1);
          filter: brightness(1); }

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

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

.bg-img {
  background-size: cover;
  background-position: center; }

.font-light {
  font-family: 'Moderat', sans-serif;
  font-weight: 300; }

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin: 0;
  font-family: 'Moderat', sans-serif;
  font-weight: 700; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

section {
  position: relative;
  z-index: 3; }

h1 {
  font-size: 70px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 60px; } }
  @media only screen and (max-width: 576px) {
    h1 {
      font-size: 44px; } }

h2 {
  font-size: 60px;
  line-height: 1.3;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 42px; } }
  @media only screen and (max-width: 576px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 35px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3 {
      font-size: 32px; } }
  @media only screen and (max-width: 576px) {
    h3 {
      font-size: 24px; } }

.bg-mauve {
  background-color: #E4C1F9; }

.bg-rose {
  background-color: #FF99C8; }

.bg-vert {
  background-color: #52F5D1; }

.bg-lemon {
  background-color: #F1FF70; }

.bg-blue {
  background-color: #A9DEF9; }

.txt-mauve {
  color: #E4C1F9; }

.txt-rose {
  color: #FF99C8; }

.txt-vert {
  color: #52F5D1; }

.txt-lemon {
  color: #F1FF70; }

.txt-blue {
  color: #A9DEF9; }

.fill-mauve {
  fill: #E4C1F9; }

.fill-rose {
  fill: #FF99C8; }

.fill-vert {
  fill: #52F5D1; }

.fill-lemon {
  fill: #F1FF70; }

.fill-blue {
  fill: #A9DEF9; }

.select-mauve *::-moz-selection {
  background: #E4C1F9 !important;
  color: #ffffff; }

.select-mauve *::selection {
  background: #E4C1F9 !important;
  color: #ffffff; }

.select-rose *::-moz-selection {
  background: #FF99C8 !important;
  color: #ffffff; }

.select-rose *::selection {
  background: #FF99C8 !important;
  color: #ffffff; }

.select-vert *::-moz-selection {
  background: #52F5D1 !important;
  color: #ffffff; }

.select-vert *::selection {
  background: #52F5D1 !important;
  color: #ffffff; }

.select-lemon *::-moz-selection {
  background: #F1FF70 !important;
  color: #ffffff; }

.select-lemon *::selection {
  background: #F1FF70 !important;
  color: #ffffff; }

.select-blue *::-moz-selection {
  background: #A9DEF9 !important;
  color: #ffffff; }

.select-blue *::selection {
  background: #A9DEF9 !important;
  color: #ffffff; }

span.circle, span.highlight {
  position: relative; }
  span.circle span, span.highlight span {
    background-color: #52F5D1;
    height: 0%;
    width: 107%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 7%;
    bottom: 15%;
    z-index: -1;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }

.span_circle_model {
  display: none;
  visibility: hidden; }

.gradient {
  display: inline;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #FF99C8), color-stop(18%, #E4C1F9), color-stop(31%, #A9DEF9), color-stop(44%, #52F5D1), color-stop(57%, #F1FF70), color-stop(70%, #52F5D1), color-stop(83%, #A9DEF9), color-stop(96%, #E4C1F9), to(#FF99C8));
  background: -webkit-linear-gradient(left, #FF99C8 5%, #E4C1F9 18%, #A9DEF9 31%, #52F5D1 44%, #F1FF70 57%, #52F5D1 70%, #A9DEF9 83%, #E4C1F9 96%, #FF99C8 100%);
  background: -o-linear-gradient(left, #FF99C8 5%, #E4C1F9 18%, #A9DEF9 31%, #52F5D1 44%, #F1FF70 57%, #52F5D1 70%, #A9DEF9 83%, #E4C1F9 96%, #FF99C8 100%);
  background: linear-gradient(90deg, #FF99C8 5%, #E4C1F9 18%, #A9DEF9 31%, #52F5D1 44%, #F1FF70 57%, #52F5D1 70%, #A9DEF9 83%, #E4C1F9 96%, #FF99C8 100%);
  background-size: 500% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position-y: 500%;
  background-position-x: 0%;
  -webkit-animation: gradient 30s linear infinite;
          animation: gradient 30s linear infinite;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .gradient {
      display: inline-block; } }
  .gradient.gradient-long {
    background-size: 200% auto;
    background-position-y: 200%;
    -webkit-animation: gradient-long 10s linear infinite;
            animation: gradient-long 10s linear infinite; }
  .gradient:nth-of-type(2) {
    background-position-x: 400%;
    -webkit-animation: gradient-delay 30s linear infinite;
            animation: gradient-delay 30s linear infinite; }

.anime-overlay_wrap, .anime-projet_wrap, .anime-2col_wrap {
  position: relative; }

.anime-overlay_overlay, .anime-projet_overlay, .anime-2col_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }

.anime-txt_step {
  opacity: 0; }

@-webkit-keyframes gradient-delay {
  from {
    background-position-x: 400%; }
  to {
    background-position-x: 900%; } }

@keyframes gradient-delay {
  from {
    background-position-x: 400%; }
  to {
    background-position-x: 900%; } }

@-webkit-keyframes gradient {
  from {
    background-position-x: 0%; }
  to {
    background-position-x: 500%; } }

@keyframes gradient {
  from {
    background-position-x: 0%; }
  to {
    background-position-x: 500%; } }

@-webkit-keyframes gradient-long {
  to {
    background-position-x: 200%; } }

@keyframes gradient-long {
  to {
    background-position-x: 200%; } }

.legal-notices {
  padding: 120px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .legal-notices {
      padding: 60 0 40px; } }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
      margin-top: 1.2em; } }

.entry-content p {
  margin-bottom: 1em;
  line-height: 1.3em; }

.entry-content a {
  color: #52F5D1;
  text-decoration: underline;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }
  .entry-content a:hover {
    color: #E4C1F9; }

.entry-content ul {
  list-style: none;
  padding-left: 40px; }
  .entry-content ul li {
    position: relative; }
    .entry-content ul li:before {
      content: "·";
      font-size: 24px;
      position: absolute;
      top: 0;
      left: -20px; }

.sec_insta {
  height: calc(100vh - 144px);
  /* -- @include break(mobile)-- */ }
  .sec_insta a {
    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;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .sec_insta {
      height: 400px; } }
  .sec_insta .textbox {
    text-align: center; }
    .sec_insta .textbox h3 {
      font-family: 'Moderat', sans-serif;
      font-weight: 400; }
    .sec_insta .textbox .big-outline {
      font-size: 160px;
      line-height: 0.7em;
      text-stroke: 2px #070709;
      -webkit-text-stroke: 2px #070709;
      color: transparent;
      position: relative;
      z-index: 9998;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_insta .textbox .big-outline {
          font-size: 18vw; } }
      @media only screen and (max-width: 576px) {
        .sec_insta .textbox .big-outline {
          font-size: 60px;
          -webkit-text-stroke: 1px #070709; } }
  .sec_insta .img_insta {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 300px;
    height: 300px;
    background-position: center;
    background-size: cover; }

body.dark .sec_insta .big-outline {
  text-stroke: 2px #ffffff;
  -webkit-text-stroke: 2px #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    body.dark .sec_insta .big-outline {
      font-size: 60px;
      -webkit-text-stroke: 1px #ffffff; } }

.oxo-view.template-home .sec1 {
  min-height: 100vh; }
  .oxo-view.template-home .sec1 .container_txt {
    min-height: 100vh;
    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;
    padding: 0;
    position: relative;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 72px;
    padding-bottom: 29vh;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .oxo-view.template-home .sec1 .container_txt {
        width: 90%; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec1 .container_txt {
        padding-bottom: 21vh; } }
  .oxo-view.template-home .sec1 h1 {
    position: relative;
    z-index: 9997;
    max-width: 1000px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .oxo-view.template-home .sec1 h1 {
        font-size: 60px; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec1 h1 {
        font-size: 42px; } }
    .oxo-view.template-home .sec1 h1 br {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec1 h1 br {
          display: none; } }
  .oxo-view.template-home .sec1 .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 13vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home .sec1 .logo_wrap {
        bottom: 18vh; } }
    .oxo-view.template-home .sec1 .logo_wrap .logo {
      background: #161617;
      border-radius: 8px;
      display: block;
      padding: 0.5% 1%;
      width: 15%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec1 .logo_wrap .logo {
          width: 150px;
          margin-left: 8px;
          margin-right: 8px; } }
      .oxo-view.template-home .sec1 .logo_wrap .logo img {
        width: 100%;
        height: auto; }
    .oxo-view.template-home .sec1 .logo_wrap.desktop {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec1 .logo_wrap.desktop {
          display: none; } }
    .oxo-view.template-home .sec1 .logo_wrap.mobile {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec1 .logo_wrap.mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          width: 100vw;
          overflow: hidden; }
          .oxo-view.template-home .sec1 .logo_wrap.mobile .bandeau_logo {
            width: 185%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
  .oxo-view.template-home .sec1 a.scroll {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: 0.5;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    bottom: 28vh;
    left: 6.25%;
    line-height: 1em;
    -webkit-transform: rotate(-90deg) translateY(-30px);
        -ms-transform: rotate(-90deg) translateY(-30px);
            transform: rotate(-90deg) translateY(-30px);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .oxo-view.template-home .sec1 a.scroll {
        left: 2.5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec1 a.scroll {
        display: none; } }
  .oxo-view.template-home .sec1 .img_wrap .img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: 350px;
    height: 280px;
    background-position: center;
    background-size: cover; }

.oxo-view.template-home .sec2 .titre-section {
  padding-top: 120px;
  padding-bottom: 60px;
  max-width: 908px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec2 .titre-section {
      padding: 140px 0; } }
  @media only screen and (max-width: 576px) {
    .oxo-view.template-home .sec2 .titre-section {
      padding-top: 2vh;
      padding-bottom: 20px; } }
  .oxo-view.template-home .sec2 .titre-section h3 {
    font-weight: 400;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec2 .titre-section h3 {
        font-size: 32px; } }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home .sec2 .titre-section h3 {
        font-size: 24px; } }
    .oxo-view.template-home .sec2 .titre-section h3 br {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec2 .titre-section h3 br {
          display: none; } }
    .oxo-view.template-home .sec2 .titre-section h3 .circle {
      display: inline-block; }
  .oxo-view.template-home .sec2 .titre-section .btn {
    margin-top: 50px; }

.oxo-view.template-home .sec2 .projets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 100px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec2 .projets {
      display: block;
      padding: 30px 0; } }
  @media only screen and (max-width: 576px) {
    .oxo-view.template-home .sec2 .projets {
      padding: 20px 0; } }
  .oxo-view.template-home .sec2 .projets .titre {
    max-width: 550px;
    position: absolute;
    left: 0;
    z-index: 1;
    padding-top: 80px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec2 .projets .titre {
        position: static;
        padding-top: 8px; } }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home .sec2 .projets .titre {
        padding-right: 135px; } }
    .oxo-view.template-home .sec2 .projets .titre h2 {
      margin-bottom: 6px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .oxo-view.template-home .sec2 .projets .titre h2 {
          margin-bottom: 0; } }
    .oxo-view.template-home .sec2 .projets .titre h6 {
      margin: 0;
      font-size: 22px;
      font-weight: 300;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .oxo-view.template-home .sec2 .projets .titre h6 {
          font-size: 16px; } }
  .oxo-view.template-home .sec2 .projets .img {
    position: relative;
    background-size: cover;
    background-position: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec2 .projets .img {
        width: 100% !important; } }
    .oxo-view.template-home .sec2 .projets .img .pastille {
      height: 165px;
      width: 165px;
      display: inline-block;
      position: absolute;
      bottom: 80px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .oxo-view.template-home .sec2 .projets .img .pastille {
          height: 130px;
          width: 130px;
          bottom: 20px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec2 .projets .img .pastille {
          bottom: -64px;
          left: auto;
          right: 0px;
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important; } }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec2 .projets .img .pastille {
          width: 130px; } }
      .oxo-view.template-home .sec2 .projets .img .pastille svg.txt * {
        stroke: #070709 !important;
        fill: transparent;
        -webkit-transition: fill 0.4s;
        -o-transition: fill 0.4s;
        transition: fill 0.4s; }
      .oxo-view.template-home .sec2 .projets .img .pastille:hover svg.txt * {
        fill: white; }
      .oxo-view.template-home .sec2 .projets .img .pastille .txt {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation: 20s rotato infinite linear;
                animation: 20s rotato infinite linear; }
      .oxo-view.template-home .sec2 .projets .img .pastille .icon {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }
        .oxo-view.template-home .sec2 .projets .img .pastille .icon circle.mauve {
          fill: #E4C1F9; }
        .oxo-view.template-home .sec2 .projets .img .pastille .icon circle.rose {
          fill: #FF99C8; }
        .oxo-view.template-home .sec2 .projets .img .pastille .icon circle.lemon {
          fill: #F1FF70; }
        .oxo-view.template-home .sec2 .projets .img .pastille .icon circle.vert {
          fill: #52F5D1; }
        .oxo-view.template-home .sec2 .projets .img .pastille .icon circle.blue {
          fill: #A9DEF9; }
        .oxo-view.template-home .sec2 .projets .img .pastille .icon circle.transition {
          display: none; }
  .oxo-view.template-home .sec2 .projets.projet-1 .img {
    width: 960px;
    padding-bottom: 51%;
    background-position: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .oxo-view.template-home .sec2 .projets.projet-1 .img {
        width: 74vw; } }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home .sec2 .projets.projet-1 .img {
        padding-bottom: 70%; } }
  .oxo-view.template-home .sec2 .projets.projet-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .oxo-view.template-home .sec2 .projets.projet-2 .titre {
      position: static;
      margin-left: 120px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .oxo-view.template-home .sec2 .projets.projet-2 .titre {
          margin-left: 9vw; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec2 .projets.projet-2 .titre {
          margin-left: 0; } }
    .oxo-view.template-home .sec2 .projets.projet-2 .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 672px;
      padding-bottom: 52%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .oxo-view.template-home .sec2 .projets.projet-2 .img {
          width: 60vw; } }
      @media only screen and (max-width: 576px) {
        .oxo-view.template-home .sec2 .projets.projet-2 .img {
          padding-bottom: 70%; } }
      .oxo-view.template-home .sec2 .projets.projet-2 .img .pastille {
        left: auto;
        right: 0;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); }
  .oxo-view.template-home .sec2 .projets.projet-3 .img {
    width: 816px;
    padding-bottom: 44%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .oxo-view.template-home .sec2 .projets.projet-3 .img {
        width: 66vw; } }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home .sec2 .projets.projet-3 .img {
        padding-bottom: 70%; } }

.oxo-view.template-home .sec3 {
  padding: 100px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec3 {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    .oxo-view.template-home .sec3 {
      padding: 30px 0; } }
  .oxo-view.template-home .sec3 .bandeau_container {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding: 0; }
    .oxo-view.template-home .sec3 .bandeau_container.bandeau_container1 .bandeau {
      background-image: -webkit-gradient(linear, left top, right top, from(#52F5D1), color-stop(10%, #52F5D1), color-stop(10.01%, rgba(255, 255, 255, 0)), color-stop(28%, rgba(255, 255, 255, 0)), color-stop(28.01%, #E4C1F9), color-stop(51.99%, #E4C1F9), color-stop(52%, #52F5D1), color-stop(60%, #52F5D1), color-stop(60.01%, rgba(255, 255, 255, 0)), color-stop(78%, rgba(255, 255, 255, 0)), color-stop(78.01%, #E4C1F9), color-stop(92%, #E4C1F9), color-stop(92.1%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #52F5D1 0%, #52F5D1 10%, rgba(255, 255, 255, 0) 10.01%, rgba(255, 255, 255, 0) 28%, #E4C1F9 28.01%, #E4C1F9 51.99%, #52F5D1 52%, #52F5D1 60%, rgba(255, 255, 255, 0) 60.01%, rgba(255, 255, 255, 0) 78%, #E4C1F9 78.01%, #E4C1F9 92%, rgba(255, 255, 255, 0) 92.1%);
      background-image: -o-linear-gradient(left, #52F5D1 0%, #52F5D1 10%, rgba(255, 255, 255, 0) 10.01%, rgba(255, 255, 255, 0) 28%, #E4C1F9 28.01%, #E4C1F9 51.99%, #52F5D1 52%, #52F5D1 60%, rgba(255, 255, 255, 0) 60.01%, rgba(255, 255, 255, 0) 78%, #E4C1F9 78.01%, #E4C1F9 92%, rgba(255, 255, 255, 0) 92.1%);
      background-image: linear-gradient(90deg, #52F5D1 0%, #52F5D1 10%, rgba(255, 255, 255, 0) 10.01%, rgba(255, 255, 255, 0) 28%, #E4C1F9 28.01%, #E4C1F9 51.99%, #52F5D1 52%, #52F5D1 60%, rgba(255, 255, 255, 0) 60.01%, rgba(255, 255, 255, 0) 78%, #E4C1F9 78.01%, #E4C1F9 92%, rgba(255, 255, 255, 0) 92.1%); }
    .oxo-view.template-home .sec3 .bandeau_container.bandeau_container2 .bandeau {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(15.01%, #F1FF70), color-stop(35%, #F1FF70), color-stop(35.01%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65.01%, #F1FF70), color-stop(85%, #F1FF70), color-stop(85.01%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #F1FF70 15.01%, #F1FF70 35%, rgba(255, 255, 255, 0) 35.01%, rgba(255, 255, 255, 0) 65%, #F1FF70 65.01%, #F1FF70 85%, rgba(255, 255, 255, 0) 85.01%, rgba(255, 255, 255, 0) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #F1FF70 15.01%, #F1FF70 35%, rgba(255, 255, 255, 0) 35.01%, rgba(255, 255, 255, 0) 65%, #F1FF70 65.01%, #F1FF70 85%, rgba(255, 255, 255, 0) 85.01%, rgba(255, 255, 255, 0) 100%);
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #F1FF70 15.01%, #F1FF70 35%, rgba(255, 255, 255, 0) 35.01%, rgba(255, 255, 255, 0) 65%, #F1FF70 65.01%, #F1FF70 85%, rgba(255, 255, 255, 0) 85.01%, rgba(255, 255, 255, 0) 100%); }
    .oxo-view.template-home .sec3 .bandeau_container.bandeau_container3 .bandeau {
      background-image: -webkit-gradient(linear, left top, right top, from(#A9DEF9), color-stop(15%, #A9DEF9), color-stop(15.01%, rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(37.01%, #FF99C8), color-stop(51.99%, #FF99C8), color-stop(52%, #A9DEF9), color-stop(65%, #A9DEF9), color-stop(65.01%, rgba(255, 255, 255, 0)), color-stop(87%, rgba(255, 255, 255, 0)), color-stop(87.1%, #FF99C8), to(#FF99C8));
      background-image: -webkit-linear-gradient(left, #A9DEF9 0%, #A9DEF9 15%, rgba(255, 255, 255, 0) 15.01%, rgba(255, 255, 255, 0) 37%, #FF99C8 37.01%, #FF99C8 51.99%, #A9DEF9 52%, #A9DEF9 65%, rgba(255, 255, 255, 0) 65.01%, rgba(255, 255, 255, 0) 87%, #FF99C8 87.1%, #FF99C8 100%);
      background-image: -o-linear-gradient(left, #A9DEF9 0%, #A9DEF9 15%, rgba(255, 255, 255, 0) 15.01%, rgba(255, 255, 255, 0) 37%, #FF99C8 37.01%, #FF99C8 51.99%, #A9DEF9 52%, #A9DEF9 65%, rgba(255, 255, 255, 0) 65.01%, rgba(255, 255, 255, 0) 87%, #FF99C8 87.1%, #FF99C8 100%);
      background-image: linear-gradient(90deg, #A9DEF9 0%, #A9DEF9 15%, rgba(255, 255, 255, 0) 15.01%, rgba(255, 255, 255, 0) 37%, #FF99C8 37.01%, #FF99C8 51.99%, #A9DEF9 52%, #A9DEF9 65%, rgba(255, 255, 255, 0) 65.01%, rgba(255, 255, 255, 0) 87%, #FF99C8 87.1%, #FF99C8 100%); }
    .oxo-view.template-home .sec3 .bandeau_container .bandeau {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0;
      padding: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100vw;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: 200%;
      background-position-y: center;
      background-position-x: 0%;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone; }
      .oxo-view.template-home .sec3 .bandeau_container .bandeau .line,
      .oxo-view.template-home .sec3 .bandeau_container .bandeau .txt {
        display: inline;
        font-size: 5.5vw;
        font-weight: 700;
        line-height: 1.3em;
        color: transparent;
        -webkit-text-stroke: 1px #050F10;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-home .sec3 .bandeau_container .bandeau .line,
          .oxo-view.template-home .sec3 .bandeau_container .bandeau .txt {
            font-size: 9.3vw; }
            .oxo-view.template-home .sec3 .bandeau_container .bandeau .line:last-of-type,
            .oxo-view.template-home .sec3 .bandeau_container .bandeau .txt:last-of-type {
              display: none; } }
  .oxo-view.template-home .sec3 .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec3 .btn {
        margin-top: 60px; } }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home .sec3 .btn {
        margin-top: 30px; } }

.dark .bandeau .txt {
  -webkit-text-stroke: 1px #ffffff !important; }

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

.template-contact .main-banner {
  padding: 185px 0 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-contact .main-banner {
      padding: 130px 0 60px; } }
  @media only screen and (max-width: 576px) {
    .template-contact .main-banner {
      padding: 130px 0 20px; } }
  .template-contact .main-banner .textbox {
    max-width: 985px; }

.template-contact .block-place {
  padding: 70px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .template-contact .block-place {
      padding: 50px 0; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-contact .block-place {
      padding: 30px 0; } }
  @media only screen and (max-width: 576px) {
    .template-contact .block-place {
      padding: 20px 0; } }
  .template-contact .block-place .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-contact .block-place .card {
        display: block; } }
    .template-contact .block-place .card .img {
      width: 670px;
      height: 840px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .template-contact .block-place .card .img {
          width: 40vw;
          height: 53vw; } }
      @media only screen and (max-width: 768px) {
        .template-contact .block-place .card .img {
          width: 100%;
          height: 600px; } }
      @media only screen and (max-width: 576px) {
        .template-contact .block-place .card .img {
          height: 414px; } }
    .template-contact .block-place .card .txt {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .block-place .card .txt {
          padding: 22px 0 0 !important; } }
      @media only screen and (max-width: 576px) {
        .template-contact .block-place .card .txt {
          padding: 10px 0 0 !important; } }
      .template-contact .block-place .card .txt .titre {
        margin-bottom: 60px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .block-place .card .txt .titre {
            margin-bottom: 52px; } }
        @media only screen and (max-width: 768px) {
          .template-contact .block-place .card .txt .titre {
            margin-bottom: 30px; } }
        .template-contact .block-place .card .txt .titre p.value {
          font-weight: 400; }
      .template-contact .block-place .card .txt .tel {
        margin-bottom: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-contact .block-place .card .txt .tel {
            margin-bottom: 20px; } }
      .template-contact .block-place .card .txt > * {
        line-height: 1; }
      .template-contact .block-place .card .txt h2 {
        margin-bottom: 12px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .block-place .card .txt h2 {
            font-size: 42px;
            line-height: 1.2; } }
        @media only screen and (max-width: 768px) {
          .template-contact .block-place .card .txt h2 {
            font-size: 32px;
            margin-bottom: 7px; } }
      .template-contact .block-place .card .txt h5 {
        font-family: 'Moderat', sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-contact .block-place .card .txt h5 {
            font-size: 12px;
            margin-bottom: 8px; } }
      .template-contact .block-place .card .txt .value {
        font-family: 'Moderat', sans-serif;
        font-weight: 300;
        font-size: 22px;
        text-decoration: none;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .block-place .card .txt .value {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          .template-contact .block-place .card .txt .value {
            font-size: 18px; } }
  .template-contact .block-place:nth-of-type(even) .card {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .template-contact .block-place:nth-of-type(even) .txt {
    padding-right: 145px;
    padding-left: 170px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-contact .block-place:nth-of-type(even) .txt {
        padding-left: 70px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .block-place:nth-of-type(even) .txt {
        padding-right: 80px;
        padding-left: 50px; } }
  .template-contact .block-place:nth-of-type(odd) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-contact .block-place:nth-of-type(odd) .img {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .template-contact .block-place:nth-of-type(odd) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 170px;
    padding-right: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .block-place:nth-of-type(odd) .txt {
        padding-left: 80px;
        padding-right: 50px; } }

.template-contact .secLast {
  text-align: center;
  padding-top: 146px;
  padding-bottom: 200px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-contact .secLast {
      padding: 90px 0; } }
  @media only screen and (max-width: 576px) {
    .template-contact .secLast {
      padding: 50px 0; } }
  .template-contact .secLast h2 {
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .secLast h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 768px) {
      .template-contact .secLast h2 {
        margin-bottom: 20px;
        font-size: 32px; } }
  .template-contact .secLast .medias_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .template-contact .secLast .medias_wrap a {
      display: inline-block;
      margin: 0 30px;
      width: 91px;
      height: 91px;
      background: #ff99c8;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-contact .secLast .medias_wrap a {
          width: 60px;
          height: 60px;
          margin: 0 17px; } }
      .template-contact .secLast .medias_wrap a .icon-holder {
        width: 37px;
        height: auto;
        display: block; }
      .template-contact .secLast .medias_wrap a:hover {
        background: #52F5D1 !important; }
      .template-contact .secLast .medias_wrap a.icon-fb {
        background: #A9DEF9; }
      .template-contact .secLast .medias_wrap a.icon-ig {
        background: #FF99C8; }
      .template-contact .secLast .medias_wrap a.icon-lk {
        background: #E4C1F9; }
      .template-contact .secLast .medias_wrap a svg {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-contact .secLast .medias_wrap a svg {
            width: 30px;
            height: 30px; } }

.page-template-template-contact .sec_insta {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .page-template-template-contact .sec_insta {
      display: none; } }

.template-apropos .sec1 {
  padding-top: 140px;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-apropos .sec1 {
      padding-top: 130px;
      padding-bottom: 0; } }
  .template-apropos .sec1 .titre {
    max-width: 490px;
    margin-bottom: 100px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-apropos .sec1 .titre {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 576px) {
      .template-apropos .sec1 .titre {
        margin-bottom: 30px; } }
  .template-apropos .sec1 .txt {
    max-width: 815px;
    margin-left: auto;
    font-size: 22px;
    font-weight: 300;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .template-apropos .sec1 .txt {
        font-size: 22px; } }
    .template-apropos .sec1 .txt p {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-apropos .sec1 .txt p {
          font-size: 18px; } }

.template-apropos .sec2 {
  padding: 80px 0 0px 0;
  z-index: 999;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-apropos .sec2 {
      padding-top: 10vw; } }
  .template-apropos .sec2 .nxt {
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: 100;
    width: 60px;
    opacity: 0;
    height: auto;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .template-apropos .sec2 .nxt.reverse {
      -webkit-transform: rotate(-180deg) translate(50%, 50%);
          -ms-transform: rotate(-180deg) translate(50%, 50%);
              transform: rotate(-180deg) translate(50%, 50%); }
    .template-apropos .sec2 .nxt rect.mauve {
      fill: #E4C1F9; }
    .template-apropos .sec2 .nxt rect.rose {
      fill: #FF99C8; }
    .template-apropos .sec2 .nxt rect.lemon {
      fill: #F1FF70; }
    .template-apropos .sec2 .nxt rect.vert {
      fill: #52F5D1; }
    .template-apropos .sec2 .nxt rect.blue {
      fill: #A9DEF9; }
    .template-apropos .sec2 .nxt rect.rect_2 {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
  .template-apropos .sec2 .about_slider {
    width: 100%;
    position: relative;
    padding-bottom: 40%;
    cursor: none; }
    .template-apropos .sec2 .about_slider span.prev,
    .template-apropos .sec2 .about_slider span.next {
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 2; }
    .template-apropos .sec2 .about_slider .prev {
      left: 0; }
    .template-apropos .sec2 .about_slider .next {
      right: 0; }
    .template-apropos .sec2 .about_slider .slide {
      width: 72%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: calc((100% - 1680px) / 2);
      bottom: 0;
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1848px) {
        .template-apropos .sec2 .about_slider .slide {
          left: 5%; } }
      .template-apropos .sec2 .about_slider .slide:nth-of-type(1), .template-apropos .sec2 .about_slider .slide:nth-of-type(2) {
        opacity: 1; }
      .template-apropos .sec2 .about_slider .slide:nth-of-type(2) {
        -webkit-transform: translateX(calc(100% + $margin-slide));
            -ms-transform: translateX(calc(100% + $margin-slide));
                transform: translateX(calc(100% + $margin-slide));
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1848px) {
          .template-apropos .sec2 .about_slider .slide:nth-of-type(2) {
            -webkit-transform: translateX(105%);
                -ms-transform: translateX(105%);
                    transform: translateX(105%); } }

.template-apropos .sec3 {
  padding-bottom: 47%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-apropos .sec3 {
      padding-top: 40px; } }
  .template-apropos .sec3 .container-lg {
    position: relative;
    min-height: 1840px;
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-apropos .sec3 .container-lg {
        padding-bottom: 40px;
        min-height: 0px; } }
  .template-apropos .sec3 .card {
    padding: 60px 40px 60px 10%;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    min-height: 580px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-apropos .sec3 .card {
        padding: 60px 40px 60px 100px;
        padding: 60px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-apropos .sec3 .card {
        position: relative;
        padding: 50px;
        height: auto;
        min-height: 0;
        margin-top: 40px;
        top: 0px; } }
    @media only screen and (max-width: 768px) {
      .template-apropos .sec3 .card {
        padding: 40px; } }
    @media only screen and (max-width: 576px) {
      .template-apropos .sec3 .card {
        padding: 60px 20px; } }
    .template-apropos .sec3 .card .left {
      width: 50%;
      padding-top: 47px;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .template-apropos .sec3 .card .left {
          padding-top: 0; } }
      @media only screen and (max-width: 768px) {
        .template-apropos .sec3 .card .left {
          max-width: none;
          width: 100%;
          margin-right: 0; } }
      .template-apropos .sec3 .card .left h3 {
        font-size: 50px;
        margin-bottom: 18px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-apropos .sec3 .card .left h3 {
            font-size: 45px; } }
        @media only screen and (max-width: 768px) {
          .template-apropos .sec3 .card .left h3 {
            font-size: 40px;
            margin-bottom: 22px; } }
      .template-apropos .sec3 .card .left .txt {
        font-weight: 300;
        font-size: 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .template-apropos .sec3 .card .left .txt {
            font-size: 18px; } }
      .template-apropos .sec3 .card .left .btn {
        font-size: 18px;
        margin-top: 40px; }
    .template-apropos .sec3 .card .right {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-apropos .sec3 .card .right {
          display: none; } }
      .template-apropos .sec3 .card .right .img {
        width: 100%;
        padding-bottom: 105%;
        border-radius: 18px;
        background-size: cover;
        background-position: center; }
    .template-apropos .sec3 .card:nth-of-type(1) {
      z-index: 3; }
    .template-apropos .sec3 .card:nth-of-type(2) {
      z-index: 2;
      -webkit-transform: translateY(7%);
          -ms-transform: translateY(7%);
              transform: translateY(7%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-apropos .sec3 .card:nth-of-type(2) {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }
    .template-apropos .sec3 .card:nth-of-type(3) {
      z-index: 1;
      -webkit-transform: translateY(14%);
          -ms-transform: translateY(14%);
              transform: translateY(14%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-apropos .sec3 .card:nth-of-type(3) {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }

.template-apropos .sec4 {
  padding-top: 100px;
  padding-bottom: 40px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-apropos .sec4 {
      padding: 80px 0; } }
  @media only screen and (max-width: 768px) {
    .template-apropos .sec4 {
      padding: 60px 0; } }
  @media only screen and (max-width: 576px) {
    .template-apropos .sec4 {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .template-apropos .sec4 .textbox {
    max-width: 908px; }
    .template-apropos .sec4 .textbox h3 {
      font-size: 25px;
      line-height: 1.3;
      font-weight: 300;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-apropos .sec4 .textbox h3 {
          font-size: 30px; } }
      @media only screen and (max-width: 768px) {
        .template-apropos .sec4 .textbox h3 {
          font-size: 25px; } }
      @media only screen and (max-width: 576px) {
        .template-apropos .sec4 .textbox h3 {
          font-size: 20px; } }
    .template-apropos .sec4 .textbox .btn {
      margin-top: 44px; }

.template-archive-projets .sec1 {
  padding-top: 140px;
  padding-bottom: 10vh;
  cursor: -webkit-grab;
  cursor: grab;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-archive-projets .sec1 {
      padding-top: 130px;
      padding-bottom: 3vh; } }
  .template-archive-projets .sec1:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .template-archive-projets .sec1 .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-archive-projets .sec1 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .template-archive-projets .sec1 .container h1 {
      font-size: 14px;
      opacity: 0.5;
      text-transform: uppercase;
      margin-bottom: 24px;
      letter-spacing: 0.05em; }
  .template-archive-projets .sec1 .left {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    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;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1400px) {
      .template-archive-projets .sec1 .left {
        padding-top: 40px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-archive-projets .sec1 .left {
        height: 30vw;
        padding-top: 15px; } }
    @media only screen and (max-width: 576px) {
      .template-archive-projets .sec1 .left {
        padding-right: 28%; } }
    .template-archive-projets .sec1 .left .top {
      position: absolute;
      width: 550px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-projets .sec1 .left .top {
          position: relative;
          width: auto; } }
      .template-archive-projets .sec1 .left .top h1 {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-projets .sec1 .left .top h1 {
            display: none; } }
      .template-archive-projets .sec1 .left .top h2 {
        margin-bottom: 18px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-projets .sec1 .left .top h2 {
            font-size: 7vw;
            margin-bottom: 6px; } }
      .template-archive-projets .sec1 .left .top h6 {
        margin: 0;
        font-size: 22px;
        font-weight: 400;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-projets .sec1 .left .top h6 {
            font-size: 4vw; } }
    .template-archive-projets .sec1 .left .bottom {
      position: absolute;
      bottom: 0; }
      .template-archive-projets .sec1 .left .bottom .scroll {
        position: absolute;
        bottom: 0;
        left: -100px; }
      .template-archive-projets .sec1 .left .bottom .slider_nav {
        font-size: 18px;
        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: 576px) {
          .template-archive-projets .sec1 .left .bottom .slider_nav {
            -webkit-transform: translateY(30px);
                -ms-transform: translateY(30px);
                    transform: translateY(30px); } }
        .template-archive-projets .sec1 .left .bottom .slider_nav .arrow_right, .template-archive-projets .sec1 .left .bottom .slider_nav .arrow_left {
          cursor: pointer; }
        .template-archive-projets .sec1 .left .bottom .slider_nav .counter {
          margin: 0 18px; }
  .template-archive-projets .sec1 .right {
    width: 75%;
    padding-bottom: 48%;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-archive-projets .sec1 .right {
        width: 100%;
        margin-left: 0;
        padding-bottom: 60%; } }
    @media only screen and (max-width: 576px) {
      .template-archive-projets .sec1 .right {
        overflow: visible; } }
    .template-archive-projets .sec1 .right h1 {
      display: none; }
      .template-archive-projets .sec1 .right h1 h1 {
        display: block; }
    .template-archive-projets .sec1 .right .slide_img_container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-left: 80px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-projets .sec1 .right .slide_img_container {
          padding-left: 0; } }
    .template-archive-projets .sec1 .right .slide_img {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 80px;
      width: calc(100% - 80px);
      height: 100%;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-projets .sec1 .right .slide_img {
          width: 100%;
          left: 0; } }
      .template-archive-projets .sec1 .right .slide_img .slide_img-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover; }
      .template-archive-projets .sec1 .right .slide_img .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: translateY(-101%);
            -ms-transform: translateY(-101%);
                transform: translateY(-101%);
        will-change: transform; }
    .template-archive-projets .sec1 .right .pastille {
      height: 160px;
      width: 160px;
      display: inline-block;
      position: absolute;
      bottom: 80px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1400px) {
        .template-archive-projets .sec1 .right .pastille {
          bottom: 0; } }
      @media only screen and (max-width: 1280px) {
        .template-archive-projets .sec1 .right .pastille {
          height: 130px;
          width: 130px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-projets .sec1 .right .pastille {
          right: 0; } }
      @media only screen and (max-width: 768px) {
        .template-archive-projets .sec1 .right .pastille {
          width: 130px; } }
      @media only screen and (max-width: 576px) {
        .template-archive-projets .sec1 .right .pastille {
          bottom: -60px; } }
      .template-archive-projets .sec1 .right .pastille svg.txt * {
        stroke: white !important;
        fill: transparent;
        -webkit-transition: fill 0.4s;
        -o-transition: fill 0.4s;
        transition: fill 0.4s; }
      .template-archive-projets .sec1 .right .pastille .txt {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation: 20s rotato infinite linear;
                animation: 20s rotato infinite linear; }
      .template-archive-projets .sec1 .right .pastille:hover svg.txt * {
        fill: white; }
      .template-archive-projets .sec1 .right .pastille .icon {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }
        .template-archive-projets .sec1 .right .pastille .icon circle.mauve {
          fill: #E4C1F9; }
        .template-archive-projets .sec1 .right .pastille .icon circle.rose {
          fill: #FF99C8; }
        .template-archive-projets .sec1 .right .pastille .icon circle.lemon {
          fill: #F1FF70; }
        .template-archive-projets .sec1 .right .pastille .icon circle.vert {
          fill: #52F5D1; }
        .template-archive-projets .sec1 .right .pastille .icon circle.blue {
          fill: #A9DEF9; }
        .template-archive-projets .sec1 .right .pastille .icon circle.transition {
          display: none; }
  .template-archive-projets .sec1 .slide_titre_wrap {
    position: relative; }
    .template-archive-projets .sec1 .slide_titre_wrap .slide_titre {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      .template-archive-projets .sec1 .slide_titre_wrap .slide_titre:first-of-type {
        display: block; }
      .template-archive-projets .sec1 .slide_titre_wrap .slide_titre h2 {
        /* -- @include break(mobile)-- */ }
  .template-archive-projets .sec1 .slide_img_wrap > .slide_img_container {
    display: none; }
    .template-archive-projets .sec1 .slide_img_wrap > .slide_img_container:first-of-type {
      display: block; }

.template-archive-projets .sec2 {
  padding: 10vh 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .template-archive-projets .sec2 {
      padding: 40px 0; } }
  .template-archive-projets .sec2 .section-header {
    margin-bottom: 100px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-archive-projets .sec2 .section-header {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 576px) {
      .template-archive-projets .sec2 .section-header {
        margin-bottom: 40px; } }
    .template-archive-projets .sec2 .section-header .title {
      font-size: 48px;
      line-height: 1em;
      margin-bottom: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .template-archive-projets .sec2 .section-header .title {
          font-size: 28px;
          line-height: 1.4;
          margin-bottom: 40px; } }
      .template-archive-projets .sec2 .section-header .title img {
        width: 64px;
        min-width: 64px;
        height: auto;
        display: inline-block;
        margin-left: 4px; }
    .template-archive-projets .sec2 .section-header .filter {
      font-size: 20px;
      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: 576px) {
        .template-archive-projets .sec2 .section-header .filter {
          font-size: 16px; } }
      .template-archive-projets .sec2 .section-header .filter li {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        cursor: pointer;
        margin-right: 63px;
        padding-bottom: 12px;
        border-bottom: 1px solid transparent;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-archive-projets .sec2 .section-header .filter li {
            margin-right: 40px;
            padding-bottom: 9px; } }
        @media only screen and (max-width: 576px) {
          .template-archive-projets .sec2 .section-header .filter li {
            margin-right: 22px;
            padding-bottom: 6px; } }
        .template-archive-projets .sec2 .section-header .filter li sup {
          position: absolute;
          top: -2px;
          right: -11px; }
        .template-archive-projets .sec2 .section-header .filter li span {
          line-height: 1em !important; }
        .template-archive-projets .sec2 .section-header .filter li.active {
          border-color: #070709; }
        .template-archive-projets .sec2 .section-header .filter li:hover {
          opacity: 0.7;
          border-color: #070709; }
  .template-archive-projets .sec2 .projects_wrap {
    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;
    position: relative;
    overflow: hidden;
    min-height: 800px; }
    .template-archive-projets .sec2 .projects_wrap .projet {
      display: block;
      position: relative;
      z-index: 1;
      width: calc((100% - 48px) / 2);
      margin-bottom: 70px;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-projets .sec2 .projects_wrap .projet {
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%);
          width: calc((100% - 32px) / 2); } }
      @media only screen and (max-width: 768px) {
        .template-archive-projets .sec2 .projects_wrap .projet {
          width: 100%;
          margin-bottom: 60px; } }
      @media only screen and (max-width: 768px) {
        .template-archive-projets .sec2 .projects_wrap .projet {
          margin-bottom: 30px; } }
      .template-archive-projets .sec2 .projects_wrap .projet .img {
        padding-bottom: 71%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
      .template-archive-projets .sec2 .projects_wrap .projet .info {
        padding-top: 13px;
        padding-right: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .template-archive-projets .sec2 .projects_wrap .projet .info {
            padding-right: 20px; } }
        .template-archive-projets .sec2 .projects_wrap .projet .info h3 {
          margin-bottom: 5px;
          opacity: 0;
          /* -- @include break(mobile)-- */ }
        .template-archive-projets .sec2 .projects_wrap .projet .info h6 {
          opacity: 0;
          font-size: 17px;
          font-weight: 300;
          margin: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 576px) {
            .template-archive-projets .sec2 .projects_wrap .projet .info h6 {
              font-size: 16px; } }

.dark .template-archive-projets .sec2 .section-header .filter li.active {
  border-color: #ffffff; }

@-webkit-keyframes rotato {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes rotato {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

.template-single-projets .sec1 {
  text-align: center;
  padding-top: 130px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .template-single-projets .sec1 {
      padding-top: 120px; } }
  .template-single-projets .sec1 .txt {
    margin-bottom: 100px; }
    .template-single-projets .sec1 .txt h1 {
      font-size: 64px;
      margin-bottom: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .template-single-projets .sec1 .txt h1 {
          font-size: 36px; } }
    .template-single-projets .sec1 .txt h6 {
      font-size: 22px;
      font-weight: 400;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .template-single-projets .sec1 .txt h6 {
          font-size: 22px; } }
  .template-single-projets .sec1 .img-wrapper {
    height: 75vh;
    min-height: 550px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-projets .sec1 .img-wrapper {
        height: 60vh;
        min-height: 400px;
        background-attachment: inherit; } }
    @media only screen and (max-width: 768px) {
      .template-single-projets .sec1 .img-wrapper {
        height: 50vh;
        min-height: 330px;
        background-attachment: inherit; } }
    .template-single-projets .sec1 .img-wrapper img {
      margin: 0 auto;
      max-width: none;
      width: 100%;
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .template-single-projets .sec1 .video-wrapper video {
    width: 100%;
    margin: 0 auto; }

.template-single-projets .sec2 {
  padding-top: 120px;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-single-projets .sec2 {
      padding: 80px 0; } }
  @media only screen and (max-width: 576px) {
    .template-single-projets .sec2 {
      padding: 30px 0; } }
  .template-single-projets .sec2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-projets .sec2 .flex {
        display: block; } }
    .template-single-projets .sec2 .flex .info {
      max-width: 250px;
      margin-right: 120px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-projets .sec2 .flex .info {
          max-width: none;
          margin-right: 0;
          margin-bottom: 60px; } }
      @media only screen and (max-width: 576px) {
        .template-single-projets .sec2 .flex .info {
          margin-bottom: 30px; } }
      .template-single-projets .sec2 .flex .info * {
        font-size: 16px; }
      .template-single-projets .sec2 .flex .info p {
        margin-bottom: 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .template-single-projets .sec2 .flex .info p {
            margin-bottom: 10px; } }
        .template-single-projets .sec2 .flex .info p:last-of-type {
          margin-bottom: 0; }
      .template-single-projets .sec2 .flex .info a {
        display: inline-block;
        margin-top: 32px;
        text-decoration: underline;
        /* -- @include break(mobile)-- */ }
        .template-single-projets .sec2 .flex .info a:hover {
          color: #E4C1F9; }
        @media only screen and (max-width: 576px) {
          .template-single-projets .sec2 .flex .info a {
            margin-top: 25px; } }
    .template-single-projets .sec2 .flex .txt {
      max-width: 960px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-projets .sec2 .flex .txt {
          max-width: none; } }
      .template-single-projets .sec2 .flex .txt .txt-block:first-of-type {
        margin-bottom: 80px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-projets .sec2 .flex .txt .txt-block:first-of-type {
            margin-bottom: 40px; } }

.template-single-projets .sec3 {
  overflow: hidden;
  z-index: auto; }
  .template-single-projets .sec3 .module {
    padding: 60px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-single-projets .sec3 .module {
        padding: 30px 0; } }
    @media only screen and (max-width: 576px) {
      .template-single-projets .sec3 .module {
        padding: 25px 0; } }
  .template-single-projets .sec3 .module.container_img img,
  .template-single-projets .sec3 .module.container_img video {
    width: 100%;
    margin: 0 auto; }
  .template-single-projets .sec3 .module.full_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .template-single-projets .sec3 .module.full_img img,
    .template-single-projets .sec3 .module.full_img video {
      width: 100%;
      margin: 0 auto; }
  .template-single-projets .sec3 .module.container_2col_img .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .template-single-projets .sec3 .module.container_2col_img .container .left,
    .template-single-projets .sec3 .module.container_2col_img .container .right {
      width: calc((100% - 48px) / 2); }
      .template-single-projets .sec3 .module.container_2col_img .container .left img,
      .template-single-projets .sec3 .module.container_2col_img .container .left video,
      .template-single-projets .sec3 .module.container_2col_img .container .right img,
      .template-single-projets .sec3 .module.container_2col_img .container .right video {
        width: 100%; }
  .template-single-projets .sec3 .module.full_2col_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .template-single-projets .sec3 .module.full_2col_img .left,
    .template-single-projets .sec3 .module.full_2col_img .right {
      width: 50%; }
      .template-single-projets .sec3 .module.full_2col_img .left img,
      .template-single-projets .sec3 .module.full_2col_img .left video,
      .template-single-projets .sec3 .module.full_2col_img .right img,
      .template-single-projets .sec3 .module.full_2col_img .right video {
        width: 100%; }
  .template-single-projets .sec3 .module.container_2col_img-txt .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) {
      .template-single-projets .sec3 .module.container_2col_img-txt .container {
        display: block; } }
    .template-single-projets .sec3 .module.container_2col_img-txt .container .left {
      max-width: 816px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-projets .sec3 .module.container_2col_img-txt .container .left {
          width: 100%;
          max-width: none;
          margin-bottom: 12px; } }
      .template-single-projets .sec3 .module.container_2col_img-txt .container .left img,
      .template-single-projets .sec3 .module.container_2col_img-txt .container .left video {
        max-width: 100%;
        height: auto;
        display: block; }
    .template-single-projets .sec3 .module.container_2col_img-txt .container .right {
      max-width: 385px;
      margin-left: 190px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .template-single-projets .sec3 .module.container_2col_img-txt .container .right {
          margin-left: 9vw; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-projets .sec3 .module.container_2col_img-txt .container .right {
          max-width: none;
          margin-left: 0; } }
  .template-single-projets .sec3 .module.container_2col_txt-img .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .template-single-projets .sec3 .module.container_2col_txt-img .container .right {
      width: 816px; }
      .template-single-projets .sec3 .module.container_2col_txt-img .container .right img,
      .template-single-projets .sec3 .module.container_2col_txt-img .container .right video {
        max-width: 100%;
        height: auto; }
    .template-single-projets .sec3 .module.container_2col_txt-img .container .left {
      max-width: 385px;
      margin-right: 80px; }
  .template-single-projets .sec3 .module.full_img img,
  .template-single-projets .sec3 .module.full_img video {
    margin-left: auto;
    margin-right: auto; }
  .template-single-projets .sec3 .module.full_slider {
    z-index: 999;
    width: 100%;
    overflow: hidden; }
    .template-single-projets .sec3 .module.full_slider .nxt {
      position: absolute;
      top: 50%;
      left: 60%;
      z-index: 100;
      width: 60px;
      opacity: 0;
      height: auto;
      pointer-events: none;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .template-single-projets .sec3 .module.full_slider .nxt.reverse {
        -webkit-transform: rotate(-180deg) translate(50%, 50%);
            -ms-transform: rotate(-180deg) translate(50%, 50%);
                transform: rotate(-180deg) translate(50%, 50%); }
      .template-single-projets .sec3 .module.full_slider .nxt rect.mauve {
        fill: #E4C1F9; }
      .template-single-projets .sec3 .module.full_slider .nxt rect.rose {
        fill: #FF99C8; }
      .template-single-projets .sec3 .module.full_slider .nxt rect.lemon {
        fill: #F1FF70; }
      .template-single-projets .sec3 .module.full_slider .nxt rect.vert {
        fill: #52F5D1; }
      .template-single-projets .sec3 .module.full_slider .nxt rect.blue {
        fill: #A9DEF9; }
      .template-single-projets .sec3 .module.full_slider .nxt rect.rect_2 {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
    .template-single-projets .sec3 .module.full_slider .slider-cont {
      position: relative; }
      .template-single-projets .sec3 .module.full_slider .slider-cont span.prev,
      .template-single-projets .sec3 .module.full_slider .slider-cont span.next {
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2; }
      .template-single-projets .sec3 .module.full_slider .slider-cont .prev {
        left: 0; }
      .template-single-projets .sec3 .module.full_slider .slider-cont .next {
        right: 0; }
    .template-single-projets .sec3 .module.full_slider .full-slider-wrapper {
      width: 72%;
      position: relative;
      padding-bottom: 40.5%;
      margin: 0 auto; }
    .template-single-projets .sec3 .module.full_slider .slide {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(210%);
          -ms-transform: translateX(210%);
              transform: translateX(210%); }
      .template-single-projets .sec3 .module.full_slider .slide video,
      .template-single-projets .sec3 .module.full_slider .slide img {
        width: 100%; }
      .template-single-projets .sec3 .module.full_slider .slide:first-of-type, .template-single-projets .sec3 .module.full_slider .slide:nth-of-type(2), .template-single-projets .sec3 .module.full_slider .slide:last-of-type {
        opacity: 1; }
      .template-single-projets .sec3 .module.full_slider .slide:nth-of-type(1) {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        left: 0; }
      .template-single-projets .sec3 .module.full_slider .slide:nth-of-type(2) {
        -webkit-transform: translateX(105%);
            -ms-transform: translateX(105%);
                transform: translateX(105%); }
      .template-single-projets .sec3 .module.full_slider .slide:last-of-type {
        -webkit-transform: translateX(-105%);
            -ms-transform: translateX(-105%);
                transform: translateX(-105%); }

.template-single-projets .discover-next {
  overflow: hidden;
  cursor: none;
  position: relative;
  background: transparent;
  height: calc(100vh - 146px);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-single-projets .discover-next {
      height: auto; } }
  .template-single-projets .discover-next a {
    cursor: none;
    pointer-events: none;
    height: 100%;
    width: 100%;
    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;
    text-decoration: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-single-projets .discover-next a {
        height: 400px;
        pointer-events: all; } }
    .template-single-projets .discover-next a .textbox {
      text-align: center;
      position: relative;
      z-index: 2; }
      .template-single-projets .discover-next a .textbox h3 {
        font-family: 'Moderat', sans-serif;
        font-weight: 400;
        color: #070709;
        -webkit-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s; }
      .template-single-projets .discover-next a .textbox .big-outline {
        font-size: 160px;
        font-weight: 700;
        line-height: 1.25em;
        -webkit-text-stroke: 2px #070709;
        color: transparent;
        -webkit-background-clip: text,padding-box;
        background-clip: text,padding-box;
        background-size: 100% 200%;
        background-position-y: 0%;
        background-position-x: center;
        transition: -webkit-text-stroke 0.4s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        .template-single-projets .discover-next a .textbox .big-outline.mauve {
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #E4C1F9), color-stop(50%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(bottom, #E4C1F9 50%, rgba(255, 255, 255, 0) 50%);
          background-image: -o-linear-gradient(bottom, #E4C1F9 50%, rgba(255, 255, 255, 0) 50%);
          background-image: linear-gradient(to top, #E4C1F9 50%, rgba(255, 255, 255, 0) 50%); }
        .template-single-projets .discover-next a .textbox .big-outline.rose {
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF99C8), color-stop(50%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(bottom, #FF99C8 50%, rgba(255, 255, 255, 0) 50%);
          background-image: -o-linear-gradient(bottom, #FF99C8 50%, rgba(255, 255, 255, 0) 50%);
          background-image: linear-gradient(to top, #FF99C8 50%, rgba(255, 255, 255, 0) 50%); }
        .template-single-projets .discover-next a .textbox .big-outline.lemon {
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #F1FF70), color-stop(50%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(bottom, #F1FF70 50%, rgba(255, 255, 255, 0) 50%);
          background-image: -o-linear-gradient(bottom, #F1FF70 50%, rgba(255, 255, 255, 0) 50%);
          background-image: linear-gradient(to top, #F1FF70 50%, rgba(255, 255, 255, 0) 50%); }
        .template-single-projets .discover-next a .textbox .big-outline.vert {
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #52F5D1), color-stop(50%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(bottom, #52F5D1 50%, rgba(255, 255, 255, 0) 50%);
          background-image: -o-linear-gradient(bottom, #52F5D1 50%, rgba(255, 255, 255, 0) 50%);
          background-image: linear-gradient(to top, #52F5D1 50%, rgba(255, 255, 255, 0) 50%); }
        .template-single-projets .discover-next a .textbox .big-outline.blue {
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #A9DEF9), color-stop(50%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(bottom, #A9DEF9 50%, rgba(255, 255, 255, 0) 50%);
          background-image: -o-linear-gradient(bottom, #A9DEF9 50%, rgba(255, 255, 255, 0) 50%);
          background-image: linear-gradient(to top, #A9DEF9 50%, rgba(255, 255, 255, 0) 50%); }
        @media only screen and (max-width: 768px) {
          .template-single-projets .discover-next a .textbox .big-outline {
            font-size: 18vw; } }
        @media only screen and (max-width: 576px) {
          .template-single-projets .discover-next a .textbox .big-outline {
            font-size: 60px; } }
    .template-single-projets .discover-next a .cursorProjects {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0;
      pointer-events: none;
      font-family: 'Moderat', sans-serif;
      font-weight: 700;
      display: none;
      z-index: 99; }
      .template-single-projets .discover-next a .cursorProjects .txt {
        font-size: 14px;
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: center;
        position: absolute;
        color: #ffffff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .template-single-projets .discover-next a .img_nxt {
      width: 30%;
      padding-bottom: 21%;
      position: absolute;
      background-size: cover;
      background-position: center;
      z-index: 1;
      opacity: 0;
      -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.5);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      .template-single-projets .discover-next a .img_nxt:nth-of-type(1) {
        top: 0;
        left: 0;
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg); }
      .template-single-projets .discover-next a .img_nxt:nth-of-type(2) {
        top: 13%;
        right: 5%;
        -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
                transform: rotate(20deg); }
      .template-single-projets .discover-next a .img_nxt:nth-of-type(3) {
        top: 63%;
        left: 10%;
        -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
                transform: rotate(20deg); }
      .template-single-projets .discover-next a .img_nxt:nth-of-type(4) {
        top: 52%;
        right: 14%;
        -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg); }
      .template-single-projets .discover-next a .img_nxt:nth-of-type(5) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 3; }

.template-single-projets .has-txt-editor h5 {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em; }
  .template-single-projets .has-txt-editor h5 .line {
    background: #070709;
    width: 28px;
    height: 1px;
    margin-right: 12px; }

.template-single-projets .has-txt-editor p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.6; }
  .template-single-projets .has-txt-editor p:last-of-type {
    margin-bottom: 0; }

.dark .discover-next h3 {
  color: #ffffff !important; }

.dark .discover-next .big-outline {
  -webkit-text-stroke: 2px #ffffff !important; }

.img_fix {
  width: 30%;
  padding-bottom: 21%;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999999; }

.template-landing .sec1 {
  padding-top: 80px;
  height: 90vh;
  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) {
    .template-landing .sec1 {
      height: auto;
      padding-top: 160px;
      padding-bottom: 60px; } }
  .template-landing .sec1 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .sec1 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .template-landing .sec1 .txt {
    width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .sec1 .txt {
        width: 100%;
        padding-bottom: 40px; } }
    .template-landing .sec1 .txt h1 {
      font-size: 2.7em;
      line-height: 1.2em;
      padding-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .sec1 .txt h1 {
          padding-bottom: 20px; } }
    .template-landing .sec1 .txt h6 {
      font-family: 'Moderat', sans-serif;
      font-weight: 400;
      font-size: 1em; }
  .template-landing .sec1 .img_wrap {
    position: relative;
    width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .sec1 .img_wrap {
        width: 100%; } }
    .template-landing .sec1 .img_wrap .img {
      position: relative;
      z-index: 2;
      width: 100%;
      margin-right: auto; }
    .template-landing .sec1 .img_wrap .rect {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 30px;
      right: -30px;
      bottom: -30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .sec1 .img_wrap .rect {
          top: 17px;
          right: -15px; } }

.template-landing .module {
  padding-top: 60px;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module {
      padding-top: 40px;
      padding-bottom: 40px; } }

.template-landing .module_texte .container {
  padding-right: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-landing .module_texte .container {
      padding-right: 0; } }
  .template-landing .module_texte .container h2 {
    padding-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_texte .container h2 {
        padding-bottom: 20px; } }

.template-landing .module_box-texte .container {
  border-radius: 20px;
  text-align: center;
  padding: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_box-texte .container {
      padding: 40px; } }
  .template-landing .module_box-texte .container .inner {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-landing .module_box-texte .container .inner {
        width: 100%; } }
    .template-landing .module_box-texte .container .inner h2 {
      padding-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_box-texte .container .inner h2 {
          padding-bottom: 20px; } }
    .template-landing .module_box-texte .container .inner a {
      background: #070709;
      border-radius: 60px;
      margin-top: 40px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-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: 15px 25px;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_box-texte .container .inner a {
          margin-top: 40px; } }
      .template-landing .module_box-texte .container .inner a svg {
        margin-left: 35px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }

.template-landing .module_box-texte .bg-mauve a:hover {
  background-color: #52F5D1; }

.template-landing .module_box-texte .bg-rose a:hover {
  background-color: #A9DEF9; }

.template-landing .module_box-texte .bg-vert a:hover {
  background-color: #FF99C8; }

.template-landing .module_box-texte .bg-lemon a:hover {
  background-color: #E4C1F9; }

.template-landing .module_box-texte .bg-blue a:hover {
  background-color: #F1FF70; }

.template-landing .module_2col-image_texte {
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_2col-image_texte {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .template-landing .module_2col-image_texte .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_2col-image_texte .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .template-landing .module_2col-image_texte .img_wrap {
    position: relative;
    width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_2col-image_texte .img_wrap {
        width: 100%; } }
    .template-landing .module_2col-image_texte .img_wrap .img {
      position: relative;
      z-index: 2;
      width: 100%;
      margin-right: auto; }
    .template-landing .module_2col-image_texte .img_wrap .rect {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 20px;
      right: -20px;
      bottom: -20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_2col-image_texte .img_wrap .rect {
          top: 15px;
          right: -15px; } }
  .template-landing .module_2col-image_texte .txt {
    width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_2col-image_texte .txt {
        width: 100%;
        padding-top: 60px; } }
    .template-landing .module_2col-image_texte .txt h2 {
      font-size: 2.18em;
      line-height: 1.2em;
      padding-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_2col-image_texte .txt h2 {
          padding-bottom: 20px; } }
    .template-landing .module_2col-image_texte .txt .entry-content {
      font-family: 'Moderat', sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1.5em; }
  .template-landing .module_2col-image_texte_reverse .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_2col-image_texte_reverse .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.template-landing .module_logo {
  text-align: center; }
  .template-landing .module_logo .container {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_logo .container {
        width: 100%; } }
  .template-landing .module_logo h5 {
    text-transform: uppercase;
    font-family: 'Moderat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 40px; }
  .template-landing .module_logo .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .template-landing .module_logo .logo_wrap.desktop {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_logo .logo_wrap.desktop {
          display: none; } }
    .template-landing .module_logo .logo_wrap.mobile {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_logo .logo_wrap.mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          width: 100vw;
          overflow: hidden; }
          .template-landing .module_logo .logo_wrap.mobile .bandeau_logo {
            width: 185%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
  .template-landing .module_logo .logo {
    background: #161617;
    border-radius: 8px;
    display: block;
    padding: 0.5% 1%;
    width: 15%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_logo .logo {
        width: 150px;
        margin-left: 8px;
        margin-right: 8px; } }
    .template-landing .module_logo .logo img {
      width: 100%;
      height: auto; }
  .template-landing .module_logo .logo_ghost {
    opacity: 0;
    height: 0;
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_logo .logo_ghost {
        display: block; } }

.template-landing .module_temoignages .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_temoignages .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-landing .module_temoignages .flex .tem {
    width: 30%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_temoignages .flex .tem {
        width: 100%;
        padding-top: 80px;
        text-align: center; } }
    .template-landing .module_temoignages .flex .tem:first-of-type {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_temoignages .flex .tem:first-of-type {
          padding-top: 0px; } }
    .template-landing .module_temoignages .flex .tem img {
      display: block;
      width: 96px;
      margin-bottom: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_temoignages .flex .tem img {
          width: 76px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 15px; } }
    .template-landing .module_temoignages .flex .tem .txt {
      font-family: 'Moderat', sans-serif;
      font-weight: 300;
      padding-bottom: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_temoignages .flex .tem .txt {
          padding-bottom: 15px; } }
    .template-landing .module_temoignages .flex .tem .nom {
      font-family: 'Moderat', sans-serif;
      font-weight: 700;
      font-size: 1em; }
    .template-landing .module_temoignages .flex .tem .poste {
      font-family: 'Moderat', sans-serif;
      font-weight: 300;
      font-size: 0.8em; }

.template-landing .module_img-tab .tab_nav {
  padding-bottom: 30px;
  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) {
    .template-landing .module_img-tab .tab_nav {
      overflow-x: scroll; } }
  .template-landing .module_img-tab .tab_nav .tab_name {
    font-family: 'Moderat', sans-serif;
    font-weight: 700;
    position: relative;
    opacity: 0.4;
    margin: 0px 30px;
    padding-bottom: 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_img-tab .tab_nav .tab_name {
        margin: 0px 15px; } }
    .template-landing .module_img-tab .tab_nav .tab_name:after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 1px;
      background-color: #070709;
      display: block;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .template-landing .module_img-tab .tab_nav .tab_name:hover:after {
      width: 100%; }
    .template-landing .module_img-tab .tab_nav .tab_name.active {
      opacity: 1;
      pointer-events: none; }
      .template-landing .module_img-tab .tab_nav .tab_name.active:after {
        width: 100%; }

.template-landing .module_img-tab .tab {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 48%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_img-tab .tab {
      width: 100%;
      padding-bottom: 56%; } }
  .template-landing .module_img-tab .tab .tab_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .template-landing .module_img-tab .tab .tab_img.active {
      opacity: 1; }

.template-landing .module_avantage h2 {
  padding-bottom: 60px;
  text-align: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_avantage h2 {
      padding-bottom: 30px; } }

.template-landing .module_avantage .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_avantage .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-landing .module_avantage .flex .avantage {
    width: 30%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_avantage .flex .avantage {
        width: 100%;
        padding-top: 30px;
        text-align: center; } }
    .template-landing .module_avantage .flex .avantage:first-of-type {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_avantage .flex .avantage:first-of-type {
          padding-top: 0px; } }
    .template-landing .module_avantage .flex .avantage img {
      display: block;
      width: 96px;
      margin-bottom: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_avantage .flex .avantage img {
          width: 76px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 15px; } }
    .template-landing .module_avantage .flex .avantage h3 {
      font-size: 1.4em;
      padding-bottom: 20px; }
    .template-landing .module_avantage .flex .avantage .txt {
      font-family: 'Moderat', sans-serif;
      font-weight: 300;
      padding-bottom: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-landing .module_avantage .flex .avantage .txt {
          padding-bottom: 15px; } }

.template-landing .module_form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_form .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.template-landing .module_form .form_wrapper {
  width: 600px;
  margin-right: 10%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_form .form_wrapper {
      width: 100%;
      margin: 0 auto; } }
  .template-landing .module_form .form_wrapper .form_wrap {
    padding: 60px 70px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_form .form_wrapper .form_wrap {
        padding: 20px;
        margin-bottom: 40px; } }
    .template-landing .module_form .form_wrapper .form_wrap .txt_form {
      padding-top: 20px;
      font-family: 'Moderat', sans-serif;
      font-weight: 300;
      font-size: 0.875em;
      line-height: 1.2em; }
    .template-landing .module_form .form_wrapper .form_wrap form {
      padding-top: 35px;
      position: relative; }
      .template-landing .module_form .form_wrapper .form_wrap form input, .template-landing .module_form .form_wrapper .form_wrap form select {
        background: #FFFFFF;
        border-radius: 12px;
        outline: none;
        border: none;
        padding: 16px;
        width: 100%;
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px; }
        .template-landing .module_form .form_wrapper .form_wrap form input[type=submit], .template-landing .module_form .form_wrapper .form_wrap form select[type=submit] {
          background-color: #F1FF70;
          text-align: left;
          border-radius: 60px;
          font-family: 'Moderat', sans-serif;
          font-weight: 700;
          padding-left: 24px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          color: #070709;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .template-landing .module_form .form_wrapper .form_wrap form input[type=submit]:hover, .template-landing .module_form .form_wrapper .form_wrap form select[type=submit]:hover {
            background-color: #52F5D1; }
      .template-landing .module_form .form_wrapper .form_wrap form .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .template-landing .module_form .form_wrapper .form_wrap form .phone .select_wrap {
          position: relative;
          width: 160px;
          margin-right: 12px; }
          .template-landing .module_form .form_wrapper .form_wrap form .phone .select_wrap:after {
            content: ">";
            pointer-events: none;
            position: absolute;
            top: 16px;
            right: 12px;
            -webkit-transform: rotate(90deg) scale(1.1);
                -ms-transform: rotate(90deg) scale(1.1);
                    transform: rotate(90deg) scale(1.1);
            color: #070709;
            font-weight: 300; }
        .template-landing .module_form .form_wrapper .form_wrap form .phone select {
          width: 100%;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
      .template-landing .module_form .form_wrapper .form_wrap form .btn_send {
        position: relative; }
        .template-landing .module_form .form_wrapper .form_wrap form .btn_send:after {
          content: "➔";
          pointer-events: none;
          position: absolute;
          top: 14px;
          right: 24px;
          color: #070709;
          -webkit-transform: scaleY(1.3);
              -ms-transform: scaleY(1.3);
                  transform: scaleY(1.3); }
  .template-landing .module_form .form_wrapper .wpcf7 form.invalid .wpcf7-response-output, .template-landing .module_form .form_wrapper .wpcf7 form.unaccepted .wpcf7-response-output, .template-landing .module_form .form_wrapper .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0; }
  .template-landing .module_form .form_wrapper .wpcf7-not-valid-tip {
    font-size: 14px; }
  .template-landing .module_form .form_wrapper .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: -1.8em;
    left: -1em;
    right: -1em;
    bottom: -1.8em;
    border: none;
    background-color: rgba(228, 193, 249, 0.85);
    border-radius: 10px;
    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;
    font-size: 20px;
    text-align: center;
    padding: 2em; }

.template-landing .module_form .list_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px; }
  .template-landing .module_form .list_wrap .item img {
    width: 60px;
    height: auto;
    margin-right: 15px; }
  .template-landing .module_form .list_wrap .item .txt {
    font-family: 'Moderat', sans-serif;
    font-weight: 300;
    font-size: 0.875em;
    line-height: 1.2em; }
  .template-landing .module_form .list_wrap .item:last-of-type {
    padding-bottom: 0; }

.template-landing .module_faq .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_faq .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.template-landing .module_faq .title_wrap {
  width: 300px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_faq .title_wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 40px; } }

.template-landing .module_faq .faq_wrap {
  width: 60%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-landing .module_faq .faq_wrap {
      width: 100%; } }
  .template-landing .module_faq .faq_wrap .faq {
    padding: 30px 0;
    border-top: 1px solid #070709;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-landing .module_faq .faq_wrap .faq {
        padding: 15px 0; } }
    .template-landing .module_faq .faq_wrap .faq .question {
      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; }
      .template-landing .module_faq .faq_wrap .faq .question span {
        font-size: 1.1em;
        font-family: 'Moderat', sans-serif;
        font-weight: 500; }
      .template-landing .module_faq .faq_wrap .faq .question svg {
        width: 20px; }
    .template-landing .module_faq .faq_wrap .faq .answer {
      height: 0;
      overflow: hidden; }
      .template-landing .module_faq .faq_wrap .faq .answer .inner {
        padding-top: 20px;
        font-family: 'Moderat', sans-serif;
        font-weight: 300;
        font-size: 0.875em;
        line-height: 1.4em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-landing .module_faq .faq_wrap .faq .answer .inner {
            padding-top: 10px; } }

.template-landing .module.full_slider {
  z-index: 999;
  width: 100%;
  overflow: hidden; }
  .template-landing .module.full_slider .nxt {
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: 100;
    width: 60px;
    opacity: 0;
    height: auto;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .template-landing .module.full_slider .nxt.reverse {
      -webkit-transform: rotate(-180deg) translate(50%, 50%);
          -ms-transform: rotate(-180deg) translate(50%, 50%);
              transform: rotate(-180deg) translate(50%, 50%); }
    .template-landing .module.full_slider .nxt rect.mauve {
      fill: #E4C1F9; }
    .template-landing .module.full_slider .nxt rect.rose {
      fill: #FF99C8; }
    .template-landing .module.full_slider .nxt rect.lemon {
      fill: #F1FF70; }
    .template-landing .module.full_slider .nxt rect.vert {
      fill: #52F5D1; }
    .template-landing .module.full_slider .nxt rect.blue {
      fill: #A9DEF9; }
    .template-landing .module.full_slider .nxt rect.rect_2 {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
  .template-landing .module.full_slider .slider-cont {
    position: relative; }
    .template-landing .module.full_slider .slider-cont span.prev,
    .template-landing .module.full_slider .slider-cont span.next {
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 2; }
    .template-landing .module.full_slider .slider-cont .prev {
      left: 0; }
    .template-landing .module.full_slider .slider-cont .next {
      right: 0; }
  .template-landing .module.full_slider .full-slider-wrapper {
    width: 72%;
    position: relative;
    padding-bottom: 40.5%;
    margin: 0 auto; }
  .template-landing .module.full_slider .slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(210%);
        -ms-transform: translateX(210%);
            transform: translateX(210%); }
    .template-landing .module.full_slider .slide video,
    .template-landing .module.full_slider .slide img {
      width: 100%; }
    .template-landing .module.full_slider .slide:first-of-type, .template-landing .module.full_slider .slide:nth-of-type(2), .template-landing .module.full_slider .slide:last-of-type {
      opacity: 1; }
    .template-landing .module.full_slider .slide:nth-of-type(1) {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      left: 0; }
    .template-landing .module.full_slider .slide:nth-of-type(2) {
      -webkit-transform: translateX(105%);
          -ms-transform: translateX(105%);
              transform: translateX(105%); }
    .template-landing .module.full_slider .slide:last-of-type {
      -webkit-transform: translateX(-105%);
          -ms-transform: translateX(-105%);
              transform: translateX(-105%); }
    .template-landing .module.full_slider .slide .slide_txt {
      font-family: 'Moderat', sans-serif;
      font-weight: 300;
      font-size: 0.8em;
      text-align: right;
      padding-top: 5px; }

.single-landing .transition {
  display: block; }

.single-landing .rect {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

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