@import "https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Custom additions */
ul,
ol {
  margin: 0;
  padding: 0;
}
/* Hide arrows on number fields */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* .animation (animationName, @duration: 6s, @delay: 2s, @ease: ease, @fill-mode: forwards); */
/*  .transform(translate(50px)); */
/* .transition(all 2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
.button,
.button:visited {
  background-color: transparent;
  border: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 6px 0;
}
.centerVertically {
  /* This has to be on the container! */
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* W3C */
  display: flex;
  align-items: center;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 25px;
  right: 25px;
  line-height: 32px;
  width: 35px;
  cursor: pointer;
  text-align: center;
  background: rgba(30, 37, 64, 0.8);
  color: #ffffff;
  font-weight: 900;
  border: none;
  outline: none;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
}
.featherlight iframe {
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
  .featherlight .featherlight-close-icon {
    top: 10px;
    right: 10px;
  }
}
/**
 * Event-specific styles
 */
.featherlight.event:last-of-type {
  background: rgba(255, 255, 255, 0.9);
}
.featherlight.event .featherlight-content {
  min-width: 80%;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 35px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background-color: transparent;
  cursor: auto;
  white-space: normal;
}
.featherlight.event .featherlight-inner {
  display: block;
}
.featherlight.event .featherlight-close-icon {
  text-transform: uppercase;
  position: absolute;
  z-index: 9999;
  top: -30px;
  right: 0;
  line-height: 18px;
  font-weight: 700;
  width: auto;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  font-size: 18px;
  padding-right: 30px;
  padding-top: 3px;
}
.featherlight.event .featherlight-close-icon i {
  font-weight: 700;
  margin-left: 8px;
  font-size: 9px;
  border: 2px solid;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .featherlight.event .featherlight-content {
    padding: 30px 10px 0;
    min-height: 500px;
  }
}
body.featherlight-open {
  overflow: hidden;
}
.page .featherlight .featherlight-content .wrap {
  width: 100%;
}
.page .featherlight.event .featherlight-content {
  padding: 30px 0 0 0;
  margin: 0;
  width: 95%;
}
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
}
.featherlight-previous {
  left: 25px;
  right: 80%;
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background-color: rgba(30, 37, 64, 0.5);
}
.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}
.featherlight-next span {
  right: 5%;
  left: auto;
}
.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
}
.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous {
  display: none;
}
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: 0 0;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.featherlight-previous,
.featherlight-next {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featherlight-previous:before,
.featherlight-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  color: white;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 60px;
  width: 60px;
  text-align: center;
  left: 0;
  right: 0;
}
.featherlight-previous:hover,
.featherlight-next:hover {
  opacity: 1;
}
.featherlight-previous:before {
  content: "\e902";
}
.featherlight-next:before {
  content: "\e903";
}
.page-template-tpl-chantiers .featherlight-previous,
.page-template-tpl-chantiers .featherlight-next {
  display: none;
}
/*********************
01. GENERAL STYLES
*********************/
#HTML {
  margin-top: 0 !important;
}
#HTML #wpadminbar {
  display: none;
}
html {
  overflow-X: hidden;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Museo-sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.error404 #post-not-found {
  padding: 20px 0;
  text-align: center;
}
::selection {
  background: #4f61a8;
  color: white;
}
::-moz-selection {
  background: #4f61a8;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  position: relative;
  height: 100%;
}
#container #background {
  position: fixed;
  background-size: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0d1845;
  background-repeat: no-repeat;
  background-position: center;
}
#container .inner-container {
  position: relative;
  z-index: 1;
}
#container:before {
  content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 23, 52, 0.5);
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #e8e8e8;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #e8e8e8;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Museo-sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 47px 0 0 0;
  padding: 0;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
