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

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

html, body {
  max-width: 100%;
}

body {
  min-height: 100vh;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a, button {
  color: inherit;
}

button {
  text-align: inherit;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

ul,
ol {
  list-style-position: inside;
}

:root {
  --ff: "Barlow Condensed", sans-serif;
  --ff-barlow: 'Barlow', sans-serif;
  --fs-base: clamp(1rem, 0.9375vw, 10rem);
  --fs-h2-tl: clamp(1rem, 2.7604vw, 10rem);
  --fs-h2-tl-span: calc(var(--fs-h2-tl) * 2.1);
  --fs-h2: clamp(1.75rem, 2.3438vw, 10rem);
  --fs-footer-links: clamp(1.25rem, 1.0417vw, 10rem);
  --fs-bloc-cta: clamp(1.25rem, 1.8229vw, 10rem);
  --fs-bloc-cta-title: clamp(2rem, 2.18vw, 10rem);
  --fs-news-title: clamp(1.5rem, 2.6vw, 10rem);
  --fs-60: clamp(1.9375rem, 3.125vw, 10rem);
  --fs-42: clamp(1.5rem, 2.1875vw, 10rem);
  --fs-40: clamp(1.45rem, 2.08vw, 10rem);
  --fs-30: clamp(1.3125rem, 1.5625vw, 10rem);
  --fs-25: clamp(1.15rem, 1.3020vw, 10rem);
  --fs-22: clamp(1.0625rem, 1.1458vw, 10rem);
  --fs-20: clamp(1rem, 1.0417vw, 10rem);
  --fs-18: clamp(1rem, 0.93vw, 10rem);
  --fs-16: clamp(1rem, 0.8333vw, 10rem);
  --fs-13: clamp(13px, 0.67vw, 10rem);
  --header-main-height: 58px;
  --header-side-block-width: calc(var(--header-main-height) * 140 / 120);
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --color-main: #1A1A1A;
  --color-dark-grey: #4A4948;
  --color-grey-input: #909090;
  --color-grey: #EAEAEA;
  --color-grey-light: #F9F8F8;
  --color-blue-dark: #192158;
  --color-blue-deep: #283583;
  --color-blue-sky: #25A9E1;
  --color-HC-blue-sky: #85C1EB;
  --color-blue-light: #e8e9f1;
  --color-teal-soft: #74C6C8;
  --color-teal-light: #eff8f9;
  --color-teal-dark: #09565E;
  --color-green-muted: #617D5D;
  --color-green-bright: #A5C83F;
  --color-green-light: #eff1ee;
  --color-lime: #CCD405;
  --color-yellow-gold: #FBBA00;
  --color-white: #FFF;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: black;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

h1,
.h1 {
  font-size: var(--fs-60);
  color: var(--color-teal-dark);
  font-weight: var(--fw-extrabold);
  font-family: var(--ff-barlow);
  line-height: 0.88;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h2:not(:has(span)),
.h2:not(:has(span)) {
  font-size: var(--fs-h2);
  color: var(--color-teal-dark);
  font-weight: var(--fw-bold);
  font-family: var(--ff);
  line-height: 0.8889;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 clamp(0px, 300px - 50vw, 20px);
  margin: 0 0 clamp(30px, 2.44vw, 45px) 7.18vw;
}
h2:has(span),
.h2:has(span) {
  font-size: var(--fs-h2-tl);
  font-weight: var(--fw-light);
  font-family: var(--ff-barlow);
  line-height: 1.283;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
h2:has(span) span,
.h2:has(span) span {
  font-size: var(--fs-h2-tl-span);
  font-weight: var(--fw-extrabold);
  margin-top: clamp(-999px, -2.2vw, -14px);
}

h3,
.h3 {
  font-size: var(--fs-30);
  color: var(--color-green-muted);
  font-weight: var(--fw-medium);
  font-family: var(--ff);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h3:not(:has(button)),
.h3:not(:has(button)) {
  margin-bottom: clamp(18px, 1.56vw, 40px);
}

h4,
.h4 {
  font-size: var(--fs-30);
  color: var(--color-green-muted);
  font-weight: var(--fw-medium);
  font-family: var(--ff);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: clamp(18px, 1.56vw, 40px);
}

p, li {
  font-size: var(--fs-20);
  color: var(--color-main);
  font-weight: var(--fw-regular);
  font-family: var(--ff);
  line-height: 1.2;
  letter-spacing: 0.03em;
}

p + h2 {
  margin-top: clamp(30px, 2.44vw, 45px);
}

p + h3 {
  margin-top: clamp(18px, 1.56vw, 40px);
}

.chapo {
  font-size: var(--fs-25);
  color: var(--color-main);
  font-weight: var(--fw-regular);
  font-family: var(--ff);
  line-height: 1.2;
  letter-spacing: 0.03em;
}

em {
  font-style: italic;
}

strong {
  font-weight: var(--fw-bold);
}

.list-unstyled {
  list-style-type: none;
}

[hidden] {
  display: none !important;
}

d-none {
  display: none !important;
}

.text-decoration-none {
  text-decoration: none;
}

.container {
  max-width: 78%;
  width: 100%;
  margin-inline: auto;
}
.container--small {
  max-width: 73%;
}
.container--medium {
  max-width: 85%;
}
.container--big {
  max-width: 90%;
}
.container--full {
  max-width: 100%;
}

.padding-y-45 {
  padding: clamp(20px, 2.34vw, 50px) 0;
}
.padding-y-60 {
  padding: clamp(26px, 3.12vw, 70px) 0;
}
.padding-y-68 {
  padding: clamp(44px, 3.54vw, 80px) 0;
}
.padding-y-76 {
  padding: clamp(30px, 3.95vw, 90px) 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 71%;
  }
  .container--small {
    max-width: 60%;
  }
  .container--medium {
    max-width: 77.48%;
  }
  .container--big {
    max-width: 85.31%;
  }
  .container--full {
    max-width: 100%;
  }
}
.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.items-baseline {
  align-items: baseline;
}

.gap {
  --gap: 15px;
  gap: var(--gap);
}
.gap-40 {
  --gap: 40px;
}

.background {
  --bg: var(--color-teal-light);
  background-color: var(--bg);
}
.background-teal-dark {
  --bg: var(--color-teal-dark);
}
.background-green-light {
  --bg: var(--color-green-light);
}
.background-grey-light {
  --bg: var(--color-grey-light);
}

.icon-oreca-search svg, .icon-oreca-consommation svg, .icon-oreca-qualite-air svg, .icon-oreca-croix svg {
  aspect-ratio: 1;
}
.icon-oreca-logo-grey svg, .icon-oreca-logo-white svg {
  aspect-ratio: 188/66;
}
.icon-oreca-logo-eye svg {
  aspect-ratio: 79/67;
}
.icon-oreca-region-sud svg {
  aspect-ratio: 94/50;
}
.icon-oreca-prefet svg {
  aspect-ratio: 81/67;
}
.icon-oreca-ademe svg {
  aspect-ratio: 57/67;
}
.icon-oreca-atmo-sud svg {
  aspect-ratio: 90/36;
}
.icon-oreca-energie-renouvellable svg {
  aspect-ratio: 65/67;
}
.icon-oreca-emission-GES svg {
  aspect-ratio: 68/62;
}
.icon-oreca-climat svg {
  aspect-ratio: 66/68;
}
.icon-oreca-valoriser svg {
  aspect-ratio: 148/154;
}
.icon-oreca-favoriser svg {
  aspect-ratio: 143/154;
}
.icon-oreca-play svg {
  aspect-ratio: 18/24;
}
.icon-oreca-puce_cigale svg {
  aspect-ratio: 24/28;
}
.icon-oreca-chevron svg {
  aspect-ratio: 7/6;
}
.icon-oreca-quote svg {
  aspect-ratio: 90/79;
}

.icon-play {
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  background-color: var(--color-green-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.icon-play svg {
  width: 10px;
  max-width: none;
  height: auto;
  fill: var(--color-white);
  margin-left: 3px;
}
.icon-play:hover {
  background-color: var(--color-teal-dark);
}

body.menu-open {
  overflow: hidden;
}

body {
  padding-top: var(--header-main-height);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-grey-light);
  z-index: 30;
}
header .main {
  width: 100%;
  height: var(--header-main-height);
  padding-left: 40px;
  display: flex;
}
header .main nav {
  position: fixed;
  top: var(--header-main-height);
  right: 0;
  width: min(62vw, 250px);
  height: calc(100dvh - var(--header-main-height));
  padding: clamp(30px, 9.41vh, 80px) 0 26px 0;
  margin-left: 0;
  background-color: var(--color-grey-light);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 3;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
}
header .main nav ul {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2vw, 14px);
}
header .main nav ul > li {
  font-size: var(--fs-16);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-semibold);
  line-height: 1.02;
  text-transform: uppercase;
  min-width: 0;
}
header .main nav ul > li a,
header .main nav ul > li p {
  color: inherit;
  display: block;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 12px 0 12px 28px;
  overflow: hidden;
  isolation: isolate;
}
header .main nav ul > li a::after,
header .main nav ul > li p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 10px;
  height: 100%;
  z-index: -1;
  transition: width 0.35s ease;
}
header .main nav ul > li a:hover::after, header .main nav ul > li a:focus-visible::after,
header .main nav ul > li p:hover::after,
header .main nav ul > li p:focus-visible::after {
  width: 100%;
}
header .main nav ul > li > p {
  cursor: pointer;
}
header .main nav ul > li:nth-child(1) :is(a, p)::after {
  background-color: var(--color-blue-sky);
}
header .main nav ul > li:nth-child(2) :is(a, p)::after {
  background-color: var(--color-teal-soft);
}
header .main nav ul > li:nth-child(3) :is(a, p)::after {
  background-color: var(--color-green-bright);
}
header .main nav ul > li:nth-child(4) :is(a, p)::after {
  background-color: var(--color-green-muted);
}
header .main nav ul > li:nth-child(5) :is(a, p)::after {
  background-color: var(--color-teal-dark);
}
header .main nav ul > li.has-submenu > a,
header .main nav ul > li.has-submenu > p {
  padding-right: 44px;
}
header .main nav ul > li.has-submenu > a .submenu-indicator,
header .main nav ul > li.has-submenu > p .submenu-indicator {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--color-blue-deep);
  display: inline-grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header .main nav ul > li.has-submenu > a .submenu-indicator::before,
header .main nav ul > li.has-submenu > p .submenu-indicator::before {
  transform: rotate(90deg);
  content: "";
  width: 7px;
  height: 8px;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
header .main nav ul > li.has-submenu.is-submenu-open > :is(a, p)::after {
  width: 100%;
}
header .main nav ul > li.has-submenu.is-submenu-open > :is(a, p) .submenu-indicator {
  opacity: 1;
}
header .main nav ul > li.has-submenu .submenu {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-left: 28px;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
header .main nav ul > li.has-submenu .submenu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 0;
}
header .main nav ul > li.has-submenu .submenu ul li {
  font-family: var(--ff);
  font-size: var(--fs-16);
  color: var(--color-teal-dark);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.03em;
  text-transform: none;
  line-height: 1.2;
  position: relative;
}
header .main nav ul > li.has-submenu .submenu ul li a {
  padding: 12px 0;
  margin: 0;
  overflow: visible;
  isolation: auto;
}
header .main nav ul > li.has-submenu .submenu ul li a::after {
  display: none;
}
header .main nav ul > li.has-submenu .submenu ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: rgba(9, 86, 94, 0.25);
}
header .main nav ul > li.has-submenu.is-submenu-open .submenu {
  max-height: none;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  pointer-events: auto;
}
header .main .right-absolute {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
}
header .main .right-absolute .lime-polygon {
  position: relative;
  height: 100%;
  width: var(--header-side-block-width);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main .right-absolute .lime-polygon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-lime);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 0;
}
header .main .right-absolute .lime-polygon .burger-menu {
  position: relative;
  width: 44px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
header .main .right-absolute .lime-polygon .burger-menu:focus-visible {
  outline: 2px solid var(--color-blue-dark);
  outline-offset: 2px;
}
header .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  background-color: var(--color-blue-dark);
  transition: background-color 0.25s ease;
}
header .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon::before, header .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue-dark);
  transition: transform 0.25s ease;
}
header .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon::before {
  transform: translateY(-8px);
}
header .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon::after {
  transform: translateY(8px);
}
header .main .right-absolute .blue-eye {
  height: 100%;
  width: var(--header-side-block-width);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9.82% 10.71%;
  background-color: var(--color-blue-dark);
}
header .main .right-absolute .blue-eye svg {
  width: 100%;
  height: 100%;
}
header.is-menu-open .main nav {
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}
header.is-menu-open .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon {
  background-color: transparent;
}
header.is-menu-open .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon::before {
  transform: rotate(45deg);
}
header.is-menu-open .main .right-absolute .lime-polygon .burger-menu .burger-menu__icon::after {
  transform: rotate(-45deg);
}

