/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
@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 {
  box-sizing: border-box;
}

html {
  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 {
  margin: 0;
}

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

hr {
  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;
  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: #d3ca36;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  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] {
  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 {
  padding: 0;
  font-size: 62.5%;
}
@media (max-width: 1600px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1449.98px) {
  html {
    font-size: 55%;
  }
}

body {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
}

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #d3ca36;
  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: 6rem;
}

h2, .h2 {
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

.c-titleBackground {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
  margin-top: -0.5rem;
  padding-right: 3rem;
}
.c-titleBackground span {
  display: inline;
  padding: 1.5rem 0;
  position: relative;
  left: 3rem;
  letter-spacing: 0.3rem;
  line-height: 1.7;
  font-size: 7rem;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #d3ca36;
  box-shadow: 3rem 0 0 #d3ca36, -3rem 0 0 #d3ca36;
}
@media (max-width: 991.98px) {
  .c-titleBackground span {
    line-height: 1.9;
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  .c-titleBackground span {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    line-height: 1.7;
  }
}
@media (max-width: 575.98px) {
  .c-titleBackground span {
    font-size: 2.5rem;
    line-height: 1;
  }
  .c-titleBackground span br {
    content: " ";
  }
}

/**
*  ---- LAYOUTS ----
*/
.container {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 144rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container-fluid {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.o-container__alignTxt--center {
  text-align: center;
}
.o-container__alignTxt--right {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (max-width: 767.98px) {
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.no-gutters {
  margin: 0 -1.5rem;
}

.o-row__centered {
  display: flex;
  width: 100%;
  justify-content: center;
}
.o-row__vAlign {
  align-items: center;
}

[class*=col-xs], [class*=col-sm], [class*=col-md], [class*=col-lg], [class*=col-xl], [class*=col-xxl], [class*=col-xxxl] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
  align-items: flex-start;
}

.col-xs-1 {
  max-width: 8.3333333333%;
  flex: 1 1 8.3333333333%;
}

.col-xs-2 {
  max-width: 16.6666666667%;
  flex: 1 1 16.6666666667%;
}

.col-xs-3 {
  max-width: 25%;
  flex: 1 1 25%;
}

.col-xs-4 {
  max-width: 33.3333333333%;
  flex: 1 1 33.3333333333%;
}

.col-xs-5 {
  max-width: 41.6666666667%;
  flex: 1 1 41.6666666667%;
}

.col-xs-6 {
  max-width: 50%;
  flex: 1 1 50%;
}

.col-xs-7 {
  max-width: 58.3333333333%;
  flex: 1 1 58.3333333333%;
}

.col-xs-8 {
  max-width: 66.6666666667%;
  flex: 1 1 66.6666666667%;
}

.col-xs-9 {
  max-width: 75%;
  flex: 1 1 75%;
}

.col-xs-10 {
  max-width: 83.3333333333%;
  flex: 1 1 83.3333333333%;
}

.col-xs-11 {
  max-width: 91.6666666667%;
  flex: 1 1 91.6666666667%;
}

.col-xs-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

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

  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 1 1 25%;
  }

  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }

  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 1 1 50%;
  }

  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }

  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 1 1 75%;
  }

  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }

  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 991.98px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }

  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 1 1 25%;
  }

  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }

  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }

  .col-md-6 {
    max-width: 50%;
    flex: 1 1 50%;
  }

  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }

  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 1 1 75%;
  }

  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }

  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1199.98px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }

  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }

  .col-lg-3 {
    max-width: 25%;
    flex: 1 1 25%;
  }

  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }

  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }

  .col-lg-6 {
    max-width: 50%;
    flex: 1 1 50%;
  }

  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }

  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 1 1 75%;
  }

  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }

  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1449.98px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }

  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }

  .col-xl-3 {
    max-width: 25%;
    flex: 1 1 25%;
  }

  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }

  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }

  .col-xl-6 {
    max-width: 50%;
    flex: 1 1 50%;
  }

  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }

  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }

  .col-xl-9 {
    max-width: 75%;
    flex: 1 1 75%;
  }

  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }

  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
  }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1919.98px) {
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }

  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }

  .col-xxl-3 {
    max-width: 25%;
    flex: 1 1 25%;
  }

  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }

  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }

  .col-xxl-6 {
    max-width: 50%;
    flex: 1 1 50%;
  }

  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }

  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }

  .col-xxl-9 {
    max-width: 75%;
    flex: 1 1 75%;
  }

  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }

  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
  }

  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}

