@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1242px;
  margin-inline: auto;
  padding-inline: 18px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .container {
    padding-inline: 30px;
  }
}

.full-width {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
}

.layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
@media (min-width: 992px) {
  .layout {
    gap: 30px;
  }
}
.layout > * {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .layout > .layout-column--1-1 {
    grid-column: span 12;
  }
  .layout > .layout-column--1-2 {
    grid-column: span 6;
  }
  .layout > .layout-column--1-3 {
    grid-column: span 4;
  }
  .layout > .layout-column--2-3 {
    grid-column: span 8;
  }
  .layout > .layout-column--1-4 {
    grid-column: span 3;
  }
  .layout > .layout-column--3-4 {
    grid-column: span 9;
  }
}

.layout + .layout {
  margin-top: 2.4rem;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

html {
  color-scheme: light;
}

body, html {
  overflow-x: clip;
  background: #ffffff;
}

body {
  font-family: "MaaxRounded";
}
a {
  color: black;
  text-decoration: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.space-bottom {
  padding-bottom: 130px;
}

.wp-block-button__link {
  background: inherit;
  border: 2px solid;
  border-radius: 5px;
  padding: 20px 20px 17px;
  width: 390px;
  max-width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.0125em;
  display: inline-block;
  text-align: center;
  text-indent: 0.0125em;
  box-sizing: border-box;
}

button.wp-block-button__link {
  font-family: inherit;
  cursor: pointer;
}

.wp-block-column {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 1024px) {
  .wp-block-column {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}

.pad-reset {
  padding: 0 !important;
}

/**
 * 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;
}

@media only screen and (max-width: 1024px) {
  main {
    margin-top: 62px;
  }
}
.has-rouge-color {
  color: #d0481e;
}

.has-rouge-color > strong {
  font-weight: bold;
}

.has-rouge-background-color {
  background-color: #E1582E;
}

.has-opacity-50-rouge-color {
  color: rgba(225, 88, 46, 0.5);
}

.has-opacity-50-rouge-backgournd-color {
  background-color: rgba(225, 88, 46, 0.5);
}

.has-rouge-1-color {
  color: #d3451f;
}

.has-rouge-1-color > strong {
  font-weight: bold;
}

.has-rouge-1-background-color {
  background-color: #ea886e;
}

.has-opacity-50-rouge-1-color {
  color: rgba(234, 136, 110, 0.5);
}

.has-opacity-50-rouge-1-backgournd-color {
  background-color: rgba(234, 136, 110, 0.5);
}

.has-rouge-2-color {
  color: #efaa96;
}

.has-rouge-2-color > strong {
  font-weight: bold;
}

.has-rouge-2-background-color {
  background-color: #efaa96;
}

.has-opacity-50-rouge-2-color {
  color: rgba(239, 170, 150, 0.5);
}

.has-opacity-50-rouge-2-backgournd-color {
  background-color: rgba(239, 170, 150, 0.5);
}

.has-rouge-3-color {
  color: #f9dcd5;
}

.has-rouge-3-color > strong {
  font-weight: bold;
}

.has-rouge-3-background-color {
  background-color: #f9dcd5;
}

.has-opacity-50-rouge-3-color {
  color: rgba(249, 220, 213, 0.5);
}

.has-opacity-50-rouge-3-backgournd-color {
  background-color: rgba(249, 220, 213, 0.5);
}

.has-rouge-4-color {
  color: #fceeea;
}

.has-rouge-4-color > strong {
  font-weight: bold;
}

.has-rouge-4-background-color {
  background-color: #fceeea;
}

.has-opacity-50-rouge-4-color {
  color: rgba(252, 238, 234, 0.5);
}

.has-opacity-50-rouge-4-backgournd-color {
  background-color: rgba(252, 238, 234, 0.5);
}

.has-jaune-color {
  color: #FFD600;
}

.has-jaune-color > strong {
  font-weight: bold;
}

.has-jaune-background-color {
  background-color: #FFD600;
}

.has-opacity-50-jaune-color {
  color: rgba(255, 214, 0, 0.5);
}

.has-opacity-50-jaune-backgournd-color {
  background-color: rgba(255, 214, 0, 0.5);
}

.has-jaune-1-color {
  color: #ffe24d;
}

.has-jaune-1-color > strong {
  font-weight: bold;
}

.has-jaune-1-background-color {
  background-color: #ffe24d;
}

.has-opacity-50-jaune-1-color {
  color: rgba(255, 226, 77, 0.5);
}

.has-opacity-50-jaune-1-backgournd-color {
  background-color: rgba(255, 226, 77, 0.5);
}

.has-jaune-2-color {
  color: #ffeb80;
}

.has-jaune-2-color > strong {
  font-weight: bold;
}

.has-jaune-2-background-color {
  background-color: #ffeb80;
}

.has-opacity-50-jaune-2-color {
  color: rgba(255, 235, 128, 0.5);
}

.has-opacity-50-jaune-2-backgournd-color {
  background-color: rgba(255, 235, 128, 0.5);
}

.has-jaune-3-color {
  color: #fff3b3;
}

.has-jaune-3-color > strong {
  font-weight: bold;
}

.has-jaune-3-background-color {
  background-color: #fff3b3;
}

.has-opacity-50-jaune-3-color {
  color: rgba(255, 243, 179, 0.5);
}

.has-opacity-50-jaune-3-backgournd-color {
  background-color: rgba(255, 243, 179, 0.5);
}

.has-jaune-4-color {
  color: #fffbe5;
}

.has-jaune-4-color > strong {
  font-weight: bold;
}

.has-jaune-4-background-color {
  background-color: #fffbe5;
}

.has-opacity-50-jaune-4-color {
  color: rgba(255, 251, 229, 0.5);
}

.has-opacity-50-jaune-4-backgournd-color {
  background-color: rgba(255, 251, 229, 0.5);
}

.has-vert-color {
  color: #006E61;
}

.has-vert-color > strong {
  font-weight: bold;
}

.has-vert-background-color {
  background-color: #006E61;
}

.has-opacity-50-vert-color {
  color: rgba(0, 110, 97, 0.5);
}

.has-opacity-50-vert-backgournd-color {
  background-color: rgba(0, 110, 97, 0.5);
}

.has-vert-1-color {
  color: #408078;
}

.has-vert-1-color > strong {
  font-weight: bold;
}

.has-vert-1-background-color {
  background-color: #4d9a90;
}

.has-opacity-50-vert-1-color {
  color: rgba(77, 154, 144, 0.5);
}

.has-opacity-50-vert-1-backgournd-color {
  background-color: rgba(77, 154, 144, 0.5);
}

.has-vert-2-color {
  color: #80B7b0;
}

.has-vert-2-color > strong {
  font-weight: bold;
}

.has-vert-2-background-color {
  background-color: #80B7b0;
}

.has-opacity-50-vert-2-color {
  color: rgba(128, 183, 176, 0.5);
}

.has-opacity-50-vert-2-backgournd-color {
  background-color: rgba(128, 183, 176, 0.5);
}

.has-vert-3-color {
  color: #b3d3d0;
}

.has-vert-3-color > strong {
  font-weight: bold;
}

.has-vert-3-background-color {
  background-color: #b3d3d0;
}

.has-opacity-50-vert-3-color {
  color: rgba(179, 211, 208, 0.5);
}

.has-opacity-50-vert-3-backgournd-color {
  background-color: rgba(179, 211, 208, 0.5);
}

.has-vert-4-color {
  color: #e5f0ef;
}

.has-vert-4-color > strong {
  font-weight: bold;
}

.has-vert-4-background-color {
  background-color: #e5f0ef;
}

.has-opacity-50-vert-4-color {
  color: rgba(229, 240, 239, 0.5);
}

.has-opacity-50-vert-4-backgournd-color {
  background-color: rgba(229, 240, 239, 0.5);
}

.has-violet-color {
  color: #422643;
}

.has-violet-color > strong {
  font-weight: bold;
}

.has-violet-background-color {
  background-color: #422643;
}

.has-opacity-50-violet-color {
  color: rgba(66, 38, 67, 0.5);
}

.has-opacity-50-violet-backgournd-color {
  background-color: rgba(66, 38, 67, 0.5);
}

.has-blanc-color {
  color: #ffffff;
}

.has-blanc-color > strong {
  font-weight: bold;
}

.has-blanc-background-color {
  background-color: #ffffff;
}

.has-opacity-50-blanc-color {
  color: rgba(255, 255, 255, 0.5);
}

.has-opacity-50-blanc-backgournd-color {
  background-color: rgba(255, 255, 255, 0.5);
}

.wp-block-button__link {
  transition: background-color 0.3s;
}

.wp-block-button__link.has-rouge-background-color:hover {
  background-color: #ffffff;
  color: #E1582E;
  border-color: #E1582E;
}

.wp-block-button__link.has-blanc-background-color:hover {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.wp-block-button__link.has-opacity-50-rouge-backgournd-color:hover {
  background-color: #ffffff;
  color: rgba(225, 88, 46, 0.5);
  border-color: rgba(225, 88, 46, 0.5);
}

.wp-block-button__link.has-vert-color:active, .wp-block-button__link.has-vert-color:focus, .wp-block-button__link.has-vert-color:visited {
  color: #006E61;
}
.wp-block-button__link.has-vert-color:hover {
  background-color: #006E61;
  color: #ffffff;
  border-color: #006E61;
}

.has-st-1-font-size {
  font-size: 20px;
  line-height: 1;
}

.has-st-2-font-size {
  font-size: 21px;
  line-height: 130%;
}

.has-body-1-font-size {
  font-size: 24px;
  line-height: 130%;
}

.has-body-2-font-size {
  font-size: 16.5px;
  line-height: 145%;
}

.has-body-3-font-size {
  font-size: 16.5px;
  line-height: 185%;
}

.has-caption-font-size {
  font-size: 14px;
  line-height: 145%;
}

.has-overline-font-size {
  font-size: 11px;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: -0.005em;
}

h1, .h-1 {
  font-size: 63px;
  line-height: 110%;
}

.entete__titre,
.h-titre-page {
  font-size: 42px;
  line-height: 115%;
}
@media only screen and (max-width: 1024px) {
  .entete__titre,
  .h-titre-page {
    font-size: 24px;
  }
}

.demarche__titre,
.methodes__titre,
.candidature__titre,
.equipe__titre,
.approche__titre,
.actu__titre,
.projets__titre,
.expertises__titre,
.collaborations__titre,
.legals__titre,
.h-titre-section {
  font-size: 28px;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .demarche__titre,
  .methodes__titre,
  .candidature__titre,
  .equipe__titre,
  .approche__titre,
  .actu__titre,
  .projets__titre,
  .expertises__titre,
  .collaborations__titre,
  .legals__titre,
  .h-titre-section {
    font-size: 22px;
  }
}

h2, .h-2 {
  font-size: 42px;
  line-height: 115%;
}

h3, .h-3 {
  font-size: 33px;
  line-height: 115%;
}

h4, .h-4 {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 15px;
}

h5, .h-5 {
  font-size: 21px;
  line-height: 130%;
}

h6, .h-6 {
  font-size: 18.75px;
  line-height: 115%;
}

@media only screen and (max-width: 1024px) {
  .has-body-1-font-size {
    font-size: 16.5px;
    line-height: 23.92px;
  }
  h2, .h-2 {
    font-size: 24px;
    line-height: 115%;
  }
  h3, .h-3 {
    font-size: 21px;
    line-height: 115%;
  }
  h4, .h-4 {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 15px;
  }
  h6, .h-6 {
    font-size: 21px;
    line-height: 115%;
  }
}
.font-bold {
  font-weight: bold;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: normal;
}

.font-italic {
  font-style: italic;
}

.title_margin {
  margin-bottom: 15px;
}

@font-face {
  font-family: "MaaxRounded";
  src: url("../fonts/MaaxRounded-BoldItalic.woff2") format("woff2"), url("../fonts/MaaxRounded-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MaaxRounded";
  src: url("../fonts/MaaxRounded-Bold.woff2") format("woff2"), url("../fonts/MaaxRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaaxRounded";
  src: url("../fonts/MaaxRounded.woff2") format("woff2"), url("../fonts/MaaxRounded.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaaxRounded";
  src: url("../fonts/MaaxRounded-MediumItalic.woff2") format("woff2"), url("../fonts/MaaxRounded-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MaaxRounded";
  src: url("../fonts/MaaxRounded-Italic.woff2") format("woff2"), url("../fonts/MaaxRounded-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MaaxRounded";
  src: url("../fonts/MaaxRounded-Medium.woff2") format("woff2"), url("../fonts/MaaxRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.icon-facebook {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-facebook:before {
  content: url(../svg/facebook.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-linkedin {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-linkedin:before {
  content: url(../svg/linkedin.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-instagram {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-instagram:before {
  content: url(../svg/instagram.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-insta-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-insta-rouge:before {
  content: url(../svg/insta-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-twitter {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-twitter:before {
  content: url(../svg/twitter.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-twitter-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-twitter-rouge:before {
  content: url(../svg/twitter-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-linkedin-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-linkedin-rouge:before {
  content: url(../svg/linkedin-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-research-gate-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-research-gate-rouge:before {
  content: url(../svg/research-gate-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-behance-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-behance-rouge:before {
  content: url(../svg/behance-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-facebook-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-facebook-rouge:before {
  content: url(../svg/facebook-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-partage:after {
  content: url(../svg/partage.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-insta-vert:after {
  content: url(../svg/insta-vert.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-twitter-vert:after {
  content: url(../svg/twitter-vert.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-facebook-vert:after {
  content: url(../svg/facebook-vert.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-linkedin-vert:after {
  content: url(../svg/linkedin-vert.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-burger:after {
  content: url(../svg/burger.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-exit:after {
  content: url(../svg/exit.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-instagram-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-instagram-rouge:before {
  content: url(../svg/insta-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-instagram-vert:after {
  content: url(../svg/insta-vert.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-researchgate {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-researchgate:before {
  content: url(../svg/research-gate-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

.icon-researchgate-rouge {
  display: inline-flex;
  margin-left: 0.2em;
}
.icon-researchgate-rouge:before {
  content: url(../svg/research-gate-rouge.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}

:root {
  --swiper-pagination-color: #E1582E;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bullet-width: 14px;
  --swiper-pagination-bullet-height: 14px;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 7px;
}

.swiper-pagination-bullet {
  border: 2px solid #E1582E;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.swiper-pagination-bullet-active {
  background: #E1582E;
}

.barre-nav {
  padding-top: 45px;
  padding-left: 31px;
  padding-right: 31px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
}
.barre-nav .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.barre-nav .header .logo {
  width: 208px;
  height: auto;
}
.barre-nav .header .logo a {
  height: 51px;
  display: block;
}
.barre-nav .header .menu-header {
  display: flex;
}
.barre-nav .header .menu-header .menu-item {
  margin-left: 31px;
  font-size: 18.75px;
  font-weight: bold;
  color: #E1582E;
}
.barre-nav .header .menu-header .language-switcher:last-child {
  margin-left: 10px;
}
.barre-nav .header .menu-header .language-switcher-fr {
  margin-left: 50px !important;
}
.barre-nav .header .menu-header .language-switcher a {
  color: #d3451f;
  text-transform: lowercase;
}
.barre-nav .header .menu-header .language-switcher a:after {
  background: #ea886e;
}
.barre-nav .header .menu-header a {
  color: #E1582E;
  position: relative;
}
.barre-nav .header .menu-header a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 3px;
  width: 0;
  background: #E1582E;
  left: 0;
  border-radius: 10px;
  transition: width 0.3s;
}
.barre-nav .header .menu-header a:hover:after {
  width: 100%;
}
.barre-nav .header .menu-header a[aria-current=page]:after {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .barre-nav {
    display: none;
  }
}

html[lang=en-US] .language-switcher:last-child a:after {
  width: 100%;
}

html[lang=fr-FR] .language-switcher-fr a:after {
  width: 100%;
}

.header-spacer {
  display: block;
  height: 111px;
}

.header-scrolled {
  padding-top: 9px !important;
  padding-bottom: 5px !important;
  background-color: white !important;
}
.header-scrolled .logo {
  width: 119px !important;
}
.header-scrolled .logo a {
  height: 30px !important;
}
.header-scrolled .menu-header .menu-item a {
  color: #E1582E !important;
  font-weight: bold;
}
.header-scrolled .menu-header a:after {
  background: #E1582E !important;
}
.header-scrolled .menu-header .language-switcher:after {
  background: #ea886e !important;
}
.header-scrolled a[aria-current=page]:after {
  width: 100%;
}

.barre-nav.has-blanc-color .header .menu-header .menu-item a {
  color: white;
}
.barre-nav.has-blanc-color .header .menu-header .language-switcher:after {
  background: white;
}
.barre-nav.has-blanc-color .header .menu-header a:after {
  background: white;
}

.header-mobile {
  display: none;
}
.header-mobile-nav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-mobile {
    display: flex;
    position: fixed;
    height: 62px;
    background: white;
    z-index: 11;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    top: 0;
  }
  .header-mobile-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 62px;
    background: #E1582E;
    display: block;
    padding: 18px;
    left: -100%;
    transition: 0.3s;
    z-index: 11;
    top: 0;
  }
  .header-mobile-nav li {
    margin-top: 30px;
  }
  .header-mobile-nav li a {
    color: white;
    font-size: 22px;
    position: relative;
  }
  .header-mobile-nav li a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 0;
    background: white;
    left: 0;
    border-radius: 10px;
  }
  .header-mobile-nav li a[aria-current=page]:after {
    width: 100%;
  }
  .header-mobile-nav .language-switcher {
    display: inline-flex;
    margin-right: 15px;
  }
  .header-mobile .logo {
    height: auto;
    width: 110px;
    margin-top: 17px;
  }
  .header-mobile .menu-close {
    visibility: hidden;
    margin-right: 18px;
  }
  .header-mobile .menu-open {
    margin-left: 18px;
  }
}

.logo-svg {
  display: block;
  height: 100%;
}
.logo-svg svg {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  transition: color 0.3s;
}

.barre-nav .logo a,
.header-mobile .logo a,
.footer-logo,
.footer-logo-mobile {
  color: inherit;
}

.barre-nav .logo {
  color: #E1582E;
}

.barre-nav.has-blanc-color .logo {
  color: #ffffff;
}

.barre-nav.header-scrolled .logo,
.barre-nav.has-blanc-color.header-scrolled .logo {
  color: #E1582E;
}

.header-mobile .logo {
  color: #E1582E;
}

.footer-logo,
.footer-logo-mobile {
  color: #ffffff;
  display: block;
}
.footer-logo .logo-svg,
.footer-logo-mobile .logo-svg {
  height: 42px;
}
@media (max-width: 767px) {
  .footer-logo .logo-svg,
  .footer-logo-mobile .logo-svg {
    height: 34px;
  }
}

.barre-nav {
  transition: background-color 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
.barre-nav .menu-header .menu-item a {
  transition: color 0.2s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .barre-nav,
  .barre-nav .menu-header .menu-item a {
    transition: none;
  }
}
@media (max-width: 991px) {
  .header-mobile-nav.is-open {
    left: 0;
  }
  .header-mobile .menu-open {
    visibility: visible;
  }
  .header-mobile .menu-close {
    visibility: hidden;
  }
  .header-mobile.is-open .menu-open {
    visibility: hidden;
  }
  .header-mobile.is-open .menu-close {
    visibility: visible;
  }
  body.menu-is-open {
    overflow: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-mobile-nav {
    transition: none;
  }
}
@media (max-width: 991px) {
  .header-mobile__boutons {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 18px;
  }
  .header-mobile .menu-open,
  .header-mobile .menu-close {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 !important;
    padding: 0;
    border: 0;
    background: none;
    color: #E1582E;
    cursor: pointer;
  }
  .header-mobile .menu-open:focus-visible,
  .header-mobile .menu-close:focus-visible {
    outline: 2px solid #E1582E;
    outline-offset: 4px;
  }
  .header-mobile .menu-open {
    position: relative;
  }
  .header-mobile .menu-close {
    position: absolute;
    inset: 0;
  }
  .header-mobile .logo {
    margin-left: 18px;
  }
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.footer-logo-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 18px;
    padding-top: 32px;
    padding-bottom: 32px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-logo {
    display: none;
  }
  .footer-logo-mobile {
    display: block;
    width: 152px;
  }
  .footer-nav {
    width: 100%;
    margin-bottom: 32px;
  }
}
.footer-infos {
  width: 591px;
  max-width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.footer-infos iframe {
  width: 100%;
  height: 192px;
}
.footer-menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 145%;
  letter-spacing: 0.0025em;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .footer-menu a {
    font-size: 18.75px;
  }
}
.footer-adresse, .footer-contact {
  width: 50%;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .footer-adresse, .footer-contact {
    width: 100%;
    margin-top: 25px;
  }
}
.footer-contact a {
  display: block;
}
.footer-contact .icon-facebook,
.footer-contact .icon-linkedin,
.footer-contact .icon-instagram,
.footer-contact .icon-twitter {
  display: inline-block;
  font-size: 25px;
  margin-top: 15px;
  margin-right: 15px;
}

.gototop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 2px solid #E1582E;
  border-radius: 50%;
  background: #ffffff;
  color: #E1582E;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.85);
  transition: opacity 0.3s ease-out, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s, background-color 0.25s, color 0.25s;
}
.gototop svg {
  width: 22px;
  height: 22px;
}
.gototop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.gototop:hover {
  background: #E1582E;
  color: #ffffff;
  transform: translateY(-2px) scale(1.06);
}
.gototop:focus-visible {
  outline: 2px solid #E1582E;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .gototop {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gototop {
    transition: opacity 0.2s, visibility 0.2s;
    transform: none;
  }
  .gototop.is-visible {
    transform: none;
  }
  .gototop:hover {
    transform: none;
  }
}
.carte {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
}
.carte__facade {
  position: relative;
  display: block;
  width: 100%;
  height: 192px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: inherit;
  cursor: pointer;
  overflow: hidden;
}
.carte__facade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carte__facade:not(.carte__facade--image) {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.carte__facade:hover .carte__legende, .carte__facade:focus-visible .carte__legende {
  background: rgba(66, 38, 67, 0.55);
}
.carte__facade:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.carte__legende {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(66, 38, 67, 0.35);
  text-align: center;
  transition: background-color 0.3s;
}
.carte__titre {
  font-weight: 700;
  font-size: 16.5px;
}
.carte__mention {
  font-size: 12px;
  max-width: 32ch;
  opacity: 0.85;
  line-height: 1.4;
}
.carte iframe {
  display: block;
  width: 100%;
  height: 192px;
  border: 0;
}

.footer-infos .carte {
  order: -1;
}
@media (max-width: 991px) {
  .footer-infos .carte {
    order: 0;
    padding-top: 2.4rem;
  }
}

@media (max-width: 991px) {
  .footer-logo-mobile {
    order: -1;
    margin-bottom: 24px;
  }
  .footer-nav {
    order: 0;
  }
  .footer-infos {
    order: 1;
  }
}
.footer-adresse__lien {
  display: block;
}
.footer-adresse__lien span {
  display: block;
}
.footer-adresse__lien:hover, .footer-adresse__lien:focus-visible {
  text-decoration: underline;
}
.footer-adresse__lien:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.footer-contact a:not([class*=icon-]) {
  display: flex;
  align-items: center;
  min-height: 24px;
}
.footer-contact a:not([class*=icon-]):hover, .footer-contact a:not([class*=icon-]):focus-visible {
  text-decoration: underline;
}
.footer-contact a:not([class*=icon-]):focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.popin-zone {
  position: sticky;
  top: calc(56vh - 150px);
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.popin-zone > * {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .popin-zone {
    top: calc(56vh - 110px);
  }
}

.popin {
  display: flex;
  align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  transform: translateX(102px);
  transform-origin: center right;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.popin[hidden] {
  display: none;
}
@media (max-width: 767px) {
  .popin {
    width: 220px;
    height: 220px;
    transform: translateX(74.8px);
  }
}
.popin.is-entrant {
  animation: popin-entree 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.popin.is-sortant {
  animation: popin-sortie 0.45s cubic-bezier(0.55, 0, 0.68, 0.53) both;
  pointer-events: none;
}
.popin:hover, .popin:focus-within {
  transform: translateX(102px) scale(1.06);
}
@media (max-width: 767px) {
  .popin:hover, .popin:focus-within {
    transform: translateX(74.8px) scale(1.06);
  }
}
.popin__close {
  position: absolute;
  top: 12%;
  left: 4%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.25s, background-color 0.25s;
}
.popin__close svg {
  width: 14px;
  height: 14px;
}
.popin__close:hover {
  transform: scale(1.15);
}
.popin__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.popin__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 66%;
  padding-left: 12%;
}
.popin__visuel svg,
.popin img {
  display: block;
  width: 118px;
  height: auto;
}
@media (max-width: 767px) {
  .popin__visuel svg,
  .popin img {
    width: 92px;
  }
}
.popin p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.35;
}
.popin__lien {
  padding: 8px 18px;
  border: 1px solid currentColor;
  border-radius: 40px;
  color: inherit;
  font-size: 13px;
  white-space: nowrap;
  transition: background-color 0.25s, color 0.25s;
}
.popin__lien:hover, .popin__lien:focus-visible {
  background: #ffffff;
  color: #111111;
}

@keyframes popin-entree {
  from {
    opacity: 0;
    transform: translateX(300px) scale(0.85);
  }
  to {
    opacity: 1;
    transform: translateX(102px) scale(1);
  }
}
@keyframes popin-sortie {
  from {
    opacity: 1;
    transform: translateX(102px) scale(1);
  }
  to {
    opacity: 0;
    transform: translateX(300px) scale(0.8);
  }
}
@media (prefers-reduced-motion: reduce) {
  .popin,
  .popin.is-entrant,
  .popin.is-sortant {
    animation: none;
    transition: none;
  }
}
.formulaire__pot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.formulaire form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 30px;
}
@media (min-width: 768px) {
  .formulaire form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.formulaire__champ {
  grid-column: 1/-1;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .formulaire__champ--demi {
    grid-column: span 1;
  }
}
.formulaire__champ label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.formulaire__champ input:not([type=checkbox]):not([type=radio]),
.formulaire__champ select {
  width: 100%;
  padding: 10px 2px;
  border: 0;
  border-bottom: 1px solid #efaa96;
  border-radius: 0;
  background: none;
  font: inherit;
  font-size: 19px;
  color: #006E61;
}
.formulaire__champ input:not([type=checkbox]):not([type=radio])::placeholder,
.formulaire__champ select::placeholder {
  color: #d3451f;
  opacity: 1;
}
.formulaire__champ input:not([type=checkbox]):not([type=radio]):focus-visible,
.formulaire__champ select:focus-visible {
  outline: none;
  border-bottom-color: #006E61;
  border-bottom-width: 2px;
  padding-bottom: 9px;
}
.formulaire__champ textarea {
  width: 100%;
  min-height: 260px;
  padding: 18px 20px;
  border: 1px solid #efaa96;
  border-radius: 0;
  background: none;
  font: inherit;
  font-size: 19px;
  color: #006E61;
  resize: vertical;
}
.formulaire__champ textarea::placeholder {
  color: #d3451f;
  opacity: 1;
}
.formulaire__champ textarea:focus-visible {
  outline: none;
  border-color: #006E61;
}
.formulaire__champ--textarea label {
  position: static;
  width: auto;
  height: auto;
  clip-path: none;
  display: block;
  margin-bottom: 12px;
  color: #E1582E;
  font-size: 19px;
  font-weight: bold;
}
.formulaire__champ .fichier {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 2px;
  border-bottom: 1px solid #efaa96;
}
.formulaire__champ .fichier input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.formulaire__champ .fichier:focus-within {
  border-bottom-color: #E1582E;
}
.formulaire__champ .fichier__nom {
  font-size: 19px;
  color: #d3451f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.formulaire__champ .fichier__nom.is-rempli {
  color: #006E61;
}
.formulaire__champ .fichier__icone {
  flex: none;
  width: 20px;
  height: 20px;
  color: #E1582E;
}
.formulaire__champ--case label {
  position: static;
  width: auto;
  height: auto;
  clip-path: none;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #006E61;
  font-size: 16.5px;
  font-weight: 400;
}
.formulaire__champ--case input {
  margin-top: 0.25em;
  flex: none;
}
.formulaire__champ.has-error input, .formulaire__champ.has-error select {
  border-bottom-color: #E1582E;
}
.formulaire__champ.has-error textarea {
  border-color: #E1582E;
}
.formulaire__radio {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-right: 20px;
  font-weight: 400;
}
.formulaire__aide, .formulaire__erreur {
  grid-column: 1/-1;
  margin: 6px 0 0;
  font-size: 14px;
}
.formulaire__aide {
  color: #408078;
}
.formulaire__erreur-globale {
  padding: 14px 16px;
  border: 1px solid currentColor;
  margin-bottom: 24px;
}
.formulaire__succes {
  padding: 24px;
  border: 2px solid #006E61;
}
.formulaire__mentions, .formulaire__envoi {
  grid-column: 1/-1;
}
.formulaire__envoi {
  margin-top: 20px;
  text-align: center;
}
.formulaire button[type=submit] {
  min-width: 320px;
  padding: 18px 40px 15px;
  border: 2px solid #006E61;
  background: none;
  color: #006E61;
  font: inherit;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.formulaire button[type=submit]:hover, .formulaire button[type=submit]:focus-visible {
  background: #006E61;
  color: #ffffff;
}
@media (max-width: 767px) {
  .formulaire button[type=submit] {
    min-width: 0;
    width: 100%;
  }
}

.entete {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .entete {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.entete__titre {
  margin: 0;
  text-wrap: balance;
}
.entete__texte {
  max-width: 60ch;
  margin: 18px 0 0;
}

.partage {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.partage .icon-partage {
  width: 63px;
  height: 108px;
  margin-bottom: 25px;
}
.partage-options {
  display: flex;
  flex-direction: row;
}
.partage-options a {
  width: 45px;
  height: 45px;
  margin: 0 0.2em;
  font-size: 29px;
}
.partage-options a:before {
  width: 100%;
  height: 100%;
}

.filtres {
  display: grid;
  gap: 12px;
  margin-bottom: 48px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .filtres {
    grid-template-columns: 1fr auto;
    align-items: baseline;
    column-gap: 30px;
  }
}
.filtres__intitule {
  grid-column: 1;
  margin: 0;
  font-size: 16.5px;
  opacity: 0.7;
}
.filtres__liste {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filtres__choix {
  padding: 7px 16px 5px;
  border: 2px solid #006E61;
  border-radius: 999px;
  color: #006E61;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.filtres__choix:hover, .filtres__choix:focus-visible {
  background: #e5f0ef;
}
.filtres__choix.is-active {
  background: #006E61;
  border-color: #006E61;
  color: #ffffff;
}
.filtres__compte {
  margin: 0;
  font-variant-numeric: tabular-nums;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .filtres__compte {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}
.filtres__vide a {
  text-decoration: underline;
}

.home .container article > h2 {
  margin-bottom: 86px;
}
.home-formule .wp-block-group__inner-container > h2 {
  margin-bottom: 30px;
}
.home-formule .wp-block-column h2 {
  margin-bottom: 31px;
}
.home-formule .wp-block-column:nth-child(1), .home-formule .wp-block-column:nth-child(2) {
  position: relative;
}
.home-formule .wp-block-column:nth-child(1):after, .home-formule .wp-block-column:nth-child(2):after {
  content: url(../svg/plus.svg);
  height: 1em;
  width: 1em;
  display: block;
  font-size: 100%;
}
.home-formule .wp-block-column:nth-child(1):after, .home-formule .wp-block-column:nth-child(2):after {
  position: absolute;
  right: -16px;
  top: 70px;
  transform: translateX(50%);
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .home-formule .wp-block-column:nth-child(1):after, .home-formule .wp-block-column:nth-child(2):after {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    text-align: center;
    margin: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-formule .wp-block-column .wp-block-image {
    margin-bottom: 15px;
  }
}
.home-formule .wp-block-columns {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .post-type-archive-realisation .header-spacer {
    height: 39px;
  }
}

.realisations {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .realisations {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.realisations .nos-projets-thumbs {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.realisations .nos-projets-thumb {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
}
.realisations .nos-projets-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(275 / 591 * 100%);
}
.realisations .nos-projets-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.realisations .nos-projets-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .realisations .nos-projets-thumb:before {
    padding-top: 0;
  }
}
.realisations .nos-projets-thumb:first-child, .realisations .nos-projets-thumb:last-child {
  width: 100%;
}
.realisations .nos-projets-thumb:first-child > .nos-projets-thumb-card, .realisations .nos-projets-thumb:last-child > .nos-projets-thumb-card {
  background-color: rgba(225, 88, 46, 0.8);
}
@media only screen and (max-width: 1024px) {
  .realisations .nos-projets-thumb:first-child > .nos-projets-thumb-card, .realisations .nos-projets-thumb:last-child > .nos-projets-thumb-card {
    background-color: transparent;
  }
}
.realisations .nos-projets-thumb:nth-child(2n) > .nos-projets-thumb-card {
  background-color: rgba(0, 110, 97, 0.7);
}
@media only screen and (max-width: 1024px) {
  .realisations .nos-projets-thumb:nth-child(2n) > .nos-projets-thumb-card {
    background-color: transparent;
  }
}
.realisations .nos-projets-thumb:hover > .nos-projets-thumb-card {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .realisations .nos-projets-thumb:hover > .nos-projets-thumb-card {
    width: auto;
    height: auto;
    left: auto;
    top: auto;
  }
}
.realisations .nos-projets-thumb-card-icon {
  max-width: 200px !important;
}
.realisations .nos-projets-thumb-card-top img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: none;
  max-height: none;
  transform: none;
}
@media only screen and (max-width: 1024px) {
  .realisations .nos-projets-thumb img {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    max-width: none;
    max-height: 100%;
    transform: none;
    width: 100vw;
    margin-left: -18px;
  }
}

.page-simple {
  padding-bottom: 6.4rem;
}
@media (max-width: 991px) {
  .page-simple {
    padding-bottom: 4.8rem;
  }
}
.page-simple .layout + .layout {
  margin-top: 4.8rem;
}
.page-simple .layout :is(h2, h3, h4, h5, h6):not([class*=-color]) {
  margin: 0 0 0.8rem;
  color: #006E61;
  font-weight: bold;
  line-height: 1.2;
}
.page-simple .layout p {
  margin: 0 0 0.8rem;
}

.message-page {
  max-width: 640px;
  margin-inline: auto;
  padding-block: 80px;
  text-align: center;
}
@media (min-width: 992px) {
  .message-page {
    padding-block: 130px;
  }
}
.message-page__visuel {
  margin-bottom: 40px;
}
.message-page__visuel img {
  display: block;
  width: 100%;
  height: auto;
}
.message-page__titre {
  margin-bottom: 18px;
  text-wrap: balance;
}
.message-page__texte {
  margin-bottom: 36px;
}
.message-page__lien {
  display: inline-block;
  padding: 12px 28px 10px;
  border: 2px solid #E1582E;
  background: #E1582E;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.message-page__lien:hover, .message-page__lien:focus-visible {
  background: transparent;
  color: #E1582E;
}
.message-page__contenu {
  margin-top: 60px;
  text-align: left;
}

.legals {
  padding-block: 80px;
}
@media (min-width: 992px) {
  .legals {
    padding-block: 110px;
  }
}
.legals__titre {
  margin: 0 0 60px;
  font-size: 33px;
}
@media (max-width: 991px) {
  .legals__titre {
    font-size: 24px;
  }
}
.legals__corps {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 992px) {
  .legals__corps {
    grid-template-columns: minmax(0, 34%) minmax(0, 1fr);
    gap: 60px;
  }
}
.legals__sommaire {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .legals__sommaire {
    position: sticky;
    top: 140px;
  }
}
.legals__sommaire a {
  display: flex;
  gap: 8px;
  color: #006E61;
  text-decoration: none;
  font-size: 16.5px;
  line-height: 1.35;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
}
.legals__sommaire a:hover, .legals__sommaire a:focus-visible {
  border-bottom-color: currentColor;
}
.legals__rang {
  flex: none;
  color: #E1582E;
  font-weight: bold;
}
.legals__sections {
  max-width: 70ch;
}

.legal {
  scroll-margin-top: 140px;
}
.legal + .legal {
  margin-top: 48px;
}
.legal__titre {
  display: flex;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.3;
}
.legal__rang {
  flex: none;
  color: #E1582E;
}
.legal__texte {
  font-size: 16.5px;
  line-height: 1.6;
}
.legal__texte p {
  margin: 0 0 12px;
}
.legal__texte a {
  text-decoration: underline;
}

.home-formule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-block: 4.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home-formule {
    min-height: 0;
    padding-block: 3.2rem;
  }
}
.home-formule > h2 {
  margin: 0 0 4.8rem;
  color: #E1582E;
}
.home-formule > p {
  max-width: 62ch;
  margin: -2.4rem auto 4.8rem;
}
.home-formule-etapes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .home-formule-etapes {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6.4rem;
  }
}
.home-formule-etape {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.home-formule-etape h3 {
  margin: 0;
  color: #E1582E;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .home-formule-etape h3 {
    font-size: 30px;
  }
}
.home-formule-etape p {
  margin: 0;
  max-width: 30ch;
  color: #d0481e;
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .home-formule-etape p {
    font-size: 16.5px;
  }
}
.home-formule-etape picture,
.home-formule-etape img {
  display: block;
  width: 80px;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .home-formule-etape picture,
  .home-formule-etape img {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .home-formule-etape:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 59px;
    right: -3.2rem;
    transform: translate(50%, -50%);
    width: 52px;
    height: 52px;
    background: url(../svg/plus.svg) center/contain no-repeat;
    opacity: 0.4;
  }
}

.nos-projets--beige {
  padding-block: 4.8rem;
  background: #fceeea;
}
.nos-projets--beige > .container {
  max-width: 1242px;
}
.nos-projets--beige > .container > h4 {
  margin: 0 0 2.4rem;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .nos-projets--beige > .container > h4 {
    font-size: 22px;
  }
}
.nos-projets--beige .nos-projets-cta {
  margin-top: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .nos-projets--beige {
    padding-block: 3.2rem;
  }
}

.notre-actualite {
  padding-block: 4.8rem;
}
.notre-actualite > h4 {
  margin: 0 0 2.4rem;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .notre-actualite > h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .notre-actualite {
    padding-block: 3.2rem;
  }
}

/* SLIDER */
@media only screen and (min-width: 1024px) {
  .slide:before {
    padding-top: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  .slide img {
    height: 100vw;
    max-height: 500px;
  }
}
.slide-infos {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

@media only screen and (min-width: 1024px) {
  .slide-infos {
    max-width: 50%;
  }
}
.slide-infos h3 {
  position: relative;
  max-width: 100%;
  background: transparent;
  padding: 0px;
}

.slide-infos p, .blog-article-infos p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}

.slide-infos a, .button-box a {
  align-self: flex-end;
  width: fit-content;
}

.slick-dots {
  margin-bottom: 0;
}

#filters {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr;
  margin-block: 2.4rem 3.2rem;
  padding: 2.4rem;
  background: #e5f0ef;
}
@media (min-width: 768px) {
  #filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
}

.filter-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.filter-block h4 {
  margin: 0;
  font-size: 18.75px;
  line-height: 1.2;
}
.filter-block label {
  cursor: pointer;
}

.js-filter {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 44px 10px 16px;
  border: 2px solid #006E61;
  border-radius: 30px;
  background-color: #ffffff;
  font: inherit;
  font-size: 16.5px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23006E61' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.js-filter:focus-visible {
  outline: 2px solid #E1582E;
  outline-offset: 2px;
}

.wp-block-button__link {
  white-space: nowrap;
}

/* RESULTS */
.loading {
  opacity: 0.5;
  pointer-events: none;
}

.results-count span:last-child {
  display: none;
}

.results-count.no-results span:first-child {
  display: none;
}

.results-count.no-results span:last-child {
  display: block;
}

.hide {
  display: none;
}

/* BLOG */
#blog-header {
  margin: 30px 0;
}

#blog-header h4 {
  margin: 0;
}

#blog-articles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  #blog-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-article {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  height: 100%;
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.25);
}