/************
Different tags style
*************/
ul {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0;
  margin: 0 0 20px 0;
}
/*********************
06. HEADER SYTLES
*********************/
.header #inner-header {
  max-width: 1640px;
  width: 94%;
  opacity: 0;
  padding: 20px 0 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header #inner-header .menu-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper {
  margin-left: 20px;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list {
  position: fixed;
  width: 80%;
  box-sizing: content-box;
  height: 100%;
  min-height: 300px;
  top: 0;
  display: flex;
  right: -100%;
  background: #323b5d;
  border-bottom-left-radius: 5px;
  z-index: 11;
  -webkit-transition: all 0.286s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.286s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: #020024;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(11, 10, 42, 0.72592787) 16%, #13132f 29%);
  -webkit-transition: all 0.286s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.286s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu {
  width: 36px;
  height: 30px;
  cursor: pointer;
  z-index: 30;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu .wrapper-inner-span {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu .wrapper-inner-span:first-child {
  top: 0;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu .wrapper-inner-span:last-child {
  top: auto;
  bottom: 0;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu span {
  display: block;
  position: relative;
  height: 5px;
  margin: 1px;
  min-width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open #main-navigation-list {
  right: 0;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open #main-navigation-list:before {
  right: 0;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu .wrapper-inner-span span:after,
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu .wrapper-inner-span span:before {
  background-color: #1e2540;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu .wrapper-inner-span:first-child {
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu .wrapper-inner-span:first-child span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu .wrapper-inner-span:nth-child(2) {
  display: none;
}
.header #inner-header .menu-wrapper .main-navigation-wrapper.menu-open .mobile-menu .wrapper-inner-span:last-child {
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.header #inner-header #logo {
  width: 129px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.header #inner-header #logo.fade-out {
  opacity: 0.6;
}
.header #inner-header .language-select {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 15px;
  min-width: 50px;
}
.header #inner-header .language-select.fade-out {
  opacity: 0.6;
}
.header #inner-header .language-select .language-chooser {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50px;
  padding-top: 25px;
  position: absolute;
  display: flex;
  gap: 8px;
  flex-flow: column;
  height: 15px;
  left: 0;
  top: 0;
}
.header #inner-header .language-select .language-chooser li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}
.header #inner-header .language-select .language-chooser li a {
  min-width: 50px;
  min-height: 15px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: block;
  padding-left: 10px;
  line-height: 15px;
}
.header #inner-header .language-select .language-chooser .active {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  pointer-events: none;
  color: #ffffff;
}
.header #inner-header .language-select .language-chooser .active a {
  color: #ffffff;
}
.header #inner-header .language-select i {
  position: absolute;
  color: #ffffff;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 5px;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header .language-select .lang-item {
  position: relative;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.header #inner-header .language-select .lang-item:hover {
  background: #111a3b;
}
.header #inner-header .language-select:focus .language-chooser,
.header #inner-header .language-select:focus-within .language-chooser,
.header #inner-header .language-select:hover .language-chooser {
  height: 40px;
}
.header #inner-header .language-select:focus .language-chooser li,
.header #inner-header .language-select:focus-within .language-chooser li,
.header #inner-header .language-select:hover .language-chooser li {
  opacity: 1;
  visibility: visible;
}
.header #inner-header .language-select:focus i,
.header #inner-header .language-select:focus-within i,
.header #inner-header .language-select:hover i {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
/*********************
07. NAVIGATION STYLES
*********************/
nav ul.nav,
nav div.nav ul {
  list-style: none;
  width: 100%;
  padding: 30px;
  background: #faf4eb;
  z-index: 2;
}
nav ul.nav li a,
nav div.nav ul li a {
  display: block;
  text-decoration: none;
  margin: 5px;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1e2540;
}
nav ul.nav .menu-item,
nav div.nav ul .menu-item {
  position: relative;
}
nav ul.nav .menu-item.menu-item-has-children,
nav div.nav ul .menu-item.menu-item-has-children {
  padding-right: 45px;
}
nav ul.nav .menu-item.menu-item-has-children:after,
nav div.nav ul .menu-item.menu-item-has-children:after {
  content: '\e900';
  font-family: 'icomoon';
  font-size: 7px;
  position: absolute;
  top: 25px;
  right: 30px;
  color: #1e2540;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav ul.nav .menu-item.menu-item-has-children:has(.sub-menu.open):after,
nav div.nav ul .menu-item.menu-item-has-children:has(.sub-menu.open):after {
  rotate: 90deg;
}
nav ul.nav .menu-item .sub-menu,
nav div.nav ul .menu-item .sub-menu {
  display: none;
  width: 100%;
}
nav ul.nav .menu-item .sub-menu a,
nav div.nav ul .menu-item .sub-menu a {
  font-size: 16px;
  padding-left: 20px;
}
nav ul.nav .menu-item .sub-menu.open,
nav div.nav ul .menu-item .sub-menu.open {
  display: block;
}
nav ul.nav .menu-item.fade-out > a,
nav div.nav ul .menu-item.fade-out > a {
  opacity: 0.6;
}
nav ul.nav li.current-menu-item a:after,
nav div.nav ul li.current-menu-item a:after,
nav ul.nav li.current-menu-parent a:after,
nav div.nav ul li.current-menu-parent a:after,
nav ul.nav li.current-menu-ancestor a:after,
nav div.nav ul li.current-menu-ancestor a:after,
nav ul.nav li.current_page_item a:after,
nav div.nav ul li.current_page_item a:after,
nav ul.nav li.current_page_ancestor a:after,
nav div.nav ul li.current_page_ancestor a:after {
  width: 50%;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  opacity: 0;
  height: calc(100vh - 81px);
  position: relative;
}
#content #inner-content ::-webkit-scrollbar {
  background-color: #1e2540;
  outline: 1px solid slategrey;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
}
#content #inner-content ::-webkit-scrollbar-thumb {
  background-color: #49506C;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}