.fixed-side {
  display: block;
  position: fixed;
  right: 0;
  top: 20vh;
  width: 80px;
  height: fit-content;
  z-index: 5;
}
.fixed-side.fixed-side--in-menu {
  position: static;
  top: auto;
  right: auto;
  width: 70%;
  height: auto;
  margin: 36px auto 0;
  padding: 0;
  z-index: auto;
}
.fixed-side.fixed-side--in-menu .bloc {
  margin-top: 16px;
  aspect-ratio: 17/8;
}
.fixed-side.fixed-side--in-menu .bloc > a {
  width: 100%;
  padding: 8px;
  container-type: inline-size;
}
.fixed-side.fixed-side--in-menu .bloc > a svg {
  width: 26px;
  margin-bottom: 0;
}
.fixed-side.fixed-side--in-menu .bloc:nth-child(3) > a p {
  font-size: 22px;
}
.fixed-side.fixed-side--in-menu .bloc:nth-child(3) > a p span:first-child {
  font-size: 34px;
  margin-top: -2px;
}
.fixed-side.fixed-side--in-menu .bloc:nth-child(3) > a p span:last-child {
  font-size: 16px;
}
.fixed-side.fixed-side--in-menu .bloc:nth-child(1) > a p {
  font-size: 26px;
}
.fixed-side.fixed-side--in-menu .bloc:nth-child(2) > a p {
  font-size: 35px;
}
.fixed-side.fixed-side--in-menu .bloc:nth-child(2) > a p span:first-child {
  font-size: 33px;
}
.fixed-side .bloc {
  aspect-ratio: 1;
  background-color: var(--block-bg);
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
}
.fixed-side .bloc > a {
  padding: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.fixed-side .bloc > a p,
.fixed-side .bloc > a p > span {
  margin: 0;
  width: fit-content;
  display: block;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--block-fg);
  transition: color 0.3s ease;
}
.fixed-side .bloc > a svg {
  width: min(38%, 42px);
  height: auto;
  display: block;
  margin-bottom: 4px;
  fill: var(--block-fg);
  transition: fill 0.3s ease;
}
.fixed-side .bloc > a:hover, .fixed-side .bloc > a:focus-within {
  background-color: var(--block-bg-hover);
}
.fixed-side .bloc > a:hover p,
.fixed-side .bloc > a:hover p > span, .fixed-side .bloc > a:focus-within p,
.fixed-side .bloc > a:focus-within p > span {
  color: var(--block-fg-hover);
}
.fixed-side .bloc > a:hover svg, .fixed-side .bloc > a:focus-within svg {
  fill: var(--block-fg-hover);
}
.fixed-side .bloc:nth-child(3) {
  --block-bg: var(--color-lime);
  --block-fg: var(--color-teal-dark);
  --block-bg-hover: var(--color-teal-dark);
  --block-fg-hover: var(--color-lime);
}
.fixed-side .bloc:nth-child(3) > a p {
  font-size: 20px;
}
.fixed-side .bloc:nth-child(3) > a p span:first-child {
  font-size: 32px;
}
.fixed-side .bloc:nth-child(3) > a p span:last-child {
  font-size: 15px;
}
.fixed-side .bloc:nth-child(1) {
  --block-bg: var(--color-blue-deep);
  --block-fg: var(--color-teal-soft);
  --block-bg-hover: var(--color-teal-soft);
  --block-fg-hover: var(--color-blue-deep);
}
.fixed-side .bloc:nth-child(1) > a p {
  font-size: 25px;
}
.fixed-side .bloc:nth-child(2) {
  --block-bg: var(--color-teal-soft);
  --block-fg: var(--color-teal-dark);
  --block-bg-hover: var(--color-teal-dark);
  --block-fg-hover: var(--color-teal-soft);
}
.fixed-side .bloc:nth-child(2) > a p {
  font-size: 31px;
}
.fixed-side .bloc:nth-child(2) > a p span:first-child {
  font-size: 28px;
}