.blog-article-thumb-img {
  position: relative;
}

.blog-article-thumb-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.18182%;
}

.blog-article-thumb-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.blog-article-infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Occupe la place qui reste plutôt que la hauteur entière de la carte :
     avec height: 100%, chaque bloc réclamait toute la carte et les boutons
     finissaient à des hauteurs différentes d'une carte à l'autre. */
  flex: 1;
  width: 100%;
  padding: 10px 20px 0px;
}

.button-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Poussé en bas de la carte : les boutons s'alignent d'une carte à l'autre,
     quelle que soit la longueur du titre et de l'accroche. */
  margin-top: auto;
  width: 100%;
  padding: 10px 20px 20px;
}

.load-more {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0px 130px;
}

.load-more .wp-block-button__link {
  width: 100%;
  grid-column: 2;
  background-color: white;
  color: #E1582E;
  border-color: #E1582E;
}

@media only screen and (min-width: 1024px) {
  .load-more {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.load-more .wp-block-button__link:hover {
  background-color: #E1582E;
  color: white;
  border-color: white;
}

/* Blog article page */
.single-blog article > div {
  padding: 30px 0;
}

.single-blog .informations {
  font-size: 24px;
  line-height: 31px;
}

.single-blog h1 {
  margin: 45px 0;
}

.single-blog h2 {
  margin: 30px 0;
}

.single-blog h3 {
  margin: 15px 0;
}

.single-blog h4 {
  margin: 10px 0;
}

@media only screen and (max-width: 1024px) {
  .single-realisation-header-image img {
    width: 130px !important;
  }
}
.single-realisation-header-image img {
  max-height: 250px;
  max-width: 300px;
  width: 100%;
}

.relative-projects {
  margin: 130px 0;
}

/* Types and themes */
.types-and-themes-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.single-blog-types {
  /* La marge haute vient de la règle d'entête, dans blocks/contenu. */
  margin: 0 0 40px;
}

.type, .theme {
  background: white;
  width: fit-content;
  font-size: 14px;
  padding: 5px 8px 4px;
  border: 2px solid;
  border-color: #006E61;
  border-radius: 999px;
}

.button-box a {
  display: inline-block;
  padding: 13px 26px 10px;
  border: 2px solid #E1582E;
  background: #E1582E;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}
.button-box a:hover, .button-box a:focus-visible {
  background: transparent;
  color: #E1582E;
}

#blog-header h1 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #blog-header h1 {
    font-size: 22px;
  }
}

.blog-intro {
  max-width: 60ch;
  margin: 0 0 6px;
}

.bandeau--une .slider-une,
.bandeau--une .slider-une .swiper-wrapper,
.bandeau--une .slider-une .swiper-slide {
  height: 100%;
  width: 100%;
}
.bandeau--une .slider-une {
  position: absolute;
  inset: 0;
}
.bandeau--une .swiper-pagination {
  bottom: 28px;
}

.une {
  position: relative;
}
.une picture, .une img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.une__conteneur {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 90px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .une__conteneur {
    padding-bottom: 70px;
  }
}
.une__carte {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  padding: 36px 40px 32px;
  background: rgba(255, 255, 255, 0.93);
}
@media (max-width: 767px) {
  .une__carte {
    max-width: none;
    padding: 24px;
  }
}
.une__titre {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.3;
  text-wrap: balance;
}
.une__accroche {
  margin: 18px 0 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.une__lien {
  display: inline-block;
  align-self: flex-end;
  padding: 13px 26px 10px;
  border: 2px solid #E1582E;
  background: #E1582E;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: background-color 0.2s, color 0.2s;
}
.une__lien:hover, .une__lien:focus-visible {
  background: transparent;
  color: #E1582E;
}

@media only screen and (max-width: 1024px) {
  .single-realisation .header-spacer {
    height: 0;
  }
}
.single-realisation-header-image {
  background: linear-gradient(0deg, rgba(0, 110, 97, 0.3), rgba(0, 110, 97, 0.3)), var(--fond) center/cover no-repeat;
  background-image: linear-gradient(0deg, rgba(0, 110, 97, 0.3), rgba(0, 110, 97, 0.3)), image-set(var(--fond) 1x, var(--fond-2x) 2x);
  height: calc(100vh - 170px);
  padding: 60px 30px 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-image {
    padding: 30px 18px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-image {
    height: calc(100vh - 62px);
  }
}
.single-realisation-header-image h2 {
  display: flex;
  margin-bottom: 35px;
  width: calc(100% - 130px);
}
.single-realisation-header-image h2 a {
  margin-right: 19px;
}
.single-realisation-header-image h2 a i {
  font-size: 100%;
}
.single-realisation-header-image .nos-projets-thumb-card-cats {
  position: absolute;
  right: 30px;
  top: 30px;
}
.single-realisation-header-image img {
  max-height: 250px;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-image img {
    width: 130px;
  }
}
.single-realisation-header-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-nav {
    flex-direction: column;
  }
}
.single-realisation-header-nav .descriptif {
  width: 40%;
  padding: 30px 15px 34px 30px;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-nav .descriptif {
    width: 100%;
    padding: 18px;
    background-color: transparent;
  }
  .single-realisation-header-nav .descriptif .has-blanc-color {
    color: #d0481e;
  }
}
.single-realisation-header-nav .informations-wrapper {
  width: 60%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-nav .informations-wrapper {
    width: 100%;
    background-color: transparent;
  }
}
.single-realisation-header-nav .informations {
  display: flex;
  justify-content: start;
  flex: 1;
  align-self: center;
  padding: 16px 30px;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-nav .informations {
    padding: 18px;
    flex-wrap: wrap;
  }
}
.single-realisation-header-nav .informations .fiche__bloc {
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-realisation-header-nav .informations .fiche__bloc {
    padding-right: 30px;
    width: 50%;
    margin-bottom: 30px;
  }
}
.single-realisation-header-nav .informations .fiche__bloc h6 {
  padding-bottom: 7px;
  position: relative;
  margin-bottom: 16px;
}
.single-realisation-header-nav .informations .fiche__bloc h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #E1582E;
  border-radius: 5px;
}
.single-realisation-header-nav .informations .fiche__partenaires img {
  mix-blend-mode: darken;
}
.single-realisation article > div {
  padding-bottom: 0;
}
.single-realisation .decouvrir-projets {
  padding-block: 4.8rem;
}
.single-realisation .decouvrir-projets .projets__grille {
  margin-top: 2.4rem;
  grid-auto-rows: clamp(240px, 24vw, 380px);
}
@media (min-width: 768px) {
  .single-realisation .decouvrir-projets .projets__grille {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-realisation .decouvrir-projets .projets__grille > *,
  .single-realisation .decouvrir-projets .projets__grille > :nth-child(2n),
  .single-realisation .decouvrir-projets .projets__grille > :nth-child(4n-1),
  .single-realisation .decouvrir-projets .projets__grille > :nth-child(4n) {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .single-realisation .decouvrir-projets {
    padding-block: 3.2rem;
  }
}

.single-etudes .informations > div {
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-etudes .informations > div {
    width: 100%;
    padding-right: 0;
  }
}
.single-etudes .descriptif {
  width: 30%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .single-etudes .descriptif {
    width: 100%;
  }
}
.single-etudes .informations-wrapper {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .single-etudes .informations-wrapper {
    width: 100%;
  }
}
.single-etudes article > div {
  padding: 0;
}
.single-etudes .wp-block-columns {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .single-etudes .header-spacer {
    height: 0;
  }
}

.single-jobs-header {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .single-jobs-header {
    padding-top: 39px;
  }
}
.single-jobs-content {
  padding-top: 60px;
}
.single-jobs-content h4 {
  margin-bottom: 30px;
}
.single-jobs-content .wp-block-columns {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-jobs-content .wp-block-columns {
    width: 100%;
  }
}
.single-jobs-content .wp-block-column {
  width: 47%;
}
@media only screen and (max-width: 1024px) {
  .single-jobs-content .wp-block-column {
    margin-bottom: 30px !important;
    width: 100%;
  }
}
.single-jobs-content .wp-block-column:first-child {
  margin-right: 5%;
}
@media only screen and (max-width: 1024px) {
  .single-jobs-content .wp-block-column:first-child {
    margin-right: 0;
  }
}
.single-jobs-content .wp-block-column > .wp-block-group {
  margin-bottom: 55px;
}
.single-jobs-content .wp-block-column > .wp-block-group h5 {
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}
.single-jobs-content .wp-block-column > .wp-block-group h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #E1582E;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .single-jobs .header-spacer {
    height: 0;
  }
}

.coordonnees {
  list-style: none;
  margin: 0;
  padding: 0 0 90px;
  display: grid;
  gap: 40px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .coordonnees {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding-bottom: 110px;
  }
}
.coordonnees__titre {
  margin: 0 0 34px;
  padding-bottom: 12px;
  font-size: 19px;
  position: relative;
}
.coordonnees__titre::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #E1582E;
}
.coordonnees__valeur {
  display: block;
  font-size: 19px;
  line-height: 1.5;
  text-decoration: none;
}
.coordonnees__valeur:hover {
  text-decoration: underline;
}
.coordonnees__reseaux {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.coordonnees__reseaux a {
  display: block;
  width: 34px;
  height: 34px;
}
.coordonnees__reseaux a::before {
  width: 100%;
  height: 100%;
}

.formulaire-contact {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  align-items: start;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .formulaire-contact {
    grid-template-columns: minmax(0, 1fr) minmax(0, 34%);
    gap: 60px;
    padding-bottom: 110px;
  }
}
.formulaire-contact__titre {
  margin: 0 0 40px;
  padding-bottom: 12px;
  font-size: 28px;
  position: relative;
}
.formulaire-contact__titre::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #E1582E;
}
@media (max-width: 767px) {
  .formulaire-contact__titre {
    font-size: 22px;
  }
}
.formulaire-contact__visuel img, .formulaire-contact__visuel picture {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .formulaire-contact__visuel {
    display: none;
  }
}

