.actualite-card-thumb {
  cursor: pointer;
  transition: transform .2s;
}

.actualite-card-thumb:hover {
  transform: scale(1.02);
}

@layer theme {
  @media (prefers-reduced-motion: no-preference) {
    ::view-transition-old(root), ::view-transition-new(root) {
      animation-duration: .45s;
      animation-timing-function: ease;
    }
  }

  html[data-theme="light"] {
    --theme-toggle-icon-filter: brightness(0) saturate(100%) invert(18%) sepia(18%) saturate(2871%) hue-rotate(214deg) brightness(88%) contrast(92%);
    --theme-toggle-sweep-color: #1c274c;
  }

  html[data-theme="dark"] {
    --theme-toggle-icon-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(608%) hue-rotate(189deg) brightness(104%) contrast(103%);
    --theme-toggle-sweep-color: #edf2ff;
  }
}

html, body {
  overflow-x: hidden;
}

:root {
  color-scheme: light;
  --site-header-offset: 96px;
  --bandeau-surface: color-mix(in srgb, var(--surface-muted) 86%, var(--white) 14%);
  --bandeau-card-surface: var(--bandeau-surface);
  --bandeau-card-border: color-mix(in srgb, var(--brand-blue-soft) 24%, transparent);
  --shadow-soft: 0 6px 16px #0006;
  --shadow-card: 0 12px 30px #0006;
  --shadow-elevated: 0 18px 42px #00000070;
  --transition-fast: .18s;
  --transition-smooth: .25s;
  --transition-smooth-long: .3s;
}

html {
  scroll-padding-top: var(--site-header-offset);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --black: #e8edff;
  --dark-blue: #b6c4ff;
  --brand-blue: #8ea1ff;
  --brand-blue-soft: #7b91ff;
  --brand-blue-deep: #6273cb;
  --legal-accent: #c0cbff;
  --surface: #141c3d;
  --surface-muted: #1b2550;
  --surface-warm: #2a2438;
  --border-subtle: #344275;
  --border-accent: #98acff66;
  --placeholder-muted: #9dafef;
  --shadow-soft: 0 6px 16px #0006;
  --shadow-card: 0 12px 30px #0006;
  --shadow-elevated: 0 18px 42px #00000070;
  --bandeau-surface: color-mix(in srgb, var(--surface-muted) 92%, var(--surface) 8%);
  --bandeau-card-surface: var(--bandeau-surface);
  --bandeau-card-border: color-mix(in srgb, var(--border-subtle) 62%, transparent);
}

html[data-theme="dark"] .content-bg, html[data-theme="dark"] body.content-style-unboxed .site {
  background: var(--surface);
}

body {
  color: var(--black);
  background-color: var(--white);
  font-family: var(--texte-font-family);
  text-rendering: optimizeLegibility;
}

@media (width <= 782px) {
  body.admin-bar {
    padding-top: 64px;
  }
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

* {
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

:where(a, button, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

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

.skip-link {
  z-index: 2000;
  border: 2px solid var(--cyan);
  color: var(--white);
  background: var(--dark-blue);
  font-family: var(--button-font-family);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  transition: transform .18s, box-shadow .18s;
  position: absolute;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
}

.skip-link:focus, .skip-link:focus-visible {
  outline: none;
  transform: translateY(0);
  box-shadow: 0 8px 24px #0003;
}

main {
  align-items: stretch;
  gap: var(--petalarge);
  width: 100%;
  min-height: 100dvh;
  padding-bottom: var(--petalarge);
  background: radial-gradient(circle at 0 0, #edf2ff 0, #0000 34%), radial-gradient(circle at 100% 0, #dfe8ff 0, #0000 28%), linear-gradient(#f8fbff 0%, #fff 28%, #f6f9ff 100%);
  flex-direction: column;
  display: flex;
  position: relative;
}

.en-tete {
  justify-content: center;
  align-items: center;
  gap: var(--petalarge);
  padding: var(--petalarge) var(--petalarge) var(--centilarge);
  background: radial-gradient(circle at 12% 18%, #ffffff26, transparent 38%), radial-gradient(circle at 84% 78%, #ffb26b26, transparent 42%), var(--vertical-aura);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.en-tete:before {
  content: "";
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(circle, #ffffff4d 0%, #fff0 72%);
  border-radius: 50%;
  width: min(34vw, 430px);
  position: absolute;
  top: -18%;
  right: -10%;
}

.en-tete:after {
  content: "";
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(circle, #ffb26b40 0%, #ffb26b00 70%);
  border-radius: 50%;
  width: min(30vw, 340px);
  position: absolute;
  bottom: -24%;
  left: -8%;
}

.en-tete .up-part {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: var(--teralarge);
  z-index: 1;
  flex-wrap: wrap-reverse;
  flex: none;
  width: 100%;
  display: flex;
  position: relative;
}

.en-tete .left-part-en-tete {
  align-items: center;
  gap: var(--gigalarge);
  flex-direction: column;
  width: min(100%, 675px);
  display: flex;
  position: relative;
}

.en-tete .text {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  gap: clamp(16px, 2.1vw, 32px);
  width: 100%;
  display: flex;
  position: relative;
}

h1 {
  text-align: center;
  color: var(--white);
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1-font-size);
  letter-spacing: var(--h1-letter-spacing);
  line-height: 1.2;
  font-style: var(--h1-font-style);
  text-wrap: balance;
  text-shadow: 0 10px 26px #1f287340;
  align-self: stretch;
  position: relative;
}

.en-tete .subtitle {
  text-align: center;
  color: var(--white);
  font-family: var(--st-font-family);
  font-weight: var(--st-font-weight);
  font-size: var(--st-font-size);
  letter-spacing: var(--st-letter-spacing);
  line-height: var(--st-line-height);
  font-style: var(--st-font-style);
  opacity: .96;
  align-self: stretch;
  max-width: 63ch;
  margin: 0 auto;
  position: relative;
}

.en-tete .right-part-en-tete {
  width: var(--height-gif);
  height: var(--width-gif);
  z-index: 1;
  position: relative;
}

.en-tete .overlap-group {
  width: var(--height-gif);
  height: var(--width-gif);
  animation: 6.5s ease-in-out infinite floating-logo;
  position: relative;
  top: 0;
  left: 0;
}

.en-tete .ellipse {
  border-radius: 132.5px;
  width: 265px;
  height: 265px;
  position: absolute;
  top: 62px;
  left: 68px;
}

.en-tete .ellipse-2 {
  filter: blur(22px);
  background-color: #3c378d9c;
  border-radius: 153px / 25px;
  width: 306px;
  height: 50px;
  position: absolute;
  top: 412px;
  left: 46px;
}

.texte-engagement {
  text-align: center;
  color: var(--white);
  font-family: var(--text-engagement-font-family);
  font-weight: var(--text-engagement-font-weight);
  font-size: var(--text-engagement-font-size);
  letter-spacing: .35px;
  line-height: var(--text-engagement-line-height);
  font-style: var(--text-engagement-font-style);
  opacity: .95;
  z-index: 1;
  align-self: stretch;
  position: relative;
}

section {
  align-items: center;
  gap: var(--megalarge);
  padding: 0px var(--petalarge);
  flex-direction: column;
  display: flex;
  position: relative;
}

.titles {
  flex-direction: column;
  flex: none;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bandeau-infos {
  border: 1px solid var(--bandeau-card-border);
  background: var(--bandeau-surface);
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.en-tete + .bandeau-infos {
  margin-top: calc(var(--petalarge) * -1);
}

.bandeau-infos-track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: clamp(14px, 2.6vw, 28px);
  width: 100%;
  min-height: clamp(132px, 9.5vw, 162px);
  height: auto;
  display: flex;
  overflow-x: auto;
}

.bandeau-infos-track::-webkit-scrollbar {
  display: none;
}

.info-card {
  scroll-snap-align: start;
  text-align: left;
  color: inherit;
  background: var(--bandeau-card-surface);
  height: 100%;
  min-height: 132px;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--brand-blue-deep) 12%, transparent);
  border-radius: 24px;
  flex-direction: column;
  flex: 0 0 100%;
  gap: 8px;
  padding: clamp(14px, 1.5vw, 22px);
  display: flex;
}

.info-card-layout {
  align-items: stretch;
  gap: clamp(10px, 1.4vw, 16px);
  width: 100%;
  min-height: 100%;
  height: auto;
  display: grid;
  container-type: inline-size;
}

.info-thumb-link {
  border-radius: 14px;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.info-thumb {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 96px;
}

.info-content {
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  min-height: 100%;
  height: auto;
  display: flex;
}

.info-card-actualite .info-content {
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 5px;
  display: grid;
}

.info-card-actualite .info-title {
  font-size: clamp(.68rem, .9vw, .78rem);
  line-height: 1.2;
}

.info-card-citation .info-card-layout {
  align-items: center;
}

.info-card-citation .info-content {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-block: 6px;
}

.info-card-citation .info-title {
  text-align: center;
  white-space: normal;
  width: 100%;
  max-width: 42ch;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.35;
  display: block;
}

.info-author {
  color: color-mix(in srgb, var(--dark-blue) 74%, var(--black) 26%);
  text-align: center;
  align-self: center;
  margin: auto 0 6px;
  font-size: clamp(.78rem, .95vw, .92rem);
  line-height: 1.35;
}

.info-kicker {
  font-family: var(--h3-font-family);
  letter-spacing: .08em;
  color: var(--dark-blue);
  text-transform: uppercase;
  align-self: flex-start;
  font-size: clamp(.68rem, .9vw, .78rem);
  font-weight: 700;
}

.info-title {
  text-align: left;
  color: var(--dark-blue);
  font-family: var(--h3-font-family);
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.18;
  display: flex;
}

.info-title-link {
  color: inherit;
  text-decoration: none;
}

.info-title-link:hover, .info-title-link:focus-visible {
  text-decoration: underline;
}

.info-meta, .info-description {
  color: color-mix(in srgb, var(--dark-blue) 86%, var(--black) 14%);
  margin: 0;
  line-height: 1.35;
}

.info-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}

.info-category {
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: clip;
  flex: 0 auto;
  min-width: 0;
  font-weight: 600;
  overflow: visible;
}

.info-title time {
  white-space: nowrap;
  flex: none;
}

.info-separator {
  white-space: nowrap;
  opacity: .6;
  flex: none;
}

.info-card-actualite .info-description {
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.info-link {
  background: var(--horizontal-aura);
  color: var(--white);
  font-family: var(--btn-type-font-family);
  border-radius: 999px;
  align-self: flex-start;
  margin-top: auto;
  padding: 9px 16px;
  font-size: .95rem;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s;
}

.info-link-ghost {
  width: fit-content;
  color: var(--brand-blue-deep);
  background: none;
  border: 0;
  border-radius: 0;
  align-items: center;
  margin-top: auto;
  padding: 0;
  font-weight: 700;
  display: inline-flex;
}

h3 {
  text-align: center;
  width: fit-content;
  color: var(--black);
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-style: var(--h3-font-style);
  position: relative;
}

.section-kicker {
  text-align: center;
  width: fit-content;
  color: var(--black);
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-style: var(--h3-font-style);
  align-self: center;
  position: relative;
}

h2 {
  text-align: center;
  color: var(--black);
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
  align-self: stretch;
  position: relative;
}

.text-schema {
  align-items: center;
  gap: var(--kilolarge);
  flex-direction: column;
  flex: none;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

p {
  text-align: left;
  color: var(--black);
  font-family: var(--texte-font-family);
  font-weight: var(--texte-font-weight);
  font-size: var(--texte-font-size);
  letter-spacing: var(--texte-letter-spacing);
  line-height: var(--texte-line-height);
  font-style: var(--texte-font-style);
  align-self: stretch;
  position: relative;
}

.text-schema > p {
  text-align: center;
  max-width: min(88ch, 100%);
}

.mission #schema-cycle-vie {
  height: var(--height-schema);
  width: var(--width-schema);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.who-we-are {
  padding: 0px var(--petalarge);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

#about-us .who-we-are {
  width: 100%;
  padding: 0;
}

.image-team {
  width: var(--width-image-team);
  height: var(--height-image-team);
  flex: none;
  position: relative;
}

#about-us .image-team {
  width: min(100%, var(--width-image-team));
  aspect-ratio: 415 / 375;
  border: 1px solid color-mix(in srgb, var(--border-subtle) 72%, transparent);
  height: auto;
  box-shadow: 0 18px 40px color-mix(in srgb, var(--brand-blue-deep) 12%, transparent);
  border-radius: 26px;
  align-self: flex-start;
  overflow: hidden;
}

#about-us .image-team img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.right-part-whoweare {
  align-items: center;
  gap: var(--centilarge);
  flex-direction: column;
  flex: 1 1 0;
  width: min(790px, 100%);
  min-width: 0;
  display: flex;
  position: relative;
}

.intro-who-we-are {
  justify-content: center;
  align-items: center;
  gap: var(--kilolarge);
  display: flex;
  position: relative;
}

#about-us .intro-who-we-are {
  border-radius: 28px;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(1.1rem, 2vw, 1.6rem);
}

.intro-whoweare-text {
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  position: relative;
}

#about-us .intro-whoweare-text {
  gap: 1rem;
}

#about-us .intro-whoweare-text p {
  color: color-mix(in srgb, var(--black) 92%, var(--dark-blue) 8%);
  max-width: 66ch;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.75;
}

#about-us .intro-whoweare-text p + p {
  margin-top: 0;
}

#about-us .right-part-whoweare h2 {
  color: var(--black);
  align-self: flex-start;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.15;
}