#content #inner-content #homepage-slider {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-snap-points-x: repeat(300px);
}
#content #inner-content .homepage-slider {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
#content #inner-content .homepage-slider .single-slider {
  scroll-snap-align: start;
  outline: none;
  min-width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
}
#content #inner-content .homepage-slider .single-slider .project-number {
  display: none;
  font-size: 80px;
  text-shadow: 0px 0px 20px rgba(41, 48, 76, 0.9);
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 17%;
}
#content #inner-content .homepage-slider .single-slider .image-wrapper {
  margin: 20px auto 0 auto;
  width: 94%;
  max-height: 596px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content #inner-content .homepage-slider .single-slider .image-wrapper:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(27, 39, 87, 0.1);
}
#content #inner-content .homepage-slider .single-slider .image-wrapper figure {
  display: flex;
  flex-direction: column-reverse;
}
#content #inner-content .homepage-slider .single-slider .image-wrapper h1 {
  margin-bottom: 10px;
}
#content #inner-content .homepage-slider .single-slider .project-image {
  width: 100%;
  max-width: 918px;
  max-height: 230px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner {
  width: 94%;
  margin: 0 auto;
  padding: 0;
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
  position: relative;
  padding: 30px 0 40px;
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content p {
  line-height: 20px;
  font-size: 16px;
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content p {
  margin: 0;
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content .icon-more {
  display: none;
  font-size: 38px;
  position: absolute;
  bottom: 0;
  right: -23px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content .icon-more.move {
  right: -30px;
}
#content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 8px;
}
#content #inner-content .homepage-slider.projects-slider .projects-single-slider {
  min-width: 100%;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#content #inner-content .homepage-slider.projects-slider .projects-single-slider .projects-single-slider-inner {
  opacity: 0.35;
  cursor: pointer;
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .homepage-slider.projects-slider .projects-single-slider.active .projects-single-slider-inner {
  opacity: 1;
}
#content #inner-content .homepage-slider.projects-slider .slider-controls {
  bottom: 50px;
}
#content #inner-content .slider-controls {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  z-index: 10;
}
#content #inner-content .slider-controls .controls-circle {
  display: block;
  width: 12px;
  margin: 0 10px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#content #inner-content .slider-controls .controls-circle.active {
  background-color: #ffffff;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
#content #inner-content .chantiers-page .scroll-wrapper {
  margin: 78px auto 0 auto;
  padding-bottom: 65px;
}
#content #inner-content .chantiers-page h1.single-chantier-title,
#content #inner-content .chantiers-page h2.timerange-header-title {
  text-align: center;
}
#content #inner-content .chantiers-page .entry-content {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 50px;
}
#content #inner-content .chantiers-page .entry-content .project-gallery {
  flex: 0 0 100%;
}
#content #inner-content .chantiers-page .entry-content .gallery-photolist {
  position: relative;
}
#content #inner-content .chantiers-page .entry-content .gallery-photolist .gallery-title {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  padding-top: 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#content #inner-content .chantiers-page .entry-content .gallery-photolist .gallery-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .chantiers-page .entry-content .gallery-photolist:hover .gallery-title {
  padding-top: 0;
}
#content #inner-content .chantiers-page .entry-content .gallery-photolist:hover .gallery-title:after {
  width: 100%;
}
#content #inner-content .chantiers-page .entry-content figure {
  position: relative;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#content #inner-content .chantiers-page .entry-content .gallery {
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
#content #inner-content .chantiers-page .entry-content .gallery img {
  min-width: 800px;
  height: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
}
#content #inner-content .chantiers-page .entry-content .gallery:hover img {
  -ms-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