form.intro-pattern-search--in-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
}
form.intro-pattern-search--in-menu .group {
  width: 100%;
}
form.intro-pattern-search--in-menu .group input {
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  padding: 6px 0 6px 15px;
  font-size: var(--fs-20);
  font-family: var(--ff);
  font-weight: var(--fw-regular);
  color: var(--color-dark-grey);
  border: none;
}
form.intro-pattern-search--in-menu button {
  background-color: var(--color-green-muted);
  border: none;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form.intro-pattern-search--in-menu button .icon,
form.intro-pattern-search--in-menu button .icon-markup {
  display: block;
  line-height: 0;
}
form.intro-pattern-search--in-menu button svg {
  width: 36px;
  height: auto;
  fill: var(--color-white);
}

footer {
  position: relative;
  background-color: var(--color-blue-dark);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  gap: 36px;
}
footer .main {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  row-gap: 44px;
  column-gap: 6.77vw;
}
footer .main figure.logo {
  width: 100%;
  max-width: 256px;
  margin: 0 auto;
}
footer .main figure.logo svg {
  width: 100%;
  height: auto;
  display: block;
}
footer .main .footer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .main .footer-info strong {
  font-size: var(--fs-22);
}
footer .main .footer-info p {
  color: var(--color-white);
  font-size: var(--fs-16);
  font-weight: var(--fw-regular);
}
footer .main .footer-other-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .main .footer-other-nav ul li a {
  color: var(--color-white);
  font-size: var(--fs-footer-links);
  font-weight: var(--fw-medium);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
footer .main .partner {
  display: grid;
  grid-template-columns: repeat(2, 30%);
  column-gap: 40px;
  row-gap: 20px;
  justify-content: center;
}
footer .main .partner div {
  width: 100%;
  margin: auto;
  aspect-ratio: 92/67;
}
footer .main .partner div svg {
  width: 100%;
  height: 100%;
  display: block;
}
footer .footer-legal-links ul {
  display: flex;
  column-gap: 24px;
  row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: var(--fw-light);
}
footer .footer-legal-links ul li {
  color: var(--color-white);
}
footer .footer-legal-links ul li a {
  text-decoration: none;
}

.intro--banner .intro-pattern {
  width: 100%;
  background-image: url("../images/fond-triangle.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.intro--banner .intro-pattern .intro-pattern-inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.intro--banner .intro-pattern .intro-pattern-inner .pattern-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 70%;
  object-position: left bottom;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.intro--banner .intro-pattern .intro-pattern-inner img:not(.pattern-triangle) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro--banner .intro-pattern .intro-pattern-inner form {
  position: absolute;
  width: 41%;
  min-width: 420px;
  bottom: 0;
  left: 50%;
  display: none;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}
.intro--banner .intro-pattern .intro-pattern-inner form .group {
  width: 100%;
}
.intro--banner .intro-pattern .intro-pattern-inner form .group input {
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  padding: 30px 0 30px 62px;
  font-size: var(--fs-25);
  font-family: var(--ff);
  font-weight: var(--fw-regular);
  color: var(--color-dark-grey);
  border: none;
}
.intro--banner .intro-pattern .intro-pattern-inner form button {
  background-color: var(--color-green-muted);
  border: none;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.intro--banner .intro-pattern .intro-pattern-inner form button .icon,
.intro--banner .intro-pattern .intro-pattern-inner form button .icon-markup {
  display: block;
  line-height: 0;
}
.intro--banner .intro-pattern .intro-pattern-inner form button svg {
  width: 48px;
  height: auto;
  fill: var(--color-white);
}
.intro--banner .intro-pattern .intro-pattern-inner form button:hover {
  background-color: var(--color-teal-dark);
}
.intro--banner-home .intro-pattern {
  height: 30.84vh;
  min-height: 240px;
  padding: 0 32px 32px 0;
}
.intro--banner-home .intro-pattern form {
  transform: translate(-50%, 30%);
}
.intro--banner-page .content {
  width: 90%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.intro--banner-page .content h1 {
  text-align: center;
}
.intro--banner-page .intro-pattern {
  position: relative;
  z-index: 1;
  height: 23.47vh;
  min-height: 200px;
  padding: 0;
}
.intro--banner-page .intro-pattern form {
  transform: translate(-50%, 50%);
}
.intro--banner-page:not(:has(.intro-pattern .intro-pattern-inner form)) {
  margin-bottom: 0;
}

.en-un-clic {
  width: 100%;
}
.en-un-clic div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 10px;
  grid-auto-flow: row;
  align-items: center;
}
.en-un-clic div h2 {
  color: var(--color-teal-dark);
}
.en-un-clic div a {
  padding: 20px 4px;
  width: 100%;
  min-width: 80px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.en-un-clic div a:hover, .en-un-clic div a:focus, .en-un-clic div a:focus-visible {
  background-color: var(--color-green-muted);
}
.en-un-clic div a:hover svg, .en-un-clic div a:focus svg, .en-un-clic div a:focus-visible svg {
  fill: var(--color-white);
}
.en-un-clic div a:hover p, .en-un-clic div a:focus p, .en-un-clic div a:focus-visible p {
  color: var(--color-white);
}
.en-un-clic div a svg {
  width: auto;
  height: clamp(40px, 3.54vw, 80px);
  fill: var(--color-teal-dark);
}
.en-un-clic div a p {
  font-size: var(--fs-16);
  font-weight: var(--fw-semibold);
  color: var(--color-teal-dark);
}

.oreca-en-bref .text-content > div:first-child h2 {
  color: var(--color-teal-soft);
}
.oreca-en-bref .text-content > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.oreca-en-bref .text-content > div:last-child h3 {
  font-weight: var(--fw-bold);
  text-align: center;
}
.oreca-en-bref .text-content > div:last-child > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 120px;
  gap: clamp(20px, 6.25vw, 150px);
}
.oreca-en-bref .text-content > div:last-child > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.oreca-en-bref .text-content > div:last-child > div > div h4 {
  color: var(--color-teal-dark);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-42);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.31;
}
.oreca-en-bref .text-content > div:last-child > div > div p {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-25);
}
.oreca-en-bref .text-content > div:last-child > div > div svg {
  height: clamp(100px, 7.81vw, 200px);
  width: auto;
  fill: var(--color-teal-dark);
}
.oreca-en-bref .text-content p {
  color: var(--color-dark-grey);
}

.home-news-container {
  --bg: var(--color-grey-light);
  padding: clamp(26px, 3.64vw, 80px) 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-news-container .row {
  display: contents;
}
.home-news-container > .row:first-child > h2 {
  color: var(--color-green-muted);
  order: 1;
}
.home-news-container > .row:last-child > img {
  order: 2;
  object-fit: cover;
}
.home-news-container > .row:last-child > article {
  order: 3;
}
.home-news-container > .row:first-child > .btn {
  margin: 0 auto;
  order: 4;
}
.home-news-container > .row:last-child > .list {
  display: none;
}

.heat-cool {
  width: 100%;
  --bg: var(--color-teal-dark);
}
.heat-cool .content-image--container > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.heat-cool .content-image--container > div > .left,
.heat-cool .content-image--container > div > .right {
  display: contents;
}
.heat-cool .content-image--container > div > .left > img {
  order: 1;
}
.heat-cool .content-image--container > div > .right > h2 {
  order: 2;
  color: var(--color-white);
}
.heat-cool .content-image--container > div > .right > p {
  color: var(--color-white);
}
.heat-cool .content-image--container > div > .right > p:first-of-type {
  order: 3;
  font-size: var(--fs-40);
  font-weight: var(--fw-bold);
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--color-HC-blue-sky);
}
.heat-cool .content-image--container > div > .right > p:last-of-type {
  order: 4;
}
.heat-cool .content-image--container > div > .left > .btn {
  order: 5;
  margin: 10px auto 0;
}
.heat-cool .content-image--container > figure {
  order: 6;
}

.last-studies article.study .inner > p::after {
  display: none;
}
.last-studies article.study .inner > div > div > div {
  display: none;
}
.last-studies .studies-list-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.last-studies .studies-list-container > .row:first-child {
  display: contents;
}
.last-studies .studies-list-container > .row:first-child > h2 {
  color: var(--color-green-muted);
  order: 1;
}
.last-studies .studies-list-container > .row:has(.list) {
  order: 2;
}
.last-studies .studies-list-container > .row:first-child > .btn {
  order: 3;
  margin: 0 auto;
}

.archive-studies .search {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
  z-index: 2;
}
.archive-studies .search .group {
  width: 100%;
}
.archive-studies .search .group input {
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  padding: 15px 0 15px 15px;
  font-size: var(--fs-25);
  font-family: var(--ff);
  font-weight: var(--fw-regular);
  color: var(--color-dark-grey);
  border: none;
}
.archive-studies .search button {
  background-color: var(--color-green-muted);
  border: none;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.archive-studies .search button .icon,
.archive-studies .search button .icon-markup {
  display: block;
  line-height: 0;
}
.archive-studies .search button svg {
  width: 28px;
  height: auto;
  fill: var(--color-white);
}
.archive-studies .search button:hover {
  background-color: var(--color-teal-dark);
}
.archive-studies .archive-filter {
  display: flex;
  flex-direction: column;
}
.archive-studies .archive-filter .reset {
  text-decoration: underline;
  font-family: var(--ff-barlow);
  width: fit-content;
  align-self: flex-end;
  margin-bottom: 15px;
}
.archive-studies .studies-list-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.list-container {
  display: grid;
  gap: 40px 20px;
}
.list-container ul li {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-20);
  letter-spacing: 0.03em;
  color: var(--color-teal-dark);
  margin-bottom: 12px;
}
.list-container ul li a {
  text-decoration: none;
}
.list-container ul li a:hover, .list-container ul li a:focus {
  text-decoration: underline;
}
.list-container ul.list-play-style {
  list-style-type: none;
}
.list-container ul.list-play-style li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-container ul.list-play-style li::before {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1;
  transform: rotate(90deg);
}
.list-container ul.list-play-style.list-play-style--teal-soft li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4KICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzEwIiBkYXRhLW5hbWU9IkVsbGlwc2UgMTAiIGN4PSIxNS41IiBjeT0iMTUuNSIgcj0iMTUuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzMSkgcm90YXRlKC05MCkiIGZpbGw9IiM3NGM2YzgiLz4KICA8cGF0aCBpZD0iUG9seWdvbmVfOCIgZGF0YS1uYW1lPSJQb2x5Z29uZSA4IiBkPSJNNywwbDcsMTBIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgOSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}
.list-container ul.list-play-style.list-play-style--blue-dark li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4KICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzEwIiBkYXRhLW5hbWU9IkVsbGlwc2UgMTAiIGN4PSIxNS41IiBjeT0iMTUuNSIgcj0iMTUuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzMSkgcm90YXRlKC05MCkiIGZpbGw9IiMyODM1ODMiLz4KICA8cGF0aCBpZD0iUG9seWdvbmVfOCIgZGF0YS1uYW1lPSJQb2x5Z29uZSA4IiBkPSJNNywwbDcsMTBIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgOSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}

.more-data h2 {
  margin-bottom: clamp(20px, 1.92vw, 40px);
}
.more-data .more-data-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  row-gap: clamp(25px, 2.6vw, 60px);
  column-gap: clamp(65px, 4.42vw, 100px);
}
.more-data .more-data-list ul li {
  width: 100%;
}
.more-data .more-data-list ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background-color: var(--color-grey-light);
  padding: clamp(25px, 2.18vw, 50px) clamp(20px, 1.66vw, 40px);
  transition: all 0.5s ease;
}
.more-data .more-data-list ul li a > span.icon svg {
  width: clamp(40px, 2.6vw, 60px);
  fill: var(--color-teal-dark);
}
.more-data .more-data-list ul li a > span:not(.icon) {
  font-size: var(--fs-25);
  color: var(--color-teal-dark);
  font-weight: var(--fw-semibold);
  font-family: var(--ff);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}