@media only screen and (width <= 768px) {
  .intro-who-we-are {
    flex-direction: column;
  }
}

.card-service {
  border: 1px solid color-mix(in srgb, var(--border-subtle) 92%, transparent);
  background-color: color-mix(in srgb, var(--surface) 95%, white);
  width: min(100%, 420px);
  min-height: 250px;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--dark-blue) 8%, transparent);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, 1.6vw, 18px);
  padding: clamp(18px, 2vw, 24px);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  position: relative;
}

.card-service:focus-within {
  border-color: color-mix(in srgb, var(--brand-blue-soft) 52%, transparent);
  box-shadow: 0 18px 32px color-mix(in srgb, var(--brand-blue-deep) 16%, transparent);
  transform: translateY(-4px);
}

#about-us .expertise-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

#about-us .expertise-list .card-service {
  width: 100%;
  min-height: 100%;
}

#about-us .card-service {
  justify-content: flex-start;
}

#about-us .card-service p {
  color: color-mix(in srgb, var(--black) 84%, var(--dark-blue) 16%);
  line-height: 1.7;
}

#about-us .card-service h3 {
  text-align: left;
  color: var(--black);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.3;
}

#about-us .icon-service {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface-muted) 78%, var(--white) 22%) 0%, color-mix(in srgb, var(--surface) 96%, var(--white) 4%) 100%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border-subtle) 55%, transparent);
  border-radius: 18px;
  place-items: center;
  display: grid;
}

#about-us .icon-service img {
  object-fit: contain;
  width: 72%;
  height: 72%;
}

.list {
  width: 100%;
  padding: var(--mililarge) 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 26px);
  display: flex;
  position: relative;
  overflow: hidden;
}

@property --quantity {
  syntax: "<integer>";
  inherits: true;
  initial-value: 1;
}

@property --position {
  syntax: "<integer>";
  inherits: false;
  initial-value: 1;
}

@property --sp-duration {
  syntax: "<time>";
  inherits: true;
  initial-value: 12s;
}

@property --sp-width {
  syntax: "<length>";
  inherits: true;
  initial-value: 200px;
}

@property --sp-height {
  syntax: "<length>";
  inherits: true;
  initial-value: 150px;
}

