@charset "UTF-8";
/**
  *  ---- SETTINGS ----
 */
/**
  * FONT'S SETTINGS
 */
/**
  * RESPONSIVES BREAKPOINTS
 */
/**
  * GRIDS
 */
/**
  * PLACEHOLDER
 */
/**
  * Liste des couleurs principales
 */
/**
  * Teintes de gris
 */
/**
  * Assigantion des couleurs selon theme
 */
/**
  * Couleurs URL
 */
/**
  * Couleurs pour les socials Medias
 */
/*
  * Animation Par Défaut
 */
/*
  * Animation Custom
 */
/*
  * Class d'animations
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  display: block;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
       text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #EDEDED;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #42BF00;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  background-color: #1c1c20;
  font-size: 62.5%;
}
@media (max-width: 1600px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1449.98px) {
  html {
    font-size: 55%;
  }
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Poppins", sans-serif;
  color: #EDEDED;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body.single-emplois {
  background-color: #2C2C30;
}

:visited,
:focus,
:active,
button,
input {
  outline: none !important;
}

pre.checkCa {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 3rem;
  color: #EDEDED;
  background-color: #2C2C30;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 3rem;
}

p {
  margin-bottom: 3rem;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 5rem;
}

h2, .h2 {
  font-size: 4rem;
}

h3, .h3 {
  font-size: 3rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

a,
button,
input {
  -webkit-transition: 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}

.titleSection {
  position: absolute;
  top: -6rem;
  right: -12rem;
  left: -12rem;
  display: none;
  width: 100%;
  text-align: center;
  font-size: 20vw;
  font-weight: 700;
  color: #141417;
  z-index: -1;
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.a-fadeIn-reveal .container,
.a-fadeIn-reveal .a-animItem,
.a-fadeIn-reveal .c-realisations__card,
.a-fadeIn-reveal .p-emplois__spont,
.a-fadeIn-reveal .p-emplois__item,
.a-fadeIn-reveal .c-content,
.a-fadeIn-reveal .c-header__title,
.a-fadeIn-reveal .c-header__content,
.a-fadeIn-reveal .v-contact__infos,
.a-fadeIn-reveal .c-form {
  -webkit-transition: opacity 0.6s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: opacity 0.6s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: opacity 0.6s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
/**
*  ---- GRIDS ----
*/
.container {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 12rem;
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 3rem 0 8rem;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

[class*=col-xs], [class*=col-sm], [class*=col-md], [class*=col-lg], [class*=col-xl], [class*=col-xxl], [class*=col-xxxl] {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.col-xs-1 {
  max-width: 16.6666666667%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 16.6666666667%;
      -ms-flex: 1 1 16.6666666667%;
          flex: 1 1 16.6666666667%;
}

.col-xs-2 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.3333333333%;
      -ms-flex: 1 1 33.3333333333%;
          flex: 1 1 33.3333333333%;
}

.col-xs-3 {
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.col-xs-4 {
  max-width: 66.6666666667%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 66.6666666667%;
      -ms-flex: 1 1 66.6666666667%;
          flex: 1 1 66.6666666667%;
}

.col-xs-5 {
  max-width: 83.3333333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 83.3333333333%;
      -ms-flex: 1 1 83.3333333333%;
          flex: 1 1 83.3333333333%;
}

.col-xs-6 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 767.98px) {
  .col-sm-1 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 16.6666666667%;
        -ms-flex: 1 1 16.6666666667%;
            flex: 1 1 16.6666666667%;
  }

  .col-sm-2 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
  }

  .col-sm-3 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .col-sm-4 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.6666666667%;
        -ms-flex: 1 1 66.6666666667%;
            flex: 1 1 66.6666666667%;
  }

  .col-sm-5 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 83.3333333333%;
        -ms-flex: 1 1 83.3333333333%;
            flex: 1 1 83.3333333333%;
  }

  .col-sm-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 991.98px) {
  .col-md-1 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 16.6666666667%;
        -ms-flex: 1 1 16.6666666667%;
            flex: 1 1 16.6666666667%;
  }

  .col-md-2 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
  }

  .col-md-3 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .col-md-4 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.6666666667%;
        -ms-flex: 1 1 66.6666666667%;
            flex: 1 1 66.6666666667%;
  }

  .col-md-5 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 83.3333333333%;
        -ms-flex: 1 1 83.3333333333%;
            flex: 1 1 83.3333333333%;
  }

  .col-md-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1199.98px) {
  .col-lg-1 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 16.6666666667%;
        -ms-flex: 1 1 16.6666666667%;
            flex: 1 1 16.6666666667%;
  }

  .col-lg-2 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
  }

  .col-lg-3 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .col-lg-4 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.6666666667%;
        -ms-flex: 1 1 66.6666666667%;
            flex: 1 1 66.6666666667%;
  }

  .col-lg-5 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 83.3333333333%;
        -ms-flex: 1 1 83.3333333333%;
            flex: 1 1 83.3333333333%;
  }

  .col-lg-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1449.98px) {
  .col-xl-1 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 16.6666666667%;
        -ms-flex: 1 1 16.6666666667%;
            flex: 1 1 16.6666666667%;
  }

  .col-xl-2 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
  }

  .col-xl-3 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .col-xl-4 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.6666666667%;
        -ms-flex: 1 1 66.6666666667%;
            flex: 1 1 66.6666666667%;
  }

  .col-xl-5 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 83.3333333333%;
        -ms-flex: 1 1 83.3333333333%;
            flex: 1 1 83.3333333333%;
  }

  .col-xl-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1919.98px) {
  .col-xxl-1 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 16.6666666667%;
        -ms-flex: 1 1 16.6666666667%;
            flex: 1 1 16.6666666667%;
  }

  .col-xxl-2 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
  }

  .col-xxl-3 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .col-xxl-4 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.6666666667%;
        -ms-flex: 1 1 66.6666666667%;
            flex: 1 1 66.6666666667%;
  }

  .col-xxl-5 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 83.3333333333%;
        -ms-flex: 1 1 83.3333333333%;
            flex: 1 1 83.3333333333%;
  }

  .col-xxl-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.o-align__right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