@media (max-width: 1199.98px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
}
@media (max-width: 991.98px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
}
@media (max-width: 767.98px) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
}
.flex-center {
  justify-content: center;
}

.o-bgBlack {
  display: block;
  color: white;
  background-color: #1a1a1a;
}
.o-bgBlack .c-box__inner:after {
  background-color: #d3ca36;
}
.o-bgBlack .c-btn:hover {
  color: #1a1a1a;
}
.o-bgBlack .c-btn:hover:after {
  background-color: white;
}

.o-bgGray {
  display: block;
  color: white;
  background-color: #f2f2f2;
}

.c-fullWidthContent {
  position: relative;
  display: block;
  padding: 15rem 0;
}
.c-fullWidthContent .container {
  max-width: 100rem;
}
.c-fullWidthContent .container:after {
  position: absolute;
  top: -3.5rem;
  left: calc(50% - 3.5rem);
  content: "";
  display: block;
  width: 7rem;
  height: 0.3rem;
  background-color: #1a1a1a;
}

.o-borderBottom {
  position: relative;
  z-index: 10;
}
.o-borderBottom:after {
  position: absolute;
  right: 50%;
  bottom: -1rem;
  content: "";
  display: block;
  width: 50%;
  height: 2rem;
  background-color: #d3ca36;
}

