@charset "UTF-8";
/*----- CORE -----*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, button, input[type=submit] {
  cursor: pointer !important;
}

/*
  * Animation Par Défaut
 */
/*
  * Animation Custom
 */
/*
  * Class d'animations
 */
/**
  * Liste des couleurs principales
 */
/**
  * Teintes de gris
 */
/**
  * Assigantion des couleurs selon theme
 */
/**
  * Couleurs URL
 */
/**
  * Couleurs pour les socials Medias
 */
/**
  * FONT'S SETTINGS
 */
/**
  * RESPONSIVES BREAKPOINTS
 */
/**
  * GRIDS
 */
/**
  * PLACEHOLDER
 */
html {
  font-size: 62.5%;
}
@media (min-width: 1920px) {
  html {
    font-size: 70%;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #5F6E84;
}

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

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

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

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

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

section {
  position: relative;
  display: block;
  padding: 12rem 0;
}
section.section--gray {
  background-color: #F7F8F9;
}
section.section--gray .c-title {
  width: 100%;
  max-width: 66.666666%;
}
@media (max-width: 767.98px) {
  section.section--gray .c-title {
    max-width: 100%;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-style: normal;
  color: #E94E1B;
}

p {
  display: block;
  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: 767.98px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

a {
  color: #83D0DA;
  text-decoration: none !important;
}

.container,
.container--small,
.container--xSmall,
.container-fluid {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 1199.98px) {
  .container,
  .container--small,
  .container--xSmall,
  .container-fluid {
    padding: 0 60px 0 60px;
  }
}
@media (min-width: 991.98px) {
  .container,
  .container--small,
  .container--xSmall,
  .container-fluid {
    padding: 0 30px 0 30px;
  }
}
.container.no-padding,
.container--small.no-padding,
.container--xSmall.no-padding,
.container-fluid.no-padding {
  padding: 0;
}

.container {
  max-width: 1920px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
  justify-content: flex-start;
  align-items: flex-start;
}
.row__vCenter {
  align-items: center;
}

.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: 30px;
  padding-left: 30px;
  align-content: flex-start;
}

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

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

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

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

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

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

@media (min-width: 767.98px) {
  .col-sm-1 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
  .col-sm-2 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .col-sm-3 {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .col-sm-4 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }
  .col-sm-5 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }
  .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 991.98px) {
  .col-md-1 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
  .col-md-2 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .col-md-3 {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .col-md-4 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }
  .col-md-5 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }
  .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1199.98px) {
  .col-lg-1 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
  .col-lg-2 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .col-lg-3 {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .col-lg-4 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }
  .col-lg-5 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }
  .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1449.98px) {
  .col-xl-1 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
  .col-xl-2 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .col-xl-3 {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .col-xl-4 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }
  .col-xl-5 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }
  .col-xl-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1919.98px) {
  .col-xxl-1 {
    max-width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
  .col-xxl-2 {
    max-width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .col-xxl-3 {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .col-xxl-4 {
    max-width: 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }
  .col-xxl-5 {
    max-width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
  }
  .col-xxl-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.o-row__gap--0 {
  margin-left: 0;
  margin-right: 0;
}
.o-row__gap--0 [class*=b-col],
.o-row__gap--0 [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.o-row__gap--20 {
  margin-left: -10px;
  margin-right: -10px;
}
.o-row__gap--20 [class*=b-col],
.o-row__gap--20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.o-row__gap--40 {
  margin-left: -20px;
  margin-right: -20px;
}
.o-row__gap--40 [class*=b-col],
.o-row__gap--40 [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.o-row__gap--60 {
  margin-left: -30px;
  margin-right: -30px;
}
.o-row__gap--60 [class*=b-col],
.o-row__gap--60 [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.o-fullHeight [class*=b-col],
.o-fullHeight [class*=col-],
.o-fullHeight .v-builder__element {
  height: 100%;
  min-height: 100vh;
}

.o-row__align--middle {
  align-items: center;
}
.o-row__align--middle .v-builder__element,
.o-row__align--middle [class*=b-col],
.o-row__align--middle [class*=col-] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.o-row__align--bottom {
  align-items: flex-end;
}
.o-row__align--bottom .v-builder__element,
.o-row__align--bottom [class*=b-col],
.o-row__align--bottom [class*=col-] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
}

.c-animation__general {
  position: fixed;
  top: 0;
  right: -100px;
  left: -100px;
  bottom: 0;
  background-color: #F49619;
  z-index: 9999;
  transform: scaleX(0);
  transform-origin: left;
}

/*----- BROWSER -----*/
/*----- LIBS -----*/
/*----- COMPONENTS -----*/
.c-header {
  position: relative;
  display: block;
  padding: 12rem 0 6rem 0;
  min-height: 38rem;
  z-index: 1;
  overflow: hidden;
}
.c-header .c-btn {
  font-size: 1.8rem;
  border-width: 2px;
}
.c-header h1 {
  width: 100%;
  max-width: 66.666666%;
  font-size: 6rem;
  text-transform: none;
  color: white;
  margin-bottom: 12rem;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .c-header h1 {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .c-header h1 {
    font-size: 2.5rem;
  }
}
.c-header__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: -1;
}
.c-header__background--video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 2;
}
.c-header__background--video iframe,
.c-header__background--video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.c-header__background .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #E94E1B;
  opacity: 0.6;
  z-index: 4;
}
.c-header__background .gradiant {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(90deg, #E94E1B 0%, rgba(244, 150, 26, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 3;
}

.c-title {
  width: 100%;
}
.c-title__content {
  font-size: 2.1rem;
}
@media (max-width: 767.98px) {
  .c-title__content {
    font-size: 1.8rem;
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

.c-cta {
  position: relative;
  display: block;
  padding: 12rem 0;
  overflow: hidden;
  z-index: 1;
}
.c-cta h2 {
  width: 100%;
  max-width: 66.666666%;
  font-size: 6rem;
  text-transform: none;
  color: white;
  margin-bottom: 3rem;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .c-cta h2 {
    max-width: 100%;
    font-size: 4rem;
  }
}
.c-cta__content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 66.666666%;
  color: white;
  font-size: 2rem;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .c-cta__content {
    max-width: 100%;
  }
}
.c-cta__content .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 6rem;
}
.c-cta__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-cta__background .image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.c-cta__background .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #E94E1B;
  opacity: 0.6;
  z-index: 1;
}
.c-cta__background .gradiant {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(90deg, #E94E1B 0%, rgba(244, 150, 26, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
.c-cta__background .thumbnail {
  transform: scale(1.5);
}
.c-footer {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 6rem 0 3rem 0;
}
.c-footer__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
}
.c-footer__logo img {
  width: 100%;
  max-width: 25rem;
}
.c-footer ul, .c-footer__nav .c-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 767.98px) {
  .c-footer ul, .c-footer__nav .c-footer ul {
    display: block;
  }
}
.c-footer ul a, .c-footer__nav .c-footer ul a {
  display: block;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #5F6E84;
}
.c-footer ul a:hover, .c-footer__nav .c-footer ul a:hover {
  color: #E94E1B;
}
.c-footer__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  color: #AAB3BE;
  font-size: 1.2rem;
}
.c-footer__copyright a {
  color: #AAB3BE;
}
.c-footer__copyright a:hover {
  color: #E94E1B;
}
.c-footer__copyright .infos,
.c-footer__copyright .politique {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767.98px) {
  .c-footer__copyright .infos,
  .c-footer__copyright .politique {
    display: block;
  }
  .c-footer__copyright .infos a,
  .c-footer__copyright .politique a {
    display: block;
    padding: 0.5rem 1.5rem;
    width: 100%;
  }
}
.c-footer__copyright .infos {
  margin-top: -2rem;
}
@media (max-width: 767.98px) {
  .c-footer__copyright .infos {
    margin-top: 0;
  }
}

.c-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 3rem;
  z-index: 100;
  background-color: white;
}
@media (max-width: 575.98px) {
  .c-navbar {
    gap: 1.5rem;
  }
}
.c-navbar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0 -2rem 3rem black;
  z-index: -1;
}
.c-navbar__brand {
  display: flex;
  align-items: center;
  padding: 3rem;
}
.c-navbar__brand a {
  display: block;
}
.c-navbar__brand a img {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 575.98px) {
  .c-navbar__brand {
    max-width: 60px;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }
}
.c-navbar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  padding: 3rem;
  flex: 1 1 auto;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .c-navbar__nav {
    gap: 0;
    padding: 1.5rem;
  }
}
.c-navbar__nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-navbar__nav li.page_item a,
.c-navbar__nav li.current_page_item a {
  pointer-events: none;
  opacity: 0.5;
}
.c-navbar__nav a:not(.c-btn) {
  display: flex;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #5F6E84;
}
.c-navbar__nav a:not(.c-btn):hover {
  color: #E94E1B;
}
@media (max-width: 575.98px) {
  .c-navbar__nav {
    gap: 0.5rem;
  }
  .c-navbar__nav .c-btn {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 1rem;
    height: 5rem;
    width: auto;
  }
}
.c-navbar__nav .c-burger {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 5rem;
  width: 5rem;
  background-color: #E94E1B;
  border: 0;
  z-index: 3;
}
.c-navbar__nav .c-burger:hover {
  opacity: 0.75;
}
.c-navbar__nav .c-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  transition: background-color 0.2s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transform-origin: center;
}
.c-navbar__nav .c-burger span:nth-child(2) {
  margin: 7px 0;
  transform-origin: left;
}
@media (max-width: 1199.98px) {
  .c-navbar__nav .c-burger {
    display: flex;
  }
}