@media (max-width: 991.98px) {
  .o-align__right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

/**
  *  ---- COMPONENTS ----
 */
.c-socialMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-socialMedia__label {
  display: block;
  margin-right: 3rem;
  font-size: 1.4rem;
}
.c-socialMedia__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.c-socialMedia__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: white;
}
.c-socialMedia__list a:hover.facebook {
  color: #1877f2;
}
.c-socialMedia__list a:hover.instagram {
  color: #c32aa3;
}
.c-socialMedia__list a:hover.twitter {
  color: #1da1f2;
}
.c-socialMedia__list a:hover.linkedin {
  color: #007bb5;
}

.c-sideSocialMedia {
  position: fixed;
  bottom: 3rem;
  left: 5.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .c-sideSocialMedia {
    left: 4rem;
    bottom: 1.5rem;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.c-videos {
  position: relative;
  display: block;
  width: 100%;
}
.c-videos iframe,
.c-videos video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.c-videos:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #42BF00;
  color: white;
}

::selection {
  background-color: #42BF00;
  color: white;
}

/*
body {
  cursor: none !important;
}

.cursor {
  position: absolute;
  background-color: $brand-primary;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
  0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000000000;
  transform: scale(1);

  &.active {
    opacity: 0.5;
    transform: scale(0);
  }

  &.hovered {
    opacity: 0.08;
  }
}

.cursor-follower {
  position: absolute;
  background-color: rgba(white, 0.4);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
  0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 100000000001;
  transform: translate(0rem, 0rem);

  &.js-isActive {
    transform: scale(2);
  }

  &.hovered {
    opacity: 0.08;
  }
}

a,
button,
input,
textarea {
  cursor: none !important;
}
*/
.cursor-follower {
  position: absolute;
  width: 150px;
  height: 150px;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000000000;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.cursor-follower img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-75px, -75px);
      -ms-transform: translate(-75px, -75px);
          transform: translate(-75px, -75px);
}

html {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  html {
    overflow-y: scroll;
  }
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  overflow: hidden;
}
.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction=horizontal] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

