/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html.no-js {
  transition: none !important;
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
}
html.no-js * {
  transition: none !important;
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
}

*, ::after, ::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, figure {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: 100%;
  font-size: 14px;
  color: #212020;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
html .overflow,
body .overflow {
  overflow-y: hidden;
}

:root {
  --swiper-theme-color: #86868a;
  --slider-aspect-ration: 16/7;
  --slider-max-height: 700px;
  --sldier-height: auto;
}
@media (max-width: 1200px) {
  :root {
    --slider-aspect-ration: 16/9;
  }
}
@media (max-width: 600px) {
  :root {
    --slider-aspect-ration: unset;
    --slider-max-height: unset;
    --sldier-height: 80vh;
  }
}
@media (min-width: 1650px) {
  :root {
    --slider-aspect-ration: 16/6;
    --slider-max-height: auto;
    --sldier-height: auto;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: #86868a !important;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button {
  border: none;
  background: none;
}
button:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

svg {
  display: block;
}

main {
  padding: 0 40px;
  margin: 1rem 15.7vw 0 15.7vw;
}
@media (max-width: 992px) {
  main {
    max-width: unset;
  }
}
@media (max-width: 1000px) {
  main {
    margin: 1rem 5vw 0 5vw;
  }
}
@media (max-width: 882px) {
  main {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 550px) {
  main {
    padding: 0 10px;
  }
}

.full-width {
  margin: 0;
  margin: 0 -15.7vw;
}
@media (max-width: 1000px) {
  .full-width {
    margin: 0 -5vw;
  }
}
@media (max-width: 882px) {
  .full-width {
    margin: 0;
  }
}

a {
  transition-duration: 500ms;
  text-decoration: none;
  color: #bde291;
}

.img-resp {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.btn, .postEditBtn {
  padding: 0.9rem 1.5rem;
  background-color: #86868a;
  transition: filter 0.3s ease;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.btn:hover, .postEditBtn:hover {
  filter: brightness(0.9);
}

.postEditBtn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

p {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: initial;
  line-height: 1.5;
  margin: 0;
}

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

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

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

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

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

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

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.15rem;
  }
  h4, .h4 {
    font-size: 1.05rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  h1, .h1 {
    font-size: 10vw;
  }
  h2, .h2 {
    font-size: 8vw;
  }
  h3, .h3 {
    font-size: 6vw;
  }
  h4, .h4 {
    font-size: 5vw;
  }
  h5, .h5 {
    font-size: 4.5vw;
  }
  h6, .h6 {
    font-size: 4.5vw;
  }
  p, .p,
  li, .li,
  a, .a {
    font-size: 4vw;
  }
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url("../../../assets/fonts/poppins/Poppins-ExtraLight.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Light"), local("Poppins-Light"), url("../../../assets/fonts/poppins/Poppins-Light.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Black Italic"), local("Poppins-BlackItalic"), url("../../../assets/fonts/poppins/Poppins-BlackItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins ExtraLight Italic"), local("Poppins-ExtraLightItalic"), url("../../../assets/fonts/poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Black"), local("Poppins-Black"), url("../../../assets/fonts/poppins/Poppins-Black.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../../../assets/fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url("../../../assets/fonts/poppins/Poppins-MediumItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../../../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Thin"), local("Poppins-Thin"), url("../../../assets/fonts/poppins/Poppins-Thin.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Italic"), local("Poppins-Italic"), url("../../../assets/fonts/poppins/Poppins-Italic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold"), local("Poppins-Bold"), url("../../../assets/fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../../../assets/fonts/poppins/Poppins-ExtraBold.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url("../../../assets/fonts/poppins/Poppins-LightItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url("../../../assets/fonts/poppins/Poppins-BoldItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Medium"), local("Poppins-Medium"), url("../../../assets/fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url("../../../assets/fonts/poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Thin Italic"), local("Poppins-ThinItalic"), url("../../../assets/fonts/poppins/Poppins-ThinItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url("../../../assets/fonts/poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../../../assets/fonts/poppins/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Medium Italic BT"), local("FuturaBT-MediumItalic"), url("../../../assets/fonts/futuraBT/FuturaBT-MediumItalic.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Medium BT"), local("FuturaBT-Medium"), url("../../../assets/fonts/futuraBT/FuturaBT-Medium.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Bold Italic BT"), local("FuturaBT-BoldItalic"), url("../../../assets/fonts/futuraBT/FuturaBT-BoldItalic.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Md BT Bold"), local("FuturaBT-Bold"), url("../../../assets/fonts/futuraBT/FuturaBT-Bold.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Md BT Bold Italic"), local("FuturaBT-BoldItalic"), url("../../../assets/fonts/futuraBT/FuturaBT-BoldItalic.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Md BT Medium Italic"), local("FuturaBT-MediumItalic"), url("../../../assets/fonts/futuraBT/FuturaBT-MediumItalic.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Bold BT"), local("FuturaBT-Bold"), url("../../../assets/fonts/futuraBT/FuturaBT-Bold.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Bold BT"), local("FuturaBT-Bold"), url("../../../assets/fonts/futuraBT/FuturaBT-Bold.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: local("Futura Md BT Medium"), local("FuturaBT-Medium"), url("../../../assets/fonts/futuraBT/FuturaBT-Medium.woff2") format("woff2"), url("../../../assets/fonts/futuraBT/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Felix Titling MT";
  src: local("Felix Titling MT"), url("../../../assets/fonts/felix/FelixTitlingMT.woff2") format("woff2"), url("../../../assets/fonts/felix/FelixTitlingMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.absa-style {
  color: #86868a;
  font-weight: unset;
  font-family: "Felix Titling MT", sans-serif;
}

.bkg-batiments-ouvrages-d-art {
  background-color: #c8264b;
}

.bkg-environnement-developpement-durable {
  background-color: #9f83ce;
}

.bkg-genie-civil-infrastructures {
  background-color: #48b5b1;
}

.bkg-geotechnique-travaux-speciaux {
  background-color: #d48743;
}

.has-primary-background-color {
  background-color: #86868a;
}

.has-secondary-background-color {
  background-color: #bde291;
}

.has-primary-color {
  color: #86868a;
}

.has-secondary-color {
  color: #bde291;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
}

.header-menu {
  display: flex;
  padding: 110px 40px 80px 40px;
  align-items: center;
  justify-content: space-between;
  height: 215px;
}
.header-menu .logo {
  z-index: 30;
  width: 110px;
}
.header-menu .logo img {
  color: #86868a;
}
.header-menu .right {
  display: flex;
  align-items: center;
}
.header-menu .menu-header-container, .header-menu .menu-header-anglais-container {
  width: 60%;
  margin-left: 7.55%;
  z-index: 20;
}
.header-menu .languages-list {
  margin-left: 13%;
}
.header-menu .header-menu-class {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}
.header-menu .header-menu-class li {
  padding: 0;
}
.header-menu .menu-item-has-children {
  position: relative;
}
.header-menu .menu-item-has-children::after {
  content: " ";
  background-image: url("../../../assets/images/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 15px;
  position: absolute;
  top: 6px;
  right: -17px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header-menu .menu-item-has-children .sub-menu {
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  list-style: none;
  margin: 0;
  text-align: left;
  background-color: white;
  top: 28px;
  left: -15px;
  padding: 0 1rem 0.5rem 1rem;
}
.header-menu .menu-item-has-children .sub-menu li {
  margin: 5px 0;
}
.header-menu .menu-item-has-children .sub-menu a {
  color: #aaaaaa;
  font-size: 16px;
}
.header-menu .menu-item-has-children .sub-menu a:hover {
  color: #86868a;
}
.header-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
}
.header-menu .menu-item-has-children:hover::after {
  transform: rotateZ(-180deg);
}
.header-menu a {
  color: #212020;
  font-size: 19px;
}
.header-menu a:hover {
  color: #86868a;
}
.header-menu .current-menu-item a {
  color: #86868a;
}
.header-menu .offcanvas {
  display: flex;
  justify-content: flex-end;
  margin-left: 0.75rem;
}
.header-menu .header-search {
  align-items: center;
  background: transparent;
  border-bottom: 2px solid #cfcfcf;
  display: flex;
  gap: 0.5rem;
  margin: 0 40px;
  padding: 0 0 0.35rem 0;
  transition: border-color 0.2s ease;
  width: 150px;
}
.header-menu .header-search:focus-within {
  border-color: #a8a8a8;
}
.header-menu .header-search__label {
  color: #9c9c9c;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  transition: opacity 0.15s ease, max-width 0.15s ease;
  cursor: text;
}
.header-menu .header-search:focus-within .header-search__label {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
}
.header-menu .header-search__input {
  background: transparent;
  border: none;
  color: #212020;
  font-size: 15px;
  outline: none;
  width: 100%;
  min-width: 40px;
}
.header-menu .header-search__btn {
  color: #86868a;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.header-menu .header-search__btn svg {
  fill: currentColor;
}
.header-menu .burger-btn {
  cursor: pointer;
  fill: #86868a;
  overflow: visible;
  max-width: 100%;
  width: 25px;
  z-index: 30;
}
.header-menu .burger-btn--1, .header-menu .burger-btn--2, .header-menu .burger-btn--3 {
  transition: 0.2s;
  transform-origin: center center;
}
.header-menu .burger-btn.active .burger-btn--1 {
  transform: translate(-7px, 7px) rotate(45deg);
}
.header-menu .burger-btn.active .burger-btn--2 {
  transform: translateX(20px);
  opacity: 0;
}
.header-menu .burger-btn.active .burger-btn--3 {
  transform: translate(-7px, -7px) rotate(-45deg);
}
.header-menu #offcanvas {
  z-index: 40;
  position: fixed;
  top: 132px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.header-menu #offcanvas.active {
  transform: translateX(0);
  opacity: 1;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.header-menu #offcanvas #offcanvas-menu {
  padding: 0;
  list-style: none;
}
.header-menu #offcanvas #offcanvas-menu .menu-item {
  padding: 0.7rem 0;
  border-bottom: solid 1px #bde291;
}
@media screen and (max-width: 1250px) {
  .header-menu .menu-header-container, .header-menu .menu-header-anglais-container {
    width: 70%;
  }
  .header-menu .languages-list {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    grid-template-columns: 3fr 7fr 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .header-menu {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    display: grid;
    text-align: center;
    padding: 40px;
  }
  .header-menu .menu-header-container, .header-menu .menu-header-anglais-container {
    display: none;
  }
  .header-menu .languages-list {
    padding: 0;
    margin: auto;
  }
  .header-menu .logo {
    width: auto;
    max-width: 110px;
  }
  .header-menu .header-search {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .header-menu {
    padding: 10px;
    grid-template-columns: 2fr 1fr;
    height: auto;
  }
}
.languages-list {
  list-style: none;
  display: flex;
  padding: 0;
}
.languages-list li {
  position: relative;
  font-size: 15px;
}
.languages-list li.active a {
  color: #86868a;
}
.languages-list li:last-of-type a {
  border-right: none;
  padding-left: 9px;
}
.languages-list li:first-child a {
  padding-right: 7px;
}
.languages-list a {
  text-transform: capitalize;
  display: flex;
  place-items: center;
  padding: 0;
}

.has-primary-color {
  color: #86868a;
}

.has-primary-background-color {
  background-color: #86868a;
}

.brand-secondary-color {
  color: #bde291;
}

.brand-secondary-background-color {
  background-color: #bde291;
}

.brand-batiments-ouvrages-d-art-color {
  color: #c8264b;
}

.brand-batiments-ouvrages-d-art-background-color {
  background-color: #c8264b;
}

.brand-environnement-developpement-durable-color {
  color: #9f83ce;
}

.brand-environnement-developpement-durable-background-color {
  background-color: #9f83ce;
}

.brand-genie-civil-infrastructures-color {
  color: #48b5b1;
}

.brand-genie-civil-infrastructures-background-color {
  background-color: #48b5b1;
}

.brand-geotechnique-travaux-speciaux-color {
  color: #d48743;
}

.brand-geotechnique-travaux-speciaux-background-color {
  background-color: #d48743;
}

@media (max-width: 768px) {
  div.is-stacked-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.is-stacked-on-mobile .wp-block-coblocks-column {
    width: 100% !important;
    margin: 0px !important;
  }
}
/* Main column width */
.wp-block {
  max-width: 100% !important;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: 1080px !important;
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full] {
  max-width: 100% !important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.components-range-control__slider {
  margin-left: 8px !important;
}

.wp-block-button__link {
  padding: 10px 45px;
}

.wp-block-separator {
  border: none;
  height: 5px;
  margin: 1.65em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-image img {
  height: auto;
}

.wp-block-button__link {
  padding: 0.7rem 2rem;
  font-size: 1rem;
}

.realisationMenu {
  position: fixed;
  top: calc(50% - 175px);
  right: -180px;
  width: 250px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 15;
}
.realisationMenu .container {
  display: flex;
  align-items: center;
  pointer-events: all;
  width: 250px;
  height: 70px;
  transition: transform 0.3s ease;
  color: #fff;
  background-color: #86868a;
  padding: 0 10px 0 0;
}
.realisationMenu .container.open {
  transform: translateX(-70px);
}
.realisationMenu .container:hover, .realisationMenu .container:focus {
  transform: translateX(-180px);
}
.realisationMenu .icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
}
.realisationMenu svg {
  width: 50px;
  height: 50px;
  fill: currentColor;
}
@media screen and (max-width: 1024px) {
  .realisationMenu {
    display: none;
    /**
     position: relative;
     top: unset;
     right: unset;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
     width: 100%;
     height: auto;
     margin-bottom: 2rem;
     .container {
       width: 100%;
       &:hover, &.open, &:focus {
         transform: none;
       }
     }
    */
  }
}

@media screen and (max-width: 1024px) {
  /*
  .archive-realisations {
    .realisationMenu {
      display: flex !important;
      width: 210px;

      .container {
        height: 50px;
      }

      .icon {
        width: 50px;
        height: 50px;
        display: grid;
        place-items: center;
        padding: 10px;
      }

      svg {
        width: 30px;
        height: 30px;
        fill: currentColor;
      }
    }
  }
  */
}
.archive-realisation .actual-category, .archive-block .actual-category {
  display: flex;
}
.archive-realisation .actual-category .infos, .archive-block .actual-category .infos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.archive-realisation .actual-category .infos .cat-logo, .archive-block .actual-category .infos .cat-logo {
  max-width: 50px;
  margin-right: 2rem;
  fill: currentColor;
  height: 50px;
}
.archive-realisation .actual-category .infos svg, .archive-block .actual-category .infos svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 500px) {
  .archive-realisation .actual-category .infos, .archive-block .actual-category .infos {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .archive-realisation .actual-category, .archive-block .actual-category {
    flex-direction: column;
  }
}
.archive-realisation .realCat-description, .archive-block .realCat-description {
  margin-bottom: 40px;
}
.archive-realisation .archive-realisation-header, .archive-block .archive-realisation-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.archive-realisation .archives .container, .archive-block .archives .container {
  transition: height 0.4s ease;
  display: grid;
  grid-template-columns: repeat(auto-fit, 32%);
  column-gap: 1rem;
  row-gap: 4rem;
}
.archive-realisation .archives .boxe, .archive-block .archives .boxe {
  position: relative;
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease;
  transform: scale(1);
}
.archive-realisation .archives .titre, .archive-block .archives .titre {
  margin-bottom: 0;
  margin-top: 10px;
}
.archive-realisation .archives .desc, .archive-block .archives .desc {
  margin-top: 0;
}
.archive-realisation .archives .load, .archive-block .archives .load {
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 1260px) {
  .archive-realisation .archives .container, .archive-block .archives .container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 330px) {
  .archive-realisation .archives .container, .archive-block .archives .container {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.archive-realisation .archives .icons-loop, .archive-block .archives .icons-loop {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #86868a;
  transition: opacity 0.5s ease;
  display: grid;
  place-items: center;
}
.archive-realisation .archives .icons-loop svg, .archive-block .archives .icons-loop svg {
  color: white;
  width: 20px;
}
.archive-realisation .archives a, .archive-block .archives a {
  width: 100%;
  color: #000;
}
.archive-realisation .archives .thumbnail, .archive-block .archives .thumbnail {
  position: relative;
  width: 100%;
}
.archive-realisation .archives .thumbnail:before, .archive-block .archives .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55%;
}
.archive-realisation .archives .thumbnail img, .archive-block .archives .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.archive-realisation .archives .thumbnail:hover .icons-loop, .archive-realisation .archives .thumbnail:focus .icons-loop, .archive-block .archives .thumbnail:hover .icons-loop, .archive-block .archives .thumbnail:focus .icons-loop {
  opacity: 0.6;
}
.archive-realisation .archives .loadmore-container, .archive-block .archives .loadmore-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.archive-realisation .archives #loadmore, .archive-block .archives #loadmore {
  transition: all 0.5s ease;
  user-select: none;
}
.archive-realisation .archives .pastilles, .archive-block .archives .pastilles {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.5rem;
}
.archive-realisation .archives .pastilles .icon svg, .archive-block .archives .pastilles .icon svg {
  width: 40px;
}
.archive-realisation .realForm, .archive-block .realForm {
  color: #aaaaaa;
  display: flex;
  align-items: center;
}
.archive-realisation .realForm svg, .archive-block .realForm svg {
  fill: #aaaaaa;
}
.archive-realisation .realForm .custom-select, .archive-block .realForm .custom-select {
  padding: 0 1rem;
  border-right: solid 1px #aaaaaa;
  line-height: 1;
}
.archive-realisation .realForm button, .archive-block .realForm button {
  margin-left: 1rem;
  padding: 0;
  appearance: none;
  color: #aaaaaa;
  cursor: pointer;
  border-bottom: solid 1px #aaaaaa;
}
@media screen and (max-width: 300px) {
  .archive-realisation .realForm, .archive-block .realForm {
    grid-template-columns: 1fr;
  }
}
.archive-realisation .tags, .archive-block .tags {
  position: relative;
}

.footer-realisations {
  margin-top: 5rem;
}
.footer-realisations .header {
  margin: 3rem 0;
}
.footer-realisations .title {
  margin-bottom: 0;
}
.footer-realisations .subtitle {
  margin-top: 0;
}
.footer-realisations .container {
  grid-gap: 1rem;
  text-align: justify;
}

.container-social .social-logo {
  margin: 1rem 0;
  display: flex;
  justify-content: space-evenly;
}
.container-social p {
  cursor: pointer;
  text-align: right;
  display: flex;
  color: #ADADAD;
}
.container-social p svg {
  margin-right: 10px;
  fill: currentColor;
  height: 20px;
}
.container-social .content {
  background: #86868a !important;
}
.container-social a {
  padding: 10px;
}
.container-social a svg {
  width: 24px;
  height: auto;
  color: #bde291;
  fill: #bde291;
}

.single .post-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 2rem;
}
.single .post-title h1 {
  margin: 0;
}
.single .post-title .h3 {
  margin: 0;
}
.single .subInfos {
  margin-top: 2rem;
}
.single .row {
  margin-top: 3rem;
  display: flex;
  flex-direction: row-reverse;
}
.single .row .col-70 {
  width: 70%;
}
.single .row .col-30 {
  margin-left: 7rem;
  width: 30%;
}
.single .row .full-width {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .single .row {
    flex-direction: column;
  }
  .single .row div[class^=col] {
    width: auto;
    margin: 0;
  }
}

.single-real .col-30 {
  margin-top: 1em;
}
.single-real .col-30 .categories {
  display: flex;
  height: 22px;
}
.single-real .col-30 .icon svg {
  width: 40px;
  height: 40px;
}
.single-real .col-30 .streetView {
  margin-top: 2rem;
  max-width: 150px;
}
.single-real .col-30 .streetView a {
  display: flex;
  align-items: center;
}
.single-real .col-30 .streetView a svg {
  margin-right: 10px;
  width: 25px;
}
.single-real .col-30 .infos h3 {
  font-size: 1.1rem;
  margin: 2rem 0 0.3rem 0;
  font-weight: 550;
}
.single-real .col-30 .infos p {
  margin: 0;
}
.single-real .col-30 img {
  max-width: 150px;
}
@media screen and (min-width: 1500px) {
  .single-real .col-30 {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .single-real .col-30 {
    margin-left: 7vw;
  }
}
@media screen and (min-width: 2200px) {
  .single-real .full-width.slider {
    margin: 0;
  }
  .single-real .slider .swiper-container {
    width: 100%;
    max-width: 100%;
  }
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  display: block ruby;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  border: none;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #d7d7d7;
  border: none;
  cursor: pointer;
  user-select: none;
  padding: 7.5px 0;
  transition: color 0.5s ease;
}
.select-items div:hover {
  color: #aaaaaa;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 1.6rem;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding: 0 1rem 10px 1rem;
  user-select: none;
  min-width: max-content;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
  transition: all 0.4s ease;
}
.lightbox .close {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 20px;
  height: 20px;
  fill: #bde291;
}
.lightbox .content {
  background-color: #bde291;
}

footer {
  background-color: #fff;
  color: #8a8a8a;
  margin-top: 6rem;
  margin-left: 15.7vw;
  margin-right: 15.7vw;
  padding: 1.35rem 40px 1.1rem;
}
footer .footer-bar {
  align-items: center;
  border-top: 3px solid #c6c6c6;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.1rem;
}
footer .footer-bar__text {
  color: #7f7f7f;
  font-size: 1rem;
  margin: 0;
  line-height: 1.35;
  word-break: break-word;
}
footer .footer-bar__separator {
  margin: 0 0.35rem;
}
footer .footer-bar__text a {
  color: inherit;
  text-decoration: none;
}
footer .footer-bar__text a:hover,
footer .footer-bar__text a:focus {
  color: #6f6f6f;
}
footer .footer-bar__socials {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}
footer .footer-bar__socials a {
  align-items: center;
  color: #b5b5b5;
  display: inline-flex;
  justify-content: center;
  transition: color 0.2s ease;
}
footer .footer-bar__socials a:hover,
footer .footer-bar__socials a:focus {
  color: #8f8f8f;
}
footer .footer-bar__socials svg {
  display: block;
  fill: currentColor;
  width: 18px;
  height: 18px;
}
footer .footer-social__icon--instagram {
  width: 19.5px;
  height: 19.5px;
}
footer .footer-social__icon--linkedin {
  width: 16.5px;
  height: 16.5px;
  transform: translateY(0.5px);
}
@media (max-width: 900px) {
  footer .footer-bar__text {
    font-size: 0.95rem;
  }
}
@media (max-width: 700px) {
  footer {
    padding: 1rem 10px 0.85rem;
  }
  footer .footer-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
  footer .footer-bar__text {
    font-size: 0.9rem;
  }
}
@media (max-width: 450px) {
  footer .footer-bar__separator {
    display: none;
  }
}
@media (max-width: 1000px) {
  footer {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media (max-width: 882px) {
  footer {
    margin-left: 0;
    margin-right: 0;
  }
}

.search-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.search-hero {
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 55%);
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 2.5rem 2.75rem;
}

.search-hero__inner {
  display: grid;
  gap: 0.75rem;
}

.search-title {
  font-size: 2.2rem;
}

.search-title__query {
  color: #86868a;
}

.search-count {
  color: #6f6f6f;
  margin: 0;
}

.search-form-wrap form {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
  width: min(520px, 90%);
}

.search-form-wrap form input {
  border: none;
  flex: 1;
  font-size: 16px;
  outline: none;
}

.search-form-wrap form button {
  color: #86868a;
  display: grid;
  place-items: center;
}

.search-results__grid {
  display: grid;
  gap: 1.25rem;
}

.search-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.search-card:hover {
  border-color: rgba(134, 134, 134, 0.35);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.search-card__link {
  color: inherit;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
}

.search-card__thumb {
  border-radius: 14px;
  overflow: hidden;
  width: 140px;
}

.search-card__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.search-card__meta {
  color: #7a7a7a;
  font-size: 0.9rem;
  margin: 0 0 0.4rem;
}

.search-card__title {
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}

.search-card__excerpt {
  color: #5c5c5c;
  margin: 0;
}

.search-card__arrow {
  color: #86868a;
  font-size: 1.5rem;
  line-height: 1;
}

.search-pagination {
  margin-top: 2rem;
  text-align: center;
}

.search-pagination .page-numbers {
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  color: #6b6b6b;
  display: inline-block;
  margin: 0 0.2rem;
  padding: 0.35rem 0.75rem;
}

.search-pagination .current {
  background: #86868a;
  border-color: #86868a;
  color: #fff;
}

.search-empty {
  border: 1px dashed #d9d9d9;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
}

.search-empty__title {
  margin: 0 0 0.5rem;
}

@media screen and (max-width: 900px) {
  .search-hero {
    padding: 2rem;
  }
  .search-title {
    font-size: 1.8rem;
  }
  .search-card__link {
    grid-template-columns: 1fr auto;
  }
  .search-card__thumb {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .search-form-wrap form {
    width: 100%;
  }
  .search-card__link {
    padding: 1.1rem 1.2rem;
  }
}
.archive-team .team-top-slider {
  margin-bottom: 2rem;
}
.archive-team .team-archive-header {
  margin-bottom: 2.5rem;
}
.archive-team .team-archive-header .team-intro {
  margin: 0.6rem 0 0;
  max-width: 66ch;
  color: #495057;
}
.archive-team .team-archive-header .team-stats {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.archive-team .team-archive-header .team-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid #ced4da;
  color: #495057;
  font-size: 0.95rem;
}
.archive-team .team-archive-header .team-stat .value {
  font-weight: 700;
  color: #212529;
}
.archive-team .team-section {
  margin-bottom: 3.5rem;
}
.archive-team .team-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
}
.archive-team .team-section-head h2 {
  margin: 0;
}
.archive-team .team-section-head .count {
  color: #868e96;
  font-size: 0.9rem;
}
@media screen and (max-width: 520px) {
  .archive-team .team-section-head {
    align-items: baseline;
    gap: 0.5rem;
  }
}
.archive-team .team-badge {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0.05em;
}
.archive-team .team-card-shell {
  display: block;
  width: 100%;
  color: #000;
  position: relative;
}
.archive-team .team-card {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.archive-team .team-card a,
.archive-team .team-mini-card a {
  text-decoration: none;
  display: block;
  position: relative;
}
.archive-team .team-card .thumbnail {
  overflow: hidden;
}
.archive-team .team-card .thumbnail img {
  transition: transform 0.35s ease;
  transform-origin: center center;
}
.archive-team .team-card .thumbnail:before {
  padding-top: 132%;
}
.archive-team .team-card .thumbnail .thumbnail-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #e5e5e7 0%, #f4f4f5 100%);
}
.archive-team .team-card .thumbnail:after {
  content: "";
  position: absolute;
  inset: 40% 0 0 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.archive-team .team-card--associate a:hover .thumbnail img,
.archive-team .team-card--associate a:focus-visible .thumbnail img {
  transform: scale(1.06);
}
.archive-team .team-card .real-box-text,
.archive-team .team-mini-card .real-box-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.9rem 0.95rem 0.85rem;
}
.archive-team .team-card .name,
.archive-team .team-mini-card .titre {
  margin-bottom: 0;
  color: #fff;
}
.archive-team .team-card .role,
.archive-team .team-mini-card .desc {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0.25rem;
}
.archive-team .team-section-priority .team-section-head h2 {
  color: #212529;
}

.single-team .team-profile-header {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 820px) {
  .single-team .team-profile-header {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.single-team .team-profile-media .img-resp {
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
  max-height: 340px;
}
.single-team .team-profile-placeholder {
  aspect-ratio: 3/4;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(145deg, #d8d8db 0%, #f0f0f1 100%);
  display: grid;
  place-items: center;
}
.single-team .team-profile-placeholder span {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: 0.08em;
  color: #495057;
  font-weight: 600;
}
.single-team .team-profile-main h1 {
  margin: 0.4rem 0 0;
}
.single-team .team-profile-main .h3 {
  margin: 0.3rem 0 0.9rem;
  color: #495057;
  font-weight: 400;
}
.single-team .team-offices {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-team .team-offices li {
  margin-bottom: 0.35rem;
  color: #495057;
}
.single-team .team-contact {
  margin-top: 0.9rem;
}
.single-team .team-contact a {
  display: block;
  color: #495057;
  text-decoration: none;
  border-bottom: 1px solid #ced4da;
  width: fit-content;
  margin-bottom: 0.4rem;
}
.single-team .team-back-link {
  color: #495057;
  text-decoration: none;
  border-bottom: 1px solid #ced4da;
}
.single-team .team-prose {
  margin-top: 0.5rem;
}
.single-team .team-prose h2 {
  margin-bottom: 1rem;
}
.single-team .team-prose .team-content {
  max-width: 72ch;
  line-height: 1.7;
  color: #343a40;
}
.single-team .team-prose .team-content p,
.single-team .team-prose .team-content ul,
.single-team .team-prose .team-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.single-team .team-prose .team-content h3,
.single-team .team-prose .team-content h4 {
  margin: 1.5rem 0 0.6rem;
}
.single-team .team-empty-content {
  color: #868e96;
  font-style: italic;
}
.single-team .team-related {
  margin-top: 4rem;
}
.single-team .team-related a {
  color: #212020;
}
.single-team .team-mini-card {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.single-team .team-mini-card .thumbnail .thumbnail-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #e5e5e7 0%, #f4f4f5 100%);
}
.single-team .team-mini-card .thumbnail:before {
  padding-top: 132%;
}
.single-team .team-mini-card .titre {
  color: #212020;
}
.single-team .team-mini-card .desc {
  color: #495057;
}

.sliderRealisations {
  aspect-ratio: var(--slider-aspect-ration);
  height: var(--sldier-height);
  overflow: hidden;
  max-height: var(--slider-max-height);
}
.sliderRealisations .realInfos {
  position: absolute;
  background-color: #fff;
  left: 2rem;
  bottom: 2rem;
  width: 55%;
  max-width: 650px;
}
.sliderRealisations .realInfos:hover .r-arrow {
  filter: brightness(0.95);
}
@media screen and (max-width: 1120px) {
  .sliderRealisations .realInfos {
    width: 75%;
    left: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 850px) {
  .sliderRealisations .realInfos {
    width: 95%;
    left: 0.5rem;
    bottom: 0.5rem;
  }
}
.sliderRealisations a {
  display: flex;
}
.sliderRealisations .content {
  padding: 1rem 1rem 1rem 2rem;
  color: #000;
}
.sliderRealisations .r-arrow {
  margin-left: auto;
  background-color: #bde291;
  color: #fff;
  padding: 2rem 2.5rem;
  display: grid;
  place-content: center;
  transition: filter 0.5s ease;
}
.sliderRealisations h2 {
  font-size: 2rem;
  margin: 0;
}
.sliderRealisations p {
  margin: 0;
  font-size: 1.1rem;
}
.sliderRealisations .swiper-slide {
  height: auto;
}
@media screen and (max-width: 600px) {
  .sliderRealisations .realInfos {
    max-width: 99%;
  }
  .sliderRealisations .r-arrow {
    padding: 2rem 1rem;
  }
  .sliderRealisations .content {
    padding: 0.5rem;
  }
}

.featured {
  text-align: center;
}
.featured .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 10px;
  padding: 10px;
}
@media screen and (max-width: 290px) {
  .featured .boxes {
    grid-template-columns: auto;
  }
}
.featured .boxe {
  position: relative;
  overflow: hidden;
}
.featured .image {
  height: 0;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.featured .image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
}
.featured .infos {
  width: 100%;
  text-align: center;
  margin: 11px 0;
  color: #000;
}
.featured a:hover img {
  transform: scale(1.05);
}
.featured h2 {
  padding: 3rem 0;
  margin: 0;
}
.featured h3 {
  margin-bottom: 0;
}
.featured p {
  margin-top: 0;
}
.featured h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1rem;
}
.featured .loop {
  position: absolute;
  top: 14px;
  right: 17px;
  width: 20px;
  color: #fff;
}
.featured .terms {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}
.featured .terms .icon svg {
  width: 40px;
}

.imgOverlay {
  position: relative;
}
.imgOverlay .content {
  position: absolute;
  left: 0;
  bottom: 10%;
  color: #bde291;
  text-align: center;
  display: grid;
  place-items: center;
  width: 100%;
}
.imgOverlay h2 {
  font-size: 2rem;
  margin: 0 auto 2rem auto;
  max-width: 750px;
}
.imgOverlay .btn {
  padding: 0.7rem 2rem;
}
@media screen and (max-width: 768px) {
  .imgOverlay {
    height: 250px;
  }
  .imgOverlay h2 {
    font-size: 1.5rem;
  }
}

.slider {
  aspect-ratio: var(--slider-aspect-ration);
  height: var(--sldier-height);
  overflow: hidden;
  max-height: var(--slider-max-height);
}
.slider .swiper-container {
  height: 100%;
  max-width: 1440px;
  margin: auto;
  background-color: #cdcdcd;
}
.slider .swiper-container .swiper-slide {
  overflow: hidden;
  height: auto;
}
.slider .swiper-container .swiper-slide img {
  transition-timing-function: ease;
}
.slider .swiper-container:not(swiper-container-initialized) .swiper-wrapper {
  height: 100%;
}
.slider .swiper-container:not(swiper-container-initialized) .swiper-slide {
  height: 100%;
}
.slider .swiper-pagination-bullet {
  background-color: #bde291;
  opacity: 0.5;
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container.no-slider .swiper-button-prev, .swiper-container.no-slider .swiper-button-next {
  display: none;
}

@media screen and (min-width: 2200px) {
  .slider.full-width {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .slider.full-width .swiper-container {
    max-width: 100%;
    width: 100%;
  }
}
.clients {
  display: grid;
  grid-template-columns: repeat(auto-fit, 24%);
  grid-gap: 10px;
}
.clients .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clients .categories a span {
  width: 40px;
  height: 40px;
  display: block;
  transition: width 0.3s ease;
}
.clients .categories svg {
  fill: #bde291;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  .clients {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 330px) {
  .clients {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.absaAccordion {
  --absa-accordion-border: #d5d5d5;
  --absa-accordion-text: #1a1a1a;
  --absa-accordion-muted: #5f5f5f;
  --absa-accordion-hover: #f8f8f8;
  color: var(--absa-accordion-text);
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 1.2rem 0 1.5rem;
}
.absaAccordion__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 0.2rem;
  padding-bottom: 0.2rem;
}
.absaAccordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 0;
}
.absaAccordion__item {
  border-bottom: 1px solid var(--absa-accordion-border);
}
.absaAccordion__item:last-child {
  border-bottom: 0;
}
.absaAccordion__trigger {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: clamp(0.95rem, 1.15vw, 1.2rem) 0;
  transition: background-color 0.3s ease;
}
.absaAccordion__trigger:hover, .absaAccordion__trigger:focus-visible {
  background-color: var(--absa-accordion-hover);
  outline: none;
}
.absaAccordion__headingWrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}
.absaAccordion__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  display: grid;
  place-items: center;
}
.absaAccordion__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.absaAccordion__heading {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: inherit;
  margin: 0;
}
.absaAccordion__chevron {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  color: #222;
  transition: transform 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.absaAccordion__chevron svg {
  width: 100%;
  height: 100%;
  display: block;
}
.absaAccordion__item.is-open .absaAccordion__chevron {
  transform: rotate(180deg);
}
.absaAccordion__item.is-closing .absaAccordion__chevron {
  transform: rotate(0deg);
}
.absaAccordion__panel {
  height: 0;
  overflow: clip;
  opacity: 0;
  transition: height 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease;
  will-change: height;
}
.absaAccordion__item.is-open .absaAccordion__panel, .absaAccordion__item.is-closing .absaAccordion__panel {
  opacity: 1;
}
.absaAccordion__panelInner {
  padding: 0.05rem 0 1rem;
  color: var(--absa-accordion-muted);
  transform: translateY(-6px);
  transition: transform 0.4s ease;
}
.absaAccordion__item.is-open .absaAccordion__panelInner {
  transform: translateY(0);
}
.absaAccordion__item.is-closing .absaAccordion__panelInner {
  transform: translateY(0);
}
.absaAccordion__richtext {
  max-width: 100%;
}
.absaAccordion__richtext > *:first-child {
  margin-top: 0;
}
.absaAccordion__richtext > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .absaAccordion__heading {
    font-size: 1.8rem;
  }
  .absaAccordion__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .absaAccordion__chevron {
    width: 1.15rem;
    min-width: 1.15rem;
    height: 1.15rem;
  }
}

/*# sourceMappingURL=main.css.map */