.more-data .more-data-list ul li a:hover, .more-data .more-data-list ul li a:focus {
  background-color: var(--color-green-muted);
}
.more-data .more-data-list ul li a:hover > span.icon svg, .more-data .more-data-list ul li a:focus > span.icon svg {
  fill: var(--color-white);
}
.more-data .more-data-list ul li a:hover > span:not(.icon), .more-data .more-data-list ul li a:focus > span:not(.icon) {
  color: var(--color-white);
}

.thematic-content .left {
  display: none;
}
.thematic-content .right > .container {
  margin-bottom: clamp(50px, 4.68vw, 100px);
}
.thematic-content .right .thematic-content-bloc--title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.04vw, 24px);
  margin-bottom: clamp(20px, 1.56vw, 40px);
}
.thematic-content .right .thematic-content-bloc--title .icon svg {
  width: 93px;
  height: auto;
  fill: var(--color-blue-sky);
}
.thematic-content .right .thematic-content-bloc--title h2 {
  scroll-margin-top: 40px;
  width: fit-content;
  margin: unset;
  padding: unset;
  margin-bottom: 0;
}
.thematic-content .right .frame > .btn {
  margin: auto;
}

.content-image-text .image-text > div * {
  color: var(--color-white);
}

.form-bloc {
  padding: clamp(25px, 2.34vw, 55px) 0 clamp(60px, 5vw, 110px);
}
.form-bloc h3 {
  line-height: 1;
  margin-bottom: clamp(25px, 2.34vw, 55px);
}

.form-container {
  padding: clamp(16px, 4vw, 40px);
  background-color: var(--color-grey-light);
}
.form-container form {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 25px;
}
.form-container form > * {
  grid-column: 1/-1;
  min-width: 0;
}
.form-container .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 25px clamp(18px, 2vw, 32px);
}
.form-container .row > * {
  grid-column: 1/-1;
  min-width: 0;
}
.form-container :is(form, .row) > .col-12 {
  grid-column: span 12;
}
.form-container :is(form, .row) > .col-6 {
  grid-column: span 6;
}
.form-container :is(form, .row) > .col-4 {
  grid-column: span 4;
}
.form-container :is(form, .row) > .col-3 {
  grid-column: span 3;
}
.form-container label,
.form-container legend {
  display: block;
  margin-bottom: 13px;
  margin-left: 11px;
  font-family: var(--ff-barlow);
  font-size: var(--fs-18);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--color-dark-grey);
  letter-spacing: 0;
}
.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=tel],
.form-container select,
.form-container textarea {
  width: 100%;
  min-height: clamp(40px, 2.39vw, 48px);
  padding: 12px 23px;
  border: none;
  background-color: var(--color-white);
  color: var(--color-grey-input);
  font-weight: var(--fw-semibold);
  font-family: var(--ff-barlow);
  font-size: var(--fs-16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form-container textarea {
  min-height: clamp(100px, 7.7vw, 148px);
  resize: vertical;
}
.form-container fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
}
.form-container fieldset legend {
  grid-column: 1/-1;
}
.form-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-dark-grey);
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form-container fieldset input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-content: center;
  background-color: var(--color-white);
  cursor: pointer;
}
.form-container fieldset input[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease;
  background-color: var(--color-dark-grey);
}
.form-container fieldset input[type=checkbox]:checked::before {
  transform: scale(1);
}
.form-container fieldset input[type=checkbox] + label {
  margin-left: 0;
  margin-bottom: 0;
}
.form-container form > div.form-element-check label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}
.form-container form > div.form-element-check input {
  box-shadow: none;
  width: 15px;
  margin-left: clamp(12px, 1.04vw, 20px);
}
.form-container form > div.form-element-check span {
  margin-bottom: 0;
  font-size: var(--fs-13);
  font-weight: var(--fw-regular);
  line-height: 1.2;
}
.form-container input[type=submit] {
  justify-self: center;
}

@media (min-width: 576px) {
  .form-container :is(form, .row) > .col-sm-12 {
    grid-column: span 12;
  }
  .form-container :is(form, .row) > .col-sm-6 {
    grid-column: span 6;
  }
  .form-container :is(form, .row) > .col-sm-4 {
    grid-column: span 4;
  }
  .form-container :is(form, .row) > .col-sm-3 {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .form-container {
    padding: clamp(20px, 1.66vw, 36px) 8.137%;
  }
  .form-container form {
    column-gap: clamp(18px, 2vw, 32px);
  }
  .form-container form > .form-field--half {
    grid-column: span 6;
  }
  .form-container .row {
    grid-column: 1/-1;
  }
  .form-container :is(form, .row) > .col-md-12 {
    grid-column: span 12;
  }
  .form-container :is(form, .row) > .col-md-6 {
    grid-column: span 6;
  }
  .form-container :is(form, .row) > .col-md-4 {
    grid-column: span 4;
  }
  .form-container :is(form, .row) > .col-md-3 {
    grid-column: span 3;
  }
  .form-container fieldset {
    grid-template-columns: repeat(4, auto 1fr);
    column-gap: 12px;
    row-gap: 14px;
  }
  .form-container input[type=submit] {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .form-container :is(form, .row) > .col-lg-12 {
    grid-column: span 12;
  }
  .form-container :is(form, .row) > .col-lg-6 {
    grid-column: span 6;
  }
  .form-container :is(form, .row) > .col-lg-4 {
    grid-column: span 4;
  }
  .form-container :is(form, .row) > .col-lg-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .form-container :is(form, .row) > .col-xl-12 {
    grid-column: span 12;
  }
  .form-container :is(form, .row) > .col-xl-6 {
    grid-column: span 6;
  }
  .form-container :is(form, .row) > .col-xl-4 {
    grid-column: span 4;
  }
  .form-container :is(form, .row) > .col-xl-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1400px) {
  .form-container :is(form, .row) > .col-xxl-12 {
    grid-column: span 12;
  }
  .form-container :is(form, .row) > .col-xxl-6 {
    grid-column: span 6;
  }
  .form-container :is(form, .row) > .col-xxl-4 {
    grid-column: span 4;
  }
  .form-container :is(form, .row) > .col-xxl-3 {
    grid-column: span 3;
  }
}
.study-content {
  padding: 30px 0 clamp(60px, 6.35vw, 120px);
}
.study-content h2 {
  margin-bottom: clamp(30px, 2.29vw, 50px);
}
.study-content .image-text {
  margin-bottom: clamp(60px, 4.16vw, 100px);
}
.study-content .image-text figure {
  width: unset;
}
.study-content .image-text > div p, .study-content .image-text > div li {
  font-size: var(--fs-25);
  color: var(--color-dark-grey);
}
.study-content .buttons-container {
  gap: 20px;
}
.study-content .buttons-container .btn.btn--teal-dark {
  margin-block-start: 0 !important;
}
.study-content .buttons-container p {
  font-weight: var(--fw-semibold);
}

.news-list-container .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5.46vw, 130px) clamp(10px, 0.83vw, 25px);
}
.news-list-container .list .news > div {
  padding: clamp(20px, 1.35vw, 30px);
}