/**
  * SCROLLBAR
 */
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
      -ms-transform: scaleX(1.45);
          transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 200000000000000000;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 3rem 12rem;
}
@media (max-width: 767.98px) {
  .c-footer {
    padding: 3rem 3rem 3rem 6.5rem;
  }
}
.c-footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #616163;
}
@media (max-width: 767.98px) {
  .c-footer__copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-footer__socialMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .c-footer__socialMedia {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-footer__socialMedia {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-footer__copyright, .c-footer__socialMedia {
  width: 100%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 1.5rem;
}
@media (max-width: 767.98px) {
  .c-footer__copyright, .c-footer__socialMedia {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  margin-top: 6rem;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  outline: 0;
  border: 1px solid white;
  z-index: 1;
  -webkit-transition: border-color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: border-color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: border-color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #42BF00;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-btn:hover {
  color: white;
  border-color: #42BF00;
}
.c-btn:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.c-burgerMenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 15px;
  width: 74px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .c-burgerMenu {
    display: block;
  }
}
.c-burgerMenu:hover span {
  background-color: #C4C4C4;
}
.c-burgerMenu span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: background-color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: background-color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-burgerMenu span:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-burgerMenu.js-isActive span {
  background-color: #42BF00;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

form input,
form textarea {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #EDEDED;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #616163;
}
form input:focus,
form textarea:focus {
  border-color: #42BF00;
}
form textarea {
  height: 25rem;
}
form input[type=submit],
form button:not(.c-btn) {
  display: inline-block;
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #616163;
  border: 1px solid #616163;
  background-color: transparent;
}
form input[type=submit]:hover,
form button:not(.c-btn):hover {
  color: #1c1c20;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
form .customInputFile {
  position: relative;
  font-size: 1.6rem;
  color: #616163;
  border: 0;
  border-bottom: 1px solid #616163;
}
form .customInputFile__btn {
  position: relative;
  display: block;
}
form .customInputFile__btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  display: inline-block;
}
form .customInputFile__btn input {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
form .customInputFile:hover {
  cursor: pointer;
  border-color: #42BF00;
}
form .customInputFile:focus {
  border-color: #42BF00;
}

.wpcf7 form .wpcf7-response-output {
  margin: 3rem 0;
  padding: 1.5rem;
  font-size: 1.4rem;
  border: 0;
  background-color: #42BF00;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #f44336;
}
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: -3rem;
  font-size: 1.2rem;
  color: #f44336;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #f44336;
}
.wpcf7 form .wpcf7-not-valid::-webkit-input-placeholder {
  color: #f44336;
}

.wpcf7 form .wpcf7-not-valid:-moz-placeholder {
  color: #f44336;
}

.wpcf7 form .wpcf7-not-valid::-moz-placeholder {
  color: #f44336;
}

.wpcf7 form .wpcf7-not-valid:-ms-input-placeholder {
  color: #f44336;
}

.c-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.5rem 4.5rem;
  background: transparent;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 9999;
}
.c-navbar.isSticky {
  background-color: #141417;
}
@media (max-width: 991.98px) {
  .c-navbar {
    background: #141417 !important;
    padding: 0.5rem 1.5rem;
  }
}
.c-navbar__brand {
  display: block;
  width: 100%;
  max-width: 25rem;
  max-height: 10rem;
}
.c-navbar__brand a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 10rem;
  padding: 1.5rem;
}
.c-navbar__brand img {
  display: block;
  width: 100%;
  max-width: 12.5rem;
  height: auto;
}
.c-navbar__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 25rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .c-navbar__nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #141417;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    z-index: -1;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.c-navbar__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .c-navbar__nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .c-navbar__nav ul li {
    width: 100%;
    text-align: center;
    opacity: 0;
  }
}
.c-navbar__nav a {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: color 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
@media (max-width: 991.98px) {
  .c-navbar__nav a {
    font-size: 3vw;
  }
}
@media (max-width: 767.98px) {
  .c-navbar__nav a {
    font-size: 4vw;
  }
}
@media (max-width: 575.98px) {
  .c-navbar__nav a {
    font-size: 4vw;
  }
}
.c-navbar__nav .menu-item-has-children {
  position: relative;
}
.c-navbar__nav .menu-item-has-children > a {
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .c-navbar__nav .menu-item-has-children > a {
    display: none;
  }
}
.c-navbar__nav .menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-left: 5px;
}
.c-navbar__nav .menu-item-has-children .sub-menu {
  position: absolute;
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: -webkit-transform 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: transform 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99), -webkit-transform 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
@media (max-width: 991.98px) {
  .c-navbar__nav .menu-item-has-children .sub-menu {
    pointer-events: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.c-navbar__nav .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #2C2C30;
}
@media (max-width: 991.98px) {
  .c-navbar__nav .menu-item-has-children .sub-menu li a {
    font-size: 3vw;
    background-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .c-navbar__nav .menu-item-has-children .sub-menu li a {
    font-size: 4vw;
  }
}
@media (max-width: 575.98px) {
  .c-navbar__nav .menu-item-has-children .sub-menu li a {
    font-size: 4vw;
  }
}
.c-navbar__nav .menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.c-navbar .c-langSwitcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .c-navbar .c-langSwitcher {
    width: 100%;
    margin-top: 3rem;
  }
}
.c-navbar .c-langSwitcher:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #42BF00;
}
@media (max-width: 991.98px) {
  .c-navbar .c-langSwitcher:before {
    margin: 0 auto;
    width: calc(100% - 6rem);
    height: 1px;
  }
}
.c-navbar .c-langSwitcher a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .c-navbar .c-langSwitcher a {
    width: 100%;
  }
}