#content #inner-content .chantiers-page h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 13px;
  margin-top: 10px;
}
#content #inner-content .chantiers-page ul.chantier-list {
  position: relative;
  background-color: #0d1845;
  padding: 10px;
  display: grid;
  gap: 40px;
}
#content #inner-content .chantiers-page ul.chantier-list li {
  position: relative;
}
#content #inner-content .chantiers-page ul.chantier-list li > div {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#content #inner-content .chantiers-page .chantier-list__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#content #inner-content .chantiers-page .chantier-list__item-content__date,
#content #inner-content .chantiers-page .chantier-list__item-content__title {
  display: none;
}
#content #inner-content .chantiers-page .chantier-list__item-date,
#content #inner-content .chantiers-page .chantier-list__item-content__date {
  font-size: 14px;
  font-weight: 700;
}
#content #inner-content .chantiers-page .chantier-list__item-title,
#content #inner-content .chantiers-page .chantier-list__item-content__title {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 35px;
  padding: 0;
}
#content #inner-content .chantiers-page .chantier-list__item-content p {
  margin: 16px 0;
}
#content #inner-content .chantiers-page .chantier-list__item-content ul {
  margin: 16px 0;
  padding-left: 20px;
}
#content #inner-content .chantiers-page .chantier-list__item-content li {
  position: relative;
  margin: 0;
}
#content #inner-content .chantiers-page .chantier-list__item-content li:before {
  content: '';
  display: block;
  background-color: white;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -19px;
  top: 10px;
  border-radius: 50%;
}
#content #inner-content .chantiers-page .chantier-list__item-content li:first-child {
  margin: 0;
}
#content #inner-content .single-project-content {
  padding-top: 30px;
  max-width: 1315px;
  position: relative;
}
#content #inner-content .single-project-content .title-image-wrapper {
  position: relative;
  margin-bottom: 0;
}
#content #inner-content .single-project-content .title-image-wrapper:before {
  display: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