.responsive__navbar {
  display: none;
}

@media (max-width: 1199.98px) {
  .menu-principal-container {
    display: none;
  }
  .responsive__navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    order: 3;
    background-color: #E94E1B;
    z-index: 2;
    padding: 12rem 3rem;
    transform-origin: bottom;
    transform: scaleY(0);
    pointer-events: none;
  }
  .responsive__navbar.js-isActive {
    pointer-events: auto;
    transform-origin: top;
  }
  .responsive__navbar ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .responsive__navbar ul li {
    display: block;
    width: 100%;
  }
  .responsive__navbar ul a:not(.c-btn) {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 1.5rem;
    font-size: 6vw;
    color: white;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .responsive__navbar ul a:not(.c-btn) {
    font-size: 5vw;
  }
}
@media (max-width: 1199.98px) {
  .responsive__navbar ul a:not(.c-btn):hover {
    opacity: 0.75;
    color: white;
  }
}
.wpcf7 button[type=submit] {
  width: 100%;
  max-width: calc(50% - 1.5rem);
  padding: 1.5rem;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  display: none;
  margin-top: 3rem;
  padding: 1.5rem;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -25px;
  left: 0;
  display: block;
  font-size: 1.4rem;
  color: #f44336;
}
.wpcf7-not-valid {
  border-color: #f44336;
  background-color: rgba(244, 67, 54, 0.05);
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #f44336;
}

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

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

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