.c-header {
  position: relative;
  display: block;
  padding: 20rem 0;
  z-index: 2;
}
.c-header__title h1 {
  font-size: 6rem;
  font-weight: 700;
}
.c-header__title h1 span {
  -webkit-text-stroke: 2px #EDEDED;
  -webkit-text-fill-color: #1c1c20;
}
.c-header__title:after {
  content: "";
  display: block;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  width: 60px;
  height: 4px;
  background-color: #EDEDED;
}
.c-header__content {
  font-size: 2rem;
  line-height: 2;
}

.c-content {
  position: relative;
  z-index: 2;
}
.c-content hr {
  display: block;
  margin-top: 6rem;
  margin-bottom: 3rem;
  margin-left: 0;
  width: 60px;
  height: 4px;
  border: 0;
  background-color: #EDEDED;
}
.c-content p {
  color: #C4C4C4;
}
.c-content__title span {
  -webkit-text-stroke: 2px #EDEDED;
  -webkit-text-fill-color: #1c1c20;
}

.c-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12rem 8rem;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .c-hero {
    padding-right: 3rem;
  }
}
.c-hero .c-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
  height: 24rem;
  z-index: 1000;
}
.c-hero .c-scrollDown__arrow {
  position: relative;
  top: 0;
  left: -50%;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollDown 1s 1;
          animation: scrollDown 1s 1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.01, 0.46, 0.99);
          animation-timing-function: cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-hero .c-scrollDown__arrow span {
  display: block;
  width: 2px;
  height: 12rem;
  background-color: #42BF00;
}
.c-hero .c-scrollDown__txt {
  display: none;
  text-align: center;
  -webkit-transform: rotate(90deg) translate(10%, 40%);
      -ms-transform: rotate(90deg) translate(10%, 40%);
          transform: rotate(90deg) translate(10%, 40%);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: white;
}
.c-hero__auteur {
  display: block;
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #C4C4C4;
}
.c-hero__content {
  text-align: center;
  max-width: 102.4rem;
}
.c-hero__content h1 {
  font-size: 7rem;
}
@media (max-width: 767.98px) {
  .c-hero__content {
    text-align: left;
  }
  .c-hero__content h1 {
    font-size: 10vw;
  }
}
.c-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.c-hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 32, 0.33)), color-stop(95%, #1c1c20));
  background: -webkit-linear-gradient(rgba(28, 28, 32, 0.33), #1c1c20 95%);
  background: -o-linear-gradient(rgba(28, 28, 32, 0.33), #1c1c20 95%);
  background: linear-gradient(rgba(28, 28, 32, 0.33), #1c1c20 95%);
}
.c-hero__bg.active {
  display: none;
}
@media (max-width: 575.98px) {
  .c-hero__bg.active {
    display: block;
  }
}
.c-hero__video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .c-hero__video {
    display: none;
  }
}
.c-hero__video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 32, 0.33)), color-stop(95%, #1c1c20));
  background: -webkit-linear-gradient(rgba(28, 28, 32, 0.33), #1c1c20 95%);
  background: -o-linear-gradient(rgba(28, 28, 32, 0.33), #1c1c20 95%);
  background: linear-gradient(rgba(28, 28, 32, 0.33), #1c1c20 95%);
  z-index: 1;
}
.c-hero__video video {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes scrollDown {
  0%, 100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: scaleY(1) translateY(125%);
            transform: scaleY(1) translateY(125%);
  }
  91% {
    -webkit-transform: scaleY(1) translateY(125%);
            transform: scaleY(1) translateY(125%);
    opacity: 1;
  }
  94% {
    -webkit-transform: scaleY(1) translateY(125%);
            transform: scaleY(1) translateY(125%);
    opacity: 0;
  }
  95% {
    opacity: 0;
    -webkit-transform: scaleY(0) translateY(0%);
            transform: scaleY(0) translateY(0%);
  }
}

@keyframes scrollDown {
  0%, 100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: scaleY(1) translateY(125%);
            transform: scaleY(1) translateY(125%);
  }
  91% {
    -webkit-transform: scaleY(1) translateY(125%);
            transform: scaleY(1) translateY(125%);
    opacity: 1;
  }
  94% {
    -webkit-transform: scaleY(1) translateY(125%);
            transform: scaleY(1) translateY(125%);
    opacity: 0;
  }
  95% {
    opacity: 0;
    -webkit-transform: scaleY(0) translateY(0%);
            transform: scaleY(0) translateY(0%);
  }
}
.c-realisations__card {
  position: relative;
  display: block;
  background-color: #2C2C30;
  margin-bottom: 6rem;
}
.c-realisations__card--thumbnail {
  position: relative;
  display: block;
  padding-top: 92.44%;
  overflow: hidden;
}
.c-realisations__card--thumbnail .thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: 0.6s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: 0.6s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-realisations__card--content {
  display: block;
  padding: 3rem;
}
.c-realisations__card--content h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}
.c-realisations__card--content span {
  font-size: 1.6rem;
  color: #C4C4C4;
}
.c-realisations__card:hover .thumbnail {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-partenaires__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 20rem;
  width: calc(100% + 6px);
}
.c-partenaires__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 16.6666666667%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 16.6666666667%;
      -ms-flex: 1 1 16.6666666667%;
          flex: 1 1 16.6666666667%;
  padding-top: 16%;
  border: 1px solid #2C2C30;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (max-width: 767.98px) {
  .c-partenaires__card {
    max-width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}
@media (max-width: 575.98px) {
  .c-partenaires__card {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-top: 50%;
  }
}
.c-partenaires__card--item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
.c-partenaires__card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.l-home__blog {
  position: relative;
}
.l-home__blog--thumbnail {
  position: relative;
  display: block;
  padding-top: 67.037037%;
}
@media (max-height: 991.98px) {
  .l-home__blog--thumbnail {
    margin-bottom: 6rem;
  }
}
.l-home__blog--thumbnail .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1c1c20;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #FFFFFF;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #FFFFFF;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #FFFFFF;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #FFFFFF;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
.sl-wrapper {
  z-index: 999999;
}

.sl-overlay {
  z-index: 99999;
}

/**
*  ---- VIEWS ----
*/
.v-contact {
  display: block;
  padding: 16rem 0 6rem;
}
.v-contact .c-header {
  padding: 0;
}
.v-contact .c-form {
  margin-bottom: 12rem;
}
@media (max-width: 767.98px) {
  .v-contact .c-form {
    margin: 12rem 0;
  }
}
.v-contact__infos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding: 6rem;
  background: rgba(97, 97, 99, 0.1);
  z-index: 2;
}
.v-contact__infos i {
  position: absolute;
  top: 6rem;
  left: 1.5rem;
  font-size: 2.5rem;
  color: #42BF00;
  z-index: -1;
}
.v-contact__card {
  margin: 3rem 0;
}
@media (max-width: 767.98px) {
  .v-contact__card:last-child {
    margin-bottom: 0;
  }
}