.acces {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  position: relative;
}
.acces__plan .carte,
.acces__plan .carte__facade {
  height: clamp(420px, 46vw, 680px);
}
.acces__encart {
  background: #ffffff;
  padding: 40px;
}
@media (min-width: 992px) {
  .acces__encart {
    position: absolute;
    top: 50%;
    right: max(30px, 50% - 621px);
    transform: translateY(-50%);
    width: min(38%, 470px);
    padding: 36px 40px;
  }
}
.acces__mode + .acces__mode {
  margin-top: 24px;
}
.acces__titre {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 19px;
}
.acces__picto {
  width: auto;
  height: 22px;
  object-fit: contain;
}
.acces__dessertes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acces__dessertes li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 16.5px;
}
.acces__ligne {
  width: auto;
  height: 21px;
  object-fit: contain;
  flex: none;
}

.recrutement {
  padding-block: 80px;
}
@media (min-width: 992px) {
  .recrutement {
    padding-block: 110px;
  }
}
.recrutement-equipe + .recrutement-equipe, .recrutement-equipe + .recrutement-etude, .recrutement-etude + .recrutement-equipe, .recrutement-etude + .recrutement-etude {
  margin-top: 90px;
}
.recrutement-equipe > h4, .recrutement-etude > h4 {
  margin: 0 0 36px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .recrutement-equipe > h4, .recrutement-etude > h4 {
    font-size: 22px;
  }
}
.recrutement-equipe-inner, .recrutement-etude-inner {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 768px) {
  .recrutement-equipe-inner, .recrutement-etude-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.recrutement__vide {
  max-width: 60ch;
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
}

.offre {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.09);
}
.offre__visuel picture, .offre__visuel img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.offre__corps {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 28px 28px;
}
.offre__intitule {
  margin: 0 0 14px;
  font-size: 19px;
}
.offre__texte {
  margin: 0;
  font-size: 16.5px;
}
.offre__pied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 32px;
}
.offre__meta {
  font-size: 19px;
}
.offre__lien {
  margin-left: auto;
  padding: 14px 26px 11px;
  border: 2px solid #efaa96;
  background: #efaa96;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}
.offre__lien:hover, .offre__lien:focus-visible {
  background: transparent;
  color: #efaa96;
}

.coulisses {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  position: relative;
  background: #FFD600;
  overflow: clip;
  padding-block: 110px;
}
@media (max-width: 767px) {
  .coulisses {
    padding-block: 60px;
  }
}
.coulisses__motif {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.coulisses__texte {
  position: relative;
  width: 100%;
  max-width: 1242px;
  margin-inline: auto;
  padding-inline: 18px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .coulisses__texte {
    padding-inline: 30px;
  }
}
.coulisses__accroche {
  max-width: 34ch;
  margin: 0 0 36px;
  font-size: 33px;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .coulisses__accroche {
    font-size: 24px;
  }
}
.coulisses__reseaux {
  list-style: none;
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
}
.coulisses__reseaux a {
  display: block;
  width: 38px;
  height: 38px;
}
.coulisses__reseaux a::before {
  width: 100%;
  height: 100%;
}

.bandeau {
  position: relative;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  right: 0;
  z-index: 0;
}
.bandeau .slider-bandeau {
  position: absolute;
  inset: 0;
}
.bandeau .slider-bandeau,
.bandeau .slider-bandeau .swiper-wrapper,
.bandeau .slider-bandeau .swiper-slide,
.bandeau .slider-bandeau picture {
  height: 100%;
  width: 100%;
  display: block;
}
.bandeau .slider-bandeau .swiper-wrapper {
  display: flex;
}
.bandeau img, .bandeau iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bandeau_title {
  position: absolute;
  z-index: 2;
  bottom: 1.3vw;
  width: 100%;
}
.bandeau_title > .container {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .bandeau_title > .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.bandeau_title > .container {
  padding-bottom: 0;
  margin-bottom: 0.67em;
}
@media only screen and (max-width: 1024px) {
  .bandeau {
    height: calc(100vh - 62px);
  }
  .bandeau .slider-bandeau {
    height: 100%;
  }
  .bandeau .slider-bandeau div {
    height: 100%;
  }
  .bandeau_title {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    font-size: 24px;
  }
  .bandeau_title > .container {
    padding-bottom: 18px;
  }
  .bandeau_title h1 {
    margin-bottom: 0;
  }
}

.bandeau_title h1 {
  margin-bottom: 0.4em;
}
.bandeau_title h2 {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .nos-projets-color {
    background-color: white;
  }
}
.nos-projets > h4 {
  margin-bottom: 0;
}
.nos-projets-thumbs {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumbs {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}
.nos-projets-thumb {
  width: calc(60% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  position: relative;
}
.nos-projets-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(1.2 / 2 * 100%);
}
.nos-projets-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.nos-projets-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.nos-projets-thumb-a {
  height: 100%;
  width: 100%;
  z-index: 11;
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb:before {
    display: none;
  }
}
.nos-projets-thumb:first-child, .nos-projets-thumb:last-child {
  width: calc(40% - 15px);
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb:first-child, .nos-projets-thumb:last-child {
    width: calc(100% - 30px);
  }
}
.nos-projets-thumb:first-child > .nos-projets-thumb-card, .nos-projets-thumb:last-child > .nos-projets-thumb-card {
  background-color: rgba(0, 110, 97, 0.7);
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb:first-child > .nos-projets-thumb-card, .nos-projets-thumb:last-child > .nos-projets-thumb-card {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb {
    width: calc(100% - 30px);
    padding: 0;
  }
}
.nos-projets-thumb-img {
  height: auto;
  font-size: 0;
}
.nos-projets-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb-img img {
    width: 100vw;
    max-width: none;
    height: 100%;
    object-fit: cover;
    position: relative;
    transform: none;
    left: -15px;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb-img {
    height: auto;
  }
}
.nos-projets-thumb-card {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(225, 88, 46, 0.8);
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
}
.nos-projets-thumb-card-top {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.nos-projets-thumb-card-icon {
  position: relative !important;
  left: auto !important;
  transform: none !important;
  top: auto !important;
  max-width: 100px !important;
}
.nos-projets-thumb-card-cats {
  width: 100px;
  line-height: 1.45em;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
  padding: 3px 0;
}
.nos-projets-thumb-card-bottom {
  margin-top: auto;
}
.nos-projets-thumb-card-bottom h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb-card {
    position: relative;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    z-index: 0;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .nos-projets-thumb-card-top {
    display: none;
  }
  .nos-projets-thumb-card-bottom a > * {
    color: #006E61;
  }
}
.nos-projets-thumb:hover > .nos-projets-thumb-card {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .nos-projets-thumb:hover > .nos-projets-thumb-card {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
  }
}
.nos-projets-cta {
  text-align: center;
  margin-top: 30px;
}

.nos-projets-thumb {
  position: relative;
  overflow: hidden;
}
.nos-projets-thumb .nos-projets-thumb-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.nos-projets-thumb .nos-projets-thumb-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.nos-projets-thumb .nos-projets-thumb-img img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: none;
  transition: none;
}
.nos-projets-thumb > .nos-projets-thumb-card {
  position: absolute;
  inset: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px !important;
  background-color: rgba(0, 110, 97, 0.78) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out, visibility 0.25s;
}
@media (max-width: 767px) {
  .nos-projets-thumb > .nos-projets-thumb-card {
    padding: 20px !important;
  }
}
.nos-projets-thumb:hover > .nos-projets-thumb-card, .nos-projets-thumb:focus-within > .nos-projets-thumb-card {
  opacity: 1;
  visibility: visible;
}
.nos-projets-thumb .nos-projets-thumb-a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.nos-projets-thumb .nos-projets-thumb-a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -6px;
}

.nos-projets-thumb-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}
.nos-projets-thumb-card-icon {
  flex: none;
  max-width: 120px !important;
  max-height: 52px;
  object-fit: contain;
  object-position: left top;
}
.nos-projets-thumb-card-cats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: none;
  padding: 0 !important;
  text-align: right;
}
.nos-projets-thumb-card-cats a {
  font-size: 16.5px;
  line-height: 1.45;
  white-space: nowrap;
}
.nos-projets-thumb-card-bottom {
  min-width: 0;
}
.nos-projets-thumb-card-bottom h3 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 22ch;
}
@media (max-width: 991px) {
  .nos-projets-thumb-card-bottom h3 {
    font-size: 21px;
  }
}
.nos-projets-thumb-card-bottom h6 {
  margin: 0;
  font-size: 16.5px;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .nos-projets-thumb > .nos-projets-thumb-card {
    transition: none;
  }
}
.projets {
  padding-block: 4.8rem;
  background: #fceeea;
}
.projets > .container {
  max-width: 1242px;
}
.projets__grille {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-auto-rows: 62vw;
}
@media (min-width: 768px) {
  .projets__grille {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: clamp(260px, 26vw, 420px);
  }
  .projets__grille > * {
    grid-column: span 2;
  }
  .projets__grille > :nth-child(2n) {
    grid-column: span 3;
  }
  .projets__grille > :nth-child(4n-1) {
    grid-column: span 3;
  }
  .projets__grille > :nth-child(4n) {
    grid-column: span 2;
  }
}
.projets__grille > :nth-child(even) .projet__voile {
  background: rgba(225, 88, 46, 0.78);
}
.projets__cta {
  margin-top: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .projets {
    padding-block: 3.2rem;
  }
}

.projet {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  color: #ffffff;
}
.projet > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.projet > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projet__voile {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: rgba(0, 110, 97, 0.78);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out, visibility 0.25s;
}
@media (max-width: 767px) {
  .projet__voile {
    padding: 20px;
  }
}
.projet:hover .projet__voile, .projet:focus-visible .projet__voile {
  opacity: 1;
  visibility: visible;
}
.projet:focus-visible {
  outline: 3px solid #E1582E;
  outline-offset: -3px;
}
.projet__haut {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.projet__logo {
  flex: none;
  width: 120px;
  height: 52px;
  max-width: none;
  object-fit: contain;
  object-position: left top;
}
.projet__cats {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  min-width: 88px;
  padding-block: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  text-align: right;
  font-size: 16.5px;
  line-height: 1.45;
  text-transform: capitalize;
}
.projet__accroche {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.2;
  max-width: 22ch;
}
@media (max-width: 991px) {
  .projet__accroche {
    font-size: 21px;
  }
}
.projet__nom {
  display: block;
  font-size: 16.5px;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .projet__voile {
    transition: none;
  }
}
.nos-clients {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.nos-clients-desc {
  width: 50%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .nos-clients-desc {
    width: 100%;
  }
}
.nos-clients-desc h4 {
  margin-bottom: 15px;
}
.nos-clients-img {
  width: 16.6666666667%;
  align-self: center;
  padding-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .nos-clients-img {
    width: 33.3333333333%;
  }
}
.nos-clients-img img {
  max-width: 80%;
}

.notre-actualite h4 {
  margin-bottom: 15px;
}
.notre-actualite-thumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .notre-actualite-thumbs {
    justify-content: center;
  }
}
.notre-actualite-thumb {
  width: calc(33.3333333333% - 19px);
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.25);
  background: white;
  margin: 0 19px;
  margin-bottom: 19px;
}
.notre-actualite-thumb:nth-child(1n), .notre-actualite-thumb:nth-child(3n) {
  margin: 0;
  margin-bottom: 28px;
  margin-right: 28px;
}
.notre-actualite-thumb:nth-child(3n) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .notre-actualite-thumb {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.notre-actualite-thumb-img {
  position: relative;
}
.notre-actualite-thumb-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(3 / 4.4 * 100%);
}
.notre-actualite-thumb-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.notre-actualite-thumb-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.notre-actualite-thumb-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.notre-actualite-thumb-card {
  padding: 10px 20px;
  display: flex;
  padding-right: 10px;
  align-items: center;
  justify-content: space-between;
}
.notre-actualite-thumb-card-infos {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .notre-actualite-thumb-card-infos h6 {
    max-width: 50%;
    white-space: break-spaces;
  }
}
.notre-actualite-thumb-card-infos span {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid;
}
.notre-actualite-thumb-card > a {
  min-width: auto;
  width: auto;
}
.notre-actualite-thumb-infos {
  padding: 20px;
  padding-right: 10px;
}
.notre-actualite-cta {
  text-align: center;
  margin-top: 11px;
}
.notre-actualite-select {
  margin-bottom: 12px;
}
.notre-actualite-select-check {
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
}
.notre-actualite-select-check::before {
  content: "";
  width: 16.5px;
  height: 16.5px;
  display: inline-flex;
  border: 2px solid;
  border-radius: 3px;
  margin-right: 8px;
  background-color: #006E61;
}
.notre-actualite-select-check:hover:before {
  background-color: transparent;
}
.notre-actualite-select-check-unselected::before {
  background-color: transparent;
}

.notre-actualite-thumbs .notre-actualite-thumb .notre-actualite-thumb-img {
  border: 3px solid #006E61;
}
.notre-actualite-thumbs .notre-actualite-thumb:nth-child(3n-1) .notre-actualite-thumb-img {
  border-color: #E1582E;
}
.notre-actualite-thumbs .notre-actualite-thumb:nth-child(3n) .notre-actualite-thumb-img {
  border-color: #ea886e;
}
.notre-actualite-thumbs .notre-actualite-thumb[hidden] {
  display: none;
}

.notre-actualite-select-check {
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  font: inherit;
  cursor: pointer;
  margin-right: 20px;
}
.notre-actualite-select-check[aria-pressed=true] {
  color: #E1582E;
  border-bottom-color: currentColor;
}
.notre-actualite-select-check:focus-visible {
  outline: 2px solid #E1582E;
  outline-offset: 3px;
}

.equipe {
  padding-block: 80px;
}
@media (min-width: 992px) {
  .equipe {
    padding-block: 110px;
  }
}
.equipe__titre {
  margin: 0 0 3.2rem;
}
.equipe__grille {
  list-style: none;
  margin: 0 0 4.8rem;
  padding: 0;
  display: grid;
  gap: 3.2rem 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .equipe__grille {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.2rem 30px;
  }
}

.membre__portrait {
  position: relative;
  margin-bottom: 20px;
  padding-top: 15%;
}
.membre__portrait::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  background: #E1582E;
}
.membre__portrait picture {
  position: relative;
  display: block;
}
.membre__portrait img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.membre__nom {
  margin: 0 0 2px;
  font-size: 21px;
}
.membre__fonction {
  margin: 0 0 10px;
  font-size: 19px;
}
.membre__texte {
  margin: 0;
  font-size: 16.5px;
}
.membre__reseaux {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}
.membre__reseaux a {
  display: block;
  width: 28px;
  height: 28px;
}
.membre__reseaux a::before {
  width: 100%;
  height: 100%;
}