.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  color: white;
  background-color: #32bd1a;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
  color: white;
  background-color: #f44336;
}

form .row {
  margin: 0 -15px;
}
form [class*=col-] {
  padding: 0 15px;
}
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
form select,
form textarea,
form input {
  display: block;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  color: #5F6E84;
  background-color: white;
  border: 1px solid #AAB3BE;
}
form select:focus,
form textarea:focus,
form input:focus {
  border-color: #E94E1B;
}
form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form input::-webkit-input-placeholder {
  color: #AAB3BE;
}

form select:-moz-placeholder, form textarea:-moz-placeholder, form input:-moz-placeholder {
  color: #AAB3BE;
}

form select::-moz-placeholder, form textarea::-moz-placeholder, form input::-moz-placeholder {
  color: #AAB3BE;
}

form select:-ms-input-placeholder, form textarea:-ms-input-placeholder, form input:-ms-input-placeholder {
  color: #AAB3BE;
}

.c-collapse__item {
  position: relative;
  display: block;
  background-color: #F7F8F9;
}
.c-collapse__item:not(:last-child) {
  margin-bottom: 3rem;
}
.c-collapse__item button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 9rem 3rem 3rem;
  width: 100%;
  border: 0;
  background-color: transparent;
  text-align: left;
  font-size: 2.1rem;
  color: #E94E1B;
}
@media (max-width: 1199.98px) {
  .c-collapse__item button {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .c-collapse__item button {
    font-size: 1.6rem;
  }
}
.c-collapse__item button svg {
  position: absolute;
  top: 3rem;
  right: 3rem;
  fill: #5F6E84;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.c-collapse__item button:hover {
  background-color: #f1f3f5;
}
.c-collapse__item--content {
  display: none;
  padding: 3rem;
}
.c-collapse__item--content .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1.5rem;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  font-size: 1.6rem;
  color: white;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.c-breadcrumb span {
  color: white;
}
.c-breadcrumb a {
  color: white;
}
.c-breadcrumb a:hover {
  opacity: 0.8;
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  border: 1px solid #E94E1B;
  background-color: transparent;
  color: #E94E1B;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
@media (max-width: 575.98px) {
  .c-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #E94E1B;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
}
.c-btn:hover {
  color: white;
}
.c-btn:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.c-btn--white {
  border-color: white;
  color: white;
}
.c-btn--white:after {
  background-color: white;
}
.c-btn--white:hover {
  color: #E94E1B;
}
.c-btn__solid {
  color: white;
}
.c-btn__solid:after {
  transform-origin: left;
  transform: scaleX(1);
}
.c-btn__solid:hover {
  color: #E94E1B;
}
.c-btn__solid:hover:after {
  transform-origin: right;
  transform: scaleX(0);
}

/*----- VIEWS -----*/
.v-home__services {
  padding-bottom: 9rem;
}
.v-home__services--list {
  margin-top: 6rem;
}
.v-home__services--item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem;
  font-size: 1.8rem;
  color: #E94E1B;
  background-color: white;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .v-home__services--item {
    font-size: 1.6rem;
  }
}
.v-home__services--item span {
  position: relative;
  z-index: 2;
}
.v-home__services--item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #E94E1B;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.46, 0.99);
  transform-origin: right;
  transform: scaleX(0);
}
.v-home__services--item:hover {
  color: white;
}
.v-home__services--item:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.v-home__history {
  position: relative;
  display: block;
  padding: 0;
}
.v-home__history .row {
  align-items: center;
}
.v-home__history--face {
  position: relative;
  display: block;
  padding-top: 100%;
}
.v-home__history--content {
  display: block;
  padding: 0 12rem;
}
@media (max-width: 1199.98px) {
  .v-home__history--content {
    padding: 0rem 3rem;
  }
}
@media (max-width: 991.98px) {
  .v-home__history--content {
    padding: 12rem 3rem;
  }
}
.v-home__history--content .btns {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
.v-home__valeurs {
  display: block;
}
.v-home__valeurs--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px;
  margin-top: 6rem;
}
.v-home__valeurs--item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 33.333333%;
  padding: 0 60px;
}
@media (max-width: 767.98px) {
  .v-home__valeurs--item {
    max-width: 100%;
  }
}
.v-home__valeurs--item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #EBEDF0;
}
@media (max-width: 767.98px) {
  .v-home__valeurs--item:not(:last-child) {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
  .v-home__valeurs--item:not(:last-child):after {
    right: 60px;
    left: 60px;
    bottom: 0;
    top: auto;
    width: calc(100% - 120px);
    height: 2px;
  }
}
@media (max-width: 991.98px) {
  .v-home__temoignages {
    padding-bottom: 6rem;
  }
}
.v-home__temoignages--list {
  display: block;
  margin-top: 6rem;
}
.v-home__temoignages--item {
  font-style: italic;
}
@media (max-width: 991.98px) {
  .v-home__temoignages--item {
    margin-bottom: 6rem;
  }
}
.v-home__temoignages--item .author {
  color: #D4D9DF;
  font-size: 1.4rem;
}
.v-home__temoignages--item .author span {
  display: block;
  font-style: normal;
  width: 100%;
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5F6E84;
}

.v-faq__items {
  display: block;
  margin-bottom: 6rem;
}
.v-faq__items > h2 {
  margin-bottom: 3rem;
}

.v-services__list .c-title {
  margin-bottom: 6rem;
}

.v-contact__content--btns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 6rem;
}
.v-contact__content--btns .c-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 50%;
  padding: 3rem;
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  .v-contact__content--btns .c-btn {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .v-contact__content--btns .c-btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .v-contact__content--btns .c-btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .v-contact__infos--content {
    margin-bottom: 6rem;
  }
}
.v-contact__infos--content .contact {
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 6rem;
}
.v-contact__infos--content .contact svg {
  margin-right: 3rem;
}
.v-contact__infos--content .contact li {
  margin-bottom: 1.5rem;
}
.v-contact__infos--content .contact a {
  font-size: 1.8rem;
  color: #5F6E84;
}
.v-contact__infos--content .contact a:hover {
  color: #E94E1B;
}