#content #inner-content .single-project-content h1 {
  opacity: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
  z-index: 2;
  padding: 5px;
}
#content #inner-content .single-project-content .image {
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 230px;
  width: auto;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
  z-index: 1;
}
#content #inner-content .single-project-content p {
  margin: 15px 0;
}
#content #inner-content .single-project-content .content-timeline-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
#content #inner-content .single-project-content .content-timeline-wrapper.no-sidebar {
  justify-content: center;
  align-items: center;
}
#content #inner-content .single-project-content .content-timeline-wrapper.no-sidebar .content-wrapper {
  margin: 0 auto;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline {
  opacity: 0;
  margin: 43px auto;
  padding: 20px;
  background-color: #29304C;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline .timeline__title {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline .title-desc {
  margin-bottom: 42px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline .title-desc p {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin: 10px 0;
  padding: 0 0 0 15px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline .timeline-inner {
  margin-bottom: 42px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline ul.project-timeline__list {
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline ul.project-timeline__list li {
  position: relative;
  padding-bottom: 20px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline ul.project-timeline__list li:last-child {
  padding-bottom: 0;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline ul.project-timeline__list li:before {
  position: absolute;
  box-sizing: border-box;
  background-color: #1e2540;
  top: 2px;
  left: -20px;
  content: '';
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline ul.project-timeline__list li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline ul.project-timeline__list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 82%;
  width: 1px;
  background-color: #ffffff;
}
#content #inner-content .single-project-content .content-timeline-wrapper:not(.no-sidebar) .timeline__title {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .project-download__title {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
#content #inner-content .single-project-content .content-timeline-wrapper ul.project-download__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 10px;
  padding-left: 15px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .project-download__link {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .project-download__link-icon {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper {
  opacity: 0;
  width: 100%;
  max-width: 770px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper {
  margin-bottom: 43px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper ul {
  padding-left: 20px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper ul li {
  position: relative;
  line-height: 1.7;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper ul li:before {
  content: '';
  display: block;
  background-color: white;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -19px;
  top: 10px;
  border-radius: 50%;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper ol {
  padding-left: 20px;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper ol li {
  line-height: 1.7;
}
#content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper .inner-content-wrapper p {
  font-size: 16px;
  line-height: 1.2;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist {
  display: flex;
  flex-flow: row wrap;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a {
  display: none;
  line-height: 0;
  height: auto;
  position: relative;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a .overlay .more-photos-text {
  display: none;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:hover .overlay {
  background-color: rgba(30, 37, 64, 0.2);
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
  padding: 0;
  margin: 0;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:first-child {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:first-child img {
  width: 100%;
  height: 100%;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(2),
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3) {
  display: block;
  width: calc((100% - 20px) / 2);
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(2) img,
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3) img {
  width: 100%;
  height: 100%;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3) {
  margin-left: 20px;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3) .overlay {
  background-color: rgba(30, 37, 64, 0.2);
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3) .overlay .more-photos-text {
  position: relative;
  display: block;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3) .overlay .more-photos-text:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .single-project-content .project-gallery .gallery-photolist a:nth-child(3):hover .overlay .more-photos-text:after {
  width: 100%;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/****
Projects archive
 */
.page-template-tpl-projects-archive #inner-content {
  padding-top: 50px;
}
.projects-archive {
  width: 100%;
  margin-top: 50px;
  max-width: 1640px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 30px;
  row-gap: 45px;
}
.archive-project-image {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
}
.single-archive-project {
  background-color: #0d1845;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-archive-project:hover,
.single-archive-project:focus {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.single-archive-project h2 {
  margin: 0;
  padding: 0;
}
.single-archive-project-content {
  padding: 20px 20px 40px 20px;
}
.projects-slider-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.slider-image {
  aspect-ratio: 1.56981132;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
}
.projects-slider-swipe {
  top: 30px;
  position: relative;
  display: grid;
  gap: 20px;
  padding-bottom: 70px;
}
.swiper-slide {
  display: flex;
  gap: 30px;
  opacity: 0.2;
  flex-flow: column nowrap;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.project-slider-single-content {
  display: grid;
  gap: 20px;
}
.project-slider-single-content h2 {
  padding: 0;
  margin: 0;
}
#html-validation-buttons-wrapper {
  display: none !important;
}
#content #inner-content.inner-content-slider-projects {
  height: 80vh;
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-height: 1050px) and (min-width: 1000px) {
  .page-template-tpl-home #content #inner-content .homepage-slider {
    padding-top: 30px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .project-number {
    top: -60px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner {
    height: 630px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    bottom: -30px;
  }
}
@media only screen and (max-height: 940px) and (min-width: 1000px) {
  .page-template-tpl-home #content #inner-content .homepage-slider .slider-controls {
    bottom: 50px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    bottom: 80px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .image-wrapper figure {
    height: 500px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .project-number {
    top: -60px;
  }
  .page-template-tpl-projects #content #inner-content .homepage-slider {
    padding-top: 20px;
  }
  .page-template-tpl-projects #content #inner-content .homepage-slider .projects-single-slider .project-image {
    height: 250px;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover, object-position: center';
  }
  .page-template-tpl-projects #content #inner-content .homepage-slider .projects-single-slider h2 {
    margin: 0;
  }
}
@media only screen and (max-height: 815px) and (min-width: 1000px) {
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner {
    height: 580px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    bottom: 45px;
  }
}
@media only screen and (max-height: 750px) and (min-width: 1000px) {
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .image-wrapper figure {
    height: 370px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner {
    height: 370px;
  }
  .page-template-tpl-home #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    bottom: -40px;
    padding: 20px;
  }
}
#cookie-notice {
  font-size: 18px;
}
#cookie-notice #cn-notice-text {
  display: block;
}
#cookie-notice .cookie-notice-container {
  background: #4f61a8;
  padding: 20px 5%;
}
#cookie-notice .cookie-notice-container .button {
  margin: 15px 0 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 6px 16px 6px 16px;
  background: none;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cookie-notice .cookie-notice-container .button:hover {
  background: #ffffff;
  color: #4f61a8;
  font-weight: 500;
}
.a11y__vo-only {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.a11y__skip-content {
  background-color: white;
  color: black;
  padding: 15px 30px;
  position: absolute;
  z-index: 999;
}
.a11y__skip-content:visited {
  color: black;
}
.a11y__skip-content:not(:focus):not(:active) {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
    margin-top: 45px;
  }
  p {
    font-size: 18px;
  }
  #container #background {
    background-size: cover;
  }
  .header {
    padding: 34px 0;
  }
  .header #inner-header {
    padding: 0;
  }
  .header #inner-header #logo {
    width: 129px;
    height: 41px;
  }
  .header #inner-header .menu-wrapper {
    flex-direction: inherit;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper .mobile-menu {
    display: none;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list {
    position: relative;
    right: inherit;
    width: auto;
    max-width: inherit;
    height: auto;
    top: inherit;
    left: inherit;
    background-color: transparent;
    min-height: inherit;
    overflow: visible;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul {
    display: flex;
    flex-flow: row nowrap;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children {
    padding-right: 0;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:after {
    right: -12px;
    color: #ffffff;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:hover .sub-menu,
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:focus-within .sub-menu,
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:focus .sub-menu,
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:active .sub-menu {
    display: block;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:hover:after,
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:focus-within:after,
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:focus:after,
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children:active:after {
    rotate: 90deg;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: fit-content;
    background: #1e2540;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children .sub-menu li {
    margin-right: 0;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children .sub-menu a {
    padding-left: 0;
    white-space: nowrap;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul .menu-item-has-children .sub-menu.open {
    display: block;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul li {
    margin-right: 30px;
    position: relative;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul li:last-child {
    margin-right: 80px;
  }
  /*********************
07. NAVIGATION STYLES
*********************/
  nav ul.nav,
  nav div.nav ul {
    background: transparent;
    padding: 0;
  }
  nav ul.nav li a,
  nav div.nav ul li a {
    font-size: 20px;
    color: #ffffff;
  }
  /****************
Content style
*****************/
  #content #inner-content .homepage-slider .slider-controls {
    bottom: 65px;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-sizer {
    margin: 0 4%;
  }
  #content #inner-content .homepage-slider .single-slider .project-number {
    display: block;
    font-size: 140px;
    right: 20px;
    top: -65px;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper {
    width: 100%;
    margin: 0;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper:before {
    display: block;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper figure {
    display: inherit;
    flex-direction: inherit;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper h1 {
    font-size: 110px;
    position: absolute;
    margin: 0;
    text-shadow: 0px 0px 20px rgba(41, 48, 76, 0.9);
    padding: 0;
    white-space: nowrap;
    left: -20px;
    top: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
  }
  #content #inner-content .homepage-slider .single-slider .project-image {
    max-height: 596px;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    padding: 30px;
    background-color: #0d1845;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content p {
    font-size: 18px;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content__title {
    font-size: 22px;
  }
  #content #inner-content .homepage-slider.projects-slider .projects-single-slider {
    min-width: 50%;
  }
  #content #inner-content .homepage-slider.projects-slider .slider-controls {
    bottom: 65px;
  }
  #content #inner-content .first-spacer {
    min-width: 10%;
  }
  #content #inner-content .spacer {
    min-width: 50%;
  }
  #content #inner-content .single-project-content .title-image-wrapper:before {
    display: none;
  }
  #content #inner-content .single-project-content .title-image-wrapper h1 {
    position: absolute;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    background: none;
    font-size: 80px;
    padding-left: 30%;
    top: 90px;
  }
  #content #inner-content .single-project-content .title-image-wrapper .image {
    max-width: 35%;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper {
    flex-flow: row nowrap;
    background-color: #0d1845;
    margin-top: -100px;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper.no-sidebar {
    justify-content: center;
    align-items: center;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper.no-sidebar .content-wrapper {
    margin: 100px auto 0;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper .timeline {
    margin-top: 125px;
    max-width: 495px;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper .timeline .timeline-wrapper {
    width: 70%;
    margin: 0 auto;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper {
    padding: 20px 20px 50px;
  }
  #content #inner-content .chantiers-page h2 {
    font-size: 30px;
    margin-bottom: 28px;
    margin-top: 25px;
  }
  #content #inner-content .chantiers-page .entry-content .project-gallery {
    flex: 0 0 320px;
  }
  #content #inner-content .chantiers-page .entry-content .gallery {
    height: 350px;
  }
  #content #inner-content .chantiers-page ul.chantier-list {
    padding: 30px;
  }
  #content #inner-content .chantiers-page .chantier-list__item {
    flex-direction: row;
    gap: 40px;
  }
  #content #inner-content .chantiers-page .chantier-list__item-date,
  #content #inner-content .chantiers-page .chantier-list__item-title {
    display: none;
  }
  #content #inner-content .chantiers-page .chantier-list__item-content__date,
  #content #inner-content .chantiers-page .chantier-list__item-content__title {
    display: block;
  }
  .page-template-tpl-projects #content #inner-content .homepage-slider,
  .page-template-tpl-home #content #inner-content .homepage-slider {
    padding-top: 20vh;
  }
  .projects-slider-swipe {
    padding-left: 200px;
  }
  .projects-slider-swipe {
    top: 20vh;
    gap: 5vh;
  }
  #content #inner-content.inner-content-slider-projects {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .wrap {
    max-width: 1310px;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  #content #inner-content .homepage-slider {
    padding-top: 150px;
  }
  #content #inner-content .homepage-slider .single-slider {
    align-items: center;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-sizer {
    position: relative;
  }
  #content #inner-content .homepage-slider .single-slider .project-image {
    width: 100%;
    max-width: 918px;
    max-height: 596px;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover, object-position: center';
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner {
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    position: absolute;
    right: 42px;
    bottom: 170px;
    max-width: 622px;
    background-color: #29304C;
    padding: 55px;
    line-height: 28px;
    font-weight: 300;
    font-size: 20px;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content p {
    padding: 0;
    margin: 0;
  }
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content .icon-more {
    position: absolute;
    right: -42px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 42px;
    display: flex;
    align-items: center;
  }
  #content #inner-content .homepage-slider.projects-slider .projects-single-slider {
    outline: none;
    min-width: 27%;
    position: relative;
    min-height: 776px;
    margin: 0 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #content #inner-content .homepage-slider.projects-slider .projects-single-slider .projects-single-slider-inner {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  #content #inner-content .homepage-slider.projects-slider .projects-single-slider.active .projects-single-slider-inner {
    opacity: 1;
  }
  #content #inner-content .homepage-slider.projects-slider .projects-single-slider {
    min-width: calc(100% / 3 );
  }
  #content #inner-content .first-spacer {
    min-width: 10%;
  }
  #content #inner-content .spacer {
    min-width: calc(100% - (100% / 3));
  }
  #content #inner-content .single-project-content .title-image-wrapper .image {
    max-width: 40%;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper {
    float: right;
  }
  #content #inner-content .chantiers-page .entry-content .project-gallery {
    flex: 0 0 390px;
  }
  #content #inner-content .chantiers-page .chantier-list {
    padding: 40px;
  }
  #content #inner-content .chantiers-page .chantier-list__item {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    bottom: 130px;
    right: -10%;
    line-height: 1.7;
  }
  #content #inner-content .homepage-slider .single-slider .project-number {
    font-size: 200px;
    top: -100px;
    right: -87px;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper {
    width: 100%;
    max-width: inherit;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper h1 {
    left: -13%;
    font-size: 150px;
  }
  #content #inner-content .first-spacer {
    min-width: 10%;
  }
  #content #inner-content .spacer {
    min-width: calc(100% - (100% / 4));
  }
  #content #inner-content .single-project-content {
    margin-top: 60px;
  }
  #content #inner-content .single-project-content .title-image-wrapper h1 {
    font-size: 110px;
    padding: 0 15px 0 0;
    text-align: right;
    max-width: 70%;
    word-break: break-word;
  }
  #content #inner-content .single-project-content .title-image-wrapper .image {
    max-width: inherit;
    width: 533px;
    height: 346px;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper {
    width: 85%;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper.no-sidebar {
    justify-content: center;
    align-items: center;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper.no-sidebar .content-wrapper {
    margin: 100px auto 0;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper .content-wrapper {
    width: 70%;
  }
  #content #inner-content .chantiers-page .chantiers-list__item {
    gap: 90px;
  }
  #content #inner-content .chantiers-page .entry-content .project-gallery {
    flex: 0 0 495px;
  }
}
@media only screen and (min-width: 1400px) {
  #content #inner-content .homepage-slider .single-slider .single-slider-inner .project-content {
    right: -190px;
  }
  #content #inner-content .homepage-slider .single-slider .image-wrapper h1 {
    left: -205px;
  }
  #content #inner-content .single-project-content .content-timeline-wrapper {
    width: 100%;
    max-width: 1165px;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul {
    margin-right: 20px;
  }
  .header #inner-header .menu-wrapper .main-navigation-wrapper #main-navigation-list ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #content #inner-content .homepage-slider.projects-slider .projects-single-slider {
    min-width: calc(100% / 4 );
  }
  #content #inner-content .first-spacer {
    min-width: 433px;
  }
  #content #inner-content .spacer {
    min-width: 75%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*

EXAMPLE 
.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

*/
}
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  /*
.bx-viewport {
    height: auto !important;
    overflow: visible !important;

    ul {
        width: auto !important;
        transform: none !important;

        li {
            float: none !important;
            width: auto !important;
            height: auto !important;
        }
    }
}*/
}