.o-equalHeight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.o-equalHeight [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-emplois .row {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .l-emplois .row .c-collapse:first-child {
    margin-top: 6rem;
  }
}
.l-emplois .row .c-collapse a {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  border-bottom: 1px solid white;
}
.l-emplois .row .c-collapse a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #42BF00;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.l-emplois .row .c-collapse a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.l-emplois .row .c-collapse h4 {
  font-size: 1.8rem;
  font-weight: 400;
}

.p-emplois__parallax {
  display: block;
  overflow: hidden;
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media (max-height: 991.98px) {
  .p-emplois__parallax {
    display: none;
  }
}
.p-emplois__parallax--image {
  display: block;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  margin-left: calc(25% + 6rem);
}
.p-emplois__spont {
  position: relative;
  display: block;
  padding: 12rem 1.5rem;
  text-align: center;
}

.v-singleEmplois__header {
  position: relative;
  display: block;
  padding: 20rem 0;
  margin-bottom: 12rem;
  font-size: 2rem;
  line-height: 2;
}
.v-singleEmplois__header h1 {
  font-size: 6rem;
  font-weight: 700;
}
.v-singleEmplois__header h1 span {
  -webkit-text-stroke: 2px #EDEDED;
  -webkit-text-fill-color: #1c1c20;
}
.v-singleEmplois__content--section {
  display: block;
  margin-bottom: 12rem;
}
.v-singleEmplois__content--section .content h3 {
  margin-top: 1rem;
}
.v-singleEmplois__content--section .content h3:not(:first-child) {
  margin-top: 6rem;
}
.v-singleEmplois__content li {
  margin-bottom: 1.5rem;
}
.v-singleEmplois__content p {
  margin-bottom: 1.5rem;
}
.v-singleEmplois__content form {
  margin-top: 12rem;
}

.l-realisations__footer {
  display: block;
  padding: 12rem 1.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-realisations__footer {
    text-align: left;
  }
}

.v-singleRealisation__header {
  position: relative;
  padding: 12rem 6rem;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.v-singleRealisation__header .container {
  position: relative;
  text-align: center;
  max-width: 80rem;
  z-index: 2;
}
.v-singleRealisation__header .container hr {
  width: 100%;
  max-width: 6rem;
  height: 3px;
  background-color: white;
  margin: 6rem auto;
  border: 0;
}
.v-singleRealisation__header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #1c1c20;
  opacity: 0.5;
  z-index: 0;
}
.v-singleRealisation__content {
  display: block;
  padding: 12rem;
}
.v-singleRealisation__content .c-btn {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .v-singleRealisation__content {
    padding: 12rem 0;
  }
}
.v-singleRealisation__image {
  position: relative;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}
.v-singleRealisation__image .thumbnail {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.v-singleRealisation__video {
  display: block;
  padding: 0 12rem 12rem 12rem;
}
@media (max-width: 991.98px) {
  .v-singleRealisation__video {
    padding: 0 0 12rem 0;
  }
}
.v-singleRealisation__video--wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.v-singleRealisation__video--wrapper img {
  display: block;
  margin: 0 auto;
}
.v-singleRealisation__video--embed {
  position: absolute;
  top: 3rem;
  right: 3rem;
  left: 3rem;
  display: block;
  padding-top: calc(56.25% - 5.7rem);
  overflow: hidden;
  z-index: 2;
}
.v-singleRealisation__video--embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.v-singleRealisation__galerie .v-singleRealisation__image {
  margin-bottom: 6rem;
}
.v-singleRealisation__galerie .v-singleRealisation__image .thumbnail {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  background-position: top center !important;
}
.v-singleRealisation__galerie .v-singleRealisation__image:last-child {
  margin-bottom: 0;
}
.v-singleRealisation__nextProject {
  display: block;
  padding: 12rem 6rem;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991.98px) {
  .v-singleRealisation__nextProject {
    text-align: left;
    padding: 12rem 0;
  }
}
.v-singleRealisation__nextProject--label {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #616163;
  font-weight: 400;
}
.v-singleRealisation__nextProject a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 3rem;
  color: #C4C4C4;
  -webkit-transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
@media (max-width: 991.98px) {
  .v-singleRealisation__nextProject a {
    padding: 1.5rem 0;
  }
}
.v-singleRealisation__nextProject a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #42BF00;
  z-index: -1;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
@media (max-width: 991.98px) {
  .v-singleRealisation__nextProject a:after {
    display: none;
  }
}
.v-singleRealisation__nextProject a:hover {
  color: #1c1c20;
}
@media (max-width: 991.98px) {
  .v-singleRealisation__nextProject a:hover {
    color: #42BF00;
  }
}
.v-singleRealisation__nextProject a:hover:after {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.v-singleRealisation .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.v-agence .l-expertises__parallax {
  position: relative;
  margin-top: -20rem;
  margin-right: calc(-50% + 3rem);
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .v-agence .l-expertises__parallax {
    display: none;
  }
}
.v-agence .l-expertises__image {
  margin-bottom: -30px;
  margin-top: -30px;
  display: block;
  padding-top: 66.98%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.v-agence .l-expertises__list {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}
.v-agence .l-expertises__list h4 {
  color: #EDEDED;
}
@media (max-width: 991.98px) {
  .v-agence .l-expertises__list h4 br {
    content: " ";
  }
}
.v-agence .l-expertises ul {
  display: block;
  list-style: none;
  padding: 0;
  color: #C4C4C4;
}
.v-agence .l-galerie {
  position: relative;
  display: block;
  padding: 20rem 0;
}
.v-agence .l-galerie .thumbnail {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(100%) scale(1.3);
      -ms-transform: translateY(100%) scale(1.3);
          transform: translateY(100%) scale(1.3);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: 1s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: 1s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
@media (max-width: 991.98px) {
  .v-agence .l-galerie .thumbnail {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
        -ms-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
}
.v-agence .l-galerie .thumbnail__one, .v-agence .l-galerie .thumbnail__two, .v-agence .l-galerie .thumbnail__three {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 6rem;
}
.v-agence .l-galerie .thumbnail__one.is-inview .thumbnail, .v-agence .l-galerie .thumbnail__two.is-inview .thumbnail, .v-agence .l-galerie .thumbnail__three.is-inview .thumbnail {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
      -ms-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}
.v-agence .l-galerie .thumbnail__one {
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
}
@media (max-width: 575.98px) {
  .v-agence .l-galerie .thumbnail__one {
    max-width: 100%;
    margin-left: 0;
  }
}
.v-agence .l-galerie .thumbnail__one .thumbnail {
  padding-top: 118.64%;
}
.v-agence .l-galerie .thumbnail__two .thumbnail {
  padding-top: 63.84%;
}
.v-agence .l-galerie .thumbnail__three .thumbnail {
  padding-top: 118.64%;
}
.v-agence .l-galerie__item {
  display: block;
  width: 100%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 3rem;
}
.v-agence .l-galerie__item:last-child {
  margin-top: 6rem;
}
@media (max-width: 575.98px) {
  .v-agence .l-galerie__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .v-agence .l-galerie__item:last-child {
    margin-top: 0;
  }
}
.v-agence .l-partenaires__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 20rem;
  width: calc(100% + 6px);
}
.v-agence .l-contact {
  padding-bottom: 12rem;
}
@media (max-width: 991.98px) {
  .v-agence .l-contact .c-content {
    margin-bottom: 6rem;
  }
}

.l-home__realisations {
  position: relative;
}
.l-home__realisations .c-content {
  margin-bottom: 6rem;
}
.l-home__realisations .c-btn {
  width: 100%;
  text-align: center;
  margin: 0 1.5rem 3rem 0;
}
.l-home__mission {
  padding: 12rem 0;
}
.l-home__mission .c-btn {
  margin: 0 1.5rem 3rem 0;
}
.l-home__mission ul {
  padding-left: 20px;
}
.l-home__mission ul li {
  margin-bottom: 1.5rem;
}
.l-home__expertises {
  padding: 12rem 0;
}
.l-home__expertises--thumbnail {
  position: relative;
  display: block;
  padding-top: 67.037037%;
  overflow: hidden;
}
@media (max-height: 991.98px) {
  .l-home__expertises--thumbnail {
    margin-bottom: 6rem;
  }
}
.l-home__expertises--thumbnail .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.l-home__blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12rem 0;
}

.v-singlePost__header {
  padding: 20rem 0 12rem 0;
}
.v-singlePost__header--featured {
  position: relative;
  display: block;
  padding-top: 33%;
  overflow: hidden;
  margin-bottom: 6rem;
}
.v-singlePost__header--featured .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-position: center center;
  background-size: cover;
}
.v-singlePost__content p {
  margin-bottom: 3rem;
}
.v-singlePost__content h1, .v-singlePost__content h2, .v-singlePost__content h3, .v-singlePost__content h4, .v-singlePost__content h5, .v-singlePost__content h6 {
  margin: 6rem 0 1.5rem;
}

@media (max-width: 991.98px) {
  .l-equipe {
    display: block;
    padding-top: 75px;
  }
}
.l-equipe__header {
  position: relative;
}
.l-equipe__header .c-header {
  padding-top: 0;
  margin-top: -40rem;
}
@media (max-width: 1449.98px) {
  .l-equipe__header .c-header {
    margin-top: -20rem;
  }
}
@media (max-width: 1199.98px) {
  .l-equipe__header .c-header {
    margin-top: -10rem;
  }
}
.l-equipe__team--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7.5px;
}
.l-equipe__team--item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 25%;
  padding: 0 7.5px;
}
@media (max-width: 1449.98px) {
  .l-equipe__team--item {
    max-width: 33.333333%;
  }
}
@media (max-width: 991.98px) {
  .l-equipe__team--item {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .l-equipe__team--item {
    max-width: 100%;
  }
}
.l-equipe__team--item a.card:hover .card__background .thumbnail, .l-equipe__team--item[data-membre-id]:hover .card__background .thumbnail {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
}
.l-equipe__team--item .card {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}
.l-equipe__team--item .card__background {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  padding-top: 115.65%;
}
.l-equipe__team--item .card__background .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: top center;
  background-size: cover;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.l-equipe__team--item .card__infos {
  position: relative;
  display: block;
  left: 37.5px;
  margin-top: -50px;
  z-index: 2;
}
.l-equipe__team--item .card__infos.cta {
  margin-top: -13px;
}
.l-equipe__team--item .card__infos--name {
  display: inline;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: #141417;
  -webkit-box-shadow: 10px 0 0 #141417, -10px 0 0 #141417;
          box-shadow: 10px 0 0 #141417, -10px 0 0 #141417;
  padding: 2px 0;
}
.l-equipe__team--item .card__infos--poste {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #616163;
  margin-left: -1rem;
}
.l-equipe__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem;
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: opacity 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: opacity 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.l-equipe__popup.js-isActive {
  pointer-events: auto;
  opacity: 1;
}
.l-equipe__popup .close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  color: white;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.l-equipe__popup .close:hover {
  color: #42BF00;
}
.l-equipe__popup--wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 80rem;
  max-height: calc(100vh - 12rem);
  padding: 6rem;
  background-color: #141417;
  overflow-y: scroll;
}
.l-equipe__popup--background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 28, 32, 0.8);
}