.v-aboutUs__history {
  position: relative;
  display: block;
  padding: 0;
}
.v-aboutUs__history .row {
  align-items: center;
}
.v-aboutUs__history--face {
  position: relative;
  display: block;
  padding-top: 100%;
}
.v-aboutUs__history--content {
  display: block;
  padding: 0 12rem;
}
@media (max-width: 1199.98px) {
  .v-aboutUs__history--content {
    padding: 0rem 3rem;
  }
}
@media (max-width: 991.98px) {
  .v-aboutUs__history--content {
    padding: 12rem 3rem;
  }
}
.v-aboutUs__history--content .btns {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .v-aboutUs__history--content .btns {
    display: block;
  }
  .v-aboutUs__history--content .btns .c-btn {
    display: block;
    width: 100%;
  }
  .v-aboutUs__history--content .btns .c-btn:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.v-error {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
}
.v-error__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: white;
}
.v-error__content .content {
  position: relative;
  text-align: center;
}
.v-error__content .content .h1 {
  font-size: 5vw;
  color: white;
  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;
  color: white;
}
.v-error__content .content * {
  margin-bottom: 0;
}
.v-error__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(233, 78, 27, 0.5), #E94E1B 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;
  filter: grayscale(50%);
}

.v-default__content {
  display: block;
  padding: 12rem 0;
}

body {
  padding-top: 112px;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  body {
    padding-top: 80px;
  }
}