.candidature {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  position: relative;
  background: #FFD600;
  overflow: clip;
  padding-block: 90px;
}
@media (max-width: 767px) {
  .candidature {
    padding-block: 60px;
  }
}
.candidature__motif {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.candidature__texte {
  position: relative;
  width: 100%;
  max-width: 1242px;
  margin-inline: auto;
  padding-inline: 18px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .candidature__texte {
    padding-inline: 30px;
  }
}
.candidature__titre {
  margin: 0 0 6px;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .candidature__titre {
    font-size: 24px;
  }
}
.candidature__accroche {
  max-width: 34ch;
  margin: 0 0 36px;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 991px) {
  .candidature__accroche {
    font-size: 24px;
  }
}
.candidature__lien {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 15px 40px 12px;
  border: 2px solid #006E61;
  color: #006E61;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  transition: background-color 0.2s, color 0.2s;
}
.candidature__lien:hover, .candidature__lien:focus-visible {
  background: #006E61;
  color: #ffffff;
}

.collaborations {
  padding-block: 4.8rem 4.8rem;
}
@media (max-width: 767px) {
  .collaborations {
    padding-block: 60px 70px;
  }
}
.collaborations__titre {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .collaborations__titre {
    font-size: 22px;
  }
}
.collaborations__accroche {
  max-width: 90ch;
  margin: 0 0 36px;
}
.collaborations__carrousel {
  margin-bottom: 24px;
}
.collaborations__carrousel .swiper-pagination {
  position: static;
  margin-top: 22px;
}
.collaborations__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 48px;
}
.collaborations__logo {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.35;
  transition: opacity 0.25s, filter 0.25s;
}
.collaborations__logo img {
  display: block;
  width: auto;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .collaborations__logo img {
    height: 34px;
  }
}
.collaborations__logo:hover {
  opacity: 0.7;
}
.collaborations__logo.is-active {
  filter: none;
  opacity: 1;
}
.collaborations__logo:focus-visible {
  outline: 2px solid #E1582E;
  outline-offset: 6px;
}