section {
  position: relative;
}

.btn {
  font-size: var(--fs-16);
  font-family: var(--ff-barlow);
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  font-weight: var(--fw-regular);
  line-height: 1.2;
  letter-spacing: 0.02em;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn + .btn {
  margin-inline-start: clamp(30px, 9.27vw, 200px);
}
:is(.d-flex.flex-column, .flex-column) > .btn + .btn {
  margin-inline-start: 0;
  margin-block-start: clamp(20px, 1.56vw, 30px);
}
.btn--teal-dark {
  background-color: var(--color-teal-dark);
  color: var(--color-white);
  text-transform: uppercase;
  padding: clamp(13px, 1vw, 24px) clamp(24px, 2.6041vw, 50px);
  transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out, color 0.3s ease-out;
  border: 3px solid transparent;
}
.btn--teal-dark--border-white {
  border: 3px solid transparent;
  box-shadow: inset 0 0 0 1px var(--color-white);
}
.btn--teal-dark--border-white:hover, .btn--teal-dark--border-white:focus, .btn--teal-dark--border-white:focus-visible {
  box-shadow: none;
}
.btn--teal-dark:hover, .btn--teal-dark:focus, .btn--teal-dark:focus-visible {
  background-color: var(--color-white);
  color: var(--color-teal-dark);
  border: 3px solid var(--color-teal-dark);
}
.btn--white {
  background-color: var(--color-white);
  color: var(--color-dark-grey);
  text-transform: uppercase;
  padding: clamp(13px, 1vw, 24px) clamp(24px, 2.6041vw, 50px);
  transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out, color 0.3s ease-out;
  border: 3px solid transparent;
  box-shadow: inset 0 0 0 1px var(--color-dark-grey);
}
.btn--white:hover, .btn--white:focus, .btn--white:focus-visible {
  box-shadow: none;
  background-color: var(--color-dark-grey);
  color: var(--color-white);
  border: 3px solid var(--color-dark-grey);
}
.btn--filters {
  background-color: var(--color-white);
  color: var(--color-main);
  text-transform: uppercase;
  padding: 18px 15px;
  border: 1px solid var(--color-main);
  justify-content: space-between;
}

.accordion--group h3 {
  width: 100%;
}
.accordion--group h3 button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  transition: transform 0.3s ease;
  line-height: 1.2;
  padding: clamp(8px, 0.625vw, 16px) clamp(18px, 1.3vw, 32px);
  transition: background-color 0.3s ease, color 0.3s ease;
  color: var(--color-white);
}
.accordion--group h3 button .icon svg {
  width: clamp(14px, 1.25vw, 26px);
  height: auto;
  fill: var(--color-white);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.accordion--group h3 button[aria-expanded=true].active .icon svg {
  transform: rotate(0);
}
.accordion--group > section {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.3vw, 30px);
  padding: clamp(40px, 2.6vw, 55px) clamp(30px, 1.77vw, 48px) clamp(14px, 1.04vw, 26px);
  container-type: inline-size;
}
.accordion--group:is(:not([class*=" "]), .no-bg:not([class*=accordion--group-])) h3 button {
  background-color: var(--color-grey);
  color: var(--color-teal-dark);
}
.accordion--group:is(:not([class*=" "]), .no-bg:not([class*=accordion--group-])) h3 button .icon svg {
  fill: var(--color-teal-dark);
}
.accordion--group:is(:not([class*=" "]), .no-bg:not([class*=accordion--group-])) > section {
  background-color: var(--color-grey-light);
}
.accordion--group.no-bg > section {
  background-color: transparent;
  padding: clamp(40px, 2.6vw, 55px) 0;
}
.accordion--group-blue h3 button {
  background-color: var(--color-blue-deep);
}
.accordion--group-blue > section {
  background-color: var(--color-blue-light);
}
.accordion--group-teal h3 button {
  background-color: var(--color-teal-dark);
}
.accordion--group-teal > section {
  background-color: var(--color-teal-light);
}
.accordion--group-green h3 button {
  background-color: var(--color-green-muted);
}
.accordion--group-green > section {
  background-color: var(--color-green-light);
}

.accordion--group + .accordion--group {
  margin-top: clamp(20px, 1.82vw, 40px);
}

figure.logo--nav {
  width: fit-content;
  height: fit-content;
  min-width: 115px;
  max-width: 11.71vw;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
figure.logo--nav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(16px, 1.09vw, 24px) clamp(11px, 0.93vw, 21px);
}
figure.logo--nav a svg {
  width: 100%;
  height: auto;
  display: block;
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.text-content > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-content > div:first-child .btn {
  margin: 0 auto;
}

.cta-bloc-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cta-bloc-container .cta-bloc {
  flex: 1;
  border: 4px solid transparent;
  transition: border-color 0.4s ease;
}
.cta-bloc-container .cta-bloc:first-child:hover, .cta-bloc-container .cta-bloc:first-child:focus-within, .cta-bloc-container .cta-bloc:first-child:focus {
  border-color: var(--color-blue-deep);
}
.cta-bloc-container .cta-bloc:last-child:hover, .cta-bloc-container .cta-bloc:last-child:focus-within {
  border-color: var(--color-teal-soft);
}
.cta-bloc-container .cta-bloc a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4px, 0.5vw, 20px);
  text-align: center;
  text-decoration: none;
  padding: 24px;
}
.cta-bloc-container .cta-bloc a div p {
  text-transform: uppercase;
  line-height: 1;
}
.cta-bloc-container .cta-bloc a div p:first-child {
  font-size: var(--fs-bloc-cta);
  font-weight: var(--fw-light);
}
.cta-bloc-container .cta-bloc a div p:last-of-type {
  font-size: var(--fs-bloc-cta-title);
  font-weight: var(--fw-semibold);
}
.cta-bloc-container .cta-bloc a div p:last-of-type strong {
  font-weight: var(--fw-semibold);
}
.cta-bloc-container .cta-bloc a img {
  height: 70px;
  width: auto;
  object-fit: contain;
}
.cta-bloc-container .cta-bloc--teal {
  background-color: var(--color-teal-soft);
}
.cta-bloc-container .cta-bloc--teal a div p {
  color: var(--color-blue-deep);
}
.cta-bloc-container .cta-bloc--blue {
  background-color: var(--color-blue-deep);
}
.cta-bloc-container .cta-bloc--blue a div p:first-child {
  color: var(--color-white);
}
.cta-bloc-container .cta-bloc--blue a div p:last-of-type {
  color: var(--color-teal-soft);
}

.content-image--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5vw 5%;
  gap: 40px;
}
.content-image--container > figure {
  background-color: var(--color-white);
}
.content-image--container > figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.studies-list-container .list {
  --studies-gap: clamp(20px, 3.2vw, 36px);
  display: flex;
  gap: var(--studies-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.studies-list-container .list::-webkit-scrollbar {
  display: none;
}
.studies-list-container .list > article.study {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.studies-list-container .studies-slider-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.studies-list-container .studies-slider-nav__btn {
  width: 18px;
  height: 16px;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  position: relative;
  line-height: 1;
  transition: transform 0.25s ease;
}
.studies-list-container .studies-slider-nav__btn::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: var(--color-blue-deep);
  clip-path: polygon(0 0, 80% 50%, 0 100%);
}
.studies-list-container .studies-slider-nav__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  background: #fff;
  clip-path: polygon(0 0, 80% 50%, 0 100%);
  transition: opacity 0.25s ease;
}
.studies-list-container .studies-slider-nav__btn.is-active::after {
  opacity: 0;
}
.studies-list-container .studies-slider-nav__btn:focus-visible {
  outline: 2px solid var(--color-blue-deep);
  outline-offset: 2px;
}

.archive-studies .studies-list-container .list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(60px, 4.42vw, 100px);
}

.back-to-top {
  display: block;
  position: absolute;
  top: 0;
  right: 2.96vw;
  width: fit-content;
}
.back-to-top .icon-play {
  background-color: var(--color-teal-soft);
  transform: rotate(-90deg) translateX(50%);
}

.breadcrumb {
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-top: 14px;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: "/";
  margin: 0 0.5em;
  color: currentColor;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  font-size: var(--fs-20);
  letter-spacing: 0.03em;
  font-weight: var(--fw-regular);
}

