/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'OG500';
  src: url('../fonts/oakes-grotesk-medium.eot');
  src: url('../fonts/oakes-grotesk-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/oakes-grotesk-medium.woff2') format('woff2'), url('../fonts/oakes-grotesk-medium.woff') format('woff'), url('../fonts/oakes-grotesk-medium.ttf') format('truetype'), url('../fonts/oakes-grotesk-medium.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OG400';
  src: url('../fonts/oakes-grotesk-regular.eot');
  src: url('../fonts/oakes-grotesk-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/oakes-grotesk-regular.woff2') format('woff2'), url('../fonts/oakes-grotesk-regular.woff') format('woff'), url('../fonts/oakes-grotesk-regular.ttf') format('truetype'), url('../fonts/oakes-grotesk-regular.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OG600';
  src: url('../fonts/oakes-grotesk-semi-bold.eot');
  src: url('../fonts/oakes-grotesk-semi-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/oakes-grotesk-semi-bold.woff2') format('woff2'), url('../fonts/oakes-grotesk-semi-bold.woff') format('woff'), url('../fonts/oakes-grotesk-semi-bold.ttf') format('truetype'), url('../fonts/oakes-grotesk-semi-bold.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PPF700';
  src: url('../fonts/PPFragment-GlareBold.eot');
  src: url('../fonts/PPFragment-GlareBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PPFragment-GlareBold.woff2') format('woff2'), url('../fonts/PPFragment-GlareBold.woff') format('woff'), url('../fonts/PPFragment-GlareBold.ttf') format('truetype'), url('../fonts/PPFragment-GlareBold.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal;
}
.PPF700 {
  font-family: 'PPF700';
}
/****************** MEDIA ******************/
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: initial;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role=button],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.static {
  position: static;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: #4ade80;
  background-color: rgb(74 222 128/var(--tw-bg-opacity));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: #818cf8;
  background-color: rgb(129 140 248/var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: #f87171;
  background-color: rgb(248 113 113/var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: #facc15;
  background-color: rgb(250 204 21/var(--tw-bg-opacity));
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: #f0fdf4;
  color: rgb(240 253 244/var(--tw-text-opacity));
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: #eef2ff;
  color: rgb(238 242 255/var(--tw-text-opacity));
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: #fef2f2;
  color: rgb(254 242 242/var(--tw-text-opacity));
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: #fefce8;
  color: rgb(254 252 232/var(--tw-text-opacity));
}
.outline {
  outline-style: solid;
}
.focus\:not-sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  white-space: normal;
  width: auto;
}
.ppf700 {
  font-family: 'PPF700';
}
.back {
  margin-bottom: 50px;
}
@media only screen and (max-width : 760px) {
  .back {
    position: absolute;
    z-index: 8;
  }
}
.back a {
  color: #FF4713;
  font-size: 20px;
  font-family: 'PPF700';
  display: flex;
  align-items: center;
}
.back a:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 29px;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #FF4713;
  transform: rotate(180deg);
  margin-right: 20px;
}
.back a:hover {
  color: #fff;
}
.back a:hover:before {
  content: "";
  background-color: #fff;
}
.back a.vert {
  color: #0E2D22;
}
.back a.vert:before {
  background-color: #0E2D22;
}
.back a.vert:hover {
  color: #FF4713;
}
.back a.vert:hover:before {
  content: "";
  background-color: #FF4713;
}
.back a.vert_blanc {
  color: #0E2D22;
}
.back a.vert_blanc:before {
  background-color: #0E2D22;
}
.back a.vert_blanc:hover {
  color: #fff;
}
.back a.vert_blanc:hover:before {
  content: "";
  background-color: #fff;
}
.back a.orange {
  color: #FF4713;
}
.back a.orange:before {
  background-color: #FF4713;
}
.back a.orange:hover {
  color: #0E2D22;
}
.back a.orange:hover:before {
  content: "";
  background-color: #0E2D22;
}
.back a.orange_blanc {
  color: #FF4713;
}
.back a.orange_blanc:before {
  background-color: #FF4713;
}
.back a.orange_blanc:hover {
  color: #fff;
}
.back a.orange_blanc:hover:before {
  content: "";
  background-color: #fff;
}
.back a.blanc {
  color: #fff;
}
.back a.blanc:before {
  background-color: #fff;
}
.back a.blanc:hover {
  color: #FF4713;
}
.back a.blanc:hover:before {
  content: "";
  background-color: #FF4713;
}
.editor-styles-wrapper {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.wp-admin .slider-gallery {
  height: 500px;
}
.wp-admin .slider-gallery .slick-slide {
  display: none !important;
}
header {
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-family: 'OG500';
  z-index: 90 !important;
  padding: 0;
}
@media only screen and (max-width : 1023px) {
}
header .logo {
  position: absolute;
  top: 64px;
  left: 60px;
  max-width: 113px;
}
header .logo img {
  width: 100%;
}
@media only screen and (max-width : 1023px) {
  header .logo {
    display: block;
    width: 82px;
    height: auto;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width : 1023px) {
  header nav {
    display: none;
  }
}
header nav ul {
  position: absolute;
  top: 30px;
  width: 100px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
header nav ul li {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0ms ease 0s;
  padding-bottom: 3px;
}
body:not(.home) header nav ul li {
  opacity: 1;
  transform: translateY(0px);
}
header nav ul li a {
  transition: all 250ms ease 0s;
  color: #FF4713;
}
body.single-emplois header nav ul li.menu-item-220 a,
header nav ul li.current-menu-item a,
header nav ul li:hover a,
header nav ul li:focus a {
  color: #fff;
}
body.single-emplois header nav ul li.menu-item-220 a:after,
header nav ul li.current-menu-item a:after {
  content: '_';
}
body.home header nav ul li a {
  color: #fff;
}
body.single-projet body.home header nav ul li.menu-item-5 a,
body.home header nav ul li.current-menu-item a,
body.home header nav ul li.active a,
body.home header nav ul li:hover a,
body.home header nav ul li:focus a {
  color: #0E2D22;
}
header nav.blanc ul li a {
  color: #fff;
}
body.single-projet header nav.blanc ul li.menu-item-5 a,
header nav.blanc ul li.current-menu-item a,
header nav.blanc ul li.active a,
header nav.blanc ul li:hover a,
header nav.blanc ul li:focus a {
  color: #FF4713;
}
header nav.vert ul li a {
  color: #0E2D22;
}
body.single-projet header nav.vert ul li.menu-item-5 a,
header nav.vert ul li.current-menu-item a,
header nav.vert ul li.active a,
header nav.vert ul li:hover a,
header nav.vert ul li:focus a {
  color: #FF4713;
}
header nav.vert_blanc ul li a {
  color: #0E2D22;
}
body.single-projet header nav.vert_blanc ul li.menu-item-5 a,
header nav.vert_blanc ul li.current-menu-item a,
header nav.vert_blanc ul li.active a,
header nav.vert_blanc ul li:hover a,
header nav.vert_blanc ul li:focus a {
  color: #fff;
}
header nav.orange ul li a {
  color: #FF4713;
}
body.single-projet header nav.orange ul li.menu-item-5 a,
header nav.orange ul li.current-menu-item a,
header nav.orange ul li.active a,
header nav.orange ul li:hover a,
header nav.orange ul li:focus a {
  color: #fff;
}
header nav.show ul li {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 3s;
  opacity: 1;
  transform: translateY(0px);
}
header nav.show ul li:nth-child(2) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 3300ms;
}
header nav.show ul li:nth-child(3) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 3600ms;
}
header nav.show ul li:nth-child(4) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 3900ms;
}
header nav.show ul li:nth-child(5) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 4200ms;
}
header nav.show ul li:nth-child(6) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 4500ms;
}
body:not(.home) header nav.show ul li {
  transition: all 0ms ease 0s;
}
.backgroundMenu {
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0%;
  background: #0E2D22;
  height: 0;
  width: 0%;
  height: 100vh;
  transition: width 700ms ease 700ms;
}
body.mobile.menuOuvert .backgroundMenu {
  transition: width 700ms ease 0ms;
  width: 100%;
}
.menuMobile {
  perspective: 600px;
  transform-origin: top;
  display: block;
  width: 0%;
  position: fixed;
  z-index: 9999;
  padding: 17px 0 ;
  right: 0%;
  overflow: hidden;
  height: 100svh;
  transition: width 0ms ease 2000ms;
}
.menuMobile .container {
  width: calc(100vw - 54px);
}
@media only screen and (max-width : 760px) {
  .menuMobile .container {
    width: 100%;
  }
}
.menuMobile .perspective {
  perspective: 600px;
}
body.mobile.menuOuvert .menuMobile {
  transition: width 00ms ease 00ms;
  padding: 17px;
  display: block;
  width: 100%;
}
.menuMobile ul {
  position: absolute;
  top: 30px;
  width: 100px;
  z-index: 10;
  left: 50%;
  top: 22px;
  width: 100%;
  left: 0%;
  transform: translateX(0%);
  position: unset;
}
.menuMobile ul li {
  text-align: center;
  transform: translateX(120%);
  transition: all 700ms ease 0s;
  opacity: 0;
}
.menuMobile ul li a {
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 0;
}
@media only screen and (max-width : 760px) {
  .menuMobile ul li a {
    padding: 15px 0;
    font-size: 35px;
  }
}
.menuMobile ul li a:before {
  width: 0%;
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (max-width : 760px) {
  .menuMobile ul li:nth-child(1) a {
    padding-top: 0;
  }
}
body.single-projet .menuMobile ul li.menu-item-5 a,
body.single-projet .menuMobile ul li.menu-item-5 a,
body.single-emplois .menuMobile ul li.menu-item-220 a,
.menuMobile ul li.current-menu-item a {
  color: #FF4713;
}
body.single-projet .menuMobile ul li.menu-item-5 a:after,
body.single-projet .menuMobile ul li.menu-item-5 a:after,
body.single-emplois .menuMobile ul li.menu-item-220 a:after,
.menuMobile ul li.current-menu-item a:after {
  content: '_';
}
.menuMobile.active ul li {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 800ms;
  opacity: 1;
  transform: translateX(0px);
}
.menuMobile.active ul li a:before {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1000ms;
  width: 100%;
}
.menuMobile.active ul li:nth-child(2) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 900ms;
}
.menuMobile.active ul li:nth-child(2) a:before {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1100ms;
}
.menuMobile.active ul li:nth-child(3) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1000ms;
}
.menuMobile.active ul li:nth-child(3) a:before {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1200ms;
}
.menuMobile.active ul li:nth-child(4) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1100ms;
}
.menuMobile.active ul li:nth-child(4) a:before {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1300ms;
}
.menuMobile.active ul li:nth-child(5) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1200ms;
}
.menuMobile.active ul li:nth-child(5) a:before {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1500ms;
}
.menuMobile.active ul li:nth-child(6) {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1300ms;
}
.menuMobile.active ul li:nth-child(6) a:before {
  transition: all 700ms cubic-bezier(0, 0, 0, 1) 1700ms;
}
.menuMobile span {
  position: absolute;
  left: 17px;
  top: 15px;
  opacity: 0;
  color: #FF4713;
  font-family: 'OG600';
  font-feature-settings: normal;
  font-size: 20px;
  transition: opacity 250ms cubic-bezier(0, 0, 0, 1) 800ms;
}
.menuMobile span.active {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0, 0, 0, 1) 480ms;
}
@media only screen and (max-width : 760px) {
  .menuMobile span {
    top: 15px;
  }
}
.menuMobile span:nth-child(2) {
  left: auto;
  right: 17px;
  transition: opacity 250ms cubic-bezier(0, 0, 0, 1) 1220ms;
}
.menuMobile span:nth-child(2).active {
  transition: opacity 250ms cubic-bezier(0, 0, 0, 1) 0ms;
}
.menuMobile span:nth-child(3) {
  top: auto;
  bottom: 17px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: center;
  transition: opacity 250ms cubic-bezier(0, 0, 0, 1) 820ms;
}
.menuMobile span:nth-child(3).active {
  transition: opacity 250ms cubic-bezier(0, 0, 0, 1) 220ms;
}
@media only screen and (max-width : 760px) {
  .menuMobile span:nth-child(3) {
    bottom: 20px;
  }
}
.menuMobile .logo {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: transform 750ms cubic-bezier(0, 0, 0, 1) 0s;
  transform: rotateX(-94deg) translateX(0%);
  display: block;
}
.menuMobile .logo img {
  opacity: 0;
  width: 100%;
  display: inline-block;
  transition: opacity 200ms  ease 550ms;
}
.menuMobile .logo.active {
  transition: transform 750ms cubic-bezier(0, 0, 0, 1) 500ms;
  transform: rotateX(0deg) translateX(0%);
}
.menuMobile .logo.active img {
  opacity: 1;
  transition: opacity 200ms  ease 500ms;
}
.menuMobile.active {
  width: 100%;
}
.burger {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0%;
  padding-left: 0px;
  display: none;
}
.burger.fixe {
  z-index: 9000;
  height: 52px;
}
@media only screen and (max-width : 1023px) {
  .burger {
    display: block;
  }
}
.burger.sticky {
  z-index: 10000;
  position: fixed;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: transparent;
  transition: height 400ms ease 0s, background 400ms ease 0s;
}
.burger.sticky.scrolling_up {
  background: #0E2D22;
  height: 52px;
}
.burger.sticky.scrolling_up .burger-inner {
  top: 30px;
}
.burger.sticky.scrolling_up.active {
  background: transparent;
}
.burger.sticky.scrolling_up.active .burger-inner {
  top: 30px;
}
.burger.sticky .burger-inner {
  top: 30px;
}
.burger.active {
  position: fixed;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: transparent;
  height: 47px;
}
.burger.active .burger-inner {
  top: 30px;
}
.burger-inner {
  display: block;
  top: 30px;
  left: calc(50% - 12px);
  margin-top: -3px;
  width: 24px;
}
.burger-inner,
.burger-inner:before,
.burger-inner:after {
  position: absolute;
  height: 1px;
  border-radius: 1px;
  background-color: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger-inner:before,
.burger-inner:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
}
.burger-inner:before {
  top: -8px;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.burger-inner:after {
  bottom: -8px;
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.menuOuvert .burger {
  z-index: 10000;
}
body.menuOuvert .burger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.menuOuvert .burger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
body.menuOuvert .burger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.single-projet #banner:before {
  display: block;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  height: 150px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
ul .wpml-ls-menu-item a {
  display: inline;
}
footer {
  background: #0E2D22;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
  position: fixed!important;
  bottom: 0;
  width: 100%;
  z-index: 1 ;
  perspective: 600px;
}
footer .container {
  padding-top: 100px;
  padding-bottom: 40px;
  perspective: 600px;
}
@media only screen and (max-width : 760px) {
  footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .container .logo {
  width: 100%;
  height: auto;
  margin-top: 140px;
  margin-top: 5vw;
  margin-bottom: 20px;
  perspective: 600px;
}
footer .container .logo img {
  transform-origin: center top;
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
  transition: opacity 800ms ease 0s, transform 700ms cubic-bezier(0, 0, 0, 1) 0s, top 700ms cubic-bezier(0, 0, 0, 1) 0s;
}
@media only screen and (max-width : 760px) {
  footer .container .logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
footer .container .wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 140px;
  padding-bottom: 5vw;
}
@media only screen and (max-width : 760px) {
  footer .container .wrap {
    padding-bottom: 40px;
  }
}
footer .container .wrap .villes {
  width: 230px;
  padding-top: 28px;
  line-height: 1.6;
}
@media only screen and (max-width : 1023px) {
  footer .container .wrap .villes {
    width: 100px;
  }
}
@media only screen and (max-width : 760px) {
  footer .container .wrap .villes {
    padding-top: 15px;
  }
}
footer .container .wrap .villes div {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width : 1023px) {
  footer .container .wrap .villes div {
    gap: 0px;
    flex-wrap: wrap;
  }
}
footer .container .wrap .villes div div {
  font-size: 14px;
  color: #FF4713;
  width: 100px;
}
@media only screen and (max-width : 760px) {
  footer .container .wrap .villes div div {
    width: 100%;
    font-size: 13px;
  }
}
footer .container .wrap .signature {
  padding-top: 20px;
  font-family: 'OG600';
  font-size: 50px;
  color: #FF4713;
  text-align: right;
}
footer .container .wrap .signature span {
  text-align: right;
}
@media only screen and (max-width : 1023px) {
  footer .container .wrap .signature {
    width: 50%;
  }
}
@media only screen and (max-width : 760px) {
  footer .container .wrap .signature {
    padding-top: 0px;
  }
  footer .container .wrap .signature span {
    display: inline-block;
    width: 137px;
    font-size: 16px;
  }
}
@media only screen and (max-width : 760px) {
  footer .container .fullWidthBtn {
    margin-bottom: 55px;
  }
}
footer .container .copyright {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
footer .container .copyright .msociaux a {
  padding: 0 10px;
}
@media only screen and (max-width : 760px) {
  footer .container .copyright .msociaux a {
    padding: 0 5px;
  }
}
footer .container .copyright .msociaux a:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width : 760px) {
  footer .container .copyright .msociaux a:last-of-type {
    padding-right: 5px;
  }
}
@media only screen and (max-width : 760px) {
  footer .container .copyright {
    font-size: 12px;
    line-height: 1.4;
  }
  footer .container .copyright > div {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
body.page-id-3 footer .container .copyright a,
footer .container .copyright a:hover,
footer .container .copyright a:focus {
  text-decoration: underline;
}
.spacerfooter {
  pointer-events: none;
}
* {
  outline: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  font-family: 'OG400';
  font-size: 24px;
  line-height: 1.2;
  background: #0E2D22;
}
.scroller-locomotive {
  will-change: transform;
}
hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 2px solid #ff671d;
}
footer,
section,
.section {
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
  z-index: 5;
}
@media only screen and (max-width : 760px) {
  footer,
  section,
  .section {
    padding: 0 17px;
  }
}
sup {
  font-size: 0.5em;
  vertical-align: super;
  top: 0.1em;
}
sup sup {
  top: 0;
}
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.bouton {
  font-size: 18px;
  color: #fff;
  border-radius: 100px;
  padding: 13px 76px 11px 76px;
  text-decoration: none;
  position: relative;
  transition: all 250ms ease 0s;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2;
  border: 3px solid;
}
@media only screen and (max-width : 760px) {
  .bouton {
    padding: 13px 76px 12px 76px;
  }
}
.bouton.rouge {
  border-color: #f04935;
  background: #f04935;
  color: #fff;
}
.bouton.blanc {
  background: #fff;
  border-color: #fff;
  color: #f04935;
}
.bouton:hover.o_rouge,
.bouton:focus.o_rouge {
  background: #f04935;
  border-color: #f04935;
  color: #fff;
}
.bouton:hover.o_blanc,
.bouton:focus.o_blanc {
  background: #fff;
  border-color: #fff;
  color: #f04935;
}
.bouton.fleche:after {
  content: '';
  width: 9px;
  height: 15px;
  background: url(../images/fleche.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 13px;
  margin-top: -7px;
  top: 50%;
  position: absolute;
}
body.edge .bouton.fleche:after {
  height: 13px;
}
h1 {
  font-size: 80px;
  font-family: 'OG400';
  line-height: 95px;
  margin: 0;
}
h2 {
  font-size: 60px;
  font-family: 'OG400';
  line-height: 72px;
  margin: 0;
}
h3 {
  font-size: 50px;
  font-family: 'OG400';
  line-height: 60px;
}
h4 {
  font-size: 38px;
  color: #FF4713;
  line-height: 38px;
  padding: 0 0 10px 0;
  margin: 0;
}
p {
  padding: 0 0 20px 0;
  margin: 0;
}
strong {
  font-weight: 700;
}
.social {
  max-width: 230px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.social .facebook,
.social .twitter,
.social .instagram,
.social .pinterest,
.social .linkedin {
  width: 29px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  float: left;
  transition: all 250ms ease 0s;
}
.social .facebook:hover,
.social .twitter:hover,
.social .instagram:hover,
.social .pinterest:hover,
.social .linkedin:hover,
.social .facebook:focus,
.social .twitter:focus,
.social .instagram:focus,
.social .pinterest:focus,
.social .linkedin:focus {
  opacity: 0.7;
}
.social img {
  margin: 0 auto;
}
.social .facebook img {
  width: 29px;
  height: 30px;
}
.social .instagram img {
  width: 29px;
  height: 30px;
}
.social .twitter img {
  width: 29px;
  height: 30px;
}
.social .linkedin img {
  width: 29px;
  height: 30px;
}
.social .pinterest img {
  width: 34px;
  height: 35px;
}
.logoAbsolu {
  -webkit-mask-image: url(../images/Absolu.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/Absolu.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #FF4713;
  display: inline-block;
  font-size: 0px;
}
a.fullWidthBtn {
  color: #fff;
  font-size: 80px;
  font-family: 'PPF700';
  display: block;
  padding-bottom: 30px;
  width: 100%;
  box-shadow: none !important;
  transition: all 250ms ease 0s;
  position: relative;
}
a.fullWidthBtn:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #fff;
}
@media only screen and (max-width : 760px) {
  a.fullWidthBtn:after {
    width: 35px;
    height: 30px;
  }
}
a.fullWidthBtn:hover,
a.fullWidthBtn:focus {
  color: #FF4713;
}
a.fullWidthBtn:hover:before,
a.fullWidthBtn:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
a.fullWidthBtn:hover:after,
a.fullWidthBtn:focus:after {
  right: -4px;
  background-color: #FF4713;
}
@media (max-width: 1024px) {
  a.fullWidthBtn {
    font-size: 40px;
  }
}
@media only screen and (max-width : 760px) {
  a.fullWidthBtn {
    font-size: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
a.fullWidthBtn span {
  transform: translateY(0px);
  opacity: 1;
  display: inline-block;
  transition: opacity 700ms ease 0ms, transform 700ms ease 0ms;
  padding-right: 70px;
}
a.fullWidthBtn span:nth-child(2) {
  transition: opacity 700ms ease 200ms, transform 700ms ease 200ms;
}
a.fullWidthBtn:before {
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(100%);
  transform-origin: top left;
  display: block;
  transition: transform 700ms ease 200ms, color 250ms ease 200ms, bottom 700ms ease 200ms;
}
a.fullWidthBtn:after {
  opacity: 1;
  right: 0px;
  transition: opacity 700ms ease 700ms,  right 250ms ease 0ms,  background 250ms ease 0ms;
}
a.fullWidthBtn.hidden span {
  opacity: 0;
  transform-origin: top left;
  transform: translateY(100px);
}
a.fullWidthBtn.hidden:before {
  transform: scaleX(0);
}
a.fullWidthBtn.hidden:after {
  opacity: 0;
  right: 70px;
}
@media only screen and (max-width : 760px) {
  .cacherEnMobile {
    display: none;
  }
}
.parallax {
  position: relative;
  transition: translateY 700ms cubic-bezier(0, 0.38, 0.25, 1) 0s, background 700ms cubic-bezier(0, 0.38, 0.25, 1) 0s;
}
/*
.parallax-image{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
    left: 0px;
  height: 200%; 
  background:url(../images/entete-accueil.jpg) ;
  background-size: cover;
    background-position:center;
  z-index: -1;
}*/
.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
main {
  position: relative;
  z-index: 6;
}
@media only screen and (max-width : 760px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar > div > div {
  width: 200px;
}
@media only screen and (max-width : 760px) {
  .sidebar > div > div {
    width: 100%;
  }
}
.sidebar div.sticky {
  position: fixed;
}
.sidebar div.endSticky {
  position: absolute;
}
.sidebar .stk--column-flex {
  height: auto !important;
  flex: none !important;
}
body.contact a {
  transition: color 250ms ease 0s;
}
body.contact .wp-block-stackable-accordion.stk--is-open:hover .stk-block-accordion__heading .stk-block-column__content h2 {
  color: #fff;
  border-color: #fff !important;
}
body.contact .wp-block-stackable-accordion.stk--is-open:hover .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:before {
  background-color: #fff;
}
.home section.hero {
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width : 1023px) {
  .home section.hero {
    height: 100svh;
    padding: 0 17px;
  }
}
.home section.hero span.monVideo {
  width: 276px;
  height: 191px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 400ms cubic-bezier(0.1, 0.85, 0.29, 0.96) 0s, left 400ms cubic-bezier(0.1, 0.85, 0.29, 0.96) 0s;
  transform: translate(-50%, -60%);
  z-index: 9;
  background-size: cover;
}
@media only screen and (max-width : 1023px) {
  .home section.hero span.monVideo {
    display: none;
  }
}
.home section.hero .container {
  color: #fff;
  font-size: 40px;
  font-family: 'OG600';
  position: relative;
  height: 100%;
  perspective: 600px;
}
@media only screen and (max-width : 1023px) {
  .home section.hero .container {
    font-size: 20px;
  }
}
.home section.hero .container > div {
  text-align: center;
  width: 100%;
  max-width: 1090px;
  position: absolute;
  top: 85%;
  transform-origin: center top;
  transform-style: preserve-3d;
  left: 50%;
  transition: all 750ms cubic-bezier(0, 0, 0, 1) 0s;
  transform: rotateX(-64deg) translateX(-50%);
}
@media only screen and (max-width : 1023px) {
  .home section.hero .container > div {
    width: 90%;
  }
}
@media only screen and (max-width : 760px) {
  .home section.hero .container > div {
    top: 85%;
    width: 80%;
  }
}
.home section.hero .container > div img {
  opacity: 0;
  width: 100%;
  display: inline-block;
  transition: opacity 0ms ease 0s;
}
.home section.hero .container > div.show {
  transition: all 1s cubic-bezier(0, 0, 0, 1) 0s;
  transform: rotateX(0deg) translateX(-50%);
  top: 65%;
}
@media only screen and (max-width : 1023px) {
  .home section.hero .container > div.show {
    top: 75%;
  }
}
@media only screen and (max-width : 760px) {
  .home section.hero .container > div.show {
    top: 65%;
  }
}
.home section.hero .container > div.show img {
  opacity: 1;
  transition: opacity 800ms ease 0s, transform 700ms cubic-bezier(0, 0, 0, 1) 0s, top 700ms cubic-bezier(0, 0, 0, 1) 0s;
}
.home section.hero .container span {
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0ms cubic-bezier(0, 0, 0, 1) 0s;
}
@media only screen and (max-width : 1023px) {
  .home section.hero .container span {
    top: 18px;
  }
}
.home section.hero .container span:nth-child(2) {
  left: auto;
  right: 0;
}
.home section.hero .container span:nth-child(3) {
  top: auto;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width : 1023px) {
  .home section.hero .container span:nth-child(3) {
    bottom: 23px;
  }
}
.home section.hero .container span.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 800ms cubic-bezier(0, 0, 0, 1) 1s;
}
.home section.hero .container span.show:nth-child(2) {
  transition: all 800ms cubic-bezier(0, 0, 0, 1) 1700ms;
}
.home section.hero .container span.show:nth-child(3) {
  transition: all 800ms cubic-bezier(0, 0, 0, 1) 2400ms;
}
.home section.hero .message {
  font-size: 12px;
  font-family: 'OG500';
  text-align: center;
  color: #fff;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
  top: 50%;
  writing-mode: vertical-rl;
}
.home .video {
  box-sizing: border-box;
  background: #0E2D22;
  padding: 4vw 4vw 0 4vw;
  width: 100%;
  height: 56vw;
}
@media only screen and (max-width : 1023px) {
}
.home .video .container {
  max-width: 1920px;
  position: relative;
}
.home .video .container .fauxBtn,
.home .video .container iframe,
.home .video .container video {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: all 700ms cubic-bezier(0, 0.38, 0.25, 1) 0s;
  width: 100%;
  height: 52vw;
  z-index: 1;
}
@media only screen and (max-width : 1023px) {
}
@media only screen and (max-width : 760px) {
  .home .video .container iframe {
    display: none;
  }
}
.home .video .container .fauxBtn {
  cursor: pointer;
  display: block;
  z-index: 2;
  opacity: 0.7;
  transition: all 700ms cubic-bezier(0, 0.38, 0.25, 1) 0s;
}
@media only screen and (max-width : 1023px) {
}
@media only screen and (max-width : 760px) {
  .home .video .container .fauxBtn {
    background: url(../images/video.gif);
    background-size: contain;
    opacity: 1;
  }
}
.home .video .container .fauxBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 100px;
  border-color: transparent transparent transparent #000000;
}
@media only screen and (max-width : 760px) {
  .home .video .container .fauxBtn:after {
    opacity: 0.7;
    border-width: 25px 0 25px 50px;
  }
}
.home .video .container .fauxBtn:hover,
.home .video .container .fauxBtn:focus {
  opacity: 0.5;
}
.home main {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.home section.ref {
  box-sizing: border-box;
  background: #0E2D22;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media only screen and (max-width : 1023px) {
  .home section.ref {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.ref {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.home section.ref .container {
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width : 760px) {
  .home section.ref .container {
    font-size: 16px;
    line-height: 1.3;
  }
}
.home section.ref .container div:nth-child(2) {
  position: relative;
}
.home section.ref .container div:nth-child(2) ul {
  margin-top: -50px;
  width: 300px;
  position: relative;
  top: 0;
}
@media only screen and (max-width : 1023px) {
  .home section.ref .container div:nth-child(2) ul {
    width: 200px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.ref .container div:nth-child(2) ul {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.home section.ref .container div:nth-child(2) ul li {
  padding: 12px 0;
  position: relative;
  font-size: 20px;
}
@media only screen and (max-width : 760px) {
  .home section.ref .container div:nth-child(2) ul li {
    width: 46%;
  }
}
.home section.ref .container div:nth-child(2) ul li span {
  transform: translateY(0px);
  opacity: 1;
  display: inline-block;
  transition: opacity 700ms ease 0ms, transform 700ms ease 0ms;
}
@media only screen and (max-width : 760px) {
  .home section.ref .container div:nth-child(2) ul li span {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    flex-direction: column;
  }
}
.home section.ref .container div:nth-child(2) ul li:before {
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  transform: scaleX(100%);
  transform-origin: top left;
  transition: transform 700ms ease 700ms, color 250ms ease 700ms, bottom 700ms ease 700ms;
}
.home section.ref .container div:nth-child(2) ul li.hidden span {
  opacity: 0;
  transform: translateY(50px);
}
.home section.ref .container div:nth-child(2) ul li.hidden:before {
  transform: scaleX(0%);
  transform-origin: top left;
}
.home section.ref .container h1 {
  line-height: 1.2;
  padding-bottom: 34px;
  font-size: 80px;
}
@media only screen and (max-width : 1023px) {
  .home section.ref .container h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.ref .container h1 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 1.3;
  }
}
.home section.ref .container .orange {
  color: #FF4713;
}
.home section.ref .container .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home section.ref .container .flex div:nth-child(1) {
  max-width: 700px;
  width: calc(100% - 400px);
}
@media only screen and (max-width : 1023px) {
  .home section.ref .container .flex div:nth-child(1) {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width : 760px) {
  .home section.ref .container .flex div:nth-child(1) {
    width: 100%;
  }
}
.home section.ref .container .flex div:nth-child(1) p {
  max-width: 530px;
}
@media only screen and (max-width : 760px) {
  .home section.ref .container .flex div {
    width: 100%;
  }
}
.home section.ref .fullWidthBtn {
  margin-top: 80px;
}
@media only screen and (max-width : 760px) {
  .home section.ref .fullWidthBtn {
    margin-top: 50px;
  }
}
.home section.projet {
  height: 100vh;
  box-sizing: border-box;
  display: block;
  color: #0E2D22;
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}
.home section.projet .mobile {
  display: none;
}
.home section.projet .desktop {
  display: block;
}
@media only screen and (max-width : 760px) {
  .home section.projet {
    padding: 80px 17px 40px 17px;
    height: auto;
  }
  .home section.projet .mobile {
    display: block;
  }
  .home section.projet .desktop {
    display: none ;
  }
}
.home section.projet .titreSlogan {
  color: #fff;
}
@media only screen and (max-width : 760px) {
  .home section.projet .titreSlogan {
    color: #0E2D22;
  }
}
.home section.projet a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width : 760px) {
  .home section.projet a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: auto;
    left: 17px;
    bottom: 137px;
    display: block;
    transform: translate(0%, 0%);
    z-index: 9;
    background-image: url(../images/fleche-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0E2D22;
    background-size: 33px 25px;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home section.projet a:hover,
.home section.projet a:focus {
  cursor: none;
}
.home section.projet video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.projet .image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 760px) {
  .home section.projet .image {
    transform: translateX(0%) translateY(0%);
    position: unset;
    top: 0;
    left: 0;
    height: 63vw;
    margin-bottom: 32px;
    margin-left: 0px;
    width: 100%;
  }
}
.home section.projet .image .filtre {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
.home section.projet #thumbnail-video {
  width: 112px;
  height: 66px;
  position: absolute;
  z-index: 9;
  left: 50px;
  bottom: 70px;
}
.home section.projet .bas {
  padding-top: 30px;
  width: 100%;
  text-align: right;
}
.home section.projet .bas .imageVerticale {
  display: inline-block;
  width: 150px;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home section.projet .texte {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 112px auto;
  padding-left: 135px;
  padding-right: 40px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
}
@media only screen and (max-width : 760px) {
  .home section.projet .texte {
    color: #0E2D22;
    padding: 0;
    background: 0;
    position: unset;
  }
}
.home section.projet .titreProjet {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width : 760px) {
  .home section.projet .titreProjet {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
}
.home section.projet .titreProjet .logoAbsolu {
  background: #fff;
  width: 120px;
  height: 26px;
  display: inline-block;
  top: -25px;
  position: relative;
}
@media only screen and (max-width : 760px) {
  .home section.projet .titreProjet .logoAbsolu {
    width: 103px;
    height: 22px;
    top: -12px;
  }
}
.home section.projet .titreProjet .et {
  font-size: 20px;
  padding-bottom: 7px;
  display: inline-block;
}
@media only screen and (max-width : 760px) {
  .home section.projet .titreProjet .et {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}
.home section.projet .description {
  top: -16px;
  position: relative;
}
@media only screen and (max-width : 760px) {
  .home section.projet .description {
    font-size: 16px;
    top: 0;
    color: #fff;
    text-align: center;
  }
}
.home section.projets_liste {
  background: #fff;
  padding: 160px 60px 0px 60px;
  z-index: 9;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste {
    padding: 0 17px;
  }
}
.home section.projets_liste .titreProjet {
  margin-bottom: -10px;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste .titreProjet {
    margin-bottom: 0;
  }
}
.home section.projets_liste .logoAbsolu {
  background: #0E2D22;
  width: 120px;
  height: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste .logoAbsolu {
    width: 100px;
    height: 22px;
  }
}
.home section.projets_liste .et {
  font-size: 0.7em;
  display: block;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste .et {
    font-size: 16px;
  }
}
.home section.projets_liste .container {
  padding-top: 0px;
  padding-bottom: 140px;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste .container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.home section.projets_liste a.fullWidthBtn {
  display: inline-flex;
  color: #0E2D22;
  transition: all 250ms ease 0s;
  position: relative;
  padding: 20px 70px 20px 0;
}
.home section.projets_liste a.fullWidthBtn:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #0E2D22;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste a.fullWidthBtn:after {
    width: 35px;
    height: 30px;
  }
}
.home section.projets_liste a.fullWidthBtn:hover,
.home section.projets_liste a.fullWidthBtn:focus {
  color: #FF4713;
}
.home section.projets_liste a.fullWidthBtn:hover:before,
.home section.projets_liste a.fullWidthBtn:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
.home section.projets_liste a.fullWidthBtn:hover:after,
.home section.projets_liste a.fullWidthBtn:focus:after {
  right: -4px;
  background-color: #FF4713;
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste a.fullWidthBtn {
    margin-top: 12px;
    padding: 12px 70px 12px 0;
  }
}
.home section.projets_liste a.fullWidthBtn:before {
  border-bottom: 1px solid #0E2D22;
}
.home section.projets_liste a.fullWidthBtn span {
  padding-right: 20px;
}
.home section.projets_liste a.fullWidthBtn span.image {
  background-size: auto 96px;
  flex: auto;
  background-repeat: no-repeat;
  padding-right: 80px;
}
@media only screen and (max-width : 1023px) {
  .home section.projets_liste a.fullWidthBtn span.image {
    background-size: auto 46px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.projets_liste a.fullWidthBtn span.image {
    display: none;
  }
}
.home section.projets_liste .pagination li.active a {
  border-bottom: 1px solid #FF4713;
  color: #FF4713;
}
.home section.projets_liste .pagination li:hover a,
.home section.projets_liste .pagination li:focus a {
  color: #FF4713;
}
.home section.carriere {
  background: #fff;
  color: #0E2D22;
}
@media only screen and (max-width : 1023px) {
  .home section.carriere {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.home section.carriere .container {
  padding-top: 200px;
  padding-bottom: 130px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 1023px) {
  .home section.carriere .container {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.carriere .container {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.home section.carriere .container > .image {
  position: absolute;
  top: 60px;
  right: 0;
}
@media only screen and (max-width : 1023px) {
  .home section.carriere .container > .image {
    width: 136px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.carriere .container > .image {
    width: 136px;
    height: auto;
    position: inherit;
    top: 0;
    margin-top: 60px;
  }
}
.home section.carriere .container .gauche {
  width: 420px;
  font-size: 30px;
  font-family: 'OG600';
}
@media only screen and (max-width : 1023px) {
  .home section.carriere .container .gauche {
    width: 300px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.carriere .container .gauche {
    width: 100%;
    line-height: 2.2;
    font-size: 18px;
  }
}
.home section.carriere .container .gauche > div > span {
  transform: translateY(50px);
  opacity: 0;
  transition: all 700ms ease 0s;
}
.home section.carriere .container .gauche > div > span:nth-child(3) {
  width: 100px;
  transform: translateY(-50px);
}
.home section.carriere .container .gauche > div > span:nth-child(4) {
  width: 50%;
  width: calc(100% - 100px);
  text-align: right;
  transform: translateY(-50px);
}
.home section.carriere .container .gauche.visible span {
  transform: translateY(0);
  opacity: 1;
}
.home section.carriere .container .gauche.visible span:nth-child(4),
.home section.carriere .container .gauche.visible span:nth-child(3) {
  transform: translateY(0);
}
.home section.carriere .container .gauche > div {
  display: flex;
  flex-wrap: wrap;
}
.home section.carriere .container .gauche > div > div {
  display: block;
  width: 420px;
  height: 424px;
  background-size: auto 120%;
  background-position-X: 50%;
  margin: 10px 0;
}
@media only screen and (max-width : 1023px) {
  .home section.carriere .container .gauche > div > div {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width : 760px) {
  .home section.carriere .container .gauche > div > div {
    width: 100%;
    height: 100vw;
  }
}
.home section.carriere .container .droite {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 215px 20px 0 20px;
  width: calc(100% - 420px);
}
@media only screen and (max-width : 1023px) {
  .home section.carriere .container .droite {
    width: calc(100% - 330px);
    font-size: 18px;
  }
  .home section.carriere .container .droite br {
    display: none;
  }
}
@media only screen and (max-width : 760px) {
  .home section.carriere .container .droite {
    padding: 34px 0px 0px 0px;
    width: 100%;
    font-size: 18px;
    line-height: 1.25;
  }
  .home section.carriere .container .droite p {
    margin: 0;
    padding: 0;
  }
}
.home section.carriere a.fullWidthBtn {
  color: #0E2D22;
  margin-top: 107px;
  transition: all 250ms ease 0s;
  position: relative;
}
.home section.carriere a.fullWidthBtn:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #0E2D22;
}
@media only screen and (max-width : 760px) {
  .home section.carriere a.fullWidthBtn:after {
    width: 35px;
    height: 30px;
  }
}
.home section.carriere a.fullWidthBtn:hover,
.home section.carriere a.fullWidthBtn:focus {
  color: #FF4713;
}
.home section.carriere a.fullWidthBtn:hover:before,
.home section.carriere a.fullWidthBtn:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
.home section.carriere a.fullWidthBtn:hover:after,
.home section.carriere a.fullWidthBtn:focus:after {
  right: -4px;
  background-color: #FF4713;
}
@media (max-width: 767px) {
  .home section.carriere a.fullWidthBtn {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 1023px) {
  .home section.carriere a.fullWidthBtn {
    margin-top: 40px;
  }
}
.home section.carriere a.fullWidthBtn:before {
  border-bottom: 1px solid #0E2D22;
}
.home section.blogue {
  background: #FF4713;
  color: #0E2D22;
  z-index: 5;
  overflow: hidden;
}
.home section.blogue .container {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (max-width : 760px) {
  .home section.blogue .container {
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.home section.blogue .container a:not(.fullWidthBtn) {
  width: 50%;
  display: inline-block;
}
.home section.blogue .container a:not(.fullWidthBtn) img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  transition: transform 500ms ease 0s;
}
.home section.blogue .container a:not(.fullWidthBtn) .description {
  display: block;
  font-size: 30px;
}
@media only screen and (max-width : 760px) {
  .home section.blogue .container a:not(.fullWidthBtn) .description {
    font-size: 20px;
  }
}
.home section.blogue .container a:not(.fullWidthBtn) .description .date {
  font-family: 'PPF700';
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width : 760px) {
  .home section.blogue .container a:not(.fullWidthBtn) .description .date {
    font-size: 10px;
  }
}
.home section.blogue .container a:not(.fullWidthBtn):nth-child(1) {
  width: 57%;
  max-width: 760px;
  margin-left: calc(40% + 30px);
}
.home section.blogue .container a:not(.fullWidthBtn):nth-child(1) .description {
  min-height: 170px;
  max-width: 530px;
}
.home section.blogue .container a:not(.fullWidthBtn):nth-child(2) {
  position: absolute;
  left: 0;
  top: 200px;
  /* padding-top:317px;*/
  width: 40%;
}
.home section.blogue .container a:not(.fullWidthBtn):nth-child(2) .description {
  max-width: 370px;
}
.home section.blogue .container a:not(.fullWidthBtn):nth-child(3) {
  width: 57%;
  max-width: 530px;
  margin-left: calc(40% + 30px);
}
.home section.blogue .container a:not(.fullWidthBtn):nth-child(3) .description {
  max-width: 530px;
}
@media only screen and (max-width : 760px) {
  .home section.blogue .container a:not(.fullWidthBtn) {
    width: 100%;
  }
  .home section.blogue .container a:not(.fullWidthBtn):nth-child(1),
  .home section.blogue .container a:not(.fullWidthBtn):nth-child(2),
  .home section.blogue .container a:not(.fullWidthBtn):nth-child(3) {
    width: 100%;
    padding-top: 0;
    margin: 20px 0 10px 0 ;
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .home section.blogue .container a:not(.fullWidthBtn):nth-child(1) .description,
  .home section.blogue .container a:not(.fullWidthBtn):nth-child(2) .description,
  .home section.blogue .container a:not(.fullWidthBtn):nth-child(3) .description {
    min-height: 0;
  }
}
.home section.blogue .container a:not(.fullWidthBtn):hover img,
.home section.blogue .container a:not(.fullWidthBtn):focus img {
  transform: scale(103%);
}
.home section.blogue .container a.fullWidthBtn {
  color: #0E2D22;
  transition: all 250ms ease 0s;
  position: relative;
}
.home section.blogue .container a.fullWidthBtn:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #0E2D22;
}
@media only screen and (max-width : 760px) {
  .home section.blogue .container a.fullWidthBtn:after {
    width: 35px;
    height: 30px;
  }
}
.home section.blogue .container a.fullWidthBtn:hover,
.home section.blogue .container a.fullWidthBtn:focus {
  color: #fff;
}
.home section.blogue .container a.fullWidthBtn:hover:before,
.home section.blogue .container a.fullWidthBtn:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #fff;
}
.home section.blogue .container a.fullWidthBtn:hover:after,
.home section.blogue .container a.fullWidthBtn:focus:after {
  right: -4px;
  background-color: #fff;
}
@media only screen and (max-width : 760px) {
  .home section.blogue .container a.fullWidthBtn {
    margin-top: 30px;
  }
}
.home section.blogue .container a.fullWidthBtn:before {
  border-bottom: 1px solid #0E2D22;
}
.home .titreSlogan {
  position: absolute;
  top: 26px;
  font-size: 14px;
  font-family: 'OG400';
  transition: all 750ms ease 0s;
  opacity: 0;
  left: 0;
  transform: translateX(150px);
}
@media only screen and (max-width : 760px) {
  .home .titreSlogan {
    font-size: 12px;
  }
}
.home .titreSlogan.visible {
  transform: translateX(15px);
  opacity: 1;
}
span.curseur {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translate(-50%, 50%);
  z-index: 9;
  background-image: url(../images/fleche-verte.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #DD8300;
  background-size: 43px 35px;
  z-index: 2;
}
@media only screen and (max-width : 760px) {
  body.home span.curseur {
    display: none;
  }
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9001;
  padding: 20px;
}
.lightbox.ouvert {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.lightbox.ouvert .fermer {
  display: block;
  transform: rotate(45deg);
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  transition: all 250ms ease 0s;
  cursor: pointer;
}
.lightbox.ouvert .fermer:hover,
.lightbox.ouvert .fermer:focus {
  opacity: 0.7;
}
@media only screen and (max-width : 1023px) {
  .lightbox.ouvert .fermer {
    top: 60px;
  }
}
.lightbox.ouvert iframe {
  width: 90vw;
  height: 51vw;
  margin: 0 auto;
}
.single-projet #banner {
  background-color: #000;
}
.single-projet #banner .mobile {
  display: none;
}
@media (max-width: 760px) {
  .single-projet #banner .mobile {
    display: block;
  }
}
.single-projet #banner .desktop {
  display: block;
}
@media (max-width: 760px) {
  .single-projet #banner .desktop {
    display: none;
  }
}
@media (max-width: 760px) {
  .single-projet h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
.single-projet h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 0;
}
.single-projet h4:before {
  content: "/";
}
@media (max-width: 760px) {
  .single-projet h4 {
    font-size: 20px;
    line-height: 27px;
  }
}
.single-projet .e-content,
.single-projet #project-related,
.single-projet div#absolu {
  position: relative;
  z-index: 6 !important;
}
@media (max-width: 760px) {
  .single-projet .e-content p,
  .single-projet #project-related p,
  .single-projet div#absolu p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.single-projet .e-content p a,
.single-projet #project-related p a,
.single-projet div#absolu p a {
  transition: all ease 0.2s;
}
.single-projet .section.bg-img-val {
  background-position: bottom left -80% !important;
  background-size: 80% !important;
}
@media (max-width: 760px) {
  .single-projet .section.bg-img-val {
    background-position: bottom -140px left -100px !important;
    background-size: 130% !important;
  }
}
.single-projet .bg-frites {
  background-position: bottom -100px right !important;
  background-size: 700px !important;
}
@media (max-width: 1023px) {
  .single-projet .bg-frites {
    background-position: bottom -100px right -100px !important;
    background-size: 500px !important;
  }
}
@media (max-width: 760px) {
  .single-projet .bg-frites {
    background-image: unset !important;
  }
}
.single-projet .frites {
  position: relative;
  bottom: -100px;
}
#banner {
  z-index: 10;
  padding: 0;
}
#banner .img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
@media (max-width: 760px) {
  .wrap-breadcrumb {
    padding-bottom: 10px;
  }
}
.wrap-breadcrumb ul.breadcrumb {
  display: flex;
}
@media (max-width: 760px) {
  .wrap-breadcrumb ul.breadcrumb {
    display: none;
  }
}
.wrap-breadcrumb ul.breadcrumb li a,
.wrap-breadcrumb ul.breadcrumb li span {
  font-family: 'PPF700';
  font-size: 14px;
}
.wrap-breadcrumb ul.breadcrumb li span {
  margin-left: 4px;
}
.wrap-breadcrumb ul.breadcrumb li.vert a,
.wrap-breadcrumb ul.breadcrumb li.vert span {
  color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.vert a.current,
.wrap-breadcrumb ul.breadcrumb li.vert span.current {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.vert a.current span,
.wrap-breadcrumb ul.breadcrumb li.vert span.current span {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.vert:hover a,
.wrap-breadcrumb ul.breadcrumb li.vert:hover span {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.vert:first-child a {
  background-color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.vert:first-child:hover a {
  background-color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.vert_blanc a,
.wrap-breadcrumb ul.breadcrumb li.vert_blanc span {
  color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.vert_blanc a.current,
.wrap-breadcrumb ul.breadcrumb li.vert_blanc span.current {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.vert_blanc a.current span,
.wrap-breadcrumb ul.breadcrumb li.vert_blanc span.current span {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.vert_blanc:hover a,
.wrap-breadcrumb ul.breadcrumb li.vert_blanc:hover span {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.vert_blanc:first-child a {
  background-color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.vert_blanc:first-child:hover a {
  background-color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.orange a,
.wrap-breadcrumb ul.breadcrumb li.orange span {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.orange a.current,
.wrap-breadcrumb ul.breadcrumb li.orange span.current {
  color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.orange a.current span,
.wrap-breadcrumb ul.breadcrumb li.orange span.current span {
  color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.orange:hover a,
.wrap-breadcrumb ul.breadcrumb li.orange:hover span {
  color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.orange:first-child a {
  background-color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.orange:first-child:hover a {
  background-color: #0E2D22;
}
.wrap-breadcrumb ul.breadcrumb li.orange_blanc a,
.wrap-breadcrumb ul.breadcrumb li.orange_blanc span {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.orange_blanc a.current,
.wrap-breadcrumb ul.breadcrumb li.orange_blanc span.current {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.orange_blanc a.current span,
.wrap-breadcrumb ul.breadcrumb li.orange_blanc span.current span {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.orange_blanc:hover a,
.wrap-breadcrumb ul.breadcrumb li.orange_blanc:hover span {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.orange_blanc:first-child a {
  background-color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.orange_blanc:first-child:hover a {
  background-color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.blanc a,
.wrap-breadcrumb ul.breadcrumb li.blanc span {
  color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.blanc a.current,
.wrap-breadcrumb ul.breadcrumb li.blanc span.current {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.blanc a.current span,
.wrap-breadcrumb ul.breadcrumb li.blanc span.current span {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.blanc:hover a,
.wrap-breadcrumb ul.breadcrumb li.blanc:hover span {
  color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li.blanc:first-child a {
  background-color: #fff;
}
.wrap-breadcrumb ul.breadcrumb li.blanc:first-child:hover a {
  background-color: #FF4713;
}
.wrap-breadcrumb ul.breadcrumb li:first-child span {
  display: none;
}
@media screen and (max-width: 600px) {
  .wp-block-stackable-column.bg-ourson section#apercu .video-background {
    margin-top: 30px;
  }
}
figure.bg-ourson {
  z-index: 10;
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 588px;
  height: auto;
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  figure.bg-ourson {
    width: 50%;
    bottom: -21%;
  }
}
@media screen and (max-width: 900px) {
  figure.bg-ourson {
    bottom: -135px;
    left: -135px;
    width: 388px;
  }
}
@media screen and (max-width: 600px) {
  figure.bg-ourson {
    width: 242px;
    bottom: -73px;
    left: -81px;
  }
}
section#apercu {
  padding: 0;
}
section#apercu .section-content.fullwidth-vid .wrap-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}
section#apercu .section-content.fullwidth-vid .back {
  position: absolute;
  top: 50px;
  z-index: 5;
}
@media (max-width: 1380px) {
  section#apercu .section-content.fullwidth-vid .back {
    left: 20px;
    top: 20px;
  }
}
section#apercu .section-content.fullwidth-vid .video-background {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section#apercu .page-title {
  margin-top: 130px;
  text-align: center;
}
@media (max-width: 760px) {
  section#apercu .page-title {
    margin-top: 80px;
  }
}
section#apercu .page-title h1 {
  margin: 0;
  font-size: 80px;
}
@media (max-width: 760px) {
  section#apercu .page-title h1 {
    font-size: 50px;
  }
}
section#apercu .section-title {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 760px) {
  section#apercu .section-title {
    margin-top: 25px;
  }
}
section#apercu .section-title h2 {
  margin: 0;
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 760px) {
  section#apercu .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
section#apercu .image-section,
section#apercu .video-background {
  margin-top: 70px;
  height: 738px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 760px) {
  section#apercu .image-section,
  section#apercu .video-background {
    margin-top: 80px;
    height: 400px;
  }
}
section#apercu .video-background {
  margin-left: auto;
  margin-right: auto;
}
section#citation {
  padding: 200px 0;
}
@media (max-width: 760px) {
  section#citation {
    padding: 100px 0;
  }
}
section#citation .section-image {
  width: 13%;
  margin: 0 auto;
  min-width: 190px;
}
section#citation .section-text {
  text-align: center;
  margin-top: 80px;
}
section#citation .section-text p {
  font-family: 'PPF700';
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  color: #0E2D22;
}
@media (max-width: 760px) {
  section#citation .section-text p {
    font-size: 40px;
    line-height: 52px;
  }
}
section#citation .section-name {
  text-align: center;
  margin-top: 40px;
}
section#citation .section-name span {
  font-size: 24px;
  font-weight: 400;
  color: #0E2D22;
}
div#team .column-wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 1023px) {
  div#team .column-wrapper {
    flex-direction: column;
  }
}
div#team .column-wrapper .column-content {
  display: flex;
}
@media (max-width: 1200px) {
  div#team .column-wrapper .column-content {
    flex-direction: column;
  }
}
div#team .column-wrapper .section-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #0E2D22;
}
div#team .column-wrapper ul.list-team {
  padding-top: 4px;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  div#team .column-wrapper ul.list-team {
    margin-left: 0;
  }
}
div#team .column-wrapper ul.list-team li.list-item-member {
  font-size: 20px;
  margin-bottom: 7px;
  color: #0E2D22;
}
@media (max-width: 760px) {
  div#team .column-wrapper ul.list-team li.list-item-member span {
    display: block;
  }
}
section#project-related {
  background-color: #0E2D22;
}
section#project-related .projects-listing {
  padding: 155px 110px;
}
@media (max-width: 1023px) {
  section#project-related .projects-listing {
    padding: 155px 0;
  }
}
@media (max-width: 760px) {
  section#project-related .projects-listing {
    padding: 80px 0;
  }
}
section#project-related .projects-listing .projects-list {
  display: flex;
  gap: 30px;
}
@media (max-width: 760px) {
  section#project-related .projects-listing .projects-list {
    flex-direction: column;
  }
}
section#project-related .projects-listing .projects-list li.list-item-project {
  width: 50%;
}
@media (max-width: 760px) {
  section#project-related .projects-listing .projects-list li.list-item-project {
    width: 100%;
    margin-bottom: 30px;
  }
}
section#project-related .projects-listing .projects-list li.list-item-project .project-title {
  border-bottom: 1px solid #fff;
  padding: 50px 0 26px 20px;
  transition: all ease 0.7s;
}
section#project-related .projects-listing .projects-list li.list-item-project .project-title h3 {
  font-family: 'PPF700';
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  transition: all ease 0.7s;
  background-image: url('../images/fleche.svg');
  background-repeat: no-repeat;
  background-position: right 0 center;
}
@media (max-width: 760px) {
  section#project-related .projects-listing .projects-list li.list-item-project .project-title h3 {
    font-size: 23px;
    line-height: 23px;
    background-size: 35px 30px;
  }
}
section#project-related .projects-listing .projects-list li.list-item-project .image img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
section#project-related .projects-listing .projects-list li.list-item-project:hover .project-title {
  border-bottom: 1px solid #FF4713;
}
section#project-related .projects-listing .projects-list li.list-item-project:hover .project-title h3 {
  color: #FF4713;
  background-image: url('../images/fleche-orange.svg');
}
.post-type-archive-projet {
  background-color: #0E2D22;
}
.post-type-archive-projet .top-archive {
  position: relative;
  z-index: 10;
  background-color: #0E2D22;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}
@media (max-width: 760px) {
  .post-type-archive-projet .top-archive {
    padding: 0 17px;
  }
}
.post-type-archive-projet .top-archive .section-title {
  padding-top: 300px;
}
@media (max-width: 760px) {
  .post-type-archive-projet .top-archive .section-title {
    padding-top: 190px;
  }
}
.post-type-archive-projet .top-archive .section-title h1 {
  margin: 0;
  font-size: 80px;
  color: #fff;
}
@media (max-width: 1023px) {
  .post-type-archive-projet .top-archive .section-title h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (max-width: 760px) {
  .post-type-archive-projet .top-archive .section-title h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }
}
.post-type-archive-projet .top-archive .section-text {
  margin-top: 40px;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .post-type-archive-projet .top-archive .section-text {
    width: 100%;
    max-width: 100%;
  }
}
.post-type-archive-projet .top-archive .section-text p {
  color: #fff;
}
@media (max-width: 760px) {
  .post-type-archive-projet .top-archive .section-text p {
    font-size: 16px;
    line-height: 21px;
  }
}
.post-type-archive-projet #projects {
  position: relative;
  z-index: 10;
  background-color: #0E2D22;
}
.post-type-archive-projet #projects .section-container {
  padding-top: 120px;
}
.post-type-archive-projet #projects .wrapper {
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .post-type-archive-projet #projects .wrapper {
    width: 100%;
  }
}
.post-type-archive-projet #projects .wrapper .pagination .wrap-loader {
  display: none;
}
.post-type-archive-projet #projects .wrapper .pagination .wrap-loader .loader {
  margin: 0 auto;
  background-image: url('../images/loader.svg');
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.post-type-archive-projet #projects .wrapper ul.list-projects {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects {
    display: flex;
    height: auto;
    flex-direction: column;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project {
  display: inline-block;
  width: 50%;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project article {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project {
    max-width: 75% !important;
  }
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project {
    margin-bottom: 40px;
    max-width: 100% !important;
  }
}
@media (max-width: 1150px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .content-image {
    width: 100% !important;
    max-height: 500px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .content-image:hover {
  cursor: url('../images/bouton.svg'), auto;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .project-title {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .project-title span {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: block;
  margin-right: 12px;
  padding-bottom: 4px;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .project-title h4 {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .project-title h4 {
    font-size: 28px;
    line-height: 38px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .mandat ul.list-mandat {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .mandat ul.list-mandat li.list-item-mandat {
  color: #fff;
  font-size: 14px;
  display: flex;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .mandat ul.list-mandat li.list-item-mandat:not(:first-child) {
  margin-left: 10px;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project .mandat ul.list-mandat li.list-item-mandat span {
  margin-right: 4px;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:first-child {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:first-child {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:first-child .content-image {
  width: 645px;
  height: 507px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:first-child .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(2) {
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(2) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(2) article {
  display: flex;
  justify-content: flex-end;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(2) .content-image {
  width: 428px;
  height: 328px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(2) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(3) {
  position: relative;
  top: -100px;
  right: 0;
  margin-left: 51%;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(3) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(3) .content-image {
  width: 472px;
  height: 472px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(3) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(4) {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 225px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(4) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(4) .content-image {
  width: 757px;
  height: auto;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(4) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(5) {
  position: relative;
  margin-top: -225px;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(5) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(5) .content-image {
  width: 420px;
  height: 320px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(5) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(6) {
  position: relative;
  margin-top: -175px;
  top: 0;
  right: 0;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(6) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(6) .content-image {
  width: 645px;
  height: 587px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(6) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(7) {
  position: relative;
  margin-top: -600px;
  top: 0;
  left: 70px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(7) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(7) .content-image {
  width: 472px;
  height: 472px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(7) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(8) {
  position: relative;
  margin-top: -500px;
  top: 0;
  right: 0;
  width: auto;
  margin-left: auto;
  z-index: 10;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(8) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(8) article {
  display: flex;
  justify-content: flex-end;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(8) .content-image {
  width: 420px;
  height: 320px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(8) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(9) {
  position: relative;
  margin-top: -300px;
  top: 0;
  left: 330px;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(9) {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(9) .content-image {
  width: 757px;
  height: auto;
}
@media (max-width: 760px) {
  .post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:nth-child(9) .content-image {
    width: 100%;
    height: 400px;
  }
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:hover .project-title h4 {
  color: #FF4713;
}
.post-type-archive-projet #projects .wrapper ul.list-projects li.list-item-project:hover .list-item-mandat {
  color: #FF4713 !important;
}
.projet-3-images-section {
  position: relative;
}
.projet-3-images-section .column-wrapper {
  display: flex;
  gap: 60px;
}
.projet-3-images-section .img-1 {
  position: relative;
}
.projet-3-images-section .img-2 {
  position: relative;
  width: 75%;
  margin: 118px auto 0 auto;
}
.projet-3-images-section .img-3 {
  position: relative;
  top: 87px;
}
.video-section {
  position: relative;
  z-index: 99;
}
.video-section .video {
  width: 100%;
  height: auto;
  background-color: #fff;
  object-fit: cover;
}
@media (max-width: 760px) {
  .video-section .video {
    /* height: 400px;*/
  }
}
.video-section .video .grandVideo {
  width: 100%;
  aspect-ratio: 960 / 540;
}
.video-section .video .poster {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-section img.play-btn {
  position: absolute;
  top: calc(50% - 53px);
  left: calc(50% - 53px);
  cursor: pointer;
}
.video-section img.play-btn:hover {
  opacity: 0.9;
}
.section-slider .slider .slider-gallery .list-item-slide.slick-active {
  max-width: 50% !important;
}
.page-template-default section {
  z-index: 10;
}
.page-template-default .hero {
  z-index: 5;
  background: #FF4713;
}
.page-template-default .hero h1 {
  font-size: 5vw;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1440px) {
  .page-template-default .hero h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width : 760px) {
  .page-template-default .hero h1 {
    font-size: 30px;
  }
}
.page-template-default .hero .logoMobile {
  display: none;
}
@media only screen and (max-width : 1023px) {
  .page-template-default .hero .logoMobile {
    position: absolute;
    display: block;
    width: 98px;
    height: auto;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-default .hero img.collision {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width : 760px) {
  .page-template-default .hero img.collision {
    top: 48%;
    width: 90%;
  }
}
.page-template-default .hero .container {
  padding: 0 0 120px 0;
  height: 470px;
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 1100px;
  display: flex;
  flex-direction: column-reverse;
  min-height: 470px;
  width: 80%;
}
@media only screen and (max-width : 760px) {
  .page-template-default .hero .container {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    height: auto;
    min-height: 0px;
    padding-top: 170px;
    padding-bottom: 50px;
    flex-direction: column;
  }
}
.page-template-default article {
  color: #0E2D22;
}
@media only screen and (max-width : 1023px) {
  .page-template-default article {
    font-size: 18px;
  }
}
@media only screen and (max-width : 760px) {
  .page-template-default article {
    font-size: 16px;
  }
}
.page-template-default article h2 {
  padding-bottom: 30px;
}
@media only screen and (max-width : 1023px) {
  .page-template-default article h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width : 760px) {
  .page-template-default article h2 {
    font-size: 23px;
    padding-bottom: 30px;
  }
}
.page-template-default article a {
  text-decoration: underline;
}
.page-template-default article a:hover,
.page-template-default article a:focus {
  text-decoration: none;
}
.page-template-default article ul {
  padding-left: 17px;
}
.page-template-default article ul li {
  margin-bottom: 20px;
}
.page-template-default article ul li::marker {
  content: "_";
}
body.page-id-3 .wp-block-table {
  margin-bottom: 30px;
}
body.page-id-3 .wp-block-table tr:first-child td {
  background: #0E2D22;
  color: #FF4713;
  border-color: #0E2D22;
  border-right-color: #fff;
}
@media only screen and (max-width : 760px) {
  body.page-id-3 .wp-block-table tr:first-child td {
    font-size: 16px;
  }
}
body.page-id-3 .wp-block-table tr:first-child td:last-of-type {
  border-right-color: #0E2D22;
}
.page-template.contact .contact-banner {
  background-color: #0E2D22;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100svh;
  z-index: 10;
}
.page-template.contact .contact-banner #banner {
  height: 100%;
  background-position: center;
  background-size: auto 425px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .page-template.contact .contact-banner #banner {
    background-size: auto 250px;
  }
}
.page-template.contact .contact-banner #banner .banner-title {
  margin: 0 auto;
  max-width: 75%;
  margin-bottom: 155px;
}
@media only screen and (max-width : 760px) {
  .page-template.contact .contact-banner #banner .banner-title {
    width: 100%;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    min-height: 583px;
    margin-bottom: 0;
  }
}
.page-template.contact .contact-banner #banner .banner-title h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: calc(50% + 158px);
  left: 0;
  padding: 0 5%;
}
@media (max-width: 1300px) {
  .page-template.contact .contact-banner #banner .banner-title h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    top: calc(50% + 83px);
  }
}
@media (max-width: 760px) {
  .page-template.contact .contact-banner #banner .banner-title h1 {
    top: calc(50% + 103px);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }
}
.page-template.contact .e-content,
.page-template.contact div#absolu {
  position: relative;
  z-index: 10 !important;
}
.page-template.contact .stk-inner-blocks {
  max-width: 1320px;
}
.page-template.carrieres .e-content,
.page-template.carrieres div#absolu {
  position: relative;
  z-index: 10 !important;
}
@media (min-width: 769px) {
  .page-template.carrieres .list-item-jobs a.fullWidthBtn {
    font-size: 80px;
  }
}
.job-banner {
  background-color: #0E2D22;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100svh;
  z-index: 10;
}
.job-banner #banner {
  height: 100%;
  background-position: center;
  background-size: auto 425px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1320px;
  margin: 0 auto;
  /*
    .banner-title {
      margin: 0 auto;
      max-width: 100%;
      margin-bottom: 75px;
      @media @mobile {
        width:100%;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 3;
        text-align: center;
        max-width: 1100px;
        display: flex;
        flex-direction: column;
        min-height: 583px;
          margin-bottom:0
      }
      h1 {
        color: @blanc;
        text-align: center;
        width:100%;
        position: absolute;
        top: ~"calc(50% + 158px)";
        left:0;
        padding: 0 5%;
        @media (max-width: @resolutionTablette) {
          font-size: 60px;
          font-weight: 400;
          line-height: 70px;
          top: ~"calc(50% + 173px)";
        }

        @media (max-width: @resolutionMobile) {
            
          top: ~"calc(50% + 103px)";
          font-size: 30px;
          font-weight: 400;
          line-height: 40px;
            
        }
      }
    }*/
}
@media (max-width: 1300px) {
  .job-banner #banner {
    background-size: auto 250px;
  }
}
@media (max-width: 760px) {
  .job-banner #banner {
    background-size: auto 250px;
  }
}
.job-banner #banner .banner-title {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  max-width: 100%;
}
@media (max-width: 760px) {
  .job-banner #banner .banner-title {
    margin-bottom: 265px;
  }
}
@media only screen and (max-width : 760px) {
  .job-banner #banner .banner-title {
    width: 100%;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    min-height: 583px;
    margin-bottom: 0;
  }
}
.job-banner #banner .banner-title h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: calc(50% + 158px);
  left: 12.5%;
  max-width: 75%;
  padding: 0 5%;
}
@media (max-width: 1300px) {
  .job-banner #banner .banner-title h1 {
    padding: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    top: calc(50% + 83px);
  }
}
@media (max-width: 760px) {
  .job-banner #banner .banner-title h1 {
    left: 0%;
    max-width: 100%;
    top: calc(50% + 103px);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }
}
.single-emplois .job-banner #banner.center .banner-title h1 {
  text-align: left;
}
.single-emplois .e-content {
  position: relative;
  z-index: 10 !important;
}
.single-emplois .e-content a {
  text-decoration: none;
  transition: all ease 0.2s;
  box-shadow: 0 -2px 0 #0E2D22 inset;
}
.single-emplois .e-content a:hover {
  color: #fff;
  box-shadow: 0 -35px 0 #0E2D22 inset;
}
.single-emplois .e-content .fleche a {
  text-decoration: none;
  box-shadow: none;
}
.single-emplois .e-content .fleche a:hover {
  box-shadow: none;
}
.single-emplois .e-content p,
.single-emplois .e-content li {
  font-size: initial;
}
.single-emplois .e-content .desc p {
  font-size: 30px !important;
  line-height: 1.4 !important;
}
@media only screen and (max-width : 760px) {
  .single-emplois .e-content .desc p {
    font-size: 23px !important;
  }
}
.single-emplois .e-content .no-pb p {
  padding-bottom: 0 !important;
}
.single-emplois .e-content ul li {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0E2D22;
  position: relative;
}
.single-emplois .e-content ul li:before {
  display: block;
  position: absolute;
  content: "";
  background: #0E2D22;
  top: 21px;
  left: -15px;
  width: 13px;
  height: 2px;
}
@media only screen and (max-width : 1023px) {
  .single-emplois .e-content ul li:before {
    top: 15px;
    width: 12px;
  }
}
@media only screen and (max-width : 760px) {
  .single-emplois .e-content ul li:before {
    top: 15px;
  }
}
@media (max-width: 1023px) {
  .single-emplois .e-content ul li {
    font-size: 18px;
  }
}
.single-emplois .e-content .fleche a {
  background-image: url('../images/fleche-verte.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .single-emplois .e-content .fleche {
    background-size: 20px;
  }
}
.single-emplois .e-content .fleche:hover a {
  background-image: url('../images/fleche-orange.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #FF4713;
}
@media (max-width: 1023px) {
  .single-emplois .e-content .fleche a {
    font-size: 16px;
  }
}
.single-emplois hr {
  margin: 20px;
}
.single-emplois .sidebar {
  flex-direction: row-reverse;
}
@media only screen and (max-width : 760px) {
  .single-emplois .sidebar {
    flex-direction: row;
  }
}
.single-emplois .hrSidebar hr {
  margin: 16px 0;
}
@media only screen and (max-width : 760px) {
  .single-emplois .hrSidebar hr {
    max-width: 100% !important;
  }
}
.single-emplois .hrAvecMargin hr {
  margin-bottom: 85px;
}
.wrap-breadcrumb ul.breadcrumb li:nth-child(1) a {
  background-color: #0E2D22;
  -webkit-mask-image: url(../images/Absolu.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  mask-image: url(../images/Absolu.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  transition: all 250ms ease 0s;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 20px;
  top: -16px;
  margin-right: 2px;
}
.wrap-breadcrumb ul.breadcrumb li:nth-child(1) a:hover,
.wrap-breadcrumb ul.breadcrumb li:nth-child(1) a:focus {
  background-color: #FF4713;
}
body.page-template-template-agence main {
  position: relative;
  z-index: 6;
}
body.page-template-template-agence main .breadcrumb {
  color: #0E2D22;
  position: absolute;
  font-family: 'PPF700';
  top: -30px;
  left: 0;
  font-size: 14px;
  z-index: 5;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .breadcrumb {
    display: none;
  }
}
body.page-template-template-agence main .breadcrumb a {
  color: #0E2D22;
  transition: all 250ms ease 0s;
}
body.page-template-template-agence main .breadcrumb a:hover,
body.page-template-template-agence main .breadcrumb a:focus {
  color: #fff;
}
body.page-template-template-agence main .breadcrumb a:nth-child(1) {
  background-color: #0E2D22;
  -webkit-mask-image: url(../images/Absolu.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  mask-image: url(../images/Absolu.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  transition: all 250ms ease 0s;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 20px;
  top: -16px;
  margin-right: 2px;
}
body.page-template-template-agence main .breadcrumb a:nth-child(1):hover,
body.page-template-template-agence main .breadcrumb a:nth-child(1):focus {
  background-color: #fff;
}
body.page-template-template-agence main .breadcrumb span {
  color: #fff;
}
body.page-template-template-agence main .hero {
  z-index: 5;
  background: #0E2D22;
  height: 100vh;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .hero {
    height: 100svh;
  }
}
body.page-template-template-agence main .hero .container {
  padding: 0 0 7vw 0;
  height: 56vw;
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  min-height: 583px;
  width: 80%;
  justify-content: center;
  height: 100%;
  padding: 0;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .hero .container {
    width: 100%;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .hero .container {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
}
body.page-template-template-agence main .hero h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  padding: 0 5%;
  left: 0;
  top: calc(50% + 112px);
}
@media (min-width: 1920px) {
  body.page-template-template-agence main .hero h1 {
    font-size: 80px;
    padding: 0%;
  }
}
@media (min-width: 1440px) {
  body.page-template-template-agence main .hero h1 {
    padding: 0%;
    top: calc(50% + 77px);
    font-size: 80px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .hero h1 {
    padding: 0 0%;
    top: calc(50% + 116px);
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .hero h1 {
    font-size: 30px;
    top: calc(50% + 87px);
  }
}
body.page-template-template-agence main .hero .logoMobile {
  display: none;
  /* 
                @media @tablette {
                    position: absolute;
                    display: block;
                    width:82px;
                    height:auto;
                    top:62px;
                    left:50%;
                    transform: translateX(-50%);
                }*/
}
body.page-template-template-agence main .hero img.collision {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 346px;
  height: auto;
  max-width: 346px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .hero img.collision {
    top: 50%;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .hero img.collision {
    width: 166px;
  }
}
body.page-template-template-agence main .croyancesWrap {
  overflow: hidden;
  position: relative;
}
body.page-template-template-agence main .backgroundCroyances {
  background: url(../images/bg-croyances.webp);
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .backgroundCroyances {
    display: none;
  }
}
body.page-template-template-agence main .croyances {
  padding-top: 300px;
  padding-bottom: 580px;
  z-index: 6;
  position: relative;
}
body.page-template-template-agence main .croyances:after {
  content: '';
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances {
    padding-top: 50px;
    padding-bottom: 390px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances {
    padding-top: 62px;
    background: url(../images/bg-orange.webp);
    background-position: center top;
    background-size: 100% auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
body.page-template-template-agence main .croyances .container {
  font-size: 60px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
}
body.page-template-template-agence main .croyances .container .breadcrumb {
  top: -230px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances .container {
    font-size: 40px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container {
    font-size: 23px;
  }
}
body.page-template-template-agence main .croyances .container .desktop {
  padding-bottom: 250px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances .container .desktop {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container .desktop {
    display: none;
  }
}
body.page-template-template-agence main .croyances .container .mobile {
  display: none;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container .mobile {
    display: block;
    padding-bottom: 100px;
    font-size: 23px;
    text-align: left;
  }
}
body.page-template-template-agence main .croyances .container > p {
  padding: 0 0 220px 0;
  margin: 0;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances .container > p {
    line-height: 1.4;
    padding: 0 0 70px 0;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container > p {
    padding-bottom: 86px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
body.page-template-template-agence main .croyances .container h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances .container h2 {
    line-height: 1.4 !important;
    font-size: 40px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container h2 {
    line-height: 1.4;
    font-size: 23px;
  }
}
body.page-template-template-agence main .croyances .container .haut,
body.page-template-template-agence main .croyances .container .gauche {
  margin-top: 400px;
  color: #fff;
  font-size: 24px;
  max-width: 420px;
}
body.page-template-template-agence main .croyances .container .haut img,
body.page-template-template-agence main .croyances .container .gauche img {
  display: none;
}
@media (min-width: 1820px) {
  body.page-template-template-agence main .croyances .container .haut,
  body.page-template-template-agence main .croyances .container .gauche {
    margin-left: -140px;
  }
}
@media (min-width: 1921px) {
  body.page-template-template-agence main .croyances .container .haut,
  body.page-template-template-agence main .croyances .container .gauche {
    margin-left: -240px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances .container .haut,
  body.page-template-template-agence main .croyances .container .gauche {
    max-width: 280px;
    font-size: 18px;
    margin-top: 220px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container .haut,
  body.page-template-template-agence main .croyances .container .gauche {
    order: 3;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 230px;
    padding-bottom: 50px;
    max-width: 100%;
    background: url(../images/main-droite-mobile.webp), url(../images/bg-bleu.jpg);
    background-position: top 187px right -71px, top center;
    background-size: 227px auto,cover;
    background-repeat: no-repeat;
    position: relative;
    line-height: 1.3;
    margin-top: 0;
    z-index: 9;
  }
  body.page-template-template-agence main .croyances .container .haut img,
  body.page-template-template-agence main .croyances .container .gauche img {
    position: absolute;
    top: 0;
    display: block;
    left: 50%;
    width: 100%;
    max-width: 232px;
    transform: translate(-50%, -50%);
  }
  body.page-template-template-agence main .croyances .container .haut h2,
  body.page-template-template-agence main .croyances .container .gauche h2 {
    max-width: 160px;
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
body.page-template-template-agence main .croyances .container .bas,
body.page-template-template-agence main .croyances .container .droite {
  text-align: right;
  color: #fff;
  font-size: 24px;
  max-width: 420px;
}
@media (min-width: 1820px) {
  body.page-template-template-agence main .croyances .container .bas,
  body.page-template-template-agence main .croyances .container .droite {
    margin-right: -140px;
  }
}
@media (min-width: 1921px) {
  body.page-template-template-agence main .croyances .container .bas,
  body.page-template-template-agence main .croyances .container .droite {
    margin-right: -240px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .croyances .container .bas,
  body.page-template-template-agence main .croyances .container .droite {
    max-width: 310px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .croyances .container .bas,
  body.page-template-template-agence main .croyances .container .droite {
    background-image: url(../images/main-gauche-mobile.webp), url(../images/bg-orange.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: top 38% left,bottom center;
    background-size: 167px auto, cover;
    font-size: 16px;
    margin-top: 0;
    text-align: right;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    max-width: 100%;
    padding-bottom: 270px;
    line-height: 1.3;
  }
  body.page-template-template-agence main .croyances .container .bas h2,
  body.page-template-template-agence main .croyances .container .droite h2 {
    max-width: 160px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: inline-block;
  }
}
body.page-template-template-agence main .mains {
  display: none;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .mains {
    display: block;
    background: #FF4713;
    padding: 80px 0 0 0 ;
  }
  body.page-template-template-agence main .mains img {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
}
body.page-template-template-agence main .mainsAvecBling {
  z-index: 5;
  background: #FF4713;
  height: 100vh;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .mainsAvecBling {
    display: none;
  }
}
body.page-template-template-agence main .mainsAvecBling .mainGauche {
  position: absolute;
  top: 50%;
  width: 50%;
  will-change: transform, opacity;
  transform: translateY(calc(-179vh - 50%)) translateX(-294px) scale(0.6);
  left: 0;
  transition: all 400ms cubic-bezier(0.1, 0.85, 0.29, 0.96) 0s;
}
@media (max-width: 1920px) {
  body.page-template-template-agence main .mainsAvecBling .mainGauche {
    transform: translateY(calc(-178vh - 50%)) translateX(-251px) scale(0.6);
  }
}
@media (max-width: 1199px) {
  body.page-template-template-agence main .mainsAvecBling .mainGauche {
    transform: translateY(calc(-216.5vh - 50%)) translateX(-150px) scale(0.6);
  }
}
@media (max-width: 1023px) {
  body.page-template-template-agence main .mainsAvecBling .mainGauche {
    transform: translateY(calc(-136.5vh - 50%)) translateX(-98px) scale(0.6);
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .mainsAvecBling .mainGauche {
    display: none;
  }
}
body.page-template-template-agence main .mainsAvecBling .mainDroite {
  position: absolute;
  will-change: transform, opacity;
  top: 50%;
  transform: translateY(calc(-134.731vh  - 50%)) translateX(calc(100% + 251px)) scale(0.6);
  left: 0;
  transition: all 400ms cubic-bezier(0.1, 0.85, 0.29, 0.96) 0s;
  width: 50%;
}
@media (max-width: 1920px) {
  body.page-template-template-agence main .mainsAvecBling .mainDroite {
    transform: translateY(calc(-134.406vh - 50%)) translateX(calc(100% + 251px)) scale(0.6);
  }
}
@media (max-width: 1199px) {
  body.page-template-template-agence main .mainsAvecBling .mainDroite {
    transform: translateY(calc(-171.362vh - 50%)) translateX(calc(100% + 150px)) scale(0.6);
    right: -150px;
  }
}
@media (max-width: 1023px) {
  body.page-template-template-agence main .mainsAvecBling .mainDroite {
    transform: translateY(calc(-103.406vh - 50%)) translateX(calc(100% + 98px)) scale(0.6);
    right: -98px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .mainsAvecBling .mainDroite {
    display: none;
  }
}
body.page-template-template-agence main .mainsAvecBling .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100vh;
  z-index: 2;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .mainsAvecBling .container {
    display: none;
  }
}
body.page-template-template-agence main .mainsAvecBling .container .breadcrumb {
  top: 70px;
}
body.page-template-template-agence main .mainsAvecBling .container div.curiosite {
  height: 100%;
  color: #fff;
  font-size: 60px;
  max-width: 420px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .mainsAvecBling .container div.curiosite {
    font-size: 45px;
  }
}
body.page-template-template-agence main .mainsAvecBling .container div.intelligence {
  color: #fff;
  font-size: 60px;
  height: 100%;
  text-align: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .mainsAvecBling .container div.intelligence {
    font-size: 45px;
  }
}
body.page-template-template-agence main .conviction {
  background: #FF4713;
  color: #0E2D22;
  font-size: 60px;
  text-align: center;
  padding: 170px 60px 222px 60px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .conviction {
    font-size: 40px;
    padding: 70px 60px 122px 60px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .conviction {
    padding: 78px 17px 100px 17px;
    font-size: 23px;
  }
}
body.page-template-template-agence main .conviction .container .breadcrumb {
  top: -140px;
}
body.page-template-template-agence main .conviction .container .text strong {
  padding-top: 21px;
  display: block;
  font-family: 'OG600';
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .conviction .container .text strong {
    font-size: 40px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .conviction .container .text strong {
    font-size: 23px;
  }
}
body.page-template-template-agence main .slides {
  overflow: hidden;
  background: #ff9933;
  color: #0E2D22;
  padding: 90px 60px ;
  transition: all 250ms ease 0s;
  cursor: none;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides {
    padding: 0;
  }
}
body.page-template-template-agence main .slides .curseur {
  background-color: #0E2D22;
  background-image: url(../images/fleche-orange.svg);
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .curseur {
    display: none;
  }
}
body.page-template-template-agence main .slides.active1 {
  background: #FF9933;
}
body.page-template-template-agence main .slides.active2 {
  background: #92DEFF;
}
body.page-template-template-agence main .slides.active3 {
  background: #003366;
  color: #fff;
}
body.page-template-template-agence main .slides.active4 {
  background: #FFCC66;
}
body.page-template-template-agence main .slides.active5 {
  background: #00A046;
  color: #fff;
}
body.page-template-template-agence main .slides.active5 a:hover,
body.page-template-template-agence main .slides.active5 a:focus {
  color: #0E2D22 !important;
  border-bottom: 1px solid #0E2D22 !important;
}
body.page-template-template-agence main .slides.active6 {
  background: #0967FF;
  color: #fff;
}
body.page-template-template-agence main .slides.active6 a:hover,
body.page-template-template-agence main .slides.active6 a:focus {
  color: #0E2D22 !important;
  border-bottom: 1px solid #0E2D22 !important;
}
body.page-template-template-agence main .slides .controls {
  display: flex;
  justify-content: space-between;
}
body.page-template-template-agence main .slides .controls a {
  width: 190px;
  font-size: 20px;
  font-family: 'OG600';
  border-bottom: 1px solid transparent;
  padding-bottom: 20px;
  transition: all 250ms ease 0s;
  padding-left: 0px;
  padding-right: 0px;
}
body.page-template-template-agence main .slides .controls a:hover,
body.page-template-template-agence main .slides .controls a:focus,
body.page-template-template-agence main .slides .controls a.active {
  color: #FF4713;
  border-bottom: 1px solid #FF4713;
}
body.page-template-template-agence main .slides .controls a#lien5.active,
body.page-template-template-agence main .slides .controls a#lien6.active {
  color: #0E2D22;
  border-bottom: 1px solid #0E2D22;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .controls {
    display: none;
  }
}
body.page-template-template-agence main .slides .slick-track {
  display: flex !important;
}
body.page-template-template-agence main .slides .slide {
  display: none;
  padding: 75px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-template-agence main .slides .slide#slide1 {
  display: flex;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide {
    text-align: center;
    display: block;
    height: auto;
    padding: 50px 17px 60px 17px;
  }
  body.page-template-template-agence main .slides .slide#slide1 {
    display: block;
  }
  body.page-template-template-agence main .slides .slide.slick-cloned {
    background: #0967FF;
    color: #fff;
  }
  body.page-template-template-agence main .slides .slide#slide1 {
    background: #FF9933;
  }
  body.page-template-template-agence main .slides .slide#slide2 {
    background: #92DEFF;
  }
  body.page-template-template-agence main .slides .slide#slide3 {
    background: #003366;
    color: #fff;
  }
  body.page-template-template-agence main .slides .slide#slide4 {
    background: #FFCC66;
  }
  body.page-template-template-agence main .slides .slide#slide5 {
    background: #00A046;
    color: #fff;
  }
  body.page-template-template-agence main .slides .slide#slide6 {
    background: #0967FF;
    color: #fff;
  }
  body.page-template-template-agence main .slides .slide#slide6 + .slick-cloned {
    background: #FF9933;
    color: #0E2D22;
  }
}
body.page-template-template-agence main .slides .slide .gauche {
  width: 470px;
  padding-top: 113px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide .gauche {
    width: 100%;
    padding-top: 0px;
    font-size: 16px;
    padding-bottom: 30px;
  }
}
body.page-template-template-agence main .slides .slide .gauche .conv {
  font-size: 18px;
  display: block;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .slides .slide .gauche .conv {
    font-size: 14px;
  }
}
body.page-template-template-agence main .slides .slide .gauche h2 {
  font-family: 'OG600';
  line-height: 1.2;
  font-size: 50px;
  padding: 16px 0;
  text-transform: uppercase;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide .gauche h2 {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .slides .slide .gauche h2 {
    font-size: 20px;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
body.page-template-template-agence main .slides .slide .gauche h2 + span {
  width: 100%;
  display: block;
  max-width: 100%;
  text-align: right;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide .gauche h2 + span {
    text-align: center;
  }
}
body.page-template-template-agence main .slides .slide .gauche h2 + span span {
  width: 300px;
  display: inline-block;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 1270px) {
  body.page-template-template-agence main .slides .slide .gauche h2 + span span {
    width: 100%;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide .gauche h2 + span span {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
body.page-template-template-agence main .slides .slide .gauche .txt {
  width: 70%;
}
body.page-template-template-agence main .slides .slide .centre {
  width: 355px;
  height: 520px;
  background-size: cover;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide .centre {
    margin: 0 auto;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .slides .slide .centre {
    width: 190px;
    height: 228px;
    margin: 0 auto;
  }
}
body.page-template-template-agence main .slides .slide .droite {
  padding-top: 130px;
  width: 310px;
}
@media (max-width: 1270px) {
  body.page-template-template-agence main .slides .slide .droite {
    padding-top: 0px;
    margin-top: -130px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .slides .slide .droite {
    margin-top: 0px;
    padding-top: 60px;
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .slides .slide .droite {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 16px;
    width: 100%;
  }
}
body.page-template-template-agence main .slides .slick-arrow {
  top: 107px;
  right: 37px;
  background: #0E2D22;
  transition: all 250ms ease 0s;
  position: relative;
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 0;
  z-index: 10;
}
body.page-template-template-agence main .slides .slick-arrow:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #FF4713;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .slides .slick-arrow:after {
    width: 35px;
    height: 30px;
  }
}
body.page-template-template-agence main .slides .slick-arrow:hover,
body.page-template-template-agence main .slides .slick-arrow:focus {
  color: #FF4713;
}
body.page-template-template-agence main .slides .slick-arrow:hover:before,
body.page-template-template-agence main .slides .slick-arrow:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
body.page-template-template-agence main .slides .slick-arrow:hover:after,
body.page-template-template-agence main .slides .slick-arrow:focus:after {
  right: -4px;
  background-color: #FF4713;
}
body.page-template-template-agence main .slides .slick-arrow:after {
  width: 64px;
  height: 31px;
}
body.page-template-template-agence main .slides .slick-arrow:hover:after,
body.page-template-template-agence main .slides .slick-arrow:focus:after {
  right: 0;
}
body.page-template-template-agence main .slides .slick-arrow.slick-prev {
  right: auto;
  left: 37px;
  transform: rotate(180deg);
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .slides .slick-arrow {
    top: 81px;
    right: 17px;
    width: 44px;
    height: 44px;
  }
  body.page-template-template-agence main .slides .slick-arrow:after {
    width: 44px;
    height: 21px;
  }
  body.page-template-template-agence main .slides .slick-arrow.slick-prev {
    right: auto;
    left: 17px;
    transform: rotate(180deg);
  }
}
body.page-template-template-agence main .cequonfait {
  background: #fff;
  color: #0E2D22;
  padding-top: 227px;
  line-height: 1.3;
  padding-bottom: 126px;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  body.page-template-template-agence main .cequonfait .container {
    order: 3;
    display: flex;
    flex-direction: column;
  }
}
body.page-template-template-agence main .cequonfait .breadcrumb {
  top: -140px;
}
body.page-template-template-agence main .cequonfait .breadcrumb a:hover,
body.page-template-template-agence main .cequonfait .breadcrumb a:focus,
body.page-template-template-agence main .cequonfait .breadcrumb span {
  color: #FF4713;
}
body.page-template-template-agence main .cequonfait .breadcrumb a:nth-child(1):hover {
  background-color: #FF4713;
}
body.page-template-template-agence main .cequonfait .texte {
  width: calc(100% - 450px);
  padding-bottom: 50px;
}
@media only screen and (max-width : 1150px) {
  body.page-template-template-agence main .cequonfait .texte {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .texte {
    width: 100%;
    padding-bottom: 0px;
    font-size: 16px;
    order: 2;
    display: flex;
    flex-direction: column;
  }
}
body.page-template-template-agence main .cequonfait .texte h2 {
  font-size: 60px;
  line-height: 1.2;
  padding-bottom: 37px;
}
@media only screen and (max-width : 1150px) {
  body.page-template-template-agence main .cequonfait .texte h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .texte h2 {
    line-height: 1.4;
    font-size: 23px;
  }
}
body.page-template-template-agence main .cequonfait .texte p {
  width: 80%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .cequonfait .texte p {
    width: 80vw;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .texte p {
    width: 100%;
  }
}
body.page-template-template-agence main .cequonfait .droite {
  position: absolute;
  right: 0;
  top: 100px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .cequonfait .droite {
    top: 30px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .droite {
    position: static;
    right: auto;
    top: auto;
    order: 1;
    display: flex;
    padding-bottom: 40px;
  }
}
body.page-template-template-agence main .cequonfait .droite .img {
  position: relative;
  background-repeat: no-repeat;
  width: 420px;
  height: 270px;
  background-size: auto 120%;
  background-position-X: 50%;
}
@media only screen and (max-width : 1150px) {
  body.page-template-template-agence main .cequonfait .droite .img {
    width: 290px;
    height: 190px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .droite .img {
    width: 212px;
    height: 130px;
  }
}
body.page-template-template-agence main .cequonfait .accordeon {
  color: #0E2D22;
  font-size: 80px;
  font-family: 'PPF700';
  display: block;
  width: 100%;
  border-bottom: 1px solid #0E2D22;
  padding-top: 25px;
  cursor: pointer;
  position: relative;
  padding-bottom: 40px;
  transition: all 250ms ease 0s;
  pointer-events: none;
  /*
                &:before{
                    content:'';
                    position: absolute;
                    right: 25px;
                    top: 30px;
                    width: 100%;
                    transform:scaleX(100%);
                    transform-origin: top left;
                    display: block;
                    transition:transform 700ms ease 200ms, color 250ms ease 200ms, bottom 700ms ease 200ms;
                    width:1px;
                    height:50px;
                    background:@vert;
                    transition:all 250ms ease 0s;
                    @media @mobile {
                        right: 12px;
                        height:25px;
                        top: 25px;
                    }
                }
                &:after{
                    content:'';
                    position: absolute;
                    width: 100%;
                    right: 0;
                    top: 54px;
                    transform:scaleX(100%);
                    transform-origin: top left;
                    display: block;
                    opacity:1;
                    transition:opacity 700ms ease 700ms,  right 250ms ease 0ms,  background 250ms ease 0ms;
                    width:50px;
                    height:1px;
                    background:@vert;
                    transition:all 250ms ease 0s;
                    @media @mobile {
                        top: 37px;
                        width:25px;
                    }
                }
                &.ouvert{
                    &:before{
                        opacity: 0;
                    }
                }
                &:hover,
                &:focus{
                    color:@orange;
                    border-bottom-color: @orange;
                    &:before,&:after{
                        background:@orange;
                    }
                }*/
}
@media only screen and (max-width : 1150px) {
  body.page-template-template-agence main .cequonfait .accordeon {
    font-size: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .accordeon {
    font-size: 23px;
    padding-bottom: 0;
    padding-top: 4px;
  }
}
body.page-template-template-agence main .cequonfait .accordeon.hidden span {
  opacity: 0;
  transform-origin: top left;
  transform: translateY(100px);
}
body.page-template-template-agence main .cequonfait .accordeon.hidden:before {
  transform: scaleX(0);
}
body.page-template-template-agence main .cequonfait .accordeon.hidden:after {
  opacity: 0;
  right: 70px;
}
body.page-template-template-agence main .cequonfait .accordeon-contenu {
  padding: 40px;
  font-size: 24px;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .accordeon-contenu {
    padding: 20px;
    font-size: 18px;
  }
}
body.page-template-template-agence main .cequonfait .accordeonStop {
  border: 0px;
  margin: 0;
}
body.page-template-template-agence main .cequonfait .container {
  position: relative;
}
body.page-template-template-agence main .cequonfait .container.bas {
  padding-top: 113px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 870px;
  padding-right: 100px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .cequonfait .container.bas {
    max-width: 100%;
    padding-right: 0px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .container.bas {
    padding-top: 50px;
  }
}
body.page-template-template-agence main .cequonfait .container.bas .image {
  width: 195px;
  height: 288px;
  left: 17%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .container.bas .image {
    display: none;
  }
}
body.page-template-template-agence main .cequonfait .container.bas > a {
  color: #FF4713;
  font-size: 20px;
  font-family: 'PPF700';
  transition: all 250ms ease 0s;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .container.bas > a {
    font-size: 18px;
  }
}
body.page-template-template-agence main .cequonfait .container.bas > a img {
  margin-bottom: 30px;
  opacity: 1;
  transition: all 250ms ease 0s;
  background-size: cover;
}
body.page-template-template-agence main .cequonfait .container.bas > a span {
  padding-right: 50px;
  transition: all 250ms ease 0s;
  position: relative;
}
body.page-template-template-agence main .cequonfait .container.bas > a span:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #FF4713;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .cequonfait .container.bas > a span:after {
    width: 35px;
    height: 30px;
  }
}
body.page-template-template-agence main .cequonfait .container.bas > a span:hover,
body.page-template-template-agence main .cequonfait .container.bas > a span:focus {
  color: #FF4713;
}
body.page-template-template-agence main .cequonfait .container.bas > a span:hover:before,
body.page-template-template-agence main .cequonfait .container.bas > a span:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
body.page-template-template-agence main .cequonfait .container.bas > a span:hover:after,
body.page-template-template-agence main .cequonfait .container.bas > a span:focus:after {
  right: -4px;
  background-color: #FF4713;
}
body.page-template-template-agence main .cequonfait .container.bas > a span:after {
  width: 35px;
  height: 30px;
}
body.page-template-template-agence main .cequonfait .container.bas > a:hover,
body.page-template-template-agence main .cequonfait .container.bas > a:focus {
  color: #0E2D22;
}
body.page-template-template-agence main .cequonfait .container.bas > a:hover img,
body.page-template-template-agence main .cequonfait .container.bas > a:focus img {
  opacity: 0.7;
}
body.page-template-template-agence main .cequonfait .container.bas > a:hover span:after,
body.page-template-template-agence main .cequonfait .container.bas > a:focus span:after {
  background: #0E2D22;
  right: -4px;
}
body.page-template-template-agence main .photoEquipe {
  background: url(../images/equipe.webp) center;
  background-size: cover;
  height: 60vw;
}
@media only screen and (max-width : 1150px) {
  body.page-template-template-agence main .photoEquipe {
    height: 65vw;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .photoEquipe {
    height: 77vw;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .photoEquipe {
    height: 60vw;
  }
}
body.page-template-template-agence main .photoEquipe .breadcrumb {
  top: 70px;
}
body.page-template-template-agence main .equipe {
  background: #0E2D22;
  color: #FF4713;
  overflow: hidden;
}
body.page-template-template-agence main .equipe .container {
  /*.bas{ 
                    position: relative;
                    height:960px;
                    @media @tablette {
                        height: 820px;
                    }
                    @media @mobile {
                        height:550px;
                    }
                    
                    img{
                        position: absolute;
                        
                        &.mobile{display: none;}
                        @media @mobile {
                            &.mobile{display: block;}
                            &.desktop{display:none;}
                        }
                        &.img1{
                            top:193px;
                            left: -28%;
                            @media @tablette {
                                display: none;
                            }
                        }
                        &.img2{
                            top:322px;
                            left:25%;
                            @media (max-width: 1400px) {
                                display:none;
                            }
                        }
                        &.img3{
                            top:193px;
                            left:47%;
                            @media @tablette {
                                width: 120px;
                                top: 173px;
                                left: 17%;
                            }
                            @media @mobile {
                            display: none;
                            }
                        }
                        &.img4{
                            top:333px;
                            left:auto;
                            right: -7%;
                            @media @tablette {
                                width: 162px;
                            }
                            @media @mobile {
                                display: none;
                            }
                        }
                        &.img5{
                            top:215px;
                            left:auto;
                            right: -34%;
                            @media @tablette {
                                width: 142px;
                            }
                            @media @mobile {
                                top: 165px;
                                left: auto;
                                right: 26%;
                            }
                        }
                        &.img6{
                            top:575px;
                            left: -28%;
                            @media @tablette {
                                width: 220px;
                            }
                            @media @mobile {
                                display: none;
                            }
                        }
                        &.img7{
                            top:593px;
                            left:8%;
                            @media @tablette {
                                display: none;
                            }
                        }
                        &.img8{
                            top:609px;
                            left:57%;
                            @media @tablette {
                                width: 140px;
                            }
                            @media @mobile {
                                display: none;
                            }
                        }
                        
                        &.img9{
                            top:711px;
                            left:85%;
                            @media @tablette {
                                width: 140px;
                            }
                            @media @mobile {
                                left:auto;
                                top: 311px;
                                right: -5%;
                            }
                        }
                        
                        &.img10{
                            top:596px;
                            left:auto;
                            right: -45%;
                            @media @tablette {
                                width: 140px;
                            }
                        }
                      
                        &.jason{
                            top:322px;
                            left:-1%;
                            @media @tablette {
                                width: 248px;
                            }
                            @media @mobile {
                                width: 90px;
                                top:152px;
                            }
                        }
                        &.jessica{
                            top:273px;
                            left:auto;
                            right: 10%;
                            @media (max-width: 1562px) {
                            }
                            @media @tablette {
                                width: 240px;
                                top: 60px;
                            }
                            @media @mobile {
                                width: 90px;
                            }
                        }
                        &.jeanfrancois{
                            top:671px;
                            left:37%;
                            @media (max-width: 1562px) {
                            }
                            @media @tablette {
                                top:611px;
                                left:18%;
                                width: 300px;
                            }
                            @media @mobile {
                                width: 90px;
                                top:381px;
                            }
                        }
                    } 
                    .drummondville1 ,
                     .drummondville2 {
                            position: absolute;
                            top: 759px;
                            left:-50%;
                            color:@orange;
                            font-size: 80px;
                            text-transform: uppercase;
                            will-change: transform;
                            @media @tablette {
                                font-size:33px;
                                left: -30%;
                            }
                            @media @mobile {

                                top:90px;
                                left:-150px;
                            }
                        }
                        .drummondville2{
                            left:66%;
                            top:609px;
                            @media (max-width: 1843px) {
                                left:34%;
                            }
                            @media (max-width: 1100px) {
                                left:24%;
                            }
                            @media @tablette {
                                left:44%;
                                top:559px;
                            }
                            @media @mobile {
                                left:auto;
                                top:479px;
                                right:3%;
                            }
                        }
                        .quebec1,
                        .quebec2 {
                            position: absolute;
                            top: 466px;
                            left:-38%;
                            color:@orange;
                            font-size: 80px;
                            text-transform: uppercase;
                            will-change: transform;
                            @media @tablette {
                                font-size:33px;
                            }
                            @media @mobile {
                                top:287px;
                                left:auto;
                                right:30px;

                            }
                        }
                        .quebec2 {
                            top: 450px;
                            left:32%;
                            @media @mobile {
                                left:-12%;
                                top:350px;
                            }
                        }
                }*/
}
body.page-template-template-agence main .equipe .container .haut {
  position: relative;
  height: 1055px;
  margin-top: 90px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut {
    height: 985px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut {
    margin-top: 0px;
    height: 580px;
  }
}
body.page-template-template-agence main .equipe .container .haut img {
  will-change: transform;
  position: absolute;
}
body.page-template-template-agence main .equipe .container .haut img.img1 {
  top: 180px;
  left: -30%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img1 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img2 {
  top: 270px;
  left: 4%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img2 {
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img2 {
    width: 88px;
    top: 66px;
    left: 90%;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img3 {
  top: 180px;
  left: 97%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img3 {
    width: 96px;
    top: 110px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img3 {
    display: none;
    top: 116px;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img4 {
  top: 171px;
  right: -41%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img4 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img5 {
  top: 270px;
  right: -39%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img5 {
    width: 130px;
    height: auto;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img5 {
    width: 80px;
    height: auto;
    top: 240px;
    left: 0;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img6 {
  top: 720px;
  left: -40%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img6 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img7 {
  top: 530px;
  left: -16%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img7 {
    width: 160px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img7 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img8 {
  top: 577px;
  left: 39%;
}
@media (max-width: 1024px) {
  body.page-template-template-agence main .equipe .container .haut img.img8 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img9 {
  top: 688px;
  right: -30%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img9 {
    right: -30%;
    width: 170px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img9 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img9 {
  top: 688px;
  right: -30%;
}
@media (max-width: 1024px) {
  body.page-template-template-agence main .equipe .container .haut img.img9 {
    right: -16%;
    width: 170px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img9 {
    right: -30%;
    width: 170px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img9 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.img10 {
  top: 72px;
  right: 57%;
}
@media (max-width: 1024px) {
  body.page-template-template-agence main .equipe .container .haut img.img10 {
    right: -11%;
    top: 312px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.img10 {
    width: 170px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.img10 {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut img.shanie {
  top: 109px;
  left: 0%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.shanie {
    width: 270px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.shanie {
    width: 90px;
    top: 65px;
    left: 0%;
  }
}
body.page-template-template-agence main .equipe .container .haut img.linda {
  top: 629px;
  left: 18%;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.linda {
    width: 240px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.linda {
    top: 409px;
    width: 90px;
  }
}
body.page-template-template-agence main .equipe .container .haut img.alex {
  top: 709px;
  left: 59%;
  /*@media (max-width: 1562px) {
                                left: 49%;
                                top: 629px;
                            }*/
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.alex {
    width: 270px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.alex {
    width: 90px;
    top: 359px;
  }
}
body.page-template-template-agence main .equipe .container .haut img.jason {
  top: 56px;
  left: 57%;
}
@media (max-width: 1024px) {
  body.page-template-template-agence main .equipe .container .haut img.jason {
    left: 46%;
    top: 386px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.jason {
    width: 248px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.jason {
    width: 90px;
    top: 206px;
    left: 28%;
  }
}
body.page-template-template-agence main .equipe .container .haut img.jessica {
  top: 422px;
  left: auto;
  right: -3%;
}
@media (max-width: 1024px) {
  body.page-template-template-agence main .equipe .container .haut img.jessica {
    right: 6%;
    top: 60px;
  }
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut img.jessica {
    width: 240px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.jessica {
    top: 120px;
    right: 3%;
    width: 90px;
  }
}
body.page-template-template-agence main .equipe .container .haut img.mobile {
  display: none;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut img.mobile {
    display: block;
  }
  body.page-template-template-agence main .equipe .container .haut img.desktop {
    display: none;
  }
}
body.page-template-template-agence main .equipe .container .haut .troisrivieres,
body.page-template-template-agence main .equipe .container .haut .victoriaville,
body.page-template-template-agence main .equipe .container .haut .drummondville,
body.page-template-template-agence main .equipe .container .haut .quebec {
  position: absolute;
  top: 802px;
  left: 66%;
  color: #FF4713;
  font-size: 80px;
  text-transform: uppercase;
  will-change: transform;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut .troisrivieres,
  body.page-template-template-agence main .equipe .container .haut .victoriaville,
  body.page-template-template-agence main .equipe .container .haut .drummondville,
  body.page-template-template-agence main .equipe .container .haut .quebec {
    font-size: 33px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut .troisrivieres,
  body.page-template-template-agence main .equipe .container .haut .victoriaville,
  body.page-template-template-agence main .equipe .container .haut .drummondville,
  body.page-template-template-agence main .equipe .container .haut .quebec {
    top: 60px;
    left: auto;
    right: -100px;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-agence main .equipe .container .haut .victoriaville {
    top: 821px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut .victoriaville {
    right: 10px;
    top: 330px;
  }
}
body.page-template-template-agence main .equipe .container .haut .troisrivieres {
  width: max-content;
  top: 258px;
  left: 47%;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut .troisrivieres {
    left: 3%;
  }
}
body.page-template-template-agence main .equipe .container .haut .drummondville {
  top: 582px;
  left: auto;
  right: 71%;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut .drummondville {
    right: 0%;
    top: 494px;
  }
}
body.page-template-template-agence main .equipe .container .haut .quebec {
  position: absolute;
  top: 461px;
  left: 30%;
  color: #FF4713;
  font-size: 80px;
  text-transform: uppercase;
  will-change: transform;
  white-space: nowrap;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .haut .quebec {
    font-size: 33px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .haut .quebec {
    top: 140px;
    left: 11px;
  }
}
body.page-template-template-agence main .equipe .container .centre {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .centre {
    flex-direction: column;
    text-transform: uppercase;
  }
  body.page-template-template-agence main .equipe .container .centre .texte {
    text-transform: none;
    font-size: 16px;
  }
}
body.page-template-template-agence main .equipe .container .centre div {
  font-size: 50px;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .centre div {
    font-size: 20px;
    font-family: 'OG600';
  }
}
body.page-template-template-agence main .equipe .container .centre div:nth-child(1) {
  width: 275px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .centre div:nth-child(1) {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .centre div:nth-child(1) {
    width: 175px;
    line-height: 1.5;
  }
}
body.page-template-template-agence main .equipe .container .centre div:nth-child(2) {
  width: 456px;
}
@media only screen and (max-width : 1023px) {
  body.page-template-template-agence main .equipe .container .centre div:nth-child(2) {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .centre div:nth-child(2) {
    line-height: 1.5;
    width: 275px;
    padding-bottom: 32px;
  }
}
body.page-template-template-agence main .equipe .container .centre div:nth-child(3) {
  width: 33%;
  font-size: 24px;
}
@media (max-width: 1200px) {
  body.page-template-template-agence main .equipe .container .centre div:nth-child(3) {
    padding-bottom: 32px;
    width: 100%;
    text-transform: none;
    padding-top: 30px;
  }
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container .centre div:nth-child(3) {
    padding-top: 0px;
    font-size: 16px;
    font-family: 'OG400';
  }
}
body.page-template-template-agence main .equipe .container a {
  color: #fff;
  font-size: 20px;
  font-family: 'PPF700';
  padding-right: 50px;
  transition: all 250ms ease 0s;
  position: relative;
}
body.page-template-template-agence main .equipe .container a:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #fff;
}
@media only screen and (max-width : 760px) {
  body.page-template-template-agence main .equipe .container a:after {
    width: 35px;
    height: 30px;
  }
}
body.page-template-template-agence main .equipe .container a:hover,
body.page-template-template-agence main .equipe .container a:focus {
  color: #FF4713;
}
body.page-template-template-agence main .equipe .container a:hover:before,
body.page-template-template-agence main .equipe .container a:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
body.page-template-template-agence main .equipe .container a:hover:after,
body.page-template-template-agence main .equipe .container a:focus:after {
  right: -4px;
  background-color: #FF4713;
}
body.page-template-template-agence main .equipe .container a:after {
  width: 34px;
  height: 28px;
}
body.page-template-template-agence main .equipe .container a.mobile {
  display: none;
}
@media (max-width: 1200px) {
  body.page-template-template-agence main .equipe .container a {
    text-transform: none;
    font-size: 18px;
  }
  body.page-template-template-agence main .equipe .container a.mobile {
    display: block;
  }
  body.page-template-template-agence main .equipe .container a.desktop {
    display: none;
  }
}
body.page-template-template-agence main .container {
  position: relative;
}
.wrap_creesavecconviction {
  z-index: 6;
  position: relative;
  overflow: hidden;
}
.wrap_creesavecconviction .creesavecconviction {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 7;
  pointer-events: none;
}
.wrap_creesavecconviction .creesavecconviction.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.wrap_creesavecconviction .creesavecconviction .projects-list {
  max-width: 1096px;
  margin: 0 auto;
}
.wrap_creesavecconviction .creesavecconviction .container {
  min-height: 100vh;
  flex-direction: column;
  height: 100vh;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.wrap_creesavecconviction .creesavecconviction .container div {
  background: #0E2D22;
  width: 100%;
  max-height: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body.single-projet .wrap_creesavecconviction .creesavecconviction .container div {
  background: #EFED86;
}
.wrap_creesavecconviction .creesavecconviction .container div span {
  font-family: 'PPF700';
  color: #FF4713;
  font-size: 80px;
  padding: 0 40px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  height: 80px;
}
body.single-projet .wrap_creesavecconviction .creesavecconviction .container div span {
  color: #0E2D22;
}
@media (max-width: 1123px) {
  .wrap_creesavecconviction .creesavecconviction .container div span {
    font-size: 43px;
  }
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creesavecconviction .container div span {
    font-size: 23px;
  }
}
.wrap_creesavecconviction .creesavecconviction .container div.haut span {
  bottom: -23px;
}
@media (max-width: 1123px) {
  .wrap_creesavecconviction .creesavecconviction .container div.haut span {
    bottom: -48px;
  }
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creesavecconviction .container div.haut span {
    bottom: -63px;
  }
}
.wrap_creesavecconviction .creesavecconviction .container div.bas span {
  top: -57px;
}
@media (max-width: 1123px) {
  .wrap_creesavecconviction .creesavecconviction .container div.bas span {
    top: -32px;
  }
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creesavecconviction .container div.bas span {
    top: -17px;
  }
}
.wrap_creesavecconviction .spacer_creesavecconviction {
  height: 100vh;
  min-height: 100vh;
  background: #FF4713;
  z-index: 5;
  pointer-events: none;
}
body.single-projet .wrap_creesavecconviction .spacer_creesavecconviction {
  background: #0E2D22;
}
.wrap_creesavecconviction .creations {
  z-index: 6;
  background: #FF4713;
  padding: 344px 60px 244px 60px;
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creations {
    padding: 100px 17px 0 17px;
  }
}
.wrap_creesavecconviction .creations .container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  max-width: 1096px;
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creations .container {
    flex-wrap: wrap;
  }
}
.wrap_creesavecconviction .creations .container a {
  width: 48%;
  color: #0E2D22;
  font-family: 'PPF700';
  font-size: 40px;
  border-bottom: 1px solid #0E2D22;
  padding-bottom: 26px;
  transition: all 250ms ease 0s;
}
@media only screen and (max-width : 1023px) {
  .wrap_creesavecconviction .creations .container a {
    font-size: 32px;
  }
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creations .container a {
    width: 100%;
    font-size: 23px;
    margin-bottom: 57px;
  }
}
.wrap_creesavecconviction .creations .container a img {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wrap_creesavecconviction .creations .container a > span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrap_creesavecconviction .creations .container a > span > span:nth-child(1) {
  padding-left: 20px;
  padding-right: 60px;
}
.wrap_creesavecconviction .creations .container a span.fleche {
  transition: all 250ms ease 0s;
  position: relative;
}
.wrap_creesavecconviction .creations .container a span.fleche:after {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 250ms ease 0s;
  -webkit-mask-image: url(../images/fleche.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/fleche.svg) no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-mode: alpha;
  background-color: #0E2D22;
}
@media only screen and (max-width : 760px) {
  .wrap_creesavecconviction .creations .container a span.fleche:after {
    width: 35px;
    height: 30px;
  }
}
.wrap_creesavecconviction .creations .container a span.fleche:hover,
.wrap_creesavecconviction .creations .container a span.fleche:focus {
  color: #FF4713;
}
.wrap_creesavecconviction .creations .container a span.fleche:hover:before,
.wrap_creesavecconviction .creations .container a span.fleche:focus:before {
  transition: border 250ms ease 0s;
  border-bottom: 1px solid #FF4713;
}
.wrap_creesavecconviction .creations .container a span.fleche:hover:after,
.wrap_creesavecconviction .creations .container a span.fleche:focus:after {
  right: -4px;
  background-color: #FF4713;
}
.wrap_creesavecconviction .creations .container a span.fleche:after {
  transition: all 250ms ease 0s;
}
.wrap_creesavecconviction .creations .container a:hover,
.wrap_creesavecconviction .creations .container a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.wrap_creesavecconviction .creations .container a:hover > span span.fleche:after,
.wrap_creesavecconviction .creations .container a:focus > span span.fleche:after {
  right: -4px;
  background-color: #fff !important;
}
.animationdeA {
  Z-INDEX: 1;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 600px;
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width : 1023px) {
  .animationdeA {
    top: -10px;
  }
}
@media only screen and (max-width : 760px) {
  .animationdeA {
    top: 0px;
    width: 200px;
    height: 200px;
    z-index: 9;
    overflow: unset;
  }
}
.animationdeA .explosion {
  top: 15px;
  left: -5px;
  width: 100%;
  height: 100vh;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width : 760px) {
  .animationdeA .explosion {
    top: 0px;
    z-index: 9;
    width: 200px;
    height: 200px;
  }
}
.animationdeA .explosion .particle {
  will-change: transform, opacity;
  position: absolute;
  width: 20px;
  height: 20px;
  animation: pop 1s reverse forwards;
  background-position: center;
  background-repeat: no-repeat;
}
.animationdeA .explosion .particle.a1 {
  background-image: url(../images/a1.png);
}
.animationdeA .explosion .particle.a2 {
  background-image: url(../images/a2.png);
}
.animationdeA .explosion .particle.a3 {
  background-image: url(../images/a3.png);
}
.animationdeA .explosion .particle.a4 {
  background-image: url(../images/a4.png);
}
.animationdeA .explosion .particle.a5 {
  background-image: url(../images/a5.png);
}
.animationdeA .explosion .particle.a6 {
  background-image: url(../images/a6.png);
}
.animationdeA .explosion .particle.a7 {
  background-image: url(../images/a7.png);
}
.animationdeA .explosion .particle.a8 {
  background-image: url(../images/a8.png);
}
.animationdeA .explosion .particle.a9 {
  background-image: url(../images/a9.png);
}
.animationdeA .explosion .particle.a10 {
  background-image: url(../images/a10.png);
}
@media only screen and (max-width : 760px) {
  .animationdeA .explosion .particle {
    width: 14px;
    height: 14px;
  }
}
@keyframes pop {
  from {
    opacity: -1;
  }
  to {
    top: 50%;
    left: 50%;
    transform: translateX(0%) translateY(0%);
    opacity: 1;
  }
}
.error404 {
  background: #0E2D22;
}
.error404 .main {
  background: #0E2D22;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width : 760px) {
  .error404 .main h1 {
    font-size: 30px;
  }
}
.error404 .main .search-form {
  display: none;
}
.error404 .main .text-red-50.bg-red-400 {
  background: transparent;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
body:not(.wp-admin):not(.editor-styles-wrapper) .hiddenscroll,
.hidden,
.hiddenLoad {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 750ms ease 0s, transform 750ms ease 0s ;
}
body:not(.wp-admin):not(.editor-styles-wrapper) .showscroll,
.show {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 750ms ease 0s, transform 750ms ease 0s ;
}
body:not(.wp-admin):not(.editor-styles-wrapper) .hiddenscroll,
.showscroll {
  transition: opacity 750ms ease 0s, transform 750ms ease 0s  !important;
}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  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%;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.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;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
.slider-gallery,
.slider-video-gallery {
  visibility: hidden;
  opacity: 0;
  background-color: #0E2D22;
}
.slider-gallery.slick-initialized,
.slider-video-gallery.slick-initialized {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.slider-gallery .slick-prev,
.slider-video-gallery .slick-prev {
  position: absolute;
  top: calc(50% - 53px);
  left: calc(25% + 28px);
  color: transparent;
  font-size: 0;
  width: 106px;
  height: 106px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 1;
  background-image: url('../images/fleche-orange.svg');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
@media (max-width: 760px) {
  .slider-gallery .slick-prev,
  .slider-video-gallery .slick-prev {
    width: 54px;
    height: 54px;
    top: calc(50% - 27px);
    left: 17px;
    background-size: 25px;
  }
}
.slider-gallery .slick-prev:hover,
.slider-video-gallery .slick-prev:hover,
.slider-gallery .slick-prev:focus,
.slider-video-gallery .slick-prev:focus {
  background-color: #fff;
}
.slider-gallery .slick-next,
.slider-video-gallery .slick-next {
  position: absolute;
  top: calc(50% - 53px);
  right: calc(25% + 28px);
  color: transparent;
  font-size: 0;
  width: 106px;
  height: 106px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 1;
  background-image: url('../images/fleche-orange.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 760px) {
  .slider-gallery .slick-next,
  .slider-video-gallery .slick-next {
    width: 54px;
    height: 54px;
    top: calc(50% - 27px);
    right: 17px;
    background-size: 25px;
  }
}
.slider-gallery .slick-next:hover,
.slider-video-gallery .slick-next:hover,
.slider-gallery .slick-next:focus,
.slider-video-gallery .slick-next:focus {
  background-color: #fff;
}
.slider-gallery video,
.slider-video-gallery video {
  max-height: 500px;
  margin: 0 200px;
}
.slider-video-gallery {
  background-color: transparent;
}
.slider-video-gallery .list-item-slide {
  margin: 0 140px;
}
@media (max-width: 1440px) {
  .slider-video-gallery .list-item-slide {
    margin: 0 75px;
  }
}
.slider-video-gallery .list-item-slide iframe {
  min-height: 500px;
  aspect-ratio: 16 / 9;
}
@media (max-width: 760px) {
  .slider-video-gallery .list-item-slide iframe {
    min-height: 300px;
    width: 100%;
  }
}
.slider-video-gallery .slick-prev {
  left: calc(15% + 28px);
}
@media (max-width: 1440px) {
  .slider-video-gallery .slick-prev {
    left: 0;
  }
}
.slider-video-gallery .slick-next {
  right: calc(15% + 28px);
}
@media (max-width: 1440px) {
  .slider-video-gallery .slick-next {
    right: 0;
  }
}
.wp-block-stackable-accordion:hover .stk-block-accordion__heading .stk-block-column__content .stk-row {
  border-bottom: 1px solid #FF4713;
}
.wp-block-stackable-accordion:hover .stk-block-accordion__heading .stk-block-column__content h2 {
  color: #FF4713;
}
.wp-block-stackable-accordion:hover .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:before {
  background-color: #FF4713;
}
.wp-block-stackable-accordion:hover .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:after {
  background-color: #FF4713;
}
.wp-block-stackable-accordion .stk-block-accordion__content .stk-block-column__content {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk-row {
  border-bottom: 1px solid #fff;
}
@media (max-width: 760px) {
  .wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk-row {
    padding-bottom: 15px !important;
  }
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content h2 {
  font-family: 'PPF700';
  font-size: 80px;
  padding-bottom: 30px;
  color: #fff;
}
@media (max-width: 1023px) {
  .wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 760px) {
  .wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
  }
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper {
  transform: unset !important;
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg {
  width: 51px;
  height: 51px;
}
@media (max-width: 760px) {
  .wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg {
    width: 25px;
    height: 25px;
  }
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg svg {
  display: none;
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 25.5px;
}
@media (max-width: 760px) {
  .wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:before {
    top: 12.5px;
  }
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:after {
  content: "";
  display: block;
  width: 1.5px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 25.5px;
}
@media (max-width: 760px) {
  .wp-block-stackable-accordion .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:after {
    left: 12.5px;
  }
}
.wp-block-stackable-accordion .stk-block-accordion__heading .stk-container:not(.stk--no-background) {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-stackable-accordion.stk--is-open .stk-block-accordion__heading .stk-block-column__content .stk-row {
  border-bottom: 1px solid #FF4713;
}
.wp-block-stackable-accordion.stk--is-open .stk-block-accordion__heading .stk-block-column__content wp-block-stackable-heading {
  border-color: #FF4713 !important;
}
.wp-block-stackable-accordion.stk--is-open .stk-block-accordion__heading .stk-block-column__content h2 {
  color: #FF4713;
  border-color: #FF4713 !important;
}
.wp-block-stackable-accordion.stk--is-open .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:before {
  background-color: #FF4713;
}
.wp-block-stackable-accordion.stk--is-open .stk-block-accordion__heading .stk-block-column__content .stk--svg-wrapper .stk--inner-svg:after {
  content: unset;
}
.wp-block-stackable-accordion.stk--is-open .stk-block-text p a:hover {
  color: #fff !important;
}
#culture {
  overflow: hidden;
}
#galery-image {
  padding: 0;
  height: 844px;
  position: relative;
}
@media only screen and (max-width : 760px) {
  #galery-image {
    height: 530px;
  }
}
#galery-image .list-gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1320px;
}
#galery-image .list-gallery .list-item-image {
  width: 25%;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  #galery-image .list-gallery .list-item-image {
    width: 50%;
  }
}
#galery-image .list-gallery .list-item-image .image {
  position: absolute;
}
#galery-image .list-gallery .list-item-image img {
  width: 100%;
  display: block;
  max-width: 192px;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image img {
    max-width: 152px;
  }
}
#galery-image .list-gallery .list-item-image:first-child .image {
  top: 107px;
  left: -31%;
}
@media only screen and (max-width : 1023px) {
  #galery-image .list-gallery .list-item-image:first-child .image {
    top: 122px;
    left: 20%;
  }
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:first-child .image {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(2) .image {
  top: 164px;
  left: -6%;
}
@media only screen and (max-width : 1023px) {
  #galery-image .list-gallery .list-item-image:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(2) {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(3) .image {
  top: 222px;
  left: 20%;
}
@media only screen and (max-width : 1023px) {
  #galery-image .list-gallery .list-item-image:nth-child(3) .image {
    top: 174px;
    left: -2%;
  }
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(3) .image {
    width: 90px;
    top: 65px;
    left: 13%;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(4) .image {
  top: 74px;
  left: 40%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(4) .image {
    width: 88px;
    top: 106px;
    left: 80%;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(5) .image {
  top: 174px;
  left: 60%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(5) .image {
    width: 100px;
    height: auto;
    top: 240px;
    left: 0;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(6) .image {
  top: 234px;
  right: -3%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(6) .image {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(7) .image {
  top: 111px;
  right: -25%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(7) .image {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(8) .image {
  top: 475px;
  left: -33%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(8) .image {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(9) .image {
  top: 475px;
  left: 2%;
}
@media only screen and (max-width : 1023px) {
  #galery-image .list-gallery .list-item-image:nth-child(9) .image {
    left: 10%;
    top: 415px;
  }
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(9) .image {
    top: 409px;
    width: 90px;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(10) .image {
  top: 509px;
  left: 33%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(10) .image {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(11) .image {
  top: 532px;
  right: 30%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(11) .image {
    display: none;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(12) .image {
  top: 598px;
  right: 0;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(12) .image {
    width: 140px;
    top: 309px;
  }
}
#galery-image .list-gallery .list-item-image:nth-child(13) .image {
  top: 365px;
  right: -30%;
}
@media only screen and (max-width : 760px) {
  #galery-image .list-gallery .list-item-image:nth-child(13) .image {
    display: none;
  }
}
section#jobs {
  background-color: #fff;
  padding: 0;
}
section#jobs .section-title h5 {
  font-size: 18px;
  text-transform: uppercase;
}
section#jobs .list-jobs li.list-item-jobs a.fullWidthBtn {
  color: #0E2D22;
}
section#jobs .list-jobs li.list-item-jobs a.fullWidthBtn:before {
  border-color: #0E2D22;
}
section#jobs .list-jobs li.list-item-jobs a.fullWidthBtn:after {
  background-color: #0E2D22;
}
section#jobs .list-jobs li.list-item-jobs a.fullWidthBtn:hover {
  color: #FF4713;
}
section#jobs .list-jobs li.list-item-jobs a.fullWidthBtn:hover:before {
  border-color: #FF4713;
}
section#jobs .list-jobs li.list-item-jobs a.fullWidthBtn:hover:after {
  background-color: #FF4713;
}
section#candidate {
  padding: 0;
}
section#candidate .section-title h2 {
  color: #0E2D22;
}
@media (max-width: 1023px) {
  section#candidate .section-title h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 39px;
  }
}
@media (max-width: 760px) {
  section#candidate .section-title h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
  }
}
section#candidate .link {
  margin-top: 90px;
}
section#candidate .link a.fullWidthBtn {
  color: #0E2D22;
}
section#candidate .link a.fullWidthBtn:before {
  border-color: #0E2D22;
}
section#candidate .link a.fullWidthBtn:after {
  background-color: #0E2D22;
}
section#candidate .link a.fullWidthBtn:hover {
  color: #fff;
}
section#candidate .link a.fullWidthBtn:hover:before {
  border-color: #fff;
}
section#candidate .link a.fullWidthBtn:hover:after {
  background-color: #fff;
}