.collaboration {
  position: relative;
}
.collaboration picture, .collaboration img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
}
.collaboration__legende {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 42%;
  margin: 0;
  padding: 26px 30px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .collaboration__legende {
    position: static;
    max-width: none;
    padding: 16px 0 0;
    background: none;
    font-size: 16.5px;
  }
}

.demarche {
  margin-block: 4.8rem;
}
.demarche__titre {
  margin: 0 0 2.4rem;
}
.demarche__etapes {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .demarche__etapes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .demarche__etapes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.demarche__etape {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.demarche__etape picture {
  display: block;
  height: 100%;
}
.demarche__etape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demarche__label {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 16.5px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .demarche__label {
    font-size: 15px;
  }
}
.demarche__etape:not(:has(img)) {
  aspect-ratio: auto;
  background: #e5f0ef;
}
.demarche__etape:not(:has(img)) .demarche__label {
  position: static;
  background: none;
}

.citation,
.verbatim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  min-height: 320px;
  margin: 0;
  padding: 60px 40px;
  background: #E1582E;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .citation,
  .verbatim {
    min-height: 0;
    padding: 40px 24px;
  }
}
.citation blockquote, .citation__texte,
.verbatim blockquote,
.verbatim__texte {
  margin: 0;
  font-size: 33px;
  line-height: 1.2;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .citation blockquote, .citation__texte,
  .verbatim blockquote,
  .verbatim__texte {
    font-size: 24px;
  }
}
.citation blockquote::before, .citation__texte::before,
.verbatim blockquote::before,
.verbatim__texte::before {
  content: "“";
}
.citation blockquote::after, .citation__texte::after,
.verbatim blockquote::after,
.verbatim__texte::after {
  content: "”";
}
.citation blockquote p, .citation__texte p,
.verbatim blockquote p,
.verbatim__texte p {
  margin: 0;
}
.citation blockquote em, .citation__texte em,
.verbatim blockquote em,
.verbatim__texte em {
  font-style: normal;
}
.citation figcaption, .citation__source,
.verbatim figcaption,
.verbatim__source {
  margin-top: 2.4rem;
  font-size: 16.5px;
  font-weight: bold;
  line-height: 1.35;
}

.verbatim__source span:first-child {
  display: block;
}

.layout-column:has(> .citation),
.layout-column:has(> .verbatim) {
  align-self: stretch;
}

.single-realisation .layout :is(h2, h3, h4, h5, h6):not([class*=-color]),
.single-blog .layout :is(h2, h3, h4, h5, h6):not([class*=-color]) {
  margin: 0 0 0.8rem;
  color: #006E61;
  font-weight: bold;
  line-height: 1.2;
  text-wrap: balance;
}
.single-realisation .layout p,
.single-blog .layout p {
  margin: 0 0 0.8rem;
}
.single-realisation .layout > * > :last-child,
.single-blog .layout > * > :last-child {
  margin-bottom: 0;
}
.single-realisation .layout + .layout,
.single-blog .layout + .layout {
  margin-top: 4.8rem;
}
.single-realisation > article > .single-realisation-header + *,
.single-blog > article > .single-realisation-header + * {
  margin-top: 4.8rem;
}
.single-realisation .partage,
.single-blog .partage {
  margin-top: 6.4rem;
}
@media (max-width: 991px) {
  .single-realisation > article > .single-realisation-header + *,
  .single-blog > article > .single-realisation-header + * {
    margin-top: 3.2rem;
  }
  .single-realisation .partage,
  .single-blog .partage {
    margin-top: 4.8rem;
  }
}
@media (max-width: 991px) {
  .single-realisation .layout + .layout,
  .single-blog .layout + .layout {
    margin-top: 3.2rem;
  }
}

.bloc-image {
  margin: 0;
}
.bloc-image picture {
  display: block;
}
.bloc-image img {
  display: block;
  width: 100%;
  height: auto;
}
.bloc-image__legende {
  margin-top: 0.8rem;
}

.saut {
  height: 2.4rem;
}
.saut + .saut {
  display: none;
}
@media (max-width: 991px) {
  .saut {
    height: 0.8rem;
  }
}

.wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px;
  align-items: start;
  margin-block: 3.2rem;
}
.wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  align-items: end;
}
.wp-block-media-text__media {
  grid-area: 1/1;
  margin: 0;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-media-text__content {
  grid-area: 1/2;
}
.wp-block-media-text__content > :first-child {
  margin-top: 0;
}
.wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-area: 1/2;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-area: 1/1;
}
@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-area: 1/1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-area: 2/1;
  }
}