.filters {
  margin-bottom: clamp(80px, 5.93vw, 120px);
  flex-direction: column;
}
.filters .filter {
  position: relative;
  width: fit-content;
  z-index: 2;
  flex: 1;
  width: 100%;
}
.filters .filter.has-value .filters-trigger__label {
  padding-right: 10px;
}
.filters .filters-clear {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--color-main);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 3;
}
.filters .filters-clear svg {
  width: 10px;
  height: 10px;
  fill: var(--color-main);
}
.filters .filters-clear[hidden] {
  display: none;
}
.filters .filters-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.filters .filters-trigger {
  position: relative;
  width: 100%;
}
.filters .filters-trigger .filters-trigger__label {
  display: block;
  text-align: left;
  width: 100%;
}
.filters .filters-trigger .icon-oreca-chevron svg {
  width: 9px;
  min-width: 9px;
  transition: transform 0.5s ease-in-out;
  transform: rotate(-180deg);
}
.filters .filters-trigger.active {
  background-color: var(--color-white);
  color: var(--color-black);
}
.filters .filters-trigger.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: var(--color-white);
  pointer-events: none;
}
.filters .filters-trigger.active .icon-oreca-chevron svg {
  transform: rotate(0deg);
}
.filters .content {
  border: 1px solid var(--color-main);
  border-top: 0;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  background-color: var(--color-white);
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transform: translateY(-6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: clip-path 0.28s ease, transform 0.28s ease, opacity 0.22s ease, visibility 0s linear 0.28s;
}
.filters .content .filters-option {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 10px 13px;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.filters .content .filters-option:hover {
  text-decoration: underline;
}
.filters .content.active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.filters .filters-period {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}
.filters .filters-period .filters-period__arrow {
  border: 0;
  background: transparent;
  color: var(--color-blue-sky);
  font-size: 18px;
  line-height: 1;
  padding: 0 2px;
  cursor: pointer;
}
.filters .filters-period .filters-period__dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.filters .filters-period .filters-period__dates input[type=date] {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 0;
  border-radius: 8px;
  padding: 0 10px;
  font-family: var(--ff-barlow);
  font-size: 10px;
  color: var(--color-dark-grey);
  background-color: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  appearance: auto;
}
@media (prefers-reduced-motion: reduce) {
  .filters .content {
    transition: none;
  }
}

ul.list-play-style {
  list-style-type: none;
}
ul.list-play-style li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
ul.list-play-style li::before {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 1;
  transform: rotate(90deg);
}
ul.list-play-style.list-play-style--teal-soft li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4KICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzEwIiBkYXRhLW5hbWU9IkVsbGlwc2UgMTAiIGN4PSIxNS41IiBjeT0iMTUuNSIgcj0iMTUuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzMSkgcm90YXRlKC05MCkiIGZpbGw9IiM3NGM2YzgiLz4KICA8cGF0aCBpZD0iUG9seWdvbmVfOCIgZGF0YS1uYW1lPSJQb2x5Z29uZSA4IiBkPSJNNywwbDcsMTBIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgOSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}
ul.list-play-style.list-play-style--blue-dark li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4KICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzEwIiBkYXRhLW5hbWU9IkVsbGlwc2UgMTAiIGN4PSIxNS41IiBjeT0iMTUuNSIgcj0iMTUuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzMSkgcm90YXRlKC05MCkiIGZpbGw9IiMyODM1ODMiLz4KICA8cGF0aCBpZD0iUG9seWdvbmVfOCIgZGF0YS1uYW1lPSJQb2x5Z29uZSA4IiBkPSJNNywwbDcsMTBIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgOSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}

.image-text {
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(12px, 0.83vw, 20px);
}
.image-text > div {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.41vw, 12px);
  justify-content: flex-start;
}

@container (min-width: 768px) {
  .image-text {
    flex-direction: row;
  }
  .image-text figure {
    width: 33%;
  }
  .image-text > div {
    flex: 1;
  }
  .image-text.inverted {
    flex-direction: row-reverse;
  }
}
.download-data {
  --bg: var(--color-white);
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 1.3vw, 30px);
}
.download-data > .btn {
  margin: 0 auto;
  margin-bottom: clamp(12px, 0.78vw, 20px);
}
.download-data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px;
}
.download-data ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  min-width: 300px;
  text-align: center;
}
.download-data ul li > p, .download-data ul li > a {
  font-size: var(--fs-20);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.03em;
}
.download-data ul li > .btn {
  margin-top: clamp(10px, 0.78vw, 20px);
}

blockquote {
  display: grid;
  grid-template-columns: 1fr 75% 1fr;
  background-color: var(--color-grey-light);
  padding: clamp(20px, 2.44vw, 50px) 10px;
  gap: 10px;
}
blockquote::before {
  grid-column: 1;
  margin: 0 auto;
  content: "";
  width: clamp(40px, 4.68vw, 90px);
  padding: 20px;
  aspect-ratio: 90/79;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MC43MTQiIGhlaWdodD0iNzkuMzc1IiB2aWV3Qm94PSIwIDAgOTAuNzE0IDc5LjM3NSI+CiAgPHBhdGggaWQ9Ikljb25fYXdlc29tZS1xdW90ZS1sZWZ0IiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1xdW90ZS1sZWZ0IiBkPSJNODIuMjEsNDEuOTM3SDY4LjAzNlYzMC42QTExLjM1LDExLjM1LDAsMCwxLDc5LjM3NSwxOS4yNTloMS40MTdhNC4yNDIsNC4yNDIsMCwwLDAsNC4yNTItNC4yNTJWNi41QTQuMjQyLDQuMjQyLDAsMCwwLDgwLjc5MiwyLjI1SDc5LjM3NUEyOC4zNCwyOC4zNCwwLDAsMCw1MS4wMjcsMzAuNlY3My4xMjFhOC41MDcsOC41MDcsMCwwLDAsOC41LDguNUg4Mi4yMWE4LjUwNyw4LjUwNywwLDAsMCw4LjUtOC41VjUwLjQ0MkE4LjUwNyw4LjUwNywwLDAsMCw4Mi4yMSw0MS45MzdabS01MS4wMjcsMEgxNy4wMDlWMzAuNkExMS4zNSwxMS4zNSwwLDAsMSwyOC4zNDgsMTkuMjU5aDEuNDE3YTQuMjQyLDQuMjQyLDAsMCwwLDQuMjUyLTQuMjUyVjYuNUE0LjI0Miw0LjI0MiwwLDAsMCwyOS43NjYsMi4yNUgyOC4zNDhBMjguMzQsMjguMzQsMCwwLDAsMCwzMC42VjczLjEyMWE4LjUwNyw4LjUwNywwLDAsMCw4LjUsOC41SDMxLjE4M2E4LjUwNyw4LjUwNywwLDAsMCw4LjUtOC41VjUwLjQ0MkE4LjUwNyw4LjUwNywwLDAsMCwzMS4xODMsNDEuOTM3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMi4yNSkiIGZpbGw9IiMyNWE5ZTEiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote p {
  grid-column: 2;
  margin-top: 20px;
  font-family: var(--ff-barlow);
  font-size: var(--fs-40);
  font-weight: var(--fw-light);
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-blue-deep);
}

.pagin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(80px, 6.14vw, 170px) auto;
  gap: clamp(22px, 2.29vw, 60px);
}
.pagin .btn {
  order: unset;
  margin: 0;
  padding: 20px 30px;
}
.pagin .btn span:not([class]) {
  display: none;
}
.pagin .btn span.icon svg {
  width: 9px;
  height: 9px;
}
.pagin .btn:first-child span.icon svg {
  transform: rotate(90deg);
}
.pagin .btn:last-child span.icon svg {
  transform: rotate(-90deg);
}
.pagin .btn:hover span.icon svg, .pagin .btn:focus-visible span.icon svg {
  fill: var(--color-white);
}
.pagin .btn:has(.icon-play) {
  padding: 0;
}
.pagin .btn:has(.icon-play):first-child .icon-play {
  transform: rotate(180deg);
}
.pagin .pagin-page ul {
  display: flex;
  gap: 14px;
}
.pagin .pagin-page ul li a {
  text-decoration: none;
  font-family: var(--ff-barlow);
}
.pagin .pagin-page ul li a.is-active {
  font-weight: 700;
}
.pagin:has(> .btn .icon-play) {
  gap: clamp(20px, 1.56vw, 35px);
}

article.news img {
  aspect-ratio: 536/317;
  width: 100%;
  object-fit: cover;
}
article.news > div {
  display: flex;
  flex-direction: row;
  background-color: var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: clamp(18px, 2.6vw, 50px);
  gap: 1.14vw;
}
article.news > div > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article.news > div > div .date {
  width: fit-content;
  padding: 8px 20px;
  border: 2px solid var(--color-green-bright);
}
article.news > div > div .date p {
  font-size: var(--fs-16);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  color: var(--color-teal-dark);
}
article.news > div > div h3 {
  line-height: 1;
  text-transform: none;
  font-weight: var(--fw-semibold);
  color: var(--color-teal-dark);
  letter-spacing: 0.03em;
  font-size: var(--fs-news-title);
}
article.news > div > div h3 a {
  text-decoration: none;
}
article.news > div > div h3 a:hover, article.news > div > div h3 a:focus {
  text-decoration: underline;
}
article.news > div > a {
  align-self: flex-end;
  margin-left: auto;
}