.c-contactUs .c-fullWidthContent h1 {
  width: auto;
  margin-bottom: 10rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .c-contactUs .c-fullWidthContent h1 span {
    left: 0;
  }
}
.c-contactUs__content {
  position: relative;
  display: block;
  padding: 15rem 0;
}
.c-contactUs__content form {
  max-width: 50rem;
}
@media (max-width: 767.98px) {
  .c-contactUs__content form {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .c-contactUs__content [class*=col-]:nth-child(1) {
    order: 2;
  }
  .c-contactUs__content [class*=col-]:nth-child(2) {
    order: 1;
    margin-bottom: 6rem;
  }
}
.c-contactUs__google {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.c-contactUs__google:after {
  content: "";
  display: block;
  padding-top: 28.28125%;
}
.c-contactUs__google #map {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.c-contactUs__google #map iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/**
  *  ---- COMPONENTS ----
 */
img {
  display: block;
  width: 100%;
  height: auto;
}

.c-backgroundImage {
  background-position: center center;
  background-size: cover;
}

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

.c-header {
  position: relative;
}
.c-header__default {
  position: relative;
  display: block;
  min-height: 40rem;
}
.c-header__default h1 {
  margin-bottom: 0;
}
.c-header__default:after {
  content: "";
  display: block;
  padding-top: 44.2708333%;
}
.c-header__default--content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10rem 0 10rem 0;
}
@media (max-width: 767.98px) {
  .c-header__default--content {
    width: 100%;
    padding-right: 3rem;
  }
}

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

::selection {
  background-color: #d3ca36;
  color: white;
}

/* The emerging W3C standard that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #d3ca36 #E0E0E0;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #E0E0E0;
}

*::-webkit-scrollbar-thumb {
  background-color: #d3ca36;
  border-radius: 25px;
  border: 2px solid #E0E0E0;
}

.c-footer {
  position: relative;
}
.c-footer__content {
  position: relative;
  display: block;
  padding: 3rem 0;
  background-color: #1a1a1a;
}
.c-footer__content [class*=col-] {
  align-items: center;
}
@media (max-width: 767.98px) {
  .c-footer__content [class*=col-] {
    display: block;
    align-items: flex-start;
  }
}
.c-footer__content img {
  max-width: 10rem;
}
@media (max-width: 991.98px) {
  .c-footer__content img {
    margin: 3rem auto 3rem auto;
  }
}
.c-footer__content ul {
  display: flex;
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .c-footer__content ul {
    display: block;
  }
}
.c-footer__contact {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .c-footer__contact {
    width: 100%;
    justify-content: flex-start !important;
  }
}
@media (max-width: 767.98px) {
  .c-footer__contact {
    justify-content: center !important;
  }
  .c-footer__contact li {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.c-footer__contact .courriel a,
.c-footer__contact .telephone a {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  color: white;
}
.c-footer__contact .courriel a img,
.c-footer__contact .telephone a img {
  width: 3rem;
  margin-right: 1.5rem;
}
.c-footer__contact .courriel a:hover,
.c-footer__contact .telephone a:hover {
  color: #d3ca36;
}
@media (max-width: 767.98px) {
  .c-footer__contact .courriel a,
.c-footer__contact .telephone a {
    padding: 1rem 1.5rem;
  }
  .c-footer__contact .courriel a img,
.c-footer__contact .telephone a img {
    margin: 0 1.5rem 0 0;
  }
}
.c-footer .c-socialMedias {
  padding: 0 0 0 3rem;
  margin-right: -3rem;
}
@media (max-width: 767.98px) {
  .c-footer .c-socialMedias {
    margin: 3rem 0 1.5rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.c-footer__copyright {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.c-footer__copyright span {
  margin-right: 10rem;
}
@media (max-width: 767.98px) {
  .c-footer__copyright span {
    display: block;
    margin: 0 0 1.5rem 0;
  }
}
.c-footer__copyright a {
  color: #1a1a1a;
}
.c-footer__copyright a:hover {
  color: #d3ca36;
}

a:not([href]).c-btn,
.c-btn {
  position: relative;
  display: inline-block;
  min-width: 23rem;
  padding: 1rem 4.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: transparent;
  border: 0;
  z-index: 2;
  overflow: hidden;
}
a:not([href]).c-btn:after,
.c-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  left: 1.5rem;
  bottom: 0;
  background-color: #d3ca36;
  z-index: -1;
  transform: skew(-25deg);
  transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
a:not([href]).c-btn:hover,
.c-btn:hover {
  color: white;
}
a:not([href]).c-btn:hover:after,
.c-btn:hover:after {
  background-color: #1a1a1a;
}

.c-burgerMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 80px;
  height: 80px;
  padding: 1.7rem;
  background-color: #1a1a1a;
  border: 0;
  z-index: 10001;
}
.c-burgerMenu:hover {
  cursor: pointer;
  background-color: #1d1d1d;
}
.c-burgerMenu.js-isActive span {
  background-color: #d3ca36;
}
.c-burgerMenu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: background-color 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-burgerMenu span:nth-child(1) {
  transform: translateY(-10px);
}
.c-burgerMenu span:nth-child(3) {
  transform: translateY(10px);
}
@media (max-width: 1199.98px) {
  .c-burgerMenu {
    display: block;
  }
}

.c-socialMedias {
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: flex-end;
}
.c-socialMedias li {
  padding: 0 3rem;
}
.c-socialMedias a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  color: #1a1a1a;
  background-color: #d3ca36;
  border-radius: 5px;
}
.c-socialMedias a:hover {
  background-color: #c4bc2b;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-carousel {
  position: relative;
  display: block;
  height: 100%;
}
.c-carousel .slick-dots {
  position: absolute;
  top: 0;
  right: 15rem;
  bottom: 0;
  width: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15rem 0;
  z-index: 800;
}
@media (max-width: 991.98px) {
  .c-carousel .slick-dots {
    padding: 6rem 0;
    right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .c-carousel .slick-dots {
    padding: 1.5rem 0;
  }
}
.c-carousel .slick-dots:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - .1rem);
  bottom: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d3ca36;
  z-index: -1;
}
.c-carousel .slick-dots li {
  list-style: none;
}
.c-carousel .slick-dots li.slick-active button {
  background-color: #d3ca36;
  border: 0;
}
.c-carousel .slick-dots button {
  display: block;
  width: 4rem;
  height: 2rem;
  background-color: white;
  border: 0.1rem solid #bababa;
  padding: 0;
  font-size: 0;
}
.c-carousel .slick-dots button:hover {
  cursor: pointer;
}
.c-carousel__content {
  position: absolute;
  top: 0;
  right: 19rem;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem 1.5rem 3rem 15rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .c-carousel__content {
    right: 6rem;
    padding: 3rem 6rem 3rem 1.5rem;
  }
}
.c-carousel:after {
  display: block;
  content: "";
  padding-top: 39.1666667%;
  min-height: 40rem;
}
.c-carousel h1 {
  margin-bottom: 0;
}
.c-carousel__carousel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.c-carousel__item:after {
  display: block;
  content: "";
  padding-top: 39.1666667%;
  min-height: 40rem;
}

.notice {
  display: block;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

form,
label {
  display: block;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
form input,
label input {
  margin-bottom: 1.5rem;
}
form button[type=submit],
label button[type=submit] {
  margin-top: 4.5rem;
}

select {
  display: block;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2.5rem !important;
  border: 0.1rem solid #1a1a1a;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
select:hover {
  color: white;
  background-color: #1a1a1a;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin-bottom: 0;
}

input[type=file],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=submit],
textarea {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 1.8rem;
  color: #1a1a1a;
  background-color: transparent;
  border: 0.1rem solid #bababa;
}
input[type=file]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=submit]:focus,
textarea:focus {
  border: 0.1rem solid #757575;
}
input[type=file]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1.8rem;
  color: #757575;
}

input[type=file]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=range]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=week]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=color]:-moz-placeholder, input[type=submit]:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 1.8rem;
  color: #757575;
}

input[type=file]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=submit]::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.8rem;
  color: #757575;
}

input[type=file]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1.8rem;
  color: #757575;
}

.customInputFile {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 1.8rem;
  color: #757575;
  background-color: #E0E0E0;
  border: 0.1rem solid #E0E0E0;
}
.customInputFile__btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: #2196F3;
}
.customInputFile__btn:hover {
  color: #f44336;
  cursor: pointer;
}
.customInputFile__btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  display: inline-block;
}
.customInputFile__btn input {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.customInputFile:focus {
  border: 0.1rem solid #757575;
}

input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2.5rem;
  color: white;
  background-color: #2196F3;
}
button:focus {
  box-shadow: none;
  outline: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 1.8rem;
  color: #757575;
}

div.wpcf7-response-output {
  padding: 1.5rem !important;
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 700;
  border: 0 !important;
  color: #1a1a1a;
  background-color: #d3ca36 !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4CAF50;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  color: #f44336;
  background-color: #f44336 !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ng {
  color: white;
  background-color: #f44336 !important;
}

input.wpcf7-not-valid {
  color: #1a1a1a;
  border-color: #f44336 !important;
  padding-bottom: 1.5rem;
}
input.wpcf7-not-valid:focus::placeholder {
  color: #E0E0E0;
}

span.wpcf7-not-valid-tip {
  display: block;
  padding-left: 0;
  margin: -0.5rem 0 1.5rem 0;
  font-size: 1.2rem;
  font-weight: normal;
}

form em {
  display: block;
  margin: -2.5rem 0 3rem 0;
  font-size: 1.4rem;
  color: #757575;
}

fieldset legend {
  margin: 6rem 0 3rem 0;
  font-size: 1.6rem;
}

.s-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}

.styledSelect {
  position: relative;
  display: block;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: white;
  border: 0.1rem solid #bababa;
}
.styledSelect:hover {
  cursor: pointer;
}
.styledSelect:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 2.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  color: #d3ca36;
  border-left: 0.1rem solid #bababa;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  list-style: none;
  background-color: #d3ca36;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a1a1a;
  padding: 0;
  cursor: pointer;
}
.options li {
  margin: 0 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a1a1a;
  padding: 1.5rem;
  cursor: pointer;
}
.options li:hover {
  font-weight: 700;
}

.c-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 3rem 0;
  background-color: white;
  z-index: 1000;
  border-bottom: 1px solid #E0E0E0;
  transition: padding 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-navbar__brand {
  width: 100%;
  max-width: 32rem;
  flex: 1 1 32rem;
}
.c-navbar__nav {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 32rem);
  flex: 1 1 calc(100% - 32rem);
  justify-content: flex-end;
  flex-direction: column;
}
.c-navbar__nav ul {
  list-style: none;
  padding: 0;
}
.c-navbar__nav--top,
.c-navbar__nav .menu {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  justify-content: flex-end;
}
.c-navbar__nav .c-socialMedias {
  display: flex;
  width: auto;
}
.c-navbar__nav .c-socialMedias li {
  padding: 0 1.5rem;
}
.c-navbar__nav .menu {
  justify-content: flex-end;
}
.c-navbar__nav .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
}
.c-navbar__nav .menu a {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 5px 15px;
  color: #1a1a1a;
}
.c-navbar__nav .menu a:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #f2f2f2;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-navbar__nav .menu a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.c-navbar__nav .menu .current-menu-item a {
  pointer-events: none;
}
.c-navbar__nav .menu .current-menu-item a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #d3ca36;
  z-index: -1;
}
.c-navbar.js-isSticky {
  padding: 0;
}
.c-navbar .lang {
  position: absolute;
  top: 3.4rem;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 4.5rem;
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  z-index: 100;
  transition: background-color 0.15s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-navbar .lang:hover {
  background-color: #E0E0E0;
}
@media (max-width: 1199.98px) {
  .c-navbar .lang {
    width: 100px;
    height: 80px;
    border-radius: 0;
    top: 0;
    right: 80px;
  }
}

.c-navbar__mobile {
  display: none;
  transform-origin: right;
  transform: translateY(-100%);
}
.c-navbar__mobile .container {
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .c-navbar {
    padding: 0;
    height: 80px;
  }

  .c-navbar__brand {
    max-width: 20rem;
  }

  .c-navbar__nav {
    display: none;
  }

  .c-navbar__mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    height: 100%;
    padding: 0;
    background-color: #1a1a1a;
    z-index: 1000;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .c-navbar__mobile::-webkit-scrollbar {
    display: none;
  }
  .c-navbar__mobile--brand {
    max-width: calc(100% - 8rem);
  }
  .c-navbar__mobile--brand img {
    filter: invert(100%);
  }
  .c-navbar__mobile--nav {
    display: block;
    width: 100%;
    padding: 10rem 0;
    margin-left: -5rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .c-navbar__mobile--nav {
    padding: 3rem 0;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--nav a {
    position: relative;
    display: inline-block;
    min-width: 40rem;
    padding: 1.5rem 10rem 1.5rem 5rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5rem;
    color: #adadaa;
    background-color: transparent;
    border: 0;
    z-index: 2;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .c-navbar__mobile--nav a {
    font-size: 4vw;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .c-navbar__mobile--nav a {
    padding: 1.5rem;
    display: block;
    min-width: 25rem;
    font-size: 6vw;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--nav a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3rem;
    left: -3rem;
    bottom: 0;
    background-color: #1a1a1a;
    z-index: -1;
    transform: skew(25deg);
    transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--nav a:hover {
    color: #1a1a1a;
  }
  .c-navbar__mobile--nav a:hover:after {
    background-color: #d3ca36;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--footer {
    position: fixed;
    bottom: 6rem;
    right: 7.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-navbar__mobile--footer ul {
    padding: 0 1.5rem !important;
  }
  .c-navbar__mobile--footer .c-footer__contact {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .c-navbar__mobile--footer .c-footer__contact {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--footer .c-footer__contact .courriel a,
.c-navbar__mobile--footer .c-footer__contact .telephone a {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    color: white;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .c-navbar__mobile--footer .c-footer__contact .courriel a,
.c-navbar__mobile--footer .c-footer__contact .telephone a {
    width: 100%;
    padding: 1.5rem 0;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--footer .c-footer__contact .courriel a img,
.c-navbar__mobile--footer .c-footer__contact .telephone a img {
    width: 3rem;
    max-height: 2rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--footer .c-footer__contact .courriel a:hover,
.c-navbar__mobile--footer .c-footer__contact .telephone a:hover {
    color: #d3ca36;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .c-navbar__mobile--footer .c-footer__contact .courriel,
.c-navbar__mobile--footer .c-footer__contact .telephone {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__mobile--footer .c-socialMedias {
    padding: 0 0 0 3rem;
    margin-right: -4rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .c-navbar__mobile--footer .c-socialMedias {
    margin-left: -3rem;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .c-navbar__mobile--footer {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media (max-height: 575.98px) {
  .c-navbar__brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: calc(100% - 180px);
    height: 80px;
  }
}
.c-box {
  display: block;
  width: 100%;
  max-width: 80rem;
  padding: 15rem 6rem;
}
@media (max-width: 991.98px) {
  .c-box {
    max-width: 100%;
    padding: 15rem 0;
  }
}
.c-box__inner {
  position: relative;
}
.c-box__inner:after {
  position: absolute;
  top: -3.5rem;
  left: -3.5rem;
  content: "";
  display: block;
  width: 7rem;
  height: 0.3rem;
  background-color: #1a1a1a;
}
@media (max-width: 991.98px) {
  .c-box__inner:after {
    left: 0;
  }
}
.c-box__inner .c-btn {
  margin-top: 3rem;
}

.c-boxFullWitch {
  display: block;
  width: 100%;
  padding: 15rem;
}

.c-cardIcon {
  display: block;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.2rem;
  text-align: center;
  color: white;
}
@media (max-width: 767.98px) {
  .c-cardIcon {
    margin-bottom: 3rem;
  }
}
.c-cardIcon:hover {
  color: #d3ca36;
}
.c-cardIcon__img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 6rem;
  margin-bottom: 2rem;
}
.c-cardIcon img {
  display: block;
  width: 100%;
  max-width: 6rem;
  max-height: 6rem;
  height: auto;
  transition: 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}

.c-productsItems .row {
  margin-right: -4rem;
  margin-left: -4rem;
}
.c-productsItems .c-productsItems__cols {
  width: 100%;
  max-width: 33.3333333333%;
  flex: 1 1 33.3333333333%;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 1199.98px) {
  .c-productsItems .c-productsItems__cols {
    max-width: 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 667px) {
  .c-productsItems .c-productsItems__cols {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.c-productCard, .c-realizationCard {
  display: block;
  margin-bottom: 10rem;
}
.c-productCard__image, .c-realizationCard__image {
  position: relative;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 3rem;
}
.c-productCard__image img, .c-realizationCard__image img {
  width: auto;
  height: 342px;
}
.c-productCard__image--hover, .c-realizationCard__image--hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-productCard__image--hover:before, .c-realizationCard__image--hover:before {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  border: 0.8rem solid #d3ca36;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 0;
  font-size: 8rem;
  color: #d3ca36;
  z-index: 2;
}
.c-productCard__image--hover:after, .c-realizationCard__image--hover:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #1a1a1a;
  opacity: 0.8;
}
.c-productCard__image--hover:hover, .c-realizationCard__image--hover:hover {
  opacity: 1;
}
.c-productCard__content, .c-realizationCard__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 3rem;
  z-index: 2;
}
.c-productCard__content a:hover img, .c-realizationCard__content a:hover img {
  opacity: 0.5;
}
.c-productCard__content h3, .c-realizationCard__content h3 {
  display: block;
  padding-right: 1.5rem;
  color: white;
  width: 100%;
  max-width: calc(100% - 2rem);
  font-size: 2.2rem;
  margin-bottom: 0;
  transition: 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-productCard__content img, .c-realizationCard__content img {
  max-width: 2rem;
  height: auto;
}
.c-productCard:hover h3, .c-realizationCard:hover h3 {
  color: #d3ca36;
}

.c-loadMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10rem;
}
.c-loadMore .js-loadMore {
  padding: 1rem 2rem;
  border: none;
  background-color: #d3ca36;
  color: #1a1a1a;
  transition: all 0.3s ease-in-out;
}
.c-loadMore .js-loadMore:hover {
  background-color: #1a1a1a;
  color: #d3ca36;
}

.c-realizationCard {
  transition: all 0.3s ease-in-out;
}
.c-realizationCard__image {
  padding: 0;
  overflow: hidden;
}
.c-realizationCard__image img {
  transition: all 0.3s ease-in-out;
}
.c-realizationCard__content {
  padding: 2rem;
}
.c-realizationCard__content h3 {
  color: #1a1a1a;
  font-weight: 400;
}
.c-realizationCard:hover {
  background-color: #d3ca36;
}
.c-realizationCard:hover .c-realizationCard__image img {
  transform: scale(1.05);
}
.c-realizationCard:hover .c-realizationCard__content h3 {
  color: #1a1a1a;
}

.c-realizationSingle__image {
  order: 2;
  margin-bottom: 0;
}

.c-realizationSingle__content {
  order: 1;
}

@media (max-width: 992px) {
  .c-realizationSingle__content {
    order: 2;
  }

  .c-realizationSingle__image {
    order: 1;
    margin-bottom: 4rem;
  }
}
.swiper-realisations {
  aspect-ratio: 16/8;
  overflow: hidden;
}
.swiper-realisations .swiper-wrapper {
  height: 100%;
}
.swiper-realisations .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-realisations img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  inset: 0;
}

.pagination-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.swiper-pagination.pagination-realization {
  position: relative;
  width: auto !important;
  padding: 6rem 1.5rem;
  display: flex;
  gap: 10px;
}
.swiper-pagination.pagination-realization:before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background-color: #d3ca36;
  top: 50%;
  left: 0;
}
.swiper-pagination.pagination-realization .swiper-pagination-bullet {
  border-radius: 0;
  width: 4rem;
  height: 2rem;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.swiper-pagination.pagination-realization .swiper-pagination-bullet-active {
  background-color: #d3ca36;
  border-color: #d3ca36;
}

.c-process {
  position: relative;
  display: block;
  padding: 15rem 0 0;
  background-color: #f2f2f2;
}
.c-process__timeline {
  position: relative;
  display: block;
  width: 100%;
  padding: 10rem 0 7.5rem;
}
.c-process__timeline .row {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}
@media (max-width: 991.98px) {
  .c-process__timeline .row {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.c-process__timeline .row:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 2.3rem;
  display: block;
  width: calc(66.666666% + 8.1rem);
  height: 2px;
  background-color: #d3ca36;
}
@media (max-width: 991.98px) {
  .c-process__timeline .row:after {
    display: none;
  }
}
.c-process__timeline [class*=col-] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-right: 7.5rem;
  padding-left: 7.5rem;
  min-height: 25rem;
}
@media (max-width: 1199.98px) {
  .c-process__timeline [class*=col-] {
    min-height: 30rem;
  }
}
@media (max-width: 991.98px) {
  .c-process__timeline [class*=col-] {
    padding-right: 3rem;
    padding-left: 3rem;
    min-height: auto;
  }
}
.c-process__timeline [class*=col-]:nth-child(1n-2) .c-process__timeline--cards:after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: -13.5rem;
  display: block;
  width: 10rem;
  height: 2px;
  background-color: #d3ca36;
  z-index: 0;
}
.c-process__timeline [class*=col-]:nth-child(3n-3) .c-process__timeline--cards:after {
  display: none;
}
.c-process__timeline [class*=col-]:nth-child(4):after {
  content: "";
  position: absolute;
  top: 0;
  left: 8.2rem;
  display: block;
  width: 2px;
  height: 25%;
  background-color: #d3ca36;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .c-process__timeline [class*=col-]:nth-child(4):after {
    display: none !important;
  }
}
.c-process__timeline [class*=col-]:nth-child(3):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8.2rem;
  display: block;
  width: 2px;
  height: calc(100% - 7rem);
  background-color: #d3ca36;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .c-process__timeline [class*=col-]:nth-child(3):after {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .c-process__timeline [class*=col-] .c-process__timeline--cards:after {
    display: none !important;
  }
}
.c-process__timeline--cards {
  position: relative;
  display: block;
  margin: 6rem 0;
  padding: 0 0 0 6rem;
  background-color: #f2f2f2;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .c-process__timeline--cards {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 6rem;
  }
}
.c-process__timeline--cards:before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #d3ca36;
}

@media (max-width: 767.98px) {
  [class*=col-].c-backgroundImage {
    padding: 0;
  }
  [class*=col-].c-backgroundImage:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
body.page-template-page-thankyou header.c-navbar,
body.page-template-page-thankyou footer#colophon {
  display: none !important;
}

#thanks-page {
  background-color: #1b1e1f;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#thanks-page > header {
  padding-top: clamp(40px, 4vw, 4vw);
  text-align: center;
}
#thanks-page > header h1 {
  color: white;
  white-space: nowrap;
  font-size: clamp(35px, 60px, 3.2vw);
  margin-top: 65px;
  margin-bottom: 0;
}
#thanks-page > header .c-btn {
  margin: 65px auto 100px auto;
  display: inline-block;
  padding: 1rem 5rem 1rem 7rem;
}
#thanks-page > header .c-btn:hover {
  opacity: 0.7;
  color: #1b1e1f;
}
#thanks-page > header .c-btn:hover::after {
  background-color: #d3ca36;
}
#thanks-page h2 {
  text-align: center;
  color: white;
  font-size: clamp(24px, 30px, 3.2vw);
  margin-bottom: 20px;
}
#thanks-page .logo-thank {
  width: 30.68vw;
  max-width: 589px;
  min-width: 290px;
  margin: 0 auto;
}
#thanks-page .icon:not(.media) {
  width: 21px;
}
#thanks-page .media-box {
  display: inline-block;
}
#thanks-page .media-box img {
  border-radius: 4px;
  width: 30px;
}
#thanks-page .icon-box {
  display: flex;
  align-items: center;
}
#thanks-page .icon-box img {
  margin-right: 1rem;
}
#thanks-page .icon-box a {
  color: white;
  transition: 0.2s;
}
#thanks-page .contacts {
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 75px;
}
#thanks-page .contacts > div {
  margin: 40px;
  width: 232px;
  text-align: center;
  border-left: 1px solid white;
}
#thanks-page .contacts > div > div {
  display: inline-block;
  text-align: left;
  padding-left: 2rem;
}
#thanks-page .contacts > div > div p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
#thanks-page .contacts > div > div a {
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: 17px;
}
#thanks-page .contacts > div > div a:nth-child(2) {
  color: white;
}
#thanks-page .contacts > div > div a:hover {
  opacity: 0.7;
}
#thanks-page .bandeau {
  width: 100%;
}
#thanks-page .bandeau a {
  width: 100%;
  background-color: #d3ca36;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 30px, 3.2vw);
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #1b1e1f;
  transition: 0.2s;
}
#thanks-page .bandeau a img {
  margin-left: 2rem;
  max-width: 29px;
}
#thanks-page .bandeau a:hover {
  opacity: 0.7;
}
#thanks-page > footer {
  max-width: 1540px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3.5rem 20px 2.5rem 20px;
}
#thanks-page > footer > div {
  width: 33.333%;
  display: inline-block;
  font-size: 14px;
  color: #b3b3b3;
}
#thanks-page > footer > div:nth-child(2) {
  text-align: center;
}
#thanks-page > footer > div:nth-child(2) img {
  margin-left: 1rem;
  margin-right: 1rem;
}
#thanks-page > footer > div:last-child {
  text-align: right;
}
#thanks-page > footer a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 950px) {
  #thanks-page > header h1 {
    font-size: clamp(28px, 60px, 4.2vw);
  }
  #thanks-page .bandeau a {
    font-size: clamp(17px, 30px, 3.2vw);
  }
  #thanks-page .contacts {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #thanks-page .contacts > div {
    border-left: 0;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 0;
    width: initial;
  }
  #thanks-page .contacts > div > div {
    padding-left: 0;
    text-align: center;
  }
  #thanks-page footer {
    flex-direction: column;
    align-items: center;
  }
  #thanks-page footer > div {
    width: initial;
  }
  #thanks-page footer > div:not(:last-child) {
    margin-bottom: 2rem;
  }
  #thanks-page footer > div:nth-child(1) {
    order: 2;
  }
  #thanks-page footer > div:nth-child(2) {
    order: 1;
  }
  #thanks-page footer > div:nth-child(3) {
    order: 3;
  }
}

.thanks-img {
  max-width: 800px;
  margin-top: 4rem;
  position: relative;
}
.thanks-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 7px 20px #1b1e1f;
}
.thanks-img img {
  width: 100%;
}