.l-activity__item {
  position: relative;
  display: block;
  margin-bottom: 24rem;
}
.l-activity__item--content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.l-activity__item--content .container {
  height: 100%;
}
.l-activity__item--content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 50%;
}
.l-activity__item--content .top .top--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-activity__item--content .top .top--category {
  width: 100%;
  max-width: 50%;
  padding: 3rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #C4C4C4;
}
.l-activity__item--content .top .top--nbPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 3rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-activity__item--content .top .top--nbPost .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  width: 6rem;
  color: #C4C4C4;
  border-radius: 50%;
  border: 2px solid #C4C4C4;
}
.l-activity__item--content .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 50%;
}
.l-activity__item--content .bottom--title {
  width: 100%;
  padding: 3rem;
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.l-activity__item--background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: -1;
  margin: 0 -30px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: opacity 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.l-activity__item--background .thumbnail {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 33.333333%;
  padding: 0 30px;
}
.l-activity__item--background img {
  display: block;
  width: 100%;
  height: auto;
}
.l-activity__item:hover .l-activity__item--background {
  opacity: 0.1;
}

.l-singleActivity__galerie {
  display: block;
  margin-bottom: 12rem;
}
.l-singleActivity__galerie .masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7.5px;
  width: 100%;
}
.l-singleActivity__galerie .masonry--item {
  display: block;
  width: 100%;
  max-width: 25%;
  padding: 0 7.5px;
}
@media (max-width: 1199.98px) {
  .l-singleActivity__galerie .masonry--item {
    max-width: 33.333333%;
  }
}
@media (max-width: 991.98px) {
  .l-singleActivity__galerie .masonry--item {
    max-width: 50%;
  }
}
.l-singleActivity__galerie .masonry--item .thumbnail {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.l-singleActivity__galerie .masonry--item img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  -o-transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.l-singleActivity__galerie .masonry--item:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
}