article.study {
  width: 100%;
  display: flex;
  justify-content: center;
}
article.study .inner {
  width: 78%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.study .inner > a {
  display: block;
  text-decoration: none;
}
article.study .inner > a:first-child {
  min-width: 179px;
  width: 44.75%;
  margin-bottom: 10px;
}
article.study .inner > a:first-child img {
  width: 100%;
  height: auto;
}
article.study .inner > a:last-of-type {
  margin-bottom: 10px;
}
article.study .inner > a:last-of-type:hover {
  text-decoration: underline;
}
article.study .inner > a:last-of-type h3 {
  font-size: var(--fs-30);
  text-transform: none;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
article.study .inner > p {
  position: relative;
  align-self: stretch;
  font-size: var(--fs-20);
  font-weight: var(--fw-regular);
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
article.study .inner > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(50%);
  width: 50%;
  height: 1px;
  background-color: var(--color-green-bright);
}
article.study .inner > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
article.study .inner > div > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
article.study .inner > div > div > div {
  display: flex;
  gap: 18px;
}
article.study .inner > div > div > div p {
  font-family: var(--ff-barlow);
  font-size: var(--fs-16);
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-dark-grey);
}
article.study .inner > div > div > p {
  font-size: var(--fs-16);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  color: var(--color-teal-dark);
}

.ce-textpic.ce-above, .ce-textpic.ce-below {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ce-textpic.ce-above.ce-center img, .ce-textpic.ce-below.ce-center img {
  margin-inline: auto;
}
.ce-textpic.ce-above.ce-right img, .ce-textpic.ce-below.ce-right img {
  margin-left: auto;
}
.ce-textpic.ce-above.ce-left img, .ce-textpic.ce-below.ce-left img {
  margin-right: auto;
}
.ce-textpic.ce-intext:not(.ce-nowrap).ce-left, .ce-textpic.ce-intext:not(.ce-nowrap).ce-right {
  overflow: hidden;
}
.ce-textpic.ce-intext:not(.ce-nowrap).ce-left .ce-gallery, .ce-textpic.ce-intext:not(.ce-nowrap).ce-right .ce-gallery {
  float: var(--float);
}
.ce-textpic.ce-intext:not(.ce-nowrap).ce-right .ce-gallery {
  --float: right;
  margin-left: 1rem;
}
.ce-textpic.ce-intext:not(.ce-nowrap).ce-left .ce-gallery {
  --float: left;
  margin-right: 1rem;
}
.ce-textpic.ce-intext.ce-nowrap {
  display: flex;
  flex-direction: var(--direction);
  gap: 2rem;
}
.ce-textpic.ce-intext.ce-nowrap.ce-left {
  --direction: row;
}
.ce-textpic.ce-intext.ce-nowrap.ce-right {
  --direction: row-reverse;
}
.ce-textpic.ce-intext.ce-nowrap .ce-gallery {
  width: auto;
  flex: 0 0 auto;
}
.ce-textpic.ce-intext.ce-nowrap .ce-gallery .container-image {
  flex: 1;
}
.ce-textpic.ce-intext.ce-nowrap .ce-gallery .container-image figure {
  width: 100%;
}
.ce-textpic.ce-intext.ce-nowrap .ce-gallery .container-image figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ce-textpic.ce-above, .ce-textpic.ce-below {
    gap: 1rem;
  }
  .ce-textpic.ce-intext:not(.ce-nowrap).ce-right .ce-gallery {
    margin-left: 0;
  }
  .ce-textpic.ce-intext:not(.ce-nowrap).ce-left .ce-gallery {
    margin-right: 0;
  }
  .ce-textpic.ce-intext.ce-nowrap {
    gap: 1rem;
  }
  .ce-textpic.ce-intext.ce-nowrap.ce-left, .ce-textpic.ce-intext.ce-nowrap.ce-right {
    --direction: column;
  }
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-left {
  text-align: left;
}

.ce-headline-right {
  text-align: right;
}

.frame-type-div hr {
  width: 37.5%;
  height: 1px;
  background-color: var(--color-green-bright);
  margin: auto;
  border: none;
}

.frame-space-after-extra-small {
  margin-bottom: 1rem !important;
}
.frame-space-after-small {
  margin-bottom: 2rem !important;
}
.frame-space-after-medium {
  margin-bottom: 3rem !important;
}
.frame-space-after-large {
  margin-bottom: 4rem !important;
}
.frame-space-after-extra-large {
  margin-bottom: 5rem !important;
}
.frame-space-before-extra-small {
  margin-top: 1rem !important;
}
.frame-space-before-small {
  margin-top: 2rem !important;
}
.frame-space-before-medium {
  margin-top: 3rem !important;
}
.frame-space-before-large {
  margin-top: 4rem !important;
}
.frame-space-before-extra-large {
  margin-top: 5rem !important;
}

.frame-type-image .ce-image.ce-center img {
  margin: auto;
}
.frame-type-textmedia .ce-textpic.ce-center .video-embed {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .d-desktop {
    display: none !important;
  }
}
/* Small tablets */
@media (min-width: 768px) {
  .d-mobile {
    display: none !important;
  }
  footer {
    padding: 50px 7.29vw 15px;
  }
  footer .main {
    grid-template-columns: repeat(4, 1fr);
  }
  footer .main .partner {
    grid-template-columns: 65%;
  }
  .intro--banner .intro-pattern .intro-pattern-inner .pattern-triangle {
    height: 85%;
  }
  .intro--banner .intro-pattern .intro-pattern-inner form {
    display: grid;
  }
  .intro--banner-home .intro-pattern {
    height: 55.55vh;
    padding: 0 var(--header-side-block-width) calc(var(--header-side-block-width) * 0.75) var(--header-side-block-width);
  }
  .intro--banner-page .intro-pattern {
    height: 33vh;
  }
  .filters {
    flex-direction: row;
  }
  .archive-studies .studies-list-container .list {
    overflow: visible;
    scroll-snap-type: none;
    grid-template-columns: 1fr 1fr;
  }
  .archive-studies .studies-list-container .list > article.study {
    flex: 1 1 0;
    position: relative;
  }
  .archive-studies .studies-list-container .list > article.study:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(clamp(20px, 3.2vw, 36px) / -2);
    width: 1px;
    height: 90%;
    background: var(--color-green-bright);
  }
  .archive-studies .studies-list-container .list > article.study:nth-child(even):not(:last-child)::after {
    display: none;
  }
  .text-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .text-content-inverted {
    flex-direction: row-reverse;
  }
  .text-content > div:first-child {
    width: 32.68%;
  }
  .text-content > div:last-child {
    width: 58%;
  }
  .home-news-container {
    padding: clamp(26px, 3.64vw, 80px) 7.345vw;
  }
  .home-news-container > .row:first-child > h2,
  .home-news-container > .row:last-child > img,
  .home-news-container > .row:last-child > article,
  .home-news-container > .row:first-child > .btn {
    order: initial;
  }
  .home-news-container .row {
    display: flex;
    flex-direction: row;
  }
  .home-news-container .row:last-child {
    gap: 25px;
  }
  .home-news-container .row:last-child img {
    width: 56%;
    height: auto;
  }
  .home-news-container .row .btn {
    height: fit-content;
    align-self: self-end;
    margin: 0 auto 1.5vw !important;
  }
  article.news > div > a .icon-play {
    width: 50px;
  }
  article.news > div > a .icon-play svg {
    width: 18px;
    margin-left: 10%;
  }
  .news-list-container .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Large tablets/laptops */
@media (min-width: 992px) {
  article.news {
    flex-direction: row;
    gap: 10px;
  }
  article.news > a {
    margin-left: unset;
    margin-top: auto;
  }
  .content-image--container {
    gap: 0;
    flex-direction: row;
  }
  .content-image--container > figure {
    aspect-ratio: 1;
    max-width: 25.25%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-image--container > figure img {
    width: 100%;
    margin: auto;
  }
  .cta-bloc-container {
    max-width: 71%;
    margin-inline: auto;
    flex-direction: row;
    gap: clamp(12px, 0.93vw, 20px);
  }
  .cta-bloc-container .cta-bloc a {
    padding: 18px 6px;
  }
  .cta-bloc-container .cta-bloc a div p:last-of-type {
    margin-top: -5px;
  }
  .cta-bloc-container .cta-bloc a img {
    max-width: 328px;
  }
  .image-text {
    flex-direction: row;
  }
  .image-text figure {
    width: 33%;
  }
  .image-text > div {
    flex: 1;
  }
  .image-text.inverted {
    flex-direction: row-reverse;
  }
  .studies-list-container .list {
    overflow: visible;
    scroll-snap-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .studies-list-container .list > article.study {
    flex: 0 1 calc((100% - var(--studies-gap) * 2) / 3);
    max-width: calc((100% - var(--studies-gap) * 2) / 3);
    position: relative;
  }
  .studies-list-container .list > article.study:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(clamp(20px, 3.2vw, 36px) / -2);
    width: 1px;
    height: 90%;
    background: var(--color-green-bright);
  }
  .studies-list-container .studies-slider-nav {
    display: none;
  }
  .archive-studies .studies-list-container .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .archive-studies .studies-list-container .list > article.study {
    flex: 0 1 calc((100% - var(--studies-gap) * 2) / 3);
    max-width: calc((100% - var(--studies-gap) * 2) / 3);
  }
  .archive-studies .studies-list-container .list > article.study:nth-child(even):not(:last-child)::after {
    display: block;
  }
  .archive-studies .studies-list-container .list > article.study:nth-child(3n):not(:last-child)::after {
    display: none;
  }
  .archive-studies .search {
    width: 35.1vw;
    min-width: 420px;
  }
  .archive-studies .search .group input {
    padding: 30px 0 30px 62px;
  }
  .archive-studies .search button {
    padding: 20px;
  }
  .archive-studies .search button svg {
    width: 48px;
  }
  .archive-studies .archive-filter {
    min-width: 680px;
    width: 36.71vw;
    margin: 0 auto;
  }
  .archive-studies .studies-list-container > .row:first-child {
    display: flex;
  }
  .archive-studies .pagin .btn {
    padding: 14px 14px;
  }
  .archive-studies .pagin .btn span:not([class]) {
    display: block;
  }
  .archive-studies .pagin .btn span.icon {
    display: none;
  }
  .list-container {
    column-gap: clamp(12px, 0.93vw, 20px);
  }
  .list-container:has(> ul:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .en-un-clic {
    max-width: 61.77%;
  }
  .en-un-clic div {
    display: flex;
    column-gap: clamp(40px, 3.38vw, 80px);
  }
  .en-un-clic div a svg {
    height: clamp(55px, 3.54vw, 80px);
  }
  .heat-cool {
    max-width: 85.31%;
    margin-inline: auto;
  }
  .heat-cool .content-image--container {
    padding: 0;
  }
  .heat-cool .content-image--container > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2.6vw;
    gap: 3.38vw;
  }
  .heat-cool .content-image--container > div > div {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }
  .heat-cool .content-image--container > div > div.left {
    width: stretch;
  }
  .heat-cool .content-image--container > div > div.right {
    min-width: 58%;
  }
  .heat-cool .content-image--container > div > div h2 {
    font-size: calc(var(--fs-h2-tl) * 0.63);
  }
  .heat-cool .content-image--container > div > div h2 span {
    font-size: calc(var(--fs-h2-tl-span) * 0.63);
    margin-top: clamp(-999px, -1.4vw, -14px);
  }
  .home-news {
    --news-featured-article-offset-y: clamp(80px, 10vw, 160px);
    --news-featured-article-clearance: calc(var(--news-featured-article-offset-y) + clamp(10px, .6vw, 30px));
    padding-right: 14.5%;
    padding-bottom: var(--news-featured-article-clearance);
  }
  .home-news-container {
    padding-bottom: 0;
  }
  .home-news-container .row:last-child {
    position: relative;
  }
  .home-news-container .row:last-child article.news {
    position: relative;
    left: clamp(-220px, -16vw, -140px);
    top: var(--news-featured-article-offset-y);
    z-index: 1;
  }
  .home-news-container .row:last-child .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 0;
    right: -20%;
  }
  .home-news-container .row:last-child .list a {
    display: block;
    padding: 27px 20px;
    background-color: var(--color-white);
    width: 23vw;
    text-decoration: none;
  }
  .home-news-container .row:last-child .list a:hover, .home-news-container .row:last-child .list a:focus {
    text-decoration: underline;
  }
  .home-news-container .row:last-child .list a p {
    font-size: var(--fs-22);
    letter-spacing: 0.03em;
  }
  .home-news-container .row:last-child .list a p strong {
    font-weight: var(--fw-semibold);
  }
  .last-studies .studies-list-container > .row:first-child {
    display: flex;
  }
  .last-studies .studies-list-container > .row:first-child > .btn {
    align-self: flex-end;
    height: fit-content;
    margin: 0 auto 1.5vw !important;
  }
  .more-data .more-data-list ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .more-data .more-data-list ul li a > span.icon svg {
    width: clamp(40px, 2.6vw, 60px);
  }
  .thematic-content {
    display: grid;
    grid-template-columns: 18% auto;
    gap: clamp(30px, 4vw, 72px);
  }
  .thematic-content.menu--left-overflow {
    grid-template-columns: 1fr;
  }
  .thematic-content.menu--left-overflow .left {
    display: none;
  }
  .thematic-content .left {
    display: block;
    position: relative;
    overflow: visible;
    padding-left: 30px;
  }
  .thematic-content .left .frame-type-menu_section {
    position: sticky;
    top: 200px;
    padding-top: 20px;
  }
  .thematic-content .left .menu__side-list {
    margin: 0;
  }
  .thematic-content .left .menu__side-list > li + li {
    margin-top: clamp(22px, 1.3vw, 28px);
  }
  .thematic-content .left .menu__side-list > li + li ::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-green-bright);
    margin-bottom: clamp(22px, 1.3vw, 28px);
  }
  .thematic-content .left .menu__side-list a {
    width: 100%;
    display: inline-block;
    font-size: var(--fs-25);
    font-weight: var(--fw-bold);
    letter-spacing: 0.03em;
    text-decoration: none;
    color: var(--color-green-muted);
    transition: color 0.3s, font-weight 0.3s;
  }
  .thematic-content .left .menu__side-list a.is-active {
    color: var(--color-teal-dark);
  }
  .thematic-content .left .menu__side-list a:hover {
    color: var(--color-teal-dark);
  }
  .content-image-text .image-text figure {
    width: 45%;
    max-width: unset;
  }
  .news-list-container .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Desktops */
@media (min-width: 1200px) {
  :root {
    --header-main-height: clamp(70px, 5.83vw, 112px);
  }
  .intro--banner-page {
    margin-bottom: 90px;
  }
  body {
    padding-top: var(--header-main-height);
  }
  header {
    position: fixed;
    left: 0;
    width: 100%;
  }
  header .main {
    position: relative;
    padding-left: 12.18%;
  }
  header .main figure.logo--nav {
    transform: translateY(1vw);
  }
  header .main nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 4.94vw;
    background-color: transparent;
    transform: none;
    transition: none;
    z-index: auto;
    overflow: visible;
    pointer-events: auto;
    visibility: visible;
    display: flex;
    align-items: flex-end;
  }
  header .main nav ul {
    display: flex;
    flex-direction: row;
    gap: 2.65vw;
  }
  header .main nav ul > li {
    line-height: normal;
    min-width: 6.8vw;
    position: static;
  }
  header .main nav ul > li a, header .main nav ul > li p {
    height: 100%;
    margin-bottom: 20px;
    padding: 0;
    overflow: visible;
    isolation: auto;
  }
  header .main nav ul > li a::after, header .main nav ul > li p::after {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 7px;
    z-index: auto;
    transition: height 0.4s ease;
  }
  header .main nav ul > li a:hover::after, header .main nav ul > li p:hover::after {
    height: 14px;
  }
  header .main nav ul > li.has-submenu > a, header .main nav ul > li.has-submenu > p {
    padding-right: 0;
  }
  header .main nav ul > li.has-submenu > a .submenu-indicator, header .main nav ul > li.has-submenu > p .submenu-indicator {
    display: none;
  }
  header .main nav ul > li.has-submenu .submenu {
    position: absolute;
    left: var(--header-side-block-width);
    right: var(--header-side-block-width);
    top: 100%;
    width: auto;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: visible;
    margin-left: 0;
    padding: 8px 34px 40px calc(34px + var(--submenu-content-offset, 0px));
    background-color: rgba(249, 248, 248, 0.92);
    z-index: 4;
    transition: opacity 0.25s ease;
  }
  header .main nav ul > li.has-submenu .submenu ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 14px 30px;
  }
  header .main nav ul > li.has-submenu .submenu ul li {
    font-size: var(--fs-20);
    text-transform: none;
    line-height: 1.15;
    min-width: 0;
    position: relative;
  }
  header .main nav ul > li.has-submenu .submenu ul li a {
    height: auto;
    margin: 0;
    padding: 0;
  }
  header .main nav ul > li.has-submenu .submenu ul li a::after {
    display: none;
  }
  header .main nav ul > li.has-submenu .submenu ul li a:hover, header .main nav ul > li.has-submenu .submenu ul li a:focus-visible, header .main nav ul > li.has-submenu .submenu ul li a.is-active {
    text-decoration: underline;
  }
  header .main nav ul > li.has-submenu .submenu ul li:not(:last-child)::after {
    display: none;
  }
  header .main nav ul > li.has-submenu:hover > .submenu, header .main nav ul > li.has-submenu:focus-within > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .main .right-absolute .lime-polygon .burger-menu {
    display: none;
  }
  footer .main .partner {
    grid-template-columns: repeat(2, 30%);
    column-gap: 2.08vw;
  }
  .thematic-content .right .thematic-content-bloc--title h2 {
    scroll-margin-top: 150px;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: white;
  color: var(--color-main);
  font-family: var(--ff);
  font-size: var(--fs-base);
}

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