.alignwide {
  width: 100%;
}

.plus-value {
  padding-block: 80px;
}
@media (min-width: 992px) {
  .plus-value {
    padding-block: 130px;
  }
}
.plus-value__titre {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .plus-value__titre {
    margin-bottom: 40px;
  }
}
.plus-value__liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 48px 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .plus-value__liste {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.plus-value__atout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.plus-value__picto {
  width: auto;
  max-width: 100%;
  height: 110px;
  object-fit: contain;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .plus-value__picto {
    height: 80px;
  }
}
.plus-value__texte {
  margin: 0;
}

.approche {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  position: relative;
  background: #FFD600;
  padding-block: 80px;
}
@media (min-width: 992px) {
  .approche {
    padding-block: 110px;
  }
}
.approche__calque {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
}
.approche__titre {
  margin-bottom: 60px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .approche__titre {
    margin-bottom: 40px;
  }
}
.approche__corps {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 992px) {
  .approche__corps {
    grid-template-columns: minmax(0, 30%) minmax(0, 1fr);
    gap: 60px;
  }
}
.approche__schema {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-inline: auto;
}
.approche__piliers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 48px 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .approche__piliers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 30px;
  }
}
.approche__pilier {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 20px;
}
.approche__marque {
  grid-row: 1;
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
}
.approche__marque img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.approche__numero {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006E61;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.approche__nom {
  grid-row: 1;
  margin: 0;
  justify-self: start;
  background: #ffffff;
  padding: 10px 18px 8px;
}
.approche__texte {
  grid-column: 1/-1;
  margin: 0;
}

.methodes {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  background: #fceeea;
  padding-block: 80px;
}
@media (min-width: 992px) {
  .methodes {
    padding-block: 110px;
  }
}
.methodes__titre {
  margin-bottom: 40px;
}

.methode {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
}
.methode + .methode {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .methode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 460px;
  }
  .methode:nth-of-type(even) .methode__panneau {
    grid-column: 2;
    grid-row: 1;
  }
  .methode:nth-of-type(even) .methode__visuels {
    grid-column: 1;
    grid-row: 1;
  }
}
.methode__panneau {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}
@media (max-width: 767px) {
  .methode__panneau {
    padding: 30px;
  }
}
.methode__titre {
  margin: 0 0 2.4rem;
  color: #d3451f;
  line-height: 1.2;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .methode__titre {
    font-size: 24px;
  }
}
.methode__onglets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.methode__onglet {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: #d3451f;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.methode__onglet:hover {
  border-bottom-color: currentColor;
}
.methode__onglet[aria-selected=true] {
  color: #E1582E;
  border-bottom-color: currentColor;
}
.methode__onglet:focus-visible {
  outline: 2px solid #E1582E;
  outline-offset: 3px;
}
.methode__lien {
  align-self: flex-start;
  margin-top: 30px;
  padding: 12px 18px 9px;
  border: 1px solid #E1582E;
  color: #E1582E;
  font-size: 11px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.methode__lien:hover, .methode__lien:focus-visible {
  background: #E1582E;
  color: #ffffff;
}
.methode__visuels {
  position: relative;
  min-height: 300px;
}
@media (max-width: 991px) {
  .methode__visuels {
    aspect-ratio: 4/3;
    min-height: 0;
  }
}
.methode__visuel {
  position: absolute;
  inset: 0;
}
.methode__visuel[hidden] {
  display: none;
}
.methode__visuel picture, .methode__visuel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.methode__legende {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 16.5px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .methode__legende {
    padding: 14px 16px;
    font-size: 14px;
  }
}

.expertises {
  padding-block: 4.8rem;
  background: #fceeea;
}
.expertises > .container {
  max-width: 1242px;
}
.expertises__bloc {
  display: grid;
  grid-template-columns: 1fr;
  padding: 32px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .expertises__bloc {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .expertises__bloc {
    padding: 2.4rem;
  }
}
.expertises__intro {
  display: flex;
  margin: 0 0 0.8rem;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .expertises__intro {
    font-size: 24px;
  }
}
.expertises__onglets {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.expertises__onglet {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  font: inherit;
  font-size: 14px;
  color: #d3451f;
  cursor: pointer;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
}
.expertises__onglet[aria-selected=true], .expertises__onglet:hover {
  color: #d0481e;
  border-bottom-color: #E1582E;
}
.expertises__onglet[aria-selected=true] {
  font-weight: 500;
}
.expertises__onglet:focus-visible {
  outline: 2px solid #E1582E;
  outline-offset: 3px;
}
.expertises__panneau[hidden] {
  visibility: hidden;
  pointer-events: none;
}
.expertises__panneaux {
  display: grid;
}
.expertises__panneau {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.expertises__panneau picture, .expertises__panneau img {
  display: block;
  width: 100%;
  height: auto;
}
.expertises__detail {
  font-size: 14px;
  line-height: 1.55;
}
.expertises__detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.expertises__detail li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0.35em;
}
.expertises__detail li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.expertises__detail p {
  margin: 0 0 0.35em;
}
.expertises__detail br {
  display: none;
}

.actualite__grille {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-block: 2.4rem 6.4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .actualite__grille {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .actualite__grille {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .actualite__grille {
    margin-bottom: 4.8rem;
  }
}

.actualite {
  padding-block: 4.8rem;
}
.actualite__titre {
  margin: 0 0 2.4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .actualite__titre {
    font-size: 22px;
  }
}
.actualite__grille {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .actualite__grille {
    grid-template-columns: repeat(3, 1fr);
  }
}
.actualite__cta {
  margin-top: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .actualite {
    padding-block: 3.2rem;
  }
}

.actu {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(66, 38, 67, 0.12);
}
.actu__visuel {
  flex: none;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.actu__visuel picture {
  display: block;
  width: 100%;
  height: 100%;
}
.actu__visuel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actu__pied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}
.actu__type {
  font-size: 18.75px;
}
.actu__lien {
  padding: 12px 22px;
  border: 2px solid #d0481e;
  background: #d0481e;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.actu__lien:hover, .actu__lien:focus-visible {
  background: transparent;
  color: #d0481e;
}
.actu__lien:focus-visible {
  outline: 2px solid #d0481e;
  outline-offset: 3px;
}
.actu--passe .actu__lien {
  opacity: 0.45;
}
.actu--passe .actu__lien:hover, .actu--passe .actu__lien:focus-visible {
  opacity: 0.7;
}

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

.clients {
  padding-block: 4.8rem;
}
.clients__grille {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
@media (min-width: 768px) {
  .clients__grille {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .clients__grille {
    grid-template-columns: repeat(6, 1fr);
  }
}
.clients__intro {
  grid-column: span 2;
  align-self: start;
}
@media (min-width: 992px) {
  .clients__intro {
    grid-column: span 4;
  }
}
@media (min-width: 1400px) {
  .clients__intro {
    grid-column: span 3;
  }
}
.clients__intro h4 {
  margin: 0 0 0.8rem;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .clients__intro h4 {
    font-size: 22px;
  }
}
.clients__intro p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .clients__intro p {
    font-size: 16.5px;
  }
}
.clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients__logo img {
  width: 100%;
  max-width: 190px;
  height: 84px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .clients {
    padding-block: 3.2rem;
  }
}

.slider-etudes {
  height: 100%;
}
.slider-etudes-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-etudes .has-caption-font-size {
  margin-top: 15px;
}
.slider-etudes .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.slider-etudes .swiper-pagination-bullet {
  border-color: #006E61;
}
.slider-etudes .swiper-pagination-bullet:hover {
  background-color: rgba(0, 110, 97, 0.7);
}
.slider-etudes .swiper-pagination-bullet-active {
  background-color: #006E61;
}

.formulaire-etudes-wrap .wp-block-column {
  padding: 10%;
  text-align: center;
  margin: 0 !important;
}
.formulaire-etudes-wrap .wp-block-column:first-child {
  background-color: #FFD600;
}
.formulaire-etudes-wrap .wp-block-column:last-child {
  background-color: #006E61;
}
.formulaire-etudes-wrap .wp-block-column .nos-offres-cta:hover .has-blanc-color {
  color: #006E61;
}
.formulaire-etudes-form {
  padding-top: 130px;
  padding-bottom: 130px;
}
.formulaire-etudes-form form .has-rouge-color {
  color: #d0481e;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-map {
  min-height: 500px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .contact-map {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.contact-map-desc {
  background-color: white;
  width: 500px;
  margin-right: 0;
  z-index: 1;
  padding: 30px;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contact-map-desc {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
}
.contact-map-desc-transports {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-map-desc-transports img, .contact-map-desc-transports .no-image-transports {
  height: 25px;
  width: 25px;
  margin-right: 15px;
  object-fit: contain;
}
.contact-map-desc-transports p, .contact-map-desc-transports h6 {
  line-height: 1;
  padding-top: 5px;
}
.contact-map-desc-wrap {
  margin-bottom: 30px;
}
.contact-map-desc-wrap:last-child {
  margin-bottom: 0;
}
.contact-map-iframe {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .contact-map-iframe {
    position: relative;
    height: 100%;
    overflow: auto;
    top: 0;
    width: 100%;
    margin-left: auto;
    transform: none;
  }
}
.contact-map-iframe-overlay {
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 9;
  display: none;
}
.contact-map-iframe iframe {
  position: absolute;
  top: 0;
  width: 150%;
  height: 200%;
  z-index: 0;
  margin-left: -50%;
  margin-top: -25%;
}
@media only screen and (max-width: 1024px) {
  .contact-map-iframe iframe {
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    z-index: 0;
    margin-left: auto;
    margin-top: auto;
  }
}

.bloc-video {
  margin: 0 0 30px;
}
.bloc-video video,
.bloc-video iframe {
  display: block;
  width: 100%;
  max-height: 80vh;
  background: #000;
}
.bloc-video iframe {
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
.bloc-video figcaption {
  margin-top: 8px;
}