.v-error {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
}
.v-error__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.v-error__content .content {
  position: relative;
  text-align: center;
}
.v-error__content .content .h1 {
  font-size: 5vw;
  color: #42BF00;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .v-error__content .content .h1 {
    font-size: 10vw;
  }
}
.v-error__content .content .h3 {
  margin-bottom: 1.5rem;
}
.v-error__content .content * {
  margin-bottom: 0;
}
.v-error__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 32, 0.5)), color-stop(80%, #1c1c20));
  background: -webkit-linear-gradient(rgba(28, 28, 32, 0.5), #1c1c20 80%);
  background: -o-linear-gradient(rgba(28, 28, 32, 0.5), #1c1c20 80%);
  background: linear-gradient(rgba(28, 28, 32, 0.5), #1c1c20 80%);
}
.v-error__image .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.v-singleEmplois__content ul li {
  margin-bottom: 3rem;
}

.v-maintenance {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  font-size: 6rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .v-maintenance {
    font-size: 4rem;
  }
}
.v-maintenance .container {
  max-width: 102.4rem;
  padding: 0;
}
.v-maintenance__btns {
  margin-top: 5rem;
}
.v-maintenance .c-btn {
  margin: 0;
}
@media (max-width: 767.98px) {
  .v-maintenance .c-btn {
    width: 100%;
  }
}
.v-maintenance img {
  max-width: 35rem;
  margin: 0 auto 6rem auto;
}
.v-maintenance span {
  display: block;
  margin-top: 1.5rem;
  font-size: 3rem;
  color: #42BF00;
}
@media (max-width: 767.98px) {
  .v-maintenance span {
    font-size: 1.6rem;
  }
}

.grecaptcha-badge {
  pointer-events: none;
  visibility: hidden;
}

.c-transition {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #141417;
  z-index: 99999;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}