@keyframes autoRun {
  from {
    left: 100%;
  }

  to {
    left: calc(var(--width) * -1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .slider-partners .list-logos-partners .item {
    animation-play-state: paused;
  }
}

.section-partners {
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2rem);
  display: flex;
}

.slider-partners {
  width: min(100%, 1080px);
  height: var(--sp-height);
  border: 1px solid color-mix(in srgb, var(--border-subtle, #d0d8e4) 70%, transparent);
  box-shadow: 0 2px 0 0 color-mix(in srgb, var(--border-subtle, #d0d8e4) 50%, transparent), 0 16px 40px -8px color-mix(in srgb, var(--dark-blue, #0a1f44) 10%, transparent);
  border-radius: 20px;
  padding-block: 0;
  padding-inline: clamp(1rem, 5vw, 40px);
  overflow: hidden;
  mask-image: linear-gradient(to right, #0000 0%, #000 12% 88%, #0000 100%);
}

.slider-partners:focus-visible {
  outline: 2px solid var(--accent, #1a6ef5);
  outline-offset: 3px;
}

.slider-partners:hover .item, .slider-partners:focus-within .item {
  animation-play-state: paused;
}

.slider-partners .list-logos-partners {
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-partners .list-logos-partners .item {
  width: var(--sp-width);
  height: var(--sp-height);
  animation: autoRun var(--sp-duration) linear infinite;
  animation-delay: calc((var(--sp-duration) / var(--quantity)) * (var(--position)  - 1) * -1);
  will-change: transform;
  contain: layout style;
  justify-content: center;
  align-items: center;
  padding-inline: 16px;
  display: flex;
  position: absolute;
  left: 100%;
}

.slider-partners .list-logos-partners .item img {
  object-fit: contain;
  filter: grayscale(20%) opacity(.78);
  width: 100%;
  height: 100%;
  transition: filter .3s, transform .3s cubic-bezier(.34, 1.56, .64, 1);
  display: block;
}

.slider-partners .list-logos-partners .item:hover img, .slider-partners .list-logos-partners .item:focus-within img {
  filter: grayscale(0%) opacity();
  transform: translateY(-2px)scale(1.04);
}

@media (width <= 600px) {
  .slider-partners {
    --sp-width: 110px;
    --sp-height: 60px;
    border-radius: 14px;
  }
}

@media (width >= 601px) and (width <= 960px) {
  .slider-partners {
    --sp-width: 125px;
    --sp-height: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto;
    transition-duration: .01ms;
    animation-duration: .01ms;
    animation-iteration-count: 1;
  }
}

.title-icon-service {
  gap: var(--nanolarge);
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
}

.icon-service {
  width: var(--width-icon-service);
  height: var(--height-icon-service);
  position: relative;
}

h4 {
  text-align: left;
  width: fit-content;
  color: var(--black);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  font-style: var(--h4-font-style);
  position: relative;
}

.btn-type {
  justify-content: center;
  align-items: center;
  gap: var(--nanolarge);
  padding: var(--nanolarge) var(--mililarge);
  border: 1px solid;
  border-color: var(--dark-blue);
  cursor: pointer;
  border-radius: 32px;
  transition: border-color .3s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.text-type {
  text-align: center;
  white-space: nowrap;
  color: var(--dark-blue);
  font-family: var(--btn-type-font-family);
  font-weight: var(--btn-type-font-weight);
  font-size: var(--btn-type-font-size);
  letter-spacing: var(--btn-type-letter-spacing);
  line-height: var(--btn-type-line-height);
  font-style: var(--btn-type-font-style);
  margin: 0;
}

.btn-type:hover {
  border-color: var(--cyan);
}

.btn-type:hover .text-type {
  color: var(--cyan);
}

.font-white {
  color: var(--white);
}

.contact-section {
  align-items: center;
  gap: var(--centilarge);
  padding: calc(var(--megalarge)  - 12px) var(--megalarge) calc(var(--megalarge)  + 12px);
  background: var(--horizontal-aura);
  flex-direction: column;
  margin-top: 0;
  display: flex;
  position: relative;
}

.contact-actions {
  gap: var(--microlarge);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-actualites {
  align-self: stretch;
  width: 100%;
  position: relative;
}

@media only screen and (width >= 1025px) {
  .card-realisation {
    height: 585px;
  }
}

.list-realisations {
  gap: var(--large);
}

.card-realisation {
  width: 450px;
  padding: 0px 0px var(--mililarge);
  background-color: var(--white);
  contain: layout paint;
  box-shadow: var(--shadow-card);
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-realisation:hover {
  box-shadow: var(--shadow-elevated);
}

.image-realisation {
  aspect-ratio: 3 / 2;
  width: 450px;
  height: 100%;
  position: relative;
}

#our-realisations, .mission {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

@media only screen and (width <= 600px) {
  .image-realisation {
    left: -50%;
  }
}

.card-AI {
  border: 1px solid color-mix(in srgb, var(--dark-blue) 30%, transparent);
  background-color: color-mix(in srgb, var(--surface) 94%, white);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--dark-blue) 10%, transparent);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 250px;
  padding: clamp(22px, 2.2vw, 34px) clamp(18px, 1.9vw, 26px);
  display: flex;
}

.card-AI img {
  object-fit: contain;
  width: clamp(44px, 4.8vw, 58px);
  height: clamp(44px, 4.8vw, 58px);
}

.text-AI {
  height: auto;
  color: var(--dark-blue);
  font-family: var(--btn-type-font-family);
  font-weight: var(--btn-type-font-weight);
  font-size: var(--btn-type-font-size);
  letter-spacing: var(--btn-type-letter-spacing);
  line-height: 1.45;
  font-style: var(--btn-type-font-style);
  text-align: center;
  align-self: stretch;
}

#list-AI {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: clamp(16px, 2vw, 26px);
  margin: 0;
  list-style: none;
  display: grid;
}

.mission, .secteurs, section[aria-labelledby="home-partners-title"] {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.mission, .secteurs {
  gap: clamp(24px, 3.3vw, 46px);
}

@keyframes floating-logo {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media only screen and (width <= 1024px) {
  .en-tete {
    padding: clamp(44px, 7vw, 72px) clamp(18px, 4vw, 32px) clamp(40px, 6vw, 56px);
  }

  .en-tete .up-part {
    gap: clamp(20px, 4vw, 34px);
  }

  .en-tete .left-part-en-tete {
    gap: clamp(18px, 3vw, 28px);
  }

  .en-tete .right-part-en-tete, .en-tete .overlap-group {
    width: min(74vw, 390px);
    height: min(74vw, 390px);
  }

  .en-tete .ellipse {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .en-tete .ellipse-2 {
    top: auto;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (width <= 768px) {
  .info-card-layout {
    grid-template-columns: 1fr;
  }

  .info-thumb-link {
    max-width: 220px;
  }

  .bandeau-infos-track {
    height: auto;
  }

  .en-tete .subtitle {
    font-size: clamp(1rem, 3.2vw, 1.22rem);
  }

  .texte-engagement {
    font-size: clamp(1.06rem, 3.8vw, 1.32rem);
  }

  .card-service, .card-AI {
    width: 100%;
  }

  #list-AI {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (width <= 480px) {
  .en-tete {
    gap: 18px;
    padding: 36px 14px 34px;
  }

  .en-tete .text {
    gap: 12px;
  }

  .mission #schema-cycle-vie {
    background-size: contain;
    width: 100%;
    height: auto;
    min-height: 220px;
  }

  #about-us {
    gap: 1.1rem;
  }

  #about-us .titles, #about-us .intro-who-we-are {
    border-radius: 22px;
  }

  #about-us .expertise-list, #list-AI {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .en-tete .overlap-group, .card-service, .card-AI, .slider-partners .list-logos-partners .item img {
    transition: none;
    animation: none;
  }

  #about-us .card-service {
    transition: none;
  }
}

.description-realisation {
  align-items: flex-start;
  gap: var(--microlarge);
  padding: var(--mililarge);
  box-sizing: border-box;
  flex-direction: column;
  flex: none;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.btn-domaine {
  background: var(--horizontal-aura);
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

h5 {
  text-align: left;
  color: var(--black);
  font-family: var(--h5-font-family);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5-font-size);
  letter-spacing: var(--h5-letter-spacing);
  line-height: var(--h5-line-height);
  font-style: var(--h5-font-style);
  align-self: stretch;
  margin: 0;
  position: relative;
}

header {
  width: 100%;
  max-width: 100vw;
  min-height: var(--petalarge);
  align-items: center;
  gap: var(--mililarge);
  padding: var(--mililarge) var(--megalarge) var(--mililarge) var(--gigalarge);
  background-color: var(--white);
  z-index: 1000;
  box-sizing: border-box;
  box-shadow: var(--shadow-soft);
  display: flex;
  position: sticky;
  top: 0;
}

body.admin-bar header {
  top: 32px;
}

@media (width <= 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

@media (width <= 1366px) {
  header {
    padding: var(--mililarge) var(--large);
  }

  header .menu-items, header .quick-access {
    gap: var(--large);
  }
}

@media (width <= 1300px) {
  header .menu-items, header .quick-access {
    gap: var(--mililarge);
  }

  header {
    gap: var(--picolarge);
  }
}

nav {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

header .logo-bnb {
  width: var(--width-logo-header);
  height: var(--height-logo-header);
  position: relative;
}

header .logo, header .custom-logo-link {
  align-items: center;
  display: flex;
}

header .logo {
  transition: left .45s, transform .45s;
  position: relative;
  left: 0;
  transform: translateX(0);
}

header .custom-logo-link img {
  width: var(--width-logo-header);
  height: var(--height-logo-header);
  position: relative;
}

header .primary-menu {
  justify-content: flex-end;
  align-items: center;
  gap: var(--large);
  width: 100%;
  display: flex;
  position: relative;
}

header .menu-items {
  justify-content: flex-end;
  align-items: center;
  gap: var(--kilolarge);
  padding: 0px var(--microlarge) 0px var(--mililarge);
  flex: 1;
  display: flex;
  position: relative;
}

header .quick-access {
  justify-content: flex-end;
  align-items: center;
  gap: var(--kilolarge);
  padding: 0px var(--microlarge) 0px var(--mililarge);
  flex: 1;
  margin: 0;
  list-style: none;
  display: flex;
}

header .quick-access > li {
  align-items: center;
  gap: var(--nanolarge);
  flex: none;
  display: inline-flex;
  position: relative;
}

header .quick-access a, header .link-header {
  width: fit-content;
  color: var(--black);
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  font-size: var(--header-font-size);
  letter-spacing: var(--header-letter-spacing);
  line-height: var(--header-line-height);
  font-style: var(--header-font-style);
  text-decoration: none;
  position: relative;
}

.contact-language {
  align-items: center;
  gap: var(--mililarge);
  display: flex;
}

.contact-language .gtranslate_wrapper {
  align-items: center;
  display: inline-flex;
}

.contact-language .gtranslate_wrapper .gtranslate-relocated-list {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.contact-language .gtranslate_wrapper .gtranslate-relocated-list > .menu-item-gtranslate {
  display: inline-flex;
}

.contact-language .menu-item-gtranslate .sub-menu a.gt-current-lang, .contact-language .menu-item-gtranslate .sub-menu li:has( > a.gt-current-lang) {
  display: none;
}

.theme-toggle {
  --theme-toggle-size: 44px;
  --theme-toggle-icon-size: 18px;
  cursor: pointer;
  color: var(--dark-blue);
  background: var(--white);
  width: var(--theme-toggle-size);
  height: var(--theme-toggle-size);
  border: 1px solid #d5d8f0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.theme-toggle:hover {
  background: #f4f6ff;
}

.theme-toggle-icons {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.theme-toggle-icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .18s, transform .18s, filter .18s;
  display: inline-flex;
  position: absolute;
  inset: 0;
  transform: translateY(6px)scale(.92);
}

.theme-toggle-icon img {
  width: var(--theme-toggle-icon-size);
  height: var(--theme-toggle-icon-size);
  object-fit: contain;
  filter: var(--theme-toggle-icon-filter, none);
  display: block;
}

html[data-theme="light"] .theme-toggle-icon-sun, html[data-theme="dark"] .theme-toggle-icon-moon {
  opacity: 1;
  transform: translateY(0)scale(1);
}

html[data-theme="light"] .theme-toggle-icon-moon, html[data-theme="dark"] .theme-toggle-icon-sun {
  opacity: 0;
  transform: translateY(6px)scale(.92);
}

.theme-toggle.is-animating .theme-toggle-icon {
  opacity: 0;
}

.theme-toggle-sweep {
  pointer-events: none;
  background: var(--theme-toggle-sweep-color, currentColor);
  opacity: 0;
  border-radius: 999px;
  width: 2px;
  height: 78%;
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
}

.theme-toggle.is-animating .theme-toggle-sweep {
  opacity: 1;
}

.theme-toggle.is-animating-to-dark .theme-toggle-sweep {
  animation: .56s ease-in-out forwards theme-toggle-sweep-left;
}

.theme-toggle.is-animating-to-light .theme-toggle-sweep {
  animation: .56s ease-in-out forwards theme-toggle-sweep-right;
}

@keyframes theme-toggle-sweep-left {
  0% {
    opacity: 0;
    transform: translateX(calc(16px - 50%));
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(calc(-50% - 16px));
  }
}

@keyframes theme-toggle-sweep-right {
  0% {
    opacity: 0;
    transform: translateX(calc(-50% - 16px));
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(calc(16px - 50%));
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle-sweep {
    animation: none;
  }
}

.theme-toggle:disabled {
  cursor: wait;
}

html[data-theme="dark"] .theme-toggle {
  color: #edf2ff;
  background: #162148;
  border-color: #4b5c9a;
}

html[data-theme="dark"] .theme-toggle:hover {
  background: #1d2a58;
}

.contact-language .quick-access {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.quick-access-link {
  color: var(--dark-blue);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  border: 1px solid #d5d8f0;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.quick-access-link:hover {
  background: #f4f6ff;
}

.contact {
  justify-content: center;
  align-items: center;
  gap: var(--nanolarge);
  padding: var(--microlarge) var(--kilolarge);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--brand-blue-deep) 14%, transparent);
  border: 1px solid #0000;
  border-radius: 50px;
  flex: none;
  transition: transform .25s, box-shadow .25s, border-color .25s, filter .25s;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
}

.contact:after {
  content: "";
  background: linear-gradient(120deg, transparent 0%, color-mix(in srgb, var(--white) 26%, transparent) 50%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  position: absolute;
  inset: 0;
  transform: translateX(-24%);
}

.contact:hover, .contact:focus-visible {
  box-shadow: 0 18px 34px color-mix(in srgb, var(--brand-blue-deep) 20%, transparent);
  transform: translateY(-2px);
}

.contact:hover:after, .contact:focus-visible:after {
  opacity: 1;
  transform: translateX(24%);
}

.btn-blue {
  background: linear-gradient(135deg, color-mix(in srgb, var(--cyan) 88%, var(--white) 12%) 0%, color-mix(in srgb, var(--brand-blue) 92%, var(--cyan) 8%) 100%);
  color: var(--white);
  border-color: color-mix(in srgb, var(--cyan) 56%, transparent);
}

.btn-white {
  background: linear-gradient(135deg, color-mix(in srgb, var(--white) 96%, var(--surface-muted) 4%) 0%, color-mix(in srgb, var(--white) 86%, var(--surface-muted) 14%) 100%);
  color: var(--dark-blue);
  border-color: color-mix(in srgb, var(--brand-blue-soft) 22%, transparent);
}

.link-contact {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-style: var(--button-font-style);
  letter-spacing: .03em;
  text-transform: uppercase;
  z-index: 1;
  transition: color .3s ease-in-out, transform .3s ease-in-out;
  position: relative;
}

html[data-theme="dark"] .contact {
  box-shadow: 0 14px 30px #0000006b;
}

html[data-theme="dark"] .contact:after {
  background: linear-gradient(120deg, transparent 0%, color-mix(in srgb, var(--white) 18%, transparent) 50%, transparent 100%);
}

html[data-theme="dark"] .contact:hover, html[data-theme="dark"] .contact:focus-visible {
  box-shadow: 0 18px 36px #00000085;
}

html[data-theme="dark"] .btn-blue {
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-blue-soft) 58%, var(--surface) 42%) 0%, color-mix(in srgb, var(--brand-blue-deep) 72%, #000 28%) 100%);
  color: var(--white);
  border-color: color-mix(in srgb, var(--brand-blue-soft) 46%, transparent);
}

html[data-theme="dark"] .btn-white {
  background: linear-gradient(135deg, color-mix(in srgb, var(--surface) 82%, var(--surface-muted) 18%) 0%, color-mix(in srgb, var(--surface-muted) 72%, var(--surface) 28%) 100%);
  color: var(--white);
  border-color: color-mix(in srgb, var(--brand-blue-soft) 34%, transparent);
}

html[data-theme="dark"] .btn-white .link-contact, html[data-theme="dark"] .btn-blue .link-contact {
  color: inherit;
}

@media (width <= 1400px) {
  nav {
    justify-content: space-between;
  }

  header .logo {
    z-index: 2;
    position: relative;
    left: 0;
    transform: none;
  }

  header .menu-toggle {
    z-index: 3;
    margin-left: auto;
    display: flex;
  }

  header .primary-menu {
    background: var(--white);
    width: auto;
    min-width: 320px;
    max-width: min(560px, calc(100vw - (2 * var(--megalarge))));
    padding: var(--mililarge);
    z-index: 100;
    gap: var(--large);
    border: 1px solid #dfe4ff;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    max-height: min(70vh, 520px);
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: auto;
    right: 0;
    overflow-y: auto;
    box-shadow: 0 4px 12px #0002;
  }

  header .primary-menu.is-open {
    display: flex;
  }

  header .menu-items {
    flex: none;
    width: 100%;
    padding: 0;
  }

  header .quick-access {
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--nanolarge);
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  header .quick-access > li {
    width: 100%;
    display: flex;
  }

  header .quick-access a, header .link-header {
    width: 100%;
    display: block;
  }

  header .primary-menu {
    align-items: flex-start;
  }
}

@media (width <= 768px) {
  header {
    padding: var(--nanolarge) var(--mililarge);
  }

  header .primary-menu {
    width: 100%;
    min-width: 0;
    max-width: none;
    left: 0;
    right: 0;
  }
}

footer {
  background: radial-gradient(circle at 12% 18%, #ffffff1f 0%, #fff0 38%), radial-gradient(circle at 92% 84%, #ffb26b2e 0%, #ffb26b00 42%), var(--horizontal-aura);
  border-radius: 18px 18px 0 0;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(20px, 3vw, 44px);
  padding: clamp(30px, 5vw, 64px);
  display: flex;
  position: relative;
  overflow: hidden;
}

footer:before {
  content: "";
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(circle, #ffffff24 0%, #fff0 72%);
  border-radius: 50%;
  width: min(360px, 46vw);
  position: absolute;
  top: -42%;
  right: -8%;
}

footer .line {
  background-color: var(--white);
  opacity: .18;
  z-index: 1;
  align-self: stretch;
  width: 100%;
  height: 1px;
  position: relative;
}

.up-part-footer {
  z-index: 1;
  flex-wrap: nowrap;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  gap: clamp(16px, 3.4vw, 42px);
  width: 100%;
  display: flex;
  position: relative;
}

.bnbxtech-logo-blanc {
  width: clamp(150px, 22vw, var(--width-logo-bnb));
  filter: drop-shadow(0 8px 18px #09102a30);
  align-self: center;
  min-width: 130px;
  height: auto;
  margin-left: auto;
  position: relative;
}

.informations {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(10px, 1.8vw, 18px);
  min-width: 0;
  display: flex;
  position: relative;
}

.icon-information {
  background-color: #ffffff12;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  flex: none;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  transition: background-color .25s, border-color .25s, transform .25s;
  display: flex;
  position: relative;
}

.icon-information:hover, .icon-information:focus-within {
  background-color: #ffffff1f;
  border-color: #ffffff3d;
  transform: translateY(-1px);
}

.information-icon {
  width: var(--width-icon-information);
  height: var(--height-icon-information);
  flex-shrink: 0;
  position: relative;
}

.text-bnb-informations {
  color: var(--white);
  font-family: var(--text-footer-informations-font-family);
  font-weight: var(--text-footer-informations-font-weight);
  font-size: var(--text-footer-informations-font-size);
  letter-spacing: var(--text-footer-informations-letter-spacing);
  line-height: var(--text-footer-informations-line-height);
  font-style: var(--text-footer-informations-font-style);
  opacity: .95;
  text-wrap: pretty;
  flex: 0 auto;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.text-bnb-informations:hover, .text-bnb-informations:focus-visible {
  opacity: 1;
}

.tel-mail {
  flex-wrap: wrap;
  flex: none;
  align-self: flex-start;
  align-items: stretch;
  gap: 10px 14px;
  width: fit-content;
  display: flex;
  position: relative;
}

.footer-social-link {
  background-color: #ffffff12;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: transform .2s, background-color .2s, border-color .2s;
  display: inline-flex;
}

.footer-social-link:hover, .footer-social-link:focus-visible {
  background-color: #ffffff24;
  border-color: #ffffff56;
  transform: translateY(-1px);
}

.footer-social-link .information-icon {
  width: 20px;
  height: 20px;
}

.navbar {
  justify-content: center;
  align-items: center;
  gap: var(--kilolarge);
  flex-wrap: wrap;
  flex: none;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.down-part-footer {
  z-index: 1;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  padding-top: 4px;
  display: flex;
  position: relative;
}

.navbar-footer {
  color: #fff;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px 26px;
  width: 100%;
  display: flex;
  position: relative;
}

.links-footer {
  white-space: nowrap;
  width: fit-content;
  color: var(--white);
  font-family: var(--footer-navbar-font-family);
  font-weight: var(--footer-navbar-font-weight);
  font-size: var(--footer-navbar-font-size);
  letter-spacing: var(--footer-navbar-letter-spacing);
  line-height: var(--footer-navbar-line-height);
  font-style: var(--footer-navbar-font-style);
  opacity: .92;
  transition: opacity .2s;
  position: relative;
}

.links-footer:hover, .links-footer:focus-visible {
  opacity: 1;
}

.footer-menu-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 26px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.legals {
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 8px 20px;
  width: 100%;
  display: flex;
  position: relative;
}

.text-legals {
  color: var(--white);
  text-align: center;
  opacity: .65;
  font-family: var(--text-legals-font-family);
  font-weight: var(--text-legals-font-weight);
  font-size: var(--text-legals-font-size);
  letter-spacing: var(--text-legals-letter-spacing);
  line-height: var(--text-legals-line-height);
  font-style: var(--text-legals-font-style);
  align-self: stretch;
  transition: opacity .2s;
  position: relative;
}

.text-legals:hover, .text-legals:focus-visible {
  opacity: .95;
}

.text-copyright {
  color: var(--white);
  opacity: .62;
  font-family: var(--text-legals-font-family);
  font-weight: var(--text-legals-font-weight);
  font-size: var(--text-legals-font-size);
  letter-spacing: var(--text-legals-letter-spacing);
  line-height: var(--text-legals-line-height);
  font-style: var(--text-legals-font-style);
  text-align: center;
  position: relative;
}

.text-btn-domaine {
  text-align: center;
  width: fit-content;
  color: var(--white);
  font-family: var(--btn-domaine-font-family);
  font-weight: var(--btn-domaine-font-weight);
  font-size: var(--btn-domaine-font-size);
  letter-spacing: var(--btn-domaine-letter-spacing);
  line-height: var(--btn-domaine-line-height);
  font-style: var(--btn-domaine-font-style);
  margin: 0;
  position: relative;
}

.text-card {
  text-align: left;
  width: 100%;
  color: var(--black);
  font-family: var(--text-card-font-family);
  font-weight: var(--text-card-font-weight);
  font-size: var(--text-card-font-size);
  letter-spacing: var(--text-card-letter-spacing);
  line-height: var(--text-card-line-height);
  font-style: var(--btn-domaine-font-style);
  box-sizing: border-box;
}

@media (width >= 1025px) {
  .schema-cycle-vie {
    background-image: var(--schema-cycle-vie-desktop);
  }
}

@media (width >= 768px) and (width <= 1024px) {
  .schema-cycle-vie {
    background-image: var(--schema-cycle-vie-tablet);
  }
}

@media (width <= 767px) {
  .schema-cycle-vie {
    background-image: var(--schema-cycle-vie-mobile);
  }
}

.front-page .entry-content, .page-template-page-contact .entry-content, .page-template-page-cgv .entry-content, .page-template-page-termes .entry-content {
  max-width: none;
  padding: 0;
}

.wp-site-blocks, .is-layout-constrained > *, .is-layout-flow > * {
  max-width: none;
}

header .menu-toggle {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  display: none;
}

@media (width <= 1400px) {
  header .menu-toggle {
    display: flex;
  }
}

@media (width <= 768px) {
  footer {
    gap: 18px;
    padding: 22px 16px;
  }

  .up-part-footer, .down-part-footer {
    gap: 12px;
  }

  .up-part-footer {
    flex-direction: column;
    align-items: center;
  }

  .down-part-footer {
    align-items: center;
  }

  .icon-information {
    align-items: flex-start;
    width: 100%;
  }

  .navbar-footer, .legals {
    justify-content: center;
  }

  .bnbxtech-logo-blanc {
    align-self: center;
    min-width: 96px;
    margin-left: 0;
  }

  .informations {
    gap: 8px;
  }

  .text-copyright {
    text-align: center;
  }

  .text-bnb-informations {
    font-size: clamp(.9rem, 2.8vw, 1rem);
  }
}

.hamburger-bar {
  background-color: var(--dark-blue);
  width: 25px;
  height: 2px;
  transition: transform .3s, opacity .3s;
  display: block;
}

.cf7-notice {
  color: #333;
  text-align: left;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
}

.posts-page, .actualites-page {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.posts-page {
  z-index: 1;
  gap: var(--large);
  padding: clamp(24px, 4vw, 56px) clamp(16px, 3vw, 32px) clamp(56px, 6vw, 96px);
  position: relative;
}

.posts-layout {
  gap: var(--large);
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.actualites-page .posts-layout {
  grid-template-columns: 240px minmax(0, 740px);
  justify-content: center;
  align-items: start;
}

.posts-filter {
  top: calc(var(--petalarge)  + 20px);
  background: var(--white);
  border-radius: 14px;
  position: sticky;
  overflow: hidden;
  box-shadow: 5px 5px 15px #0003;
}

.posts-filter-form, .posts-filter-panel {
  display: block;
}

.posts-filter-panel > summary {
  color: var(--dark-blue);
  cursor: pointer;
  user-select: none;
  padding: var(--mililarge) var(--mililarge) 16px;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  position: relative;
}

.posts-filter-actions {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.posts-filter-reset, .posts-filter-submit {
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 600;
}

.posts-filter-reset {
  color: var(--dark-blue);
  background: #eef3ff;
  display: inline-flex;
}

.posts-filter-submit {
  color: var(--white);
  background: var(--dark-blue);
  border: 0;
}

.posts-filter-year-summary {
  color: var(--dark-blue);
  cursor: pointer;
  user-select: none;
  padding-right: 18px;
  font-weight: 700;
  list-style: none;
  position: relative;
}

.posts-filter-year-option, .posts-filter-month-option {
  color: var(--dark-blue);
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.posts-filter-year-option input, .posts-filter-month-option input {
  accent-color: var(--dark-blue);
  width: 16px;
  height: 16px;
  margin: 0;
}

.actualites-page .actualites-content {
  justify-self: center;
  width: min(100%, 740px);
}

.posts-filter-link.is-active {
  background: var(--dark-blue);
  color: var(--white);
  border-color: var(--dark-blue);
}

.posts-content, .actualites-content {
  gap: var(--large);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.posts-search {
  background: linear-gradient(#f7f9ff, #eef3ff);
  border: 1px solid #dde5ff;
  border-radius: 16px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 14px;
  display: flex;
}

.posts-search-label {
  color: var(--dark-blue);
  font-weight: 600;
}

.posts-search-row {
  align-items: stretch;
  gap: 12px;
  width: 100%;
  display: flex;
}

.posts-search-input {
  color: var(--black);
  background: var(--white);
  border: 1px solid #d5d8f0;
  border-radius: 999px;
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  transition: border-color .2s, box-shadow .2s;
}

.posts-search-input:focus {
  border-color: #7f93db;
  outline: none;
  box-shadow: 0 0 0 4px #dce5ff;
}

.posts-search-input::placeholder {
  color: #6672a6;
}

.posts-search-button {
  flex-shrink: 0;
}

.posts-results {
  transition: opacity .2s ease-in-out;
}

.posts-results.is-loading {
  opacity: .55;
  pointer-events: none;
}

.posts-grid, .actualites-grid {
  gap: var(--large);
  grid-template-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.posts-grid.posts-grid-realisations {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
}

@media only screen and (width <= 860px) {
  .actualites-page .posts-layout {
    gap: var(--large);
    grid-template-columns: 1fr;
  }

  .posts-grid, .posts-grid.posts-grid-realisations {
    grid-template-columns: 1fr;
  }

  .posts-filter {
    box-shadow: none;
    position: relative;
    top: 0;
  }
}

.actualites-page .titles {
  text-align: center;
  align-items: center;
}

.posts-page .titles {
  text-align: center;
  width: 100%;
  margin-bottom: var(--large);
}

.actualites-page .titles h1, .actualites-page .titles h2, .actualites-page h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.post-card, .actualite-card {
  background: var(--white);
  flex-direction: column;
  display: flex;
  box-shadow: 5px 5px 15px #0003;
}

.post-card {
  border-radius: 15px;
  transition: transform .22s, box-shadow .22s;
  overflow: hidden;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px #1f2b5a24;
}

.post-card-thumbnail-link {
  display: block;
}

.post-card-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 220px;
  display: block;
}

.post-card-content {
  padding: var(--mililarge);
  gap: var(--microlarge);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.post-card-title a {
  color: var(--black);
}

.post-card-meta {
  color: var(--dark-blue);
  opacity: .8;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  margin: 0;
  display: flex;
}

.post-card-date {
  letter-spacing: .01em;
  font-size: 14px;
}

.post-card-meta-separator {
  opacity: .5;
}

.post-card-category {
  background: #eef3ff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.post-card-excerpt {
  margin-bottom: var(--nanolarge);
}

.post-card-link {
  align-self: flex-end;
  width: fit-content;
  margin-top: auto;
}

.posts-pagination ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.posts-pagination a, .posts-pagination span, .actualites-pagination a, .actualites-pagination span {
  color: var(--dark-blue);
  background: var(--white);
  border: 1px solid var(--dark-blue);
  border-radius: 32px;
  padding: 6px 14px;
}

.posts-pagination .current, .actualites-pagination .current {
  background: var(--dark-blue);
  color: var(--white);
}

.actualites-filter-toggle {
  align-items: center;
  gap: 10px;
}

.actualites-filter-secondary-title {
  margin-top: 12px;
}

.actualites-filter-toggle-box {
  background: var(--white);
  border: 2px solid var(--dark-blue);
  border-radius: 6px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  position: relative;
}

.actualites-filter-toggle-box:after {
  content: "";
  opacity: 0;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
}

.actualites-filter-toggle.is-active .actualites-filter-toggle-box {
  background: var(--dark-blue);
}

.actualites-filter-toggle.is-active .actualites-filter-toggle-box:after {
  opacity: 1;
}

.actualites-filter-flag {
  object-fit: cover;
  border-radius: 3px;
  width: 22px;
  height: 16px;
  display: block;
}

.actualite-card {
  padding: var(--mililarge);
  gap: var(--mililarge);
  border-radius: 18px;
}

.actualite-card-content {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.actualite-card-date {
  color: var(--dark-blue);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.actualite-card-block {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.actualite-card-text {
  margin: 0;
}

.actualite-card-text p:last-child {
  margin-bottom: 0;
}

.actualite-tags {
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.actualite-tag {
  color: var(--dark-blue);
  background: #edf2ff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 14px;
}

.actualite-card-image {
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
}

.actualite-card-thumb {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 520px;
  display: block;
}

.actualites-pagination ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.actualites-pagination a, .actualites-pagination span {
  color: var(--dark-blue);
  background: var(--white);
  border: 1px solid var(--dark-blue);
  border-radius: 32px;
  padding: 6px 14px;
}

.actualites-pagination .current {
  background: var(--dark-blue);
  color: var(--white);
}

.actualites-empty-message {
  margin: 0;
}

@media only screen and (width <= 1024px) {
  .posts-layout {
    grid-template-columns: 1fr;
  }

  .posts-filter {
    position: static;
  }

  .actualites-page {
    gap: var(--large);
  }

  .actualites-page .actualites-content {
    width: 100%;
  }
}

@media only screen and (width <= 720px) {
  .posts-search-row {
    flex-direction: column;
  }

  .posts-search-button {
    width: 100%;
  }

  .posts-filter-months {
    grid-template-columns: 1fr;
  }
}

html[data-theme="dark"] body {
  background-color: #0b1022;
}

html[data-theme="dark"] main {
  background-blend-mode: multiply;
  background-image: linear-gradient(#09102acc, #09102acc);
}

html[data-theme="dark"] header {
  background-color: #111834;
}

html[data-theme="dark"] header .primary-menu {
  background: #111834;
  border-color: #3a4a83;
}

html[data-theme="dark"] .theme-toggle, html[data-theme="dark"] .quick-access-link, html[data-theme="dark"] .posts-filter-link, html[data-theme="dark"] .posts-pagination a, html[data-theme="dark"] .posts-pagination span, html[data-theme="dark"] .actualites-pagination a, html[data-theme="dark"] .actualites-pagination span, html[data-theme="dark"] .actualites-filter-toggle-box {
  color: var(--black);
  background: #162148;
  border-color: #495ea7;
}

html[data-theme="dark"] .theme-toggle:hover, html[data-theme="dark"] .quick-access-link:hover {
  background: #1c2958;
}

html[data-theme="dark"] .posts-filter, html[data-theme="dark"] .post-card, html[data-theme="dark"] .actualite-card, html[data-theme="dark"] .contact-form, html[data-theme="dark"] .recruitment-form-block, html[data-theme="dark"] .frame {
  background: var(--surface);
  border-color: var(--border-subtle);
}

html[data-theme="dark"] .cf7-notice {
  color: #ffe9b0;
  background: #3b3016;
  border-color: #a3802e;
}

html[data-theme="dark"] .form-input, html[data-theme="dark"] .form-textarea, html[data-theme="dark"] input, html[data-theme="dark"] textarea, html[data-theme="dark"] select {
  color: var(--black);
  background: #0f1734;
  border-color: #4a5ea8;
}

html[data-theme="dark"] .posts-search-label {
  color: #dce4ff;
}

html[data-theme="dark"] .posts-search {
  background: linear-gradient(#132047, #101a3a);
  border-color: #354983;
}

html[data-theme="dark"] .posts-search-input {
  color: var(--white);
  background: #0f1734;
  border-color: #4a5ea8;
}

html[data-theme="dark"] .posts-search-input:focus {
  border-color: #7d97f2;
  box-shadow: 0 0 0 4px #4b5da63d;
}

html[data-theme="dark"] .posts-search-input::placeholder {
  color: #9fb0ea;
}

html[data-theme="dark"] .post-card-title a, html[data-theme="dark"] .post-card-meta, html[data-theme="dark"] .actualite-card-date, html[data-theme="dark"] .contact-link, html[data-theme="dark"] .form-title, html[data-theme="dark"] .recruitment-meta-item, html[data-theme="dark"] .recruitment-card-link {
  color: var(--dark-blue);
}

html[data-theme="dark"] .post-card-category {
  color: #dce4ff;
  background: #23356f;
}

html[data-theme="dark"] .recruitment-card, html[data-theme="dark"] .posts-pagination .current, html[data-theme="dark"] .actualites-pagination .current, html[data-theme="dark"] .recruitment-card-link:hover, html[data-theme="dark"] .recruitment-card-link:focus-visible {
  color: var(--white);
  background: #41519d;
  border-color: #41519d;
}

.home-signature {
  --hs-ink: #131c39;
  --hs-copper: #cb8f4f;
  --hs-paper: #fcf7ef;
  --hs-shell: #f4ecdf;
  --hs-line: color-mix(in srgb, var(--hs-copper) 40%, #fff);
  --hs-card-shadow: 0 24px 44px #3022421a;
  background-image: radial-gradient(circle at 6% 12%, #ffffffbf 0%, #fff0 32%), radial-gradient(circle at 88% 24%, #f3d7b64f 0%, #f3d7b600 34%), linear-gradient(#fffcf8 0%, #f7efe2 100%);
  gap: clamp(48px, 7vw, 104px);
  overflow: clip;
}

.home-signature p, .home-signature .subtitle, .home-signature .text-AI, .home-signature .info-description {
  font-family: IBM Plex Sans, sans-serif;
}

.home-signature h1, .home-signature h2, .home-signature h4, .home-signature .info-title, .home-signature .section-kicker {
  font-family: Poppins, sans-serif;
}

.home-signature .en-tete {
  border: 1px solid var(--hs-line);
  background: radial-gradient(circle at 14% 18%, #ffffff52 0%, #fff0 40%), radial-gradient(circle at 88% 80%, #d7a1614a 0%, #d7a16100 42%), linear-gradient(145deg, #182550 0%, #1f2f66 45%, #3a4782 100%);
  border-radius: clamp(22px, 3vw, 38px);
  width: min(100%, 1340px);
  margin: clamp(14px, 2vw, 24px) auto 0;
  padding: clamp(30px, 5vw, 72px) clamp(18px, 4vw, 48px);
  box-shadow: 0 26px 62px #0a14301f;
}

.home-signature .en-tete .left-part-en-tete {
  align-items: flex-start;
}

.home-signature h1 {
  text-align: left;
  letter-spacing: .02em;
  max-width: 18ch;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.65rem, 3.4vw, 3.35rem);
  line-height: 1.06;
  animation: .8s ease-out both hs-reveal;
}

.home-signature .en-tete .subtitle {
  text-align: left;
  color: #f4f7ff;
  opacity: .93;
  border-left: 2px solid #e3ba88;
  max-width: 58ch;
  margin-left: 0;
  padding-left: 14px;
  font-size: clamp(1rem, 1.35vw, 1.27rem);
  line-height: 1.55;
  animation: .85s ease-out both hs-reveal;
}

.home-signature .en-tete .subtitle:nth-of-type(2) {
  animation-delay: .1s;
}

.home-signature .en-tete .subtitle:nth-of-type(3) {
  animation-delay: .2s;
}

.home-signature .contact.btn-blue {
  color: var(--hs-ink);
  background: linear-gradient(90deg, #e4c08b 0%, #d0a067 100%);
  border: 1px solid #edcd9f;
  border-radius: 999px;
  transition: transform .25s, box-shadow .25s, filter .25s;
  box-shadow: 0 16px 30px #130f1e30;
}

.home-signature .contact.btn-blue:hover, .home-signature .contact.btn-blue:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 20px 34px #130f1e36;
}

.home-signature .link-contact.btn-blue {
  color: #1a2142;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: clamp(.95rem, 1.1vw, 1.08rem);
}

.home-signature .overlap-group {
  filter: drop-shadow(0 24px 36px #09193b52);
}

.home-signature .overlap-group > img {
  background: linear-gradient(160deg, #ffffff18 0%, #fff0 68%);
  border: 1px solid #edddbfb8;
  border-radius: 30px;
}

.home-signature .texte-engagement {
  letter-spacing: .035em;
  color: #f9e9d0;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
}

.home-signature .bandeau-infos {
  background: linear-gradient(#fdf9f2 0%, #f7efe3 100%);
  border: 1px solid #e6d4ba;
  border-radius: 26px;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(10px, 1vw, 14px);
  box-shadow: inset 0 0 0 1px #fff8ee;
}

.home-signature .bandeau-infos-track {
  gap: 16px;
  padding-inline: 6px;
}

.home-signature .info-card {
  background: linear-gradient(#fffdfa 0%, #f8efe3 100%);
  border: 1px solid #e6d4ba;
  border-radius: 18px;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 12px 26px #3d2b1d14;
}

.home-signature .info-card:hover, .home-signature .info-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px #3d2b1d24;
}

.home-signature .info-title, .home-signature .info-description, .home-signature .info-link-ghost {
  color: #2a2f49;
}

.home-signature .mission, .home-signature .secteurs, .home-signature section[aria-labelledby="home-partners-title"] {
  background: linear-gradient(180deg, var(--hs-paper) 0%, #fff 100%);
  width: min(100%, 1320px);
  box-shadow: var(--hs-card-shadow);
  border: 1px solid #ecdcc5;
  border-radius: clamp(20px, 3vw, 34px);
  padding: clamp(28px, 4vw, 50px) clamp(18px, 3vw, 36px) clamp(26px, 4vw, 46px);
  position: relative;
}

.home-signature .titles h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.45rem);
  line-height: 1.2;
}

.home-signature .section-kicker {
  color: var(--hs-copper);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: clamp(.82rem, 1vw, .96rem);
}

.home-signature .text-schema > p {
  color: #2c3150;
  max-width: 70ch;
  line-height: 1.65;
}

.home-signature .card-service, .home-signature .card-AI {
  background: linear-gradient(180deg, #fffdf9 0%, var(--hs-shell) 100%);
  border: 1px solid #e7d8c2;
  border-radius: 20px;
  box-shadow: 0 16px 30px #2f23330f;
}

.home-signature .card-AI:hover, .home-signature .card-service:focus-within, .home-signature .card-AI:focus-within {
  border-color: #d6ad7a;
  box-shadow: 0 22px 34px #2f233324;
}

.home-signature .card-service h4, .home-signature .text-AI {
  color: #1f2545;
}

.home-signature #list-AI {
  counter-reset: ai-signature;
}

.home-signature .card-AI {
  position: relative;
  overflow: hidden;
}

.home-signature .card-AI:before {
  content: counter(ai-signature, decimal-leading-zero);
  counter-increment: ai-signature;
  color: #c48b48;
  opacity: .22;
  font-family: Poppins, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 14px;
}

.home-signature .slider-partners {
  background: linear-gradient(#fffdf9 0%, #f8efe3 100%);
  border-color: #ead7ba;
  box-shadow: 0 18px 30px #2f233312;
}

.home-signature .slider-partners .list-logos-partners .item img {
  filter: grayscale() contrast(1.03) opacity(.62);
}

.home-signature .slider-partners .list-logos-partners .item:hover img, .home-signature .slider-partners .list-logos-partners .item:focus-within img {
  filter: grayscale(0%) contrast() opacity();
}

@keyframes hs-reveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (width <= 1024px) {
  .home-signature {
    gap: clamp(34px, 6vw, 54px);
  }

  .home-signature .en-tete .left-part-en-tete {
    align-items: center;
  }

  .home-signature h1, .home-signature .en-tete .subtitle {
    text-align: center;
  }

  .home-signature .en-tete .subtitle {
    border-top: 2px solid #e3ba88;
    border-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }
}

@media (width <= 768px) {
  .home-signature .en-tete, .home-signature .mission, .home-signature .secteurs, .home-signature section[aria-labelledby="home-partners-title"], .home-signature .bandeau-infos {
    border-radius: 16px;
  }

  .home-signature .bandeau-infos-track {
    gap: 12px;
    padding-inline: 0;
  }

  .home-signature .info-card {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-signature h1, .home-signature .en-tete .subtitle {
    animation: none;
  }
}

main.home-page {
  background: radial-gradient(circle at 9% 10%, color-mix(in srgb, var(--brand-blue-soft) 16%, transparent) 0%, transparent 36%), radial-gradient(circle at 91% 18%, color-mix(in srgb, var(--cyan) 12%, transparent) 0%, transparent 32%), linear-gradient(180deg, color-mix(in srgb, var(--surface-muted) 74%, var(--white) 26%) 0%, var(--white) 31%, var(--white) 100%);
}

.home-page .contact.btn-blue:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--white) 85%, var(--cyan) 15%);
  outline-offset: 4px;
}

.home-page .bandeau-infos {
  box-shadow: 0 12px 26px color-mix(in srgb, var(--brand-blue-deep) 10%, transparent);
  border-radius: 18px;
}

.home-page #list-AI .card-AI {
  min-height: 100%;
}

.home-page .info-link-ghost {
  text-underline-offset: 3px;
}

.home-page .info-card:hover .info-link-ghost, .home-page .info-card:focus-visible .info-link-ghost {
  text-decoration: underline;
}

@media only screen and (width <= 768px) {
  .home-page .bandeau-infos {
    border-radius: 14px;
  }
}

.post-single {
  background: var(--white);
  width: 100%;
  max-width: 800px;
  padding: var(--large);
  border-radius: 14px;
  box-shadow: 0 2px 8px #0000000d;
}

.post-single-header {
  margin-bottom: var(--large);
  padding-bottom: var(--large);
  border-bottom: 1px solid #e1e6f8;
}

.post-single-title {
  color: var(--dark-blue);
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.post-single-content {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1.6;
}

.post-single-content h2 {
  color: var(--dark-blue);
  margin: var(--large) 0 var(--mililarge);
  margin-top: var(--large);
  font-size: 24px;
  font-weight: 700;
}

.post-single-content h3 {
  color: var(--dark-blue);
  margin: var(--mililarge) 0 12px;
  margin-top: var(--mililarge);
  font-size: 20px;
  font-weight: 700;
}

.post-single-content p {
  margin-bottom: var(--mililarge);
}

.post-single-content a {
  color: var(--brand-blue-deep);
  text-decoration: underline;
  transition: color .2s;
}

.post-single-content a:hover, .post-single-content a:focus-visible {
  color: var(--dark-blue);
}

.post-single-content ul, .post-single-content ol {
  margin-bottom: var(--mililarge);
  margin-left: 20px;
  padding-left: 20px;
}

.post-single-content li {
  margin-bottom: 8px;
}

.post-single-content img {
  max-width: 100%;
  height: auto;
  margin: var(--large) 0;
  border-radius: 10px;
}

.wp-block-post-title {
  color: var(--dark-blue);
}

@media only screen and (width <= 768px) {
  .post-single {
    padding: var(--mililarge);
    max-width: 100%;
  }

  .post-single-title {
    font-size: 24px;
  }

  .post-single-content h2 {
    font-size: 20px;
  }

  .post-single-content h3 {
    font-size: 18px;
  }
}

html[data-theme="dark"] .post-single {
  background: var(--surface-muted);
  box-shadow: 0 2px 8px #0003;
}

html[data-theme="dark"] .post-single-header {
  border-bottom-color: var(--border-subtle);
}

html[data-theme="dark"] .post-single-title {
  color: var(--dark-blue);
}

html[data-theme="dark"] .post-single-content {
  color: var(--black);
}

html[data-theme="dark"] .post-single-content h2, html[data-theme="dark"] .post-single-content h3 {
  color: var(--dark-blue);
}

html[data-theme="dark"] .post-single-content a {
  color: var(--brand-blue-soft);
}

html[data-theme="dark"] .post-single-content a:hover, html[data-theme="dark"] .post-single-content a:focus-visible {
  color: var(--brand-blue);
}

html[data-theme="dark"] .wp-block-post-title {
  color: var(--dark-blue);
}

.recruitment-main {
  position: relative;
}

.recruitment-main:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.recruitment-single {
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 104px) 5% clamp(72px, 7vw, 112px);
  position: relative;
}

.recruitment-single-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: clamp(20px, 3vw, 32px);
  display: flex;
}

.recruitment-single-title {
  text-align: left;
  color: var(--dark-blue);
  text-wrap: balance;
}

.recruitment-single-back {
  color: var(--dark-blue);
  font-family: var(--button-font-family);
  font-weight: 600;
}

.recruitment-single-content {
  color: color-mix(in srgb, var(--black) 88%, var(--brand-blue-deep));
  line-height: 1.7;
}

.recruitment-single-content :where(p, ul, ol) {
  margin-bottom: 1em;
}

.recruitment-single-cta {
  margin-top: clamp(24px, 3vw, 36px);
}

.post-single {
  background: color-mix(in srgb, var(--surface) 94%, white);
  border: 1px solid color-mix(in srgb, var(--dark-blue) 18%, transparent);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-elevated);
  padding: clamp(22px, 3vw, 42px);
}

.post-single-title {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 18px;
}

.post-single-content {
  color: color-mix(in srgb, var(--black) 86%, var(--brand-blue-deep));
  line-height: 1.75;
}

.recruitment-page {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(28px, 4vw, 56px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 104px) 5% clamp(72px, 7vw, 112px);
  display: flex;
  position: relative;
}

.recruitment-page .titles {
  text-wrap: balance;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 2vw, 18px);
  display: flex;
}

.recruitment-page .titles h2 {
  color: var(--dark-blue);
  letter-spacing: .2px;
}

.recruitment-intro {
  text-align: center;
  max-width: 760px;
  color: color-mix(in srgb, var(--black) 78%, var(--brand-blue-deep));
  margin: auto;
  line-height: 1.6;
}

.recruitment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  width: 100%;
  display: grid;
}

.recruitment-card {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--surface) 96%, var(--surface-muted));
  min-height: 300px;
  box-shadow: var(--shadow-card);
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 26px);
  padding: clamp(20px, 2.2vw, 30px);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recruitment-card:hover, .recruitment-card:focus-within {
  border-color: color-mix(in srgb, var(--brand-blue-soft) 42%, transparent);
  box-shadow: var(--shadow-elevated);
  transform: translateY(-5px);
}

.recruitment-card-content {
  flex-direction: column;
  gap: clamp(10px, 1.6vw, 16px);
  display: flex;
}

.recruitment-card-title {
  text-align: left;
  color: var(--dark-blue);
  text-wrap: pretty;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.3;
}

.recruitment-meta {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.recruitment-meta-item {
  color: var(--dark-blue);
  border: 1px solid color-mix(in srgb, var(--border-accent) 72%, transparent);
  border-radius: var(--radius-pill);
  background-color: color-mix(in srgb, var(--surface-muted) 88%, var(--surface));
  padding: 5px 12px;
  font-size: .84rem;
  font-weight: 600;
}

.recruitment-card-text {
  color: color-mix(in srgb, var(--black) 84%, var(--brand-blue-deep));
  line-height: 1.6;
}

.recruitment-card-text p {
  margin: 0;
}

.recruitment-card-link {
  border: 1px solid var(--dark-blue);
  border-radius: var(--radius-pill);
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  color: var(--white);
  letter-spacing: .2px;
  background-color: var(--cyan);
  font-family: var(--button-font-family);
  justify-content: center;
  align-items: center;
  padding: 11px 18px;
  font-weight: 600;
  transition: transform .2s, background-color .2s, color .2s, border-color .2s;
  display: inline-flex;
}

.recruitment-card-link:hover, .recruitment-card-link:focus-visible {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
  color: var(--white);
  transform: translateY(-1px);
}

.recruitment-card-spontaneous {
  border-color: color-mix(in srgb, var(--accent-warm) 55%, var(--border-subtle));
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface-warm) 62%, var(--surface)), color-mix(in srgb, var(--surface) 96%, white));
}

.recruitment-form-block {
  background-color: color-mix(in srgb, var(--surface) 96%, white);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  width: 100%;
  box-shadow: var(--shadow-card);
  flex-direction: column;
  gap: clamp(16px, 2vw, 26px);
  padding: clamp(20px, 3vw, 44px);
  display: flex;
}

.recruitment-form-block h3 {
  text-align: left;
  color: var(--dark-blue);
}

.recruitment-form-block .wpcf7 {
  width: 100%;
}

.recruitment-form-block .wpcf7 form {
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 18px);
  display: flex;
}

.recruitment-form-block .wpcf7 p {
  margin: 0;
}

.recruitment-form-block .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}

.recruitment-form-block :where(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], select, textarea) {
  border: 1px solid color-mix(in srgb, var(--border-subtle) 86%, transparent);
  background-color: var(--surface);
  width: 100%;
  color: var(--black);
  border-radius: 12px;
  padding: 12px 14px;
  line-height: 1.45;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.recruitment-form-block textarea {
  resize: vertical;
  min-height: 146px;
}

.recruitment-form-block :where(input, select, textarea):focus {
  border-color: var(--brand-blue-soft);
  background-color: var(--surface-muted);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-blue-soft) 20%, transparent);
  outline: none;
}

.recruitment-form-block :where(input, textarea)::placeholder {
  color: var(--placeholder-muted);
}

.recruitment-form-block :where(input[type="file"]) {
  cursor: pointer;
  border-style: dashed;
  padding: 10px;
}

.recruitment-form-block :where(input[type="checkbox"], input[type="radio"]) {
  width: auto;
  accent-color: var(--brand-blue);
}

.recruitment-form-block .wpcf7-list-item {
  margin: 0 12px 8px 0;
}

.recruitment-form-block .wpcf7-submit {
  border: 1px solid var(--dark-blue);
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--cyan), var(--brand-blue-soft));
  width: fit-content;
  max-width: 100%;
  min-height: 46px;
  color: var(--white);
  letter-spacing: .2px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, filter .2s;
  display: inline-flex;
}

.recruitment-form-block .wpcf7-submit:hover, .recruitment-form-block .wpcf7-submit:focus-visible {
  box-shadow: 0 10px 24px color-mix(in srgb, var(--brand-blue-deep) 34%, transparent);
  transform: translateY(-1px);
}

.recruitment-form-block .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.recruitment-form-block .wpcf7-not-valid-tip {
  color: #b42318;
  margin-top: 6px;
  font-size: .84rem;
  font-weight: 600;
}

.recruitment-form-block .wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  border-radius: 12px;
  margin: 8px 0 0;
  padding: 10px 14px;
}

.recruitment-form-block .wpcf7 form.invalid .wpcf7-response-output, .recruitment-form-block .wpcf7 form.unaccepted .wpcf7-response-output, .recruitment-form-block .wpcf7 form.failed .wpcf7-response-output, .recruitment-form-block .wpcf7 form.aborted .wpcf7-response-output {
  color: #8a1f17;
  background-color: #fff5f3;
  border-color: #f4b8b1;
}

.recruitment-form-block .wpcf7 form.sent .wpcf7-response-output {
  color: #10633d;
  background-color: #f0fff5;
  border-color: #8dd5ad;
}

.recruitment-application-page {
  max-width: 980px;
}

.recruitment-empty-message {
  text-align: center;
  border-radius: var(--radius-surface);
  border: 1px dashed color-mix(in srgb, var(--border-accent) 72%, transparent);
  background-color: color-mix(in srgb, var(--surface-muted) 88%, transparent);
  grid-column: 1 / -1;
  padding: clamp(26px, 3vw, 36px);
}

@media only screen and (width <= 1180px) {
  .recruitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (width <= 768px) {
  .recruitment-page {
    padding: 48px 5% 64px;
  }

  .recruitment-page .titles {
    align-items: flex-start;
  }

  .recruitment-grid {
    grid-template-columns: 1fr;
  }

  .recruitment-card {
    min-height: auto;
    padding: 18px;
  }

  .recruitment-card-link {
    width: 100%;
  }

  .recruitment-meta-item {
    font-size: .84rem;
  }

  .recruitment-form-block {
    padding: 20px;
  }

  .recruitment-form-block .wpcf7-submit {
    width: 100%;
  }
}

@media only screen and (width <= 480px) {
  .recruitment-page {
    gap: 24px;
    padding: 40px 4% 56px;
  }

  .recruitment-card-title {
    font-size: 1.06rem;
  }
}

.contact-container {
  scroll-behavior: smooth;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 5%;
  display: flex;
}

.contact-info {
  flex-direction: column;
  flex: 1;
  gap: 40px;
  min-width: 300px;
  animation: .6s ease-out .1s both fade-in-left;
  display: flex;
}

.contact-text {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.contact-title {
  color: var(--black);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  transition: color .3s;
}

.text-bold {
  font-family: var(--text-engagement-font-family);
  font-weight: var(--text-engagement-font-weight);
  font-size: var(--text-engagement-font-size);
  letter-spacing: var(--text-engagement-letter-spacing);
  line-height: var(--text-engagement-line-height);
  font-style: var(--text-engagement-font-style);
  color: var(--brand-blue);
  transition: color .3s;
}

.contact-description {
  color: var(--black);
  opacity: .85;
  font-size: 24px;
  line-height: 1.6;
  transition: opacity .3s;
}

.contact-details {
  flex-direction: column;
  gap: 1px 2px;
  display: flex;
}

.contact-item {
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.contact-item:hover {
  background-color: var(--surface-muted);
  transform: translateX(4px);
}

.contact-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  transition: transform .3s, filter .3s;
}

.contact-item:hover .contact-icon {
  filter: drop-shadow(0 2px 8px var(--brand-blue-soft));
  transform: scale(1.1);
}

.transport-icons {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.transport-icons img {
  width: 32px;
  height: 32px;
  transition: transform .3s, filter .3s;
}

.contact-item:hover .transport-icons img {
  filter: drop-shadow(0 2px 8px var(--brand-blue-soft));
  transform: scale(1.1);
}

.contact-link {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.contact-link:after {
  content: "";
  background-color: var(--brand-blue);
  width: 0;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.contact-link:hover {
  color: var(--brand-blue);
}

.contact-link:hover:after {
  width: 100%;
}

.contact-form-wrapper {
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  animation: .6s ease-out .2s both fade-in-right;
  display: flex;
}

.contact-form {
  background-color: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-elevated);
  flex-direction: column;
  gap: 24px;
  padding: 48px;
  transition: all .3s;
  display: flex;
}

.contact-form:hover {
  box-shadow: var(--shadow-elevated);
  border-color: var(--brand-blue-soft);
}

.form-group {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  display: flex;
}

.form-title {
  color: var(--brand-blue);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  font-style: var(--h4-font-style);
  margin-bottom: 8px;
}

.form-input, .form-textarea {
  box-sizing: border-box;
  border: 1px solid var(--border-subtle);
  background-color: var(--surface);
  width: 100%;
  color: var(--black);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
  transition: all .3s;
}

.form-input:focus, .form-textarea:focus {
  border-color: var(--brand-blue);
  background-color: var(--surface-muted);
  outline: none;
  box-shadow: 0 0 0 3px #3522ff1a;
}

.form-input::placeholder, .form-textarea::placeholder {
  color: var(--placeholder-muted);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-button {
  color: var(--white);
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-blue-soft) 0%, var(--brand-blue) 100%);
  white-space: nowrap;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
  box-shadow: 0 4px 15px #5271ff4d;
}

.contact-button:hover {
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-deep) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #3522ff66;
}

.contact-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px #3522ff4d;
}

.wpcf7-form-control.wpcf7-not-valid {
  background-color: #fff6f6;
  border: 2px solid red;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  font-weight: 700;
}

.wpcf7-not-valid.shake {
  animation: .5s contact-shake;
}

@keyframes contact-shake {
  0%, 100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }
}

@media only screen and (width <= 1024px) {
  .contact-container {
    flex-direction: column;
    gap: 50px;
    padding: 100px 5%;
  }

  .contact-info, .contact-form-wrapper {
    flex: auto;
  }

  .contact-title {
    font-size: 40px;
  }

  .contact-description {
    font-size: 20px;
  }

  .contact-form {
    padding: 40px;
  }
}

@media only screen and (width <= 768px) {
  .contact-container {
    gap: 40px;
    padding: 72px 5%;
  }

  .contact-info {
    gap: 32px;
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-description {
    font-size: 18px;
  }

  .contact-item {
    gap: 12px;
    padding: 10px;
  }

  .contact-icon, .transport-icons img {
    width: 28px;
    height: 28px;
  }

  .transport-icons {
    gap: 10px;
  }

  .contact-link {
    font-size: 18px;
  }

  .contact-form {
    gap: 20px;
    padding: 32px;
  }

  .form-input, .form-textarea {
    padding: 12px 14px;
    font-size: 16px;
  }

  .form-textarea {
    min-height: 100px;
  }

  .contact-button {
    padding: 14px 24px;
    font-size: 16px;
  }

  .form-title {
    font-size: 18px;
  }

  .form-group {
    gap: 10px;
  }
}

@media only screen and (width <= 480px) {
  .contact-container {
    gap: 32px;
    padding: 60px 4%;
  }

  .contact-info {
    gap: 24px;
  }

  .contact-text {
    gap: 12px;
  }

  .contact-title {
    text-align: center;
    font-size: 26px;
  }

  .contact-description {
    text-align: center;
    font-size: 16px;
  }

  .contact-item {
    padding: 8px;
  }

  .contact-icon, .transport-icons img {
    width: 24px;
    height: 24px;
  }

  .transport-icons {
    gap: 8px;
  }

  .contact-link {
    font-size: 16px;
  }

  .contact-form {
    gap: 16px;
    padding: 24px;
  }

  .form-title {
    text-align: center;
    font-size: 16px;
  }

  .form-input, .form-textarea {
    padding: 11px 12px;
    font-size: 16px;
  }

  .form-textarea {
    min-height: 90px;
  }

  .contact-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .form-group {
    gap: 8px;
  }
}

::placeholder {
  color: var(--placeholder-muted);
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .contact-item, .contact-info, .contact-form-wrapper {
    animation: none;
  }
}

.gtranslate_wrapper ul {
  margin-left: 0;
  list-style: none;
}

.gtranslate_wrapper .gt-current-wrapper, .gtranslate_wrapper .menu-item-gtranslate-child:has(a.gt-current-lang) {
  display: none !important;
}

.actualites-page .titles {
  text-align: center;
  width: 100%;
  margin-bottom: var(--large);
}

.actualites-page .titles h2, .posts-page .titles h2 {
  color: var(--dark-blue);
  letter-spacing: -.5px;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.actualites-page .posts-layout {
  justify-content: center;
  align-items: start;
  gap: var(--large);
  grid-template-columns: 240px minmax(0, 740px);
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.actualites-page .actualites-content {
  width: 85%;
  max-width: 100%;
}

.actualites-grid {
  justify-content: center;
  gap: var(--large);
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: grid;
}

.actualite-card {
  background: var(--white);
  border-radius: 15px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000014;
}

.actualite-card:hover {
  transform: none;
  box-shadow: 0 4px 12px #00000014;
}

.actualite-card-content {
  padding: var(--mililarge);
  gap: var(--microlarge);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.actualite-card-date {
  color: var(--dark-blue);
  opacity: .75;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.actualite-card-block {
  flex: 1;
}

.actualite-card-title {
  color: var(--dark-blue);
  margin: 0 0 var(--nanolarge) 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.actualite-card-text {
  color: var(--black);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
}

.actualite-card-text-wrap {
  position: relative;
}

.actualite-card-text-wrap.is-collapsed .actualite-card-text {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.actualite-card-toggle {
  color: var(--dark-blue);
  cursor: pointer;
  background: none;
  border: 0;
  align-self: flex-start;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.actualite-card-image {
  width: 100%;
}

.actualite-card-thumb {
  object-fit: contain;
  background: #f7f9ff;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.actualite-tags {
  margin: 0;
  margin-top: var(--nanolarge);
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
  display: flex;
}

.actualite-tag {
  color: var(--dark-blue);
  background: linear-gradient(135deg, #eef3ff, #e7eeff);
  border: 1px solid #dde5ff;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

.posts-filter {
  background: var(--white);
  top: calc(var(--petalarge)  + 20px);
  border-radius: 15px;
  padding: 0;
  position: sticky;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000014;
}

.posts-filter-form {
  display: block;
}

.posts-filter-panel {
  margin: 0;
  display: block;
}

.posts-filter-panel > summary {
  color: var(--dark-blue);
  cursor: pointer;
  user-select: none;
  padding: var(--mililarge);
  border-bottom: 2px solid #dde5ff;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  transition: background-color .2s;
  position: relative;
}

.posts-filter-panel > summary::-webkit-details-marker {
  display: none;
}

.posts-filter-panel > summary:after {
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: var(--mililarge);
  border-bottom: 2px solid var(--dark-blue);
  border-right: 2px solid var(--dark-blue);
  transition: transform .2s;
  position: absolute;
  transform: rotate(45deg);
}

.posts-filter-panel[open] > summary:after {
  transform: rotate(225deg);
}

.posts-filter-panel-body {
  padding: var(--mililarge);
  gap: var(--mililarge);
  flex-direction: column;
  display: flex;
}

.posts-filter-panel-body .posts-filter-groups {
  gap: 12px;
}

.posts-filter-groups {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.posts-filter-year-group {
  border-top: 2px solid #eef3ff;
  margin: 0;
  padding-top: 16px;
}

.posts-filter-year-group:first-child {
  border-top: 0;
  padding-top: 0;
}

.posts-filter-year-summary {
  color: var(--dark-blue);
  cursor: pointer;
  user-select: none;
  padding-right: 18px;
  font-weight: 700;
  list-style: none;
  transition: color .2s;
  position: relative;
}

.posts-filter-year-summary:hover {
  color: #5b6fa6;
}

.posts-filter-year-summary::-webkit-details-marker {
  display: none;
}

.posts-filter-year-summary .posts-filter-year-option {
  margin: 0;
  padding-right: 16px;
}

.posts-filter-year-summary:after {
  content: "";
  border-bottom: 2px solid var(--dark-blue);
  border-right: 2px solid var(--dark-blue);
  width: 7px;
  height: 7px;
  transition: transform .2s;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  transform: rotate(45deg);
}

.posts-filter-year-group[open] .posts-filter-year-summary:after {
  transform: rotate(225deg);
}

.posts-filter-year-body {
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
  display: flex;
}

.posts-filter-year-option, .posts-filter-month-option {
  color: var(--dark-blue);
  cursor: pointer;
  align-items: center;
  gap: 10px;
  transition: color .2s;
  display: inline-flex;
}

.posts-filter-year-option:hover, .posts-filter-month-option:hover {
  color: #5b6fa6;
}

.posts-filter-year-option {
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
}

.posts-filter-year-all {
  color: #a0aedb;
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
}

.posts-filter-year-option input, .posts-filter-month-option input {
  accent-color: var(--dark-blue);
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 0;
}

.posts-filter-months {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  padding-left: 28px;
  display: grid;
}

.actualites-empty-message {
  text-align: center;
  color: var(--dark-blue);
  padding: var(--large);
  opacity: .7;
  font-size: 16px;
}

.actualites-pagination {
  margin-top: var(--large);
  justify-content: center;
  gap: 8px;
  list-style: none;
  display: flex;
}

.actualites-pagination a, .actualites-pagination span {
  color: var(--dark-blue);
  background: var(--white);
  border: 2px solid var(--dark-blue);
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.actualites-pagination a:hover {
  background: var(--dark-blue);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #1f2b5a33;
}

.actualites-pagination .current {
  background: var(--dark-blue);
  color: var(--white);
  cursor: default;
  pointer-events: none;
}

@media (width <= 1100px) {
  .actualites-page .posts-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .posts-filter {
    width: 100%;
    position: relative;
    top: 0;
  }

  .actualites-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .posts-grid.posts-grid-realisations {
    grid-template-columns: 1fr;
  }
}

@media (width <= 768px) {
  .actualites-grid {
    grid-template-columns: 1fr;
  }

  .actualites-page .titles h2 {
    font-size: 2rem;
  }
}

.actualites-modal {
  background: var(--color-bg, #fff);
  border: none;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 40px #0003;
}

.actualites-modal.is-landscape {
  max-width: min(1500px, 97vw);
}

.actualites-modal::backdrop {
  background: #0009;
}

.actualites-modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.actualites-modal-close {
  cursor: pointer;
  color: var(--color-text, #000);
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 2rem;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.actualites-modal-close:hover {
  transform: scale(1.2);
}

.page-background, .actualites-page-main, .about-us-page {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.page-background:before, .actualites-page-main:before, .about-us-page:before {
  content: "";
  opacity: .35;
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(135deg, #1f2b5a08 25%, #0000 25%), linear-gradient(225deg, #1f2b5a08 25%, #0000 25%), linear-gradient(45deg, #1f2b5a08 25%, #0000 25%), linear-gradient(315deg, #1f2b5a08 25%, #0000 25%);
  background-position: 18px 0, 18px 0, 0 0, 0 0;
  background-size: 36px 36px;
  position: absolute;
  inset: 0;
}

.about-us-page:before {
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(135deg, #1f2b5a08 25%, #0000 25%), linear-gradient(225deg, #1f2b5a08 25%, #0000 25%), linear-gradient(45deg, #1f2b5a08 25%, #0000 25%), linear-gradient(315deg, #1f2b5a08 25%, #0000 25%);
  background-position: 18px 0, 18px 0, 0 0, 0 0;
  background-size: 36px 36px;
  position: absolute;
  inset: 0;
}

.actualites-page {
  z-index: 1;
  gap: var(--large);
  padding: clamp(24px, 4vw, 56px) clamp(16px, 3vw, 32px) clamp(56px, 6vw, 96px);
  position: relative;
}

.actualites-page .titles {
  padding: clamp(18px, 2vw, 24px) 0 clamp(8px, 1vw, 12px);
  position: relative;
}

.actualites-page .titles:after {
  content: "";
  background: linear-gradient(90deg, #1f2b5a 0%, #5b6fa6 100%);
  border-radius: 999px;
  width: 96px;
  height: 4px;
  margin: 16px auto 0;
  display: block;
}

.actualites-page .titles h2 {
  text-transform: uppercase;
  letter-spacing: .08em;
}

#about-us .titles {
  text-align: center;
  width: 100%;
  margin-bottom: var(--large);
  padding: clamp(18px, 2vw, 24px) 0 clamp(8px, 1vw, 12px);
  position: relative;
}

#about-us .titles:after {
  content: "";
  background: linear-gradient(90deg, #1f2b5a 0%, #5b6fa6 100%);
  border-radius: 999px;
  width: 96px;
  height: 4px;
  margin: 16px auto 0;
  display: block;
}

#about-us .titles h3 {
  color: var(--dark-blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 .45rem;
  font-size: 1rem;
  font-weight: 500;
}

#about-us .titles h2 {
  color: var(--dark-blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.posts-page .titles {
  padding: clamp(18px, 2vw, 24px) 0 clamp(8px, 1vw, 12px);
  position: relative;
}

.posts-page .titles:after {
  content: "";
  background: linear-gradient(90deg, #1f2b5a 0%, #5b6fa6 100%);
  border-radius: 999px;
  width: 96px;
  height: 4px;
  margin: 16px auto 0;
  display: block;
}

.posts-page .titles h2 {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.actualites-page .posts-layout {
  align-items: start;
  gap: clamp(18px, 2vw, 28px);
}

.posts-filter {
  backdrop-filter: blur(12px);
  background: linear-gradient(#fffffffa, #f6f9fffa);
  border: 1px solid #1f2b5a14;
}

.posts-filter-panel > summary {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 14px;
}

.posts-filter-panel-body {
  border-top: 1px solid #1f2b5a0f;
}

.posts-filter-year-group {
  border-top-color: #1f2b5a14;
}

.posts-filter-year-summary:hover, .posts-filter-year-option:hover, .posts-filter-month-option:hover {
  color: #1f2b5a;
}

.actualites-grid {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.actualite-card {
  border: 1px solid #1f2b5a14;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  box-shadow: 0 10px 28px #1f2b5a14;
}

.actualite-card:hover {
  border-color: #1f2b5a24;
  transform: translateY(-5px);
  box-shadow: 0 18px 36px #1f2b5a24;
}

.actualite-card-content {
  gap: 16px;
}

.actualite-card-date {
  letter-spacing: .12em;
  font-size: 12px;
}

.actualite-card-title {
  color: #1f2b5a;
}

.actualite-card-text {
  color: #26314f;
}

.actualite-card-image {
  margin-top: 4px;
}

.actualite-card-thumb {
  border-radius: 14px;
  max-height: 320px;
}

.actualite-tags {
  gap: 8px;
}

.actualite-tag {
  color: #1f2b5a;
  background: linear-gradient(135deg, #edf2ff 0%, #e4ecff 100%);
}

.actualite-card-toggle {
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

.actualites-pagination {
  margin-top: clamp(22px, 2.5vw, 34px);
}

.actualites-pagination a, .actualites-pagination span {
  border-color: #1f2b5a2e;
  box-shadow: 0 6px 16px #1f2b5a0f;
}

.actualites-pagination a:hover {
  box-shadow: 0 10px 20px #1f2b5a24;
}

@media (width <= 1100px) {
  .actualites-grid {
    grid-template-columns: 1fr;
  }

  .actualites-page .titles h2 {
    font-size: 2.2rem;
  }
}

@media (width <= 860px) {
  .actualites-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .actualites-page .posts-layout {
    gap: 18px;
  }
}

.actualites-modal-body {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 40px;
  height: 100%;
  padding: 40px;
  display: grid;
  overflow: hidden;
}

.actualites-modal.is-landscape .actualites-modal-body {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: center;
}

.actualites-modal-image {
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

.actualites-modal-image img {
  object-fit: cover;
  border-radius: 4px;
  max-width: 100%;
  max-height: 100%;
}

.actualites-modal.is-landscape .actualites-modal-image img {
  width: 100%;
  max-height: 78vh;
}

.actualites-modal.is-landscape .actualites-modal-text {
  padding-top: 10px;
}

.actualites-modal-text {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.actualites-modal-text h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.actualites-modal-date {
  color: var(--color-text-muted, #666);
  margin: 0 0 20px;
  font-size: .9rem;
}

.actualites-modal-content-text {
  flex: 1;
  min-height: 0;
  max-height: calc(90vh - 170px);
  overflow-y: auto;
}

.actualites-modal-content-text p {
  margin: 0 0 15px;
  line-height: 1.6;
}

html[data-theme="dark"] .actualites-modal {
  background: linear-gradient(#141c3d 0%, #101733 100%);
  border: 1px solid #43538a;
  box-shadow: 0 18px 48px #0009;
}

html[data-theme="dark"] .actualites-modal::backdrop {
  background: #000c;
}

html[data-theme="dark"] .actualites-modal-close, html[data-theme="dark"] .actualites-modal-text h3 {
  color: var(--white);
}

html[data-theme="dark"] .actualites-modal-date {
  color: #b7c4f3;
}

html[data-theme="dark"] .actualites-modal-content-text, html[data-theme="dark"] .actualites-modal-content-text p {
  color: #e8edff;
}

html[data-theme="dark"] .actualites-modal-image img {
  box-shadow: 0 0 0 1px #ffffff1a;
}

html[data-theme="dark"] .actualites-modal.is-landscape .actualites-modal-text {
  padding-top: 6px;
}

html[data-theme="dark"] .actualites-page-main {
  background: radial-gradient(circle at 0 0, #20306b 0, #0000 34%), radial-gradient(circle at 100% 0, #15224f 0, #0000 28%), linear-gradient(#0b1022 0% 28%, #0f1734 100%);
}

html[data-theme="dark"] .actualites-page-main:before {
  opacity: .18;
  background-image: linear-gradient(135deg, #ffffff10 25%, #0000 25%), linear-gradient(225deg, #ffffff10 25%, #0000 25%), linear-gradient(45deg, #ffffff10 25%, #0000 25%), linear-gradient(315deg, #ffffff10 25%, #0000 25%);
}

html[data-theme="dark"] .posts-filter {
  background: linear-gradient(#121a38f2, #0f1734f2);
  border-color: #4a5ea84d;
}

html[data-theme="dark"] .posts-filter-panel-body, html[data-theme="dark"] .posts-filter-year-group {
  border-top-color: #4a5ea833;
}

html[data-theme="dark"] .actualite-card {
  background: linear-gradient(#121a38 0%, #0f1734 100%);
  border-color: #4a5ea84a;
  box-shadow: 0 10px 28px #0006;
}

html[data-theme="dark"] .actualite-card:hover {
  border-color: #7d97f266;
  box-shadow: 0 18px 36px #00000080;
}

html[data-theme="dark"] .actualite-card-title {
  color: #f4f7ff;
}

html[data-theme="dark"] .actualite-card-text {
  color: #dce4ff;
}

html[data-theme="dark"] .actualite-tag {
  color: #e8edff;
  background: linear-gradient(135deg, #24356f 0%, #1b295c 100%);
}

html[data-theme="dark"] .actualites-pagination a, html[data-theme="dark"] .actualites-pagination span {
  border-color: #4a5ea84d;
  box-shadow: 0 6px 16px #0000003d;
}

html[data-theme="dark"] .actualites-pagination a:hover {
  box-shadow: 0 10px 20px #00000052;
}

@media (width <= 768px) {
  .actualites-modal {
    max-width: 95vw;
    max-height: 95vh;
  }

  .actualites-modal-content-text {
    max-height: calc(95vh - 170px);
  }

  .actualites-modal-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .actualites-modal-close {
    top: 10px;
    right: 10px;
  }

  .actualites-page-juicer .actualites-content-juicer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .actualites-page-juicer .juicer-feed {
    gap: var(--large);
    display: grid;
  }

  .actualites-page-juicer .juicer-feed .j-post, .actualites-page-juicer .juicer-feed .feed-item, .actualites-page-juicer .juicer-feed article {
    background: var(--white);
    padding: var(--mililarge);
    border: 1px solid #1f2b5a14;
    border-radius: 18px;
    flex-direction: column;
    gap: 14px;
    transition: transform .22s, box-shadow .22s, border-color .22s;
    display: flex;
    box-shadow: 0 10px 28px #1f2b5a14;
  }

  .actualites-page-juicer .juicer-feed .j-post:hover, .actualites-page-juicer .juicer-feed .feed-item:hover, .actualites-page-juicer .juicer-feed article:hover {
    border-color: #1f2b5a24;
    transform: translateY(-5px);
    box-shadow: 0 18px 36px #1f2b5a24;
  }

  .actualites-page-juicer .juicer-feed .j-header, .actualites-page-juicer .juicer-feed .feed-header {
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    display: flex;
  }

  .actualites-page-juicer .juicer-feed .j-date, .actualites-page-juicer .juicer-feed .feed-date {
    color: var(--dark-blue);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .actualites-page-juicer .juicer-feed .j-text, .actualites-page-juicer .juicer-feed .feed-content, .actualites-page-juicer .juicer-feed .j-message, .actualites-page-juicer .juicer-feed .j-caption {
    color: #26314f;
    margin: 0;
    line-height: 1.5;
  }

  .actualites-page-juicer .juicer-feed .j-text p, .actualites-page-juicer .juicer-feed .feed-content p, .actualites-page-juicer .juicer-feed .j-message p, .actualites-page-juicer .juicer-feed .j-caption p {
    margin: 0 0 12px;
  }

  .actualites-page-juicer .juicer-feed .j-text p:last-child, .actualites-page-juicer .juicer-feed .feed-content p:last-child, .actualites-page-juicer .juicer-feed .j-message p:last-child, .actualites-page-juicer .juicer-feed .j-caption p:last-child {
    margin-bottom: 0;
  }

  .actualites-page-juicer .juicer-feed .j-image, .actualites-page-juicer .juicer-feed .feed-image, .actualites-page-juicer .juicer-feed .j-img {
    border-radius: 14px;
    margin-top: 4px;
    overflow: hidden;
  }

  .actualites-page-juicer .juicer-feed .j-image img, .actualites-page-juicer .juicer-feed .feed-image img, .actualites-page-juicer .juicer-feed .j-img img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 320px;
    display: block;
  }

  .actualites-page-juicer .juicer-feed .j-source, .actualites-page-juicer .juicer-feed .feed-source {
    border-top: 1px solid #e1e6f8;
    margin-top: auto;
    padding-top: 12px;
  }

  .actualites-page-juicer .juicer-feed .j-source a, .actualites-page-juicer .juicer-feed .feed-source a {
    color: var(--brand-blue-deep);
    font-weight: 600;
    text-decoration: none;
    transition: color .2s;
  }

  .actualites-page-juicer .juicer-feed .j-source a:hover, .actualites-page-juicer .juicer-feed .feed-source a:hover {
    color: var(--dark-blue);
    text-decoration: underline;
  }

  html[data-theme="dark"] .actualites-page-juicer .juicer-feed .j-post, html[data-theme="dark"] .actualites-page-juicer .juicer-feed .feed-item, html[data-theme="dark"] .actualites-page-juicer .juicer-feed article {
    background: var(--surface);
    border-color: var(--border-subtle);
  }
}
