@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --dg-bg: #E8FAFF;
  --dg-primary: #0072FF;
  --dg-secondary-purple: #8A56E3;
  --dg-secondary-orange: #E1581D;
  --dg-ink: #08192D;
  --dg-body-text: rgba(8, 25, 45, 0.72);
  --dg-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dg-page-width: 1280px;
  --dg-content-width: 1120px;
  --dg-admin-bar: 0px;
  --dg-header-offset: 36px;
  --dg-header-height: 80px;
  --dg-header-safe: calc(var(--dg-header-offset) + var(--dg-header-height) + 36px);
  /* Grille commune des sections (refonte UI : largeur + gouttiere partagees) */
  --dg-section-max: 1280px;
  --dg-gutter: clamp(24px, 5vw, 64px);
  --dg-section-space: clamp(64px, 6.5vw, 104px);
}

body.admin-bar {
  --dg-admin-bar: 32px;
}

html {
  scroll-behavior: smooth;
}

:where(a, button, summary, input, textarea, select, .wp-element-button, [role="button"], [tabindex]):focus {
  outline: none !important;
}

:where(a, button, summary, input, textarea, select, .wp-element-button, [role="button"], [tabindex]):focus:not(:focus-visible) {
  box-shadow: none !important;
}

:where(a, button, summary, input, textarea, select, .wp-element-button, [role="button"], [tabindex]):focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 114, 255, 0.22) !important;
}

body {
  min-height: 100vh;
  overflow-x: clip;
  color: var(--dg-ink);
  font-family: var(--dg-font-sans);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dg-ink);
  font-family: var(--dg-font-sans);
}

p,
li {
  color: var(--dg-body-text);
  font-family: var(--dg-font-sans);
}

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

.dg-site-shell {
  min-height: calc(100vh - var(--dg-admin-bar));
}

.dg-placeholder {
  display: grid;
  min-height: calc(100vh - var(--dg-admin-bar));
  place-items: center;
  padding: clamp(32px, 8vw, 96px) 20px;
  text-align: center;
}

.dg-placeholder__inner {
  width: min(100%, 760px);
}

.dg-placeholder__eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dg-placeholder__title {
  margin: 0;
  font-size: clamp(40px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.dg-placeholder__text {
  margin: 22px auto 0;
  max-width: 56ch;
  color: color-mix(in srgb, currentColor 68%, transparent);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.dg-glass {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

/* ----------------------------------------------------------------------------
   Header global
---------------------------------------------------------------------------- */
.dg-site-header {
  position: fixed;
  top: calc(var(--dg-admin-bar) + var(--dg-header-offset));
  right: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  width: 100vw;
  max-width: none;
  justify-content: center;
  margin: 0 !important;
  pointer-events: none;
}

.dg-site-nav {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 907px;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 56px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 80px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 16px;
  background: rgba(232, 250, 255, 0.34);
  box-shadow: 0 18px 50px rgba(8, 25, 45, 0.12), 0 2px 10px rgba(8, 25, 45, 0.06), inset 0 -4px 13.7px rgba(255, 255, 255, 0.19), inset 0 4px 6.8px rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  backdrop-filter: blur(16px) saturate(160%);
  isolation: isolate;
  pointer-events: auto;
}

.dg-site-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.22) 100%);
  pointer-events: none;
}

.dg-site-nav::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.dg-site-nav > * {
  position: relative;
  z-index: 1;
  margin-block: 0;
}

.dg-site-nav__logo {
  flex: 0 0 54px;
  width: 54px;
  height: 36px;
  margin: 0 !important;
}

.dg-site-nav__logo a,
.dg-site-nav__logo img {
  display: block;
  width: 54px;
  height: 36px !important;
}

.dg-site-nav__links.wp-block-navigation {
  flex: 0 0 auto;
  width: 543px;
  margin: 0;
}

.dg-site-nav__links .wp-block-navigation__container {
  display: flex;
  align-items: center;
  gap: 36px;
}

.dg-site-nav__links .wp-block-navigation-item__content {
  padding: 0;
  color: rgba(8, 25, 45, 0.66);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.dg-site-nav__links .wp-block-navigation-item__content:hover,
.dg-site-nav__links .wp-block-navigation-item__content:focus-visible {
  color: var(--dg-ink);
}

.dg-site-nav__cta-wrap.wp-block-buttons {
  flex: 0 0 auto;
  margin: 0;
}

.dg-site-nav__cta .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  width: 109px;
  height: 41px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 0;
  border-radius: 8px;
  background: var(--dg-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.dg-site-nav__cta .wp-block-button__link:hover,
.dg-site-nav__cta .wp-block-button__link:focus-visible {
  background: #0066E6;
  transform: translateY(-1px);
}

.dg-site-nav__toggle {
  display: none;
}

@media (max-width: 980px) {
  .dg-site-nav {
    width: calc(100vw - 32px);
    gap: 28px;
    padding: 0 28px;
  }

  .dg-site-nav__links.wp-block-navigation {
    width: auto;
  }

  .dg-site-nav__links .wp-block-navigation__container {
    gap: 22px;
  }
}

@media (max-width: 760px) {
  :root {
    --dg-header-offset: 12px;
    --dg-header-height: 60px;
    --dg-header-safe: calc(var(--dg-header-offset) + var(--dg-header-height) + 28px);
  }

  .dg-site-header {
    top: calc(var(--dg-admin-bar) + var(--dg-header-offset));
  }

  .dg-site-nav {
    display: grid;
    width: min(338px, calc(100vw - 48px));
    height: 60px;
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    justify-content: stretch;
    gap: 10px;
    overflow: visible;
    padding: 0 10px 0 14px;
    border-radius: 14px;
    background: rgba(232, 250, 255, 0.78);
    box-shadow: 0 14px 34px rgba(8, 25, 45, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.46);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
  }

  .dg-site-nav__links.wp-block-navigation {
    display: none;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links.wp-block-navigation {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 4;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    background: rgba(232, 250, 255, 0.96);
    box-shadow: 0 22px 46px rgba(8, 25, 45, 0.2);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
    backdrop-filter: blur(20px) saturate(145%);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation__container {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item,
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item__content {
    width: 100%;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item__content {
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 9px;
    color: var(--dg-ink);
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item__content:hover,
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item__content:focus-visible {
    background: rgba(0, 114, 255, 0.09);
  }

  .dg-site-nav__logo,
  .dg-site-nav__logo a,
  .dg-site-nav__logo img {
    width: 44px;
    height: 29px !important;
  }

  .dg-site-nav__cta-wrap.wp-block-buttons {
    justify-self: end;
  }

  .dg-site-nav__cta .wp-block-button__link {
    width: 90px;
    height: 38px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .dg-site-nav__toggle {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    justify-self: end;
    padding: 0;
    border: 1px solid rgba(0, 114, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.54);
    color: var(--dg-ink);
    cursor: pointer;
  }

  .dg-site-nav__toggle-line {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__toggle-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__toggle-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  body.dg-mobile-menu-open {
    overflow: hidden;
  }
}

/* ----------------------------------------------------------------------------
   Footer global
---------------------------------------------------------------------------- */
.dg-footer {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  height: 338px;
  box-sizing: border-box;
  margin: 0 calc(50% - 50vw) !important;
  background-color: var(--dg-primary);
  background-image: url("../img/footerbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--dg-bg);
}

.dg-footer::before {
  display: none;
}

.dg-footer__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  height: 100%;
  margin-inline: auto !important;
}

.dg-footer__inner > *,
.dg-footer__top > *,
.dg-footer__bottom > *,
.dg-footer__brand > *,
.dg-footer__col > * {
  margin-block: 0;
}

.dg-footer__top {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  display: flex;
  height: 155px;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(48px, 10vw, 180px);
}

.dg-footer__brand {
  display: flex;
  width: 300px;
  flex: 0 0 300px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.dg-footer__logo {
  width: 237px;
  height: 57px;
  margin: 0 !important;
}

.dg-footer__logo a,
.dg-footer__logo img {
  display: block;
  width: 237px;
  height: 57px !important;
}

.dg-footer__baseline {
  width: 280px;
  color: var(--dg-bg);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.dg-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.dg-footer__pages {
  width: 111px;
}

.dg-footer__contact {
  width: 180px;
}

.dg-footer__heading {
  color: var(--dg-bg);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.dg-footer__nav.wp-block-navigation {
  width: 111px;
  margin: 0;
}

.dg-footer__nav .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.dg-footer__nav .wp-block-navigation-item__content,
.dg-footer__nav .wp-block-navigation-item__label,
.dg-footer__contact-lines,
.dg-footer__contact-lines a {
  color: var(--dg-bg);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9;
  text-decoration: none;
}

.dg-footer .dg-footer__nav.wp-block-navigation,
.dg-footer .dg-footer__nav.wp-block-navigation a,
.dg-footer .dg-footer__nav .wp-block-navigation-item__content,
.dg-footer .dg-footer__nav .wp-block-navigation-item__label,
.dg-footer .wp-block-navigation a:where(:not(.wp-element-button)) {
  color: var(--dg-bg) !important;
}

.dg-footer__nav .wp-block-navigation-item__content {
  padding: 0;
  transition: opacity 0.18s ease;
}

.dg-footer__nav .wp-block-navigation-item__content:hover,
.dg-footer__contact-lines a:hover,
.dg-footer__legal a:hover {
  opacity: 0.72;
}

.dg-footer__contact-lines {
  width: 180px;
  font-weight: 400;
}

.dg-footer__bottom {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.dg-footer__copyright,
.dg-footer__legal,
.dg-footer__legal a {
  color: #DBDBDB;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.dg-footer__copyright {
  width: 225px;
}

.dg-footer__legal {
  width: 257px;
}

@media (max-width: 1280px) {
  .dg-footer__inner {
    width: calc(100% - 80px);
  }
}

@media (max-width: 780px) {
  .dg-footer {
    height: auto;
    min-height: 0;
    padding: 54px 24px 34px;
  }

  .dg-footer::before {
    left: 34%;
    top: 10px;
    width: 360px;
    height: 238px;
  }

  .dg-footer__inner {
    width: 100%;
    height: auto;
  }

  .dg-footer__top,
  .dg-footer__bottom {
    position: relative;
    inset: auto;
  }

  .dg-footer__top {
    height: auto;
    flex-direction: column;
    gap: 34px;
  }

  .dg-footer__brand,
  .dg-footer__baseline,
  .dg-footer__pages,
  .dg-footer__contact,
  .dg-footer__contact-lines {
    width: 100%;
    flex-basis: auto;
  }

  .dg-footer__bottom {
    margin-top: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dg-footer__copyright,
  .dg-footer__legal {
    width: auto;
  }
}

/* ----------------------------------------------------------------------------
   Hero accueil
---------------------------------------------------------------------------- */
.dg-hero.wp-block-cover {
  margin: clamp(14px, 1.8vw, 28px) clamp(18px, 2.4vw, 40px) clamp(28px, 2.4vw, 40px);
  border-radius: 28px;
  overflow: hidden;
  min-height: clamp(640px, 52vw, 760px) !important;
  /* La zone de centrage demarre sous le header fixe pour laisser respirer le contenu. */
  padding-top: var(--dg-header-safe);
  padding-bottom: clamp(48px, 5vw, 80px);
  align-items: center;
  justify-content: flex-start;
  color: var(--dg-ink);
}

/* Le cover applique un dim sombre par defaut : on neutralise pour garder le ciel net. */
.dg-hero .wp-block-cover__background {
  background: transparent;
}

.dg-hero .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--dg-page-width);
  margin-inline: auto;
  padding-inline: clamp(28px, 6vw, 96px);
}

/* Bloc de contenu aligne a gauche (on neutralise le centrage auto de WordPress). */
.dg-hero .wp-block-cover__inner-container > .dg-hero__content {
  max-width: 820px;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left;
}

/* Tous les elements partagent le meme bord gauche. */
.dg-hero__content > * {
  margin-block: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  text-align: left;
}

.dg-hero__eyebrow {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dg-ink);
}

.dg-hero__title {
  margin-top: 18px;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--dg-ink);
}

.dg-hero__kicker {
  margin-top: 26px;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--dg-ink) 70%, transparent);
}

.dg-hero__text {
  margin-top: 16px;
  max-width: 50ch;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  color: var(--dg-body-text);
}

.dg-hero__cta.wp-block-buttons {
  margin-top: 34px;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* Boutons plats, identiques au bouton Contact du header */
.dg-hero__cta .dg-btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: var(--dg-primary);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.dg-hero__cta .dg-btn .wp-block-button__link:hover,
.dg-hero__cta .dg-btn .wp-block-button__link:focus-visible {
  background: #0066E6;
  transform: translateY(-1px);
}

@media (max-width: 781px) {
  .dg-hero.wp-block-cover {
    margin: 14px;
    min-height: clamp(540px, 118vw, 680px) !important;
    padding-top: clamp(120px, 30vw, 160px);
    padding-bottom: clamp(36px, 8vw, 56px);
    border-radius: 22px;
  }

  .dg-hero .wp-block-cover__inner-container {
    padding-inline: 22px;
  }

  .dg-hero__cta.wp-block-buttons {
    gap: 12px;
  }

  .dg-hero__cta .dg-btn {
    flex: 1 1 auto;
  }

  .dg-hero__cta .dg-btn .wp-block-button__link {
    justify-content: center;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
   Section "Pourquoi Degouy" (valeur ajoutee + cartes)
---------------------------------------------------------------------------- */
.dg-why {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(16px, 2vw, 28px) var(--dg-gutter) var(--dg-section-space);
}

.dg-why > * {
  width: 100%;
  max-width: var(--dg-section-max) !important;
  margin-inline: auto !important;
}

.dg-why__head {
  margin-bottom: 48px;
  gap: 24px;
  align-items: flex-start;
}

.dg-why__heading {
  flex: 1 1 auto;
}

.dg-why__heading > * {
  margin-block: 0;
}

.dg-why__eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--dg-ink);
}

.dg-why__title {
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--dg-ink);
}

/* Bouton contour (outline) - specs Figma "prjL" */
.dg-why__action {
  flex: 0 0 auto;
  margin-top: 4px;
}

.dg-why__action .dg-btn-outline .wp-block-button__link {
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: var(--dg-primary);
  background: var(--dg-bg);
  border: 1.5px solid var(--dg-primary);
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}

.dg-why__action .dg-btn-outline .wp-block-button__link:hover {
  background: var(--dg-primary);
  color: #fff;
}

/* Cartes - specs Figma "fc1" */
.dg-why__cards.wp-block-columns {
  gap: 8px;
  align-items: stretch;
}

.dg-why__cards .wp-block-column {
  flex-basis: 0;
}

.dg-card {
  height: 100%;
  min-height: 191px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 24px;
  border-radius: 16px;
  background: #c7e5fe;
}

.dg-card--glass {
  background: #c7e5fe;
}

.dg-card > * {
  margin-block: 0;
}

.dg-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--dg-primary);
}

.dg-card__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dg-body-text);
}

@media (max-width: 781px) {
  .dg-why__head {
    margin-bottom: 32px;
  }

  .dg-why__cards.wp-block-columns {
    flex-wrap: wrap;
  }

  .dg-why__cards .wp-block-column {
    flex-basis: 100% !important;
  }

  .dg-card {
    min-height: 0;
  }
}

/* ----------------------------------------------------------------------------
   Section "Nos metiers"
---------------------------------------------------------------------------- */
.dg-trades {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 var(--dg-gutter);
}

.dg-trades__inner {
  display: flex;
  width: 100%;
  max-width: var(--dg-section-max);
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  margin-inline: auto !important;
}

.dg-trades__inner > * {
  margin-block: 0;
}

.dg-trades__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  color: var(--dg-ink);
}

.dg-trades__grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 520fr) minmax(0, 660fr);
  gap: 20px;
  align-items: stretch;
}

.dg-trades__stack {
  display: grid;
  gap: 28px;
}

.dg-trade-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: color-mix(in srgb, var(--dg-primary) 16%, #fff);
  color: #fff;
  box-shadow: 0 18px 34px rgba(8, 25, 45, 0.08);
}

.dg-trade-card--large {
  min-height: 440px;
}

.dg-trade-card--small {
  min-height: 206px;
  border-radius: 20px;
}

.dg-trade-card::before,
.dg-trade-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.34s ease;
}

.dg-trade-card::before {
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) -2.23%, rgba(0, 114, 255, 0.45) 99.93%);
  opacity: 0.82;
}

.dg-trade-card::after {
  background: linear-gradient(179.53deg, rgba(0, 0, 0, 0) 24.24%, rgba(0, 0, 0, 0.64) 99.6%);
  opacity: 0.18;
}

.dg-trade-card--small::before {
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) -2.23%, rgba(0, 114, 255, 0.27) 99.93%);
  opacity: 0.72;
}

.dg-trade-card--small::after {
  opacity: 0.82;
}

.dg-trade-card:hover::before,
.dg-trade-card:focus-within::before {
  opacity: 1;
}

.dg-trade-card:hover::after,
.dg-trade-card:focus-within::after {
  opacity: 0.28;
}

.dg-trade-card--small:hover::before,
.dg-trade-card--small:focus-within::before {
  opacity: 0.9;
}

.dg-trade-card--small:hover::after,
.dg-trade-card--small:focus-within::after {
  opacity: 1;
}

.dg-trade-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-trade-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.34s ease;
}

.dg-trade-card:hover .dg-trade-card__image img,
.dg-trade-card:focus-within .dg-trade-card__image img {
  transform: scale(1.035);
}

.dg-trade-card__content {
  position: absolute;
  left: 40px;
  right: 112px;
  bottom: 60px;
  z-index: 2;
}

.dg-trade-card--small .dg-trade-card__content {
  left: 28px;
  right: 88px;
  bottom: 32px;
}

.dg-trade-card__content > * {
  margin-block: 0;
}

.dg-trade-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(8, 25, 45, 0.16);
}

.dg-trade-card--small .dg-trade-card__title {
  font-size: 18px;
  line-height: 1.2;
}

.dg-trade-card__text {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.78);
}

.dg-trade-card--small .dg-trade-card__text {
  margin-top: 8px;
  font-size: 16px;
}

.dg-trade-card__action.wp-block-buttons {
  position: absolute;
  right: 56px;
  bottom: 55px;
  z-index: 2;
  margin: 0;
}

.dg-trade-card--small .dg-trade-card__action.wp-block-buttons {
  right: 46px;
  bottom: 34px;
}

.dg-trade-card__button .wp-block-button__link {
  display: flex;
  width: 56px;
  height: 56px;
  min-width: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow:
    inset 0 5px 12px rgba(255, 255, 255, 0.18),
    inset 0 -8px 18px rgba(8, 25, 45, 0.18),
    0 10px 30px rgba(8, 25, 45, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.dg-trade-card__button .wp-block-button__link svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: center;
  transition: transform 0.22s ease;
}

.dg-trade-card__button .wp-block-button__link::before {
  content: "↗";
  display: block;
  color: currentColor;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform-origin: center;
  transition: transform 0.22s ease;
}

.dg-trade-card--small .dg-trade-card__button .wp-block-button__link {
  width: 42px;
  height: 42px;
}

.dg-trade-card--small .dg-trade-card__button .wp-block-button__link svg {
  width: 21px;
  height: 21px;
}

.dg-trade-card--small .dg-trade-card__button .wp-block-button__link::before {
  font-size: 24px;
}

.dg-trade-card:hover .dg-trade-card__button .wp-block-button__link,
.dg-trade-card:focus-within .dg-trade-card__button .wp-block-button__link,
.dg-trade-card__button .wp-block-button__link:hover {
  transform: translate(2px, -2px);
  background: rgba(255, 255, 255, 0.24);
}

.dg-trade-card:hover .dg-trade-card__button .wp-block-button__link svg,
.dg-trade-card:focus-within .dg-trade-card__button .wp-block-button__link svg,
.dg-trade-card__button .wp-block-button__link:hover svg {
  transform: rotate(45deg);
}

.dg-trade-card:hover .dg-trade-card__button .wp-block-button__link::before,
.dg-trade-card:focus-within .dg-trade-card__button .wp-block-button__link::before,
.dg-trade-card__button .wp-block-button__link:hover::before {
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .dg-trades {
    height: auto;
    padding-inline: var(--dg-gutter);
  }

  .dg-trades__inner {
    gap: 32px;
  }

  .dg-trades__grid {
    grid-template-columns: minmax(0, 0.79fr) minmax(0, 1fr);
  }

  .dg-trade-card--large {
    min-height: 0;
    aspect-ratio: 520 / 440;
  }

  .dg-trade-card--small {
    min-height: 0;
    aspect-ratio: 660 / 206;
  }

}

@media (max-width: 781px) {
  .dg-trades {
    height: auto;
    padding: 28px 14px 52px;
  }

  .dg-trades__inner {
    gap: 22px;
  }

  .dg-trades__title {
    font-size: 30px;
    line-height: 36px;
  }

  .dg-trades__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dg-trades__stack {
    gap: 14px;
  }

  .dg-trade-card,
  .dg-trade-card--small {
    border-radius: 18px;
  }

  .dg-trade-card--large,
  .dg-trade-card--small {
    min-height: 0;
    aspect-ratio: 520 / 330;
  }

  .dg-trade-card__content,
  .dg-trade-card--small .dg-trade-card__content {
    left: 24px;
    right: 82px;
    bottom: 26px;
  }

  .dg-trade-card__title,
  .dg-trade-card--small .dg-trade-card__title {
    font-size: 18px;
  }

  .dg-trade-card__text,
  .dg-trade-card--small .dg-trade-card__text {
    margin-top: 8px;
    font-size: 13px;
  }

  .dg-trade-card__action.wp-block-buttons,
  .dg-trade-card--small .dg-trade-card__action.wp-block-buttons {
    right: 24px;
    bottom: 25px;
  }

  .dg-trade-card__button .wp-block-button__link,
  .dg-trade-card--small .dg-trade-card__button .wp-block-button__link {
    width: 44px;
    height: 44px;
  }
}

/* ----------------------------------------------------------------------------
   Section "Projets" - home
---------------------------------------------------------------------------- */
.dg-home-references {
  display: flex;
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  justify-content: center;
  padding: var(--dg-section-space) var(--dg-gutter);
  background: var(--dg-bg);
}

.dg-home-references__inner {
  display: flex;
  width: 100%;
  max-width: var(--dg-section-max);
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  margin-inline: auto !important;
}

.dg-home-references__inner > *,
.dg-home-references__head > *,
.dg-home-references__copy > *,
.dg-home-references__actions,
.dg-home-references__cards > *,
.dg-home-reference-card__body > * {
  margin-block: 0;
}

.dg-home-references__head {
  display: flex;
  min-height: 108px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.dg-home-references__copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.dg-home-references__eyebrow {
  color: #000;
  font-family: var(--dg-font-sans);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 165%;
  text-transform: uppercase;
}

.dg-home-references__title {
  max-width: 955px;
  color: #111;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.dg-home-references__text {
  color: #555;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.dg-home-references__actions.wp-block-buttons {
  flex: 0 0 auto;
  margin: 0;
}

.dg-home-references__button .wp-block-button__link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 24px;
  gap: 8px;
  border: 1.5px solid var(--dg-primary);
  border-radius: 8px;
  background: transparent;
  color: var(--dg-primary);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.dg-home-references__button .wp-block-button__link:hover,
.dg-home-references__button .wp-block-button__link:focus-visible {
  background: var(--dg-primary);
  color: var(--dg-bg);
}

.dg-home-references__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 20px;
}

.dg-home-reference-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 24px;
  background: #C8C3BC;
}

.dg-home-reference-card--feature {
  grid-column: 1 / -1;
  height: 500px;
  border-radius: 28px;
}

.dg-home-reference-card--small {
  height: 280px;
}

.dg-home-reference-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.dg-home-reference-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-home-reference-card__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.34s ease;
}

.dg-home-reference-card__link::before,
.dg-home-reference-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.dg-home-reference-card__link::before {
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) -2.23%, rgba(0, 114, 255, 0.27) 99.93%);
  opacity: 0.62;
  transition: opacity 0.34s ease;
}

.dg-home-reference-card__link::after {
  background: linear-gradient(179.53deg, rgba(0, 0, 0, 0) 24.24%, rgba(0, 0, 0, 0.68) 99.6%);
  opacity: 0.28;
  transition: opacity 0.34s ease;
}

.dg-home-reference-card--small .dg-home-reference-card__link::before {
  opacity: 0.42;
}

.dg-home-reference-card--small .dg-home-reference-card__link::after {
  opacity: 0.78;
}

.dg-home-reference-card__link:hover .dg-home-reference-card__media img,
.dg-home-reference-card__link:focus-visible .dg-home-reference-card__media img {
  transform: scale(1.035);
}

.dg-home-reference-card__link:hover::before,
.dg-home-reference-card__link:focus-visible::before {
  opacity: 1;
}

.dg-home-reference-card__link:hover::after,
.dg-home-reference-card__link:focus-visible::after {
  opacity: 0.46;
}

.dg-home-reference-card--small .dg-home-reference-card__link:hover::before,
.dg-home-reference-card--small .dg-home-reference-card__link:focus-visible::before {
  opacity: 0.68;
}

.dg-home-reference-card--small .dg-home-reference-card__link:hover::after,
.dg-home-reference-card--small .dg-home-reference-card__link:focus-visible::after {
  opacity: 1;
}

.dg-home-reference-card__body {
  position: absolute;
  z-index: 2;
  right: 140px;
  bottom: 58px;
  left: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.dg-home-reference-card--small .dg-home-reference-card__body {
  right: 78px;
  bottom: 27px;
  left: 32px;
  gap: 8px;
}

.dg-home-reference-card__title {
  color: #fff;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.dg-home-reference-card--small .dg-home-reference-card__title {
  color: var(--dg-bg);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.dg-home-reference-card__subtitle {
  color: rgba(232, 250, 255, 0.75);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.dg-home-reference-card--small .dg-home-reference-card__subtitle {
  color: rgba(232, 250, 255, 0.9);
  font-size: 12px;
  line-height: 15px;
}

.dg-home-reference-card__cta {
  position: absolute;
  right: 110px;
  bottom: 61px;
  z-index: 2;
  display: flex;
  width: 95px;
  height: 95px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  box-shadow:
    inset 0 -11px 24px rgba(0, 0, 0, 0.2),
    inset 0 12px 30px rgba(255, 255, 255, 0.4),
    0 16px 42px rgba(8, 25, 45, 0.18);
  -webkit-backdrop-filter: blur(12.6px);
  backdrop-filter: blur(12.6px);
  transition: transform 0.22s ease, background 0.22s ease;
}

.dg-home-reference-card--small .dg-home-reference-card__cta {
  right: 46px;
  bottom: 44px;
  width: 38px;
  height: 38px;
  box-shadow:
    inset 0 -4px 10px rgba(0, 0, 0, 0.2),
    inset 0 5px 12px rgba(255, 255, 255, 0.4),
    0 10px 24px rgba(8, 25, 45, 0.16);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.dg-home-reference-card__cta svg {
  display: block;
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: center;
  transition: transform 0.28s ease;
}

.dg-home-reference-card--small .dg-home-reference-card__cta svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

.dg-home-reference-card__link:hover .dg-home-reference-card__cta,
.dg-home-reference-card__link:focus-visible .dg-home-reference-card__cta {
  background: rgba(255, 255, 255, 0.18);
  transform: translate(2px, -2px);
}

.dg-home-reference-card__link:hover .dg-home-reference-card__cta svg,
.dg-home-reference-card__link:focus-visible .dg-home-reference-card__cta svg {
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .dg-home-references {
    padding: 68px 48px;
  }

  .dg-home-references__head {
    align-items: flex-start;
  }

  .dg-home-references__title {
    font-size: 34px;
    line-height: 1.18;
  }

  .dg-home-reference-card--feature {
    height: auto;
    aspect-ratio: 1200 / 500;
  }

  .dg-home-reference-card--small {
    height: auto;
    aspect-ratio: 386.67 / 280;
  }

  .dg-home-reference-card__body {
    right: 120px;
    bottom: 42px;
    left: 42px;
  }

  .dg-home-reference-card__cta {
    right: 72px;
    bottom: 48px;
  }

  .dg-home-reference-card--small .dg-home-reference-card__cta {
    right: 28px;
    bottom: 33px;
  }
}

@media (max-width: 781px) {
  .dg-home-references {
    padding: 52px 14px;
  }

  .dg-home-references__inner {
    gap: 24px;
  }

  .dg-home-references__head {
    min-height: 0;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }

  .dg-home-references__title {
    font-size: 30px;
    line-height: 1.18;
  }

  .dg-home-references__text {
    font-size: 15px;
  }

  .dg-home-references__button .wp-block-button__link {
    width: 100%;
  }

  .dg-home-references__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dg-home-reference-card,
  .dg-home-reference-card--feature {
    border-radius: 20px;
  }

  .dg-home-reference-card--feature,
  .dg-home-reference-card--small {
    aspect-ratio: 520 / 360;
  }

  .dg-home-reference-card__body,
  .dg-home-reference-card--small .dg-home-reference-card__body {
    right: 78px;
    bottom: 26px;
    left: 24px;
    gap: 8px;
  }

  .dg-home-reference-card__title,
  .dg-home-reference-card--small .dg-home-reference-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
  }

  .dg-home-reference-card__subtitle,
  .dg-home-reference-card--small .dg-home-reference-card__subtitle {
    font-size: 12px;
    line-height: 1.3;
  }

  .dg-home-reference-card__cta,
  .dg-home-reference-card--small .dg-home-reference-card__cta {
    right: 24px;
    bottom: 28px;
    width: 42px;
    height: 42px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .dg-home-reference-card__cta svg,
  .dg-home-reference-card--small .dg-home-reference-card__cta svg {
    width: 21px;
    height: 21px;
    stroke-width: 2;
  }
}

/* ----------------------------------------------------------------------------
   Section "Les chiffres cles"
---------------------------------------------------------------------------- */
.dg-keyfigures {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: 100vw;
  max-width: none;
  height: 346px;
  box-sizing: border-box;
  margin-top: clamp(48px, 5vw, 80px);
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(48px, 5vw, 72px);
  margin-left: calc(50% - 50vw);
  padding: 51px calc(clamp(24px, 8.333vw, 120px) + 38px);
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.dg-keyfigures::before {
  content: "";
  position: absolute;
  inset: 0 clamp(24px, 8.333vw, 120px);
  z-index: -1;
  border-radius: 32px;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
    url("../img/gradientbg.png");
  background-position: center;
  background-size: cover;
}

.dg-keyfigures__inner {
  display: flex;
  width: 100%;
  height: 244px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.dg-keyfigures__inner > * {
  margin-block: 0;
}

.dg-keyfigures__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}

.dg-keyfigures__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dg-keyfigure-card {
  box-sizing: border-box;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 48px 16px 48px 24px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 -11px 23.8px rgba(0, 0, 0, 0.2),
    inset 0 12px 30px rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(12.6px);
  backdrop-filter: blur(12.6px);
}

.dg-keyfigure-card--operations {
  padding-top: 32px;
  padding-bottom: 32px;
}

.dg-keyfigure-card > * {
  margin-block: 0;
}

.dg-keyfigure-card__number {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
}

.dg-keyfigure-card__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1100px) {
  .dg-keyfigures {
    height: auto;
    min-height: 346px;
    padding: 42px 80px;
  }

  .dg-keyfigures::before {
    inset-inline: 48px;
  }

  .dg-keyfigures__inner {
    height: auto;
  }

  .dg-keyfigures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .dg-keyfigures {
    padding-inline: 38px;
  }

  .dg-keyfigures::before {
    inset-inline: 14px;
  }
}

@media (max-width: 600px) {
  .dg-keyfigures {
    min-height: 0;
    padding: 30px 38px;
  }

  .dg-keyfigures::before {
    inset-inline: 14px;
    border-radius: 24px;
  }

  .dg-keyfigures__inner {
    gap: 24px;
  }

  .dg-keyfigures__title {
    font-size: 30px;
  }

  .dg-keyfigures__grid {
    grid-template-columns: 1fr;
  }

  .dg-keyfigure-card {
    min-height: 136px;
    padding: 30px 20px 30px 24px;
  }

  .dg-keyfigure-card__number {
    font-size: 42px;
    line-height: 48px;
  }
}

.dg-keyfigures--home {
  isolation: auto;
  overflow: visible;
  height: auto;
  min-height: 0;
  margin: 0 calc(50% - 50vw);
  padding: 0 clamp(24px, 8.333vw, 120px) 92px;
  background: var(--dg-bg);
  color: var(--dg-ink);
}

.dg-keyfigures--home::before {
  display: none;
}

.dg-keyfigures--home .dg-keyfigures__inner {
  width: 100%;
  height: auto;
  margin-inline: 0 !important;
  gap: 0;
}

.dg-keyfigures--home .dg-keyfigures__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: stretch;
  width: 100%;
}

.dg-keyfigures--home .dg-keyfigures__layout > *,
.dg-keyfigures--home .dg-keyfigures__intro > *,
.dg-keyfigures--home .dg-keyfigure-card > * {
  margin-block: 0;
}

.dg-keyfigures--home .dg-keyfigures__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  box-sizing: border-box;
  padding: 30px 34px 30px 0;
  border-top: 1px solid rgba(8, 25, 45, 0.16);
  border-bottom: 1px solid rgba(8, 25, 45, 0.16);
}

.dg-keyfigures--home .dg-keyfigures__eyebrow {
  color: rgba(8, 25, 45, 0.72);
  font-family: var(--dg-font-sans);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-keyfigures--home .dg-keyfigures__title {
  max-width: 520px;
  color: var(--dg-ink);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.12;
}

.dg-keyfigures--home .dg-keyfigures__text {
  max-width: 420px;
  color: rgba(8, 25, 45, 0.66);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.dg-keyfigures--home .dg-keyfigures__grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: repeat(3, minmax(118px, auto));
  gap: 16px;
}

.dg-keyfigures--home .dg-keyfigure-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
  padding: 22px;
  border: 1px solid rgba(8, 25, 45, 0.1);
  border-radius: 8px;
  background: #DBEEF3;
  box-shadow: none;
  color: var(--dg-ink);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.dg-keyfigures--home .dg-keyfigure-card--primary {
  grid-row: 1 / span 3;
  justify-content: space-between;
  padding: 30px;
  border-color: var(--dg-primary);
  background: var(--dg-primary);
  color: var(--dg-bg);
}

.dg-keyfigures--home .dg-keyfigure-card--orange {
  border-top: 3px solid var(--dg-secondary-orange);
}

.dg-keyfigures--home .dg-keyfigure-card--purple {
  border-top: 3px solid var(--dg-secondary-purple);
}

.dg-keyfigures--home .dg-keyfigure-card__meta {
  color: rgba(8, 25, 45, 0.54);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.dg-keyfigures--home .dg-keyfigure-card--primary .dg-keyfigure-card__meta {
  color: rgba(232, 250, 255, 0.78);
}

.dg-keyfigures--home .dg-keyfigure-card__number {
  color: var(--dg-ink);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.dg-keyfigures--home .dg-keyfigure-card--primary .dg-keyfigure-card__number {
  color: var(--dg-bg);
  font-size: 86px;
  line-height: 0.92;
}

.dg-keyfigures--home .dg-keyfigure-card__number span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.dg-keyfigures--home .dg-keyfigure-card__label {
  max-width: 260px;
  color: rgba(8, 25, 45, 0.68);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.dg-keyfigures--home .dg-keyfigure-card--primary .dg-keyfigure-card__label {
  color: rgba(232, 250, 255, 0.86);
}

@media (max-width: 1100px) {
  .dg-keyfigures--home {
    padding: 0 48px 82px;
  }

  .dg-keyfigures--home .dg-keyfigures__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dg-keyfigures--home .dg-keyfigures__intro {
    padding-right: 0;
  }

  .dg-keyfigures--home .dg-keyfigures__title,
  .dg-keyfigures--home .dg-keyfigures__text {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .dg-keyfigures--home {
    padding: 0 14px 64px;
  }

  .dg-keyfigures--home .dg-keyfigures__intro {
    padding: 24px 0;
  }

  .dg-keyfigures--home .dg-keyfigures__title {
    font-size: 30px;
  }

  .dg-keyfigures--home .dg-keyfigures__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .dg-keyfigures--home .dg-keyfigure-card--primary {
    grid-row: auto;
    min-height: 220px;
  }

  .dg-keyfigures--home .dg-keyfigure-card__number {
    font-size: 42px;
  }

  .dg-keyfigures--home .dg-keyfigure-card--primary .dg-keyfigure-card__number {
    font-size: 68px;
  }
}

.dg-keyfigures--home {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
  margin: clamp(36px, 4vw, 64px) calc(50% - 50vw) clamp(48px, 5vw, 72px);
  padding: 51px calc(clamp(24px, 8.333vw, 120px) + 38px);
  background: transparent;
  color: #fff;
}

.dg-keyfigures--home::before {
  content: "";
  position: absolute;
  inset: 0 clamp(24px, 8.333vw, 120px);
  z-index: -1;
  display: block;
  border-radius: 32px;
  background-image:
    radial-gradient(circle at 20% 0%, rgba(232, 250, 255, 0.48) 0%, rgba(232, 250, 255, 0) 28%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url("../img/gradientbg.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 60px rgba(0, 114, 255, 0.16);
}

.dg-keyfigures--home .dg-keyfigures__inner {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 244px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-inline: 0 !important;
}

.dg-keyfigures--home .dg-keyfigures__inner > *,
.dg-keyfigures--home .dg-keyfigures__grid > *,
.dg-keyfigures--home .dg-keyfigure-card > * {
  margin-block: 0;
}

.dg-keyfigures--home .dg-keyfigures__title {
  max-width: none;
  color: #fff;
  font-family: "Inter", var(--dg-font-sans);
  font-size: clamp(34px, 3.65vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.dg-keyfigures--home .dg-keyfigures__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 28px;
}

.dg-keyfigures--home .dg-keyfigure-card,
.dg-keyfigures--home .dg-keyfigure-card--primary,
.dg-keyfigures--home .dg-keyfigure-card--orange,
.dg-keyfigures--home .dg-keyfigure-card--purple,
.dg-keyfigures--home .dg-keyfigure-card--operations {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
  padding: 42px 24px 40px 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 -11px 23.8px rgba(0, 0, 0, 0.2),
    inset 0 12px 30px rgba(255, 255, 255, 0.4);
  color: #fff;
  -webkit-backdrop-filter: blur(12.6px);
  backdrop-filter: blur(12.6px);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.dg-keyfigures--home .dg-keyfigure-card:hover,
.dg-keyfigures--home .dg-keyfigure-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.2);
}

.dg-keyfigures--home .dg-keyfigure-card--operations {
  padding-top: 32px;
  padding-bottom: 32px;
}

.dg-keyfigures--home .dg-keyfigure-card__number {
  color: #fff;
  font-family: "Inter", var(--dg-font-sans);
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.dg-keyfigures--home .dg-keyfigure-card__label {
  max-width: 260px;
  color: rgba(232, 250, 255, 0.9);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .dg-keyfigures--home {
    padding: 42px 80px;
  }

  .dg-keyfigures--home::before {
    inset-inline: 48px;
  }

  .dg-keyfigures--home .dg-keyfigures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .dg-keyfigures--home {
    margin-top: 32px;
    padding: 30px 38px;
  }

  .dg-keyfigures--home::before {
    inset-inline: 14px;
    border-radius: 24px;
  }

  .dg-keyfigures--home .dg-keyfigures__inner {
    gap: 24px;
  }

  .dg-keyfigures--home .dg-keyfigures__title {
    font-size: 30px;
  }

  .dg-keyfigures--home .dg-keyfigures__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dg-keyfigures--home .dg-keyfigure-card,
  .dg-keyfigures--home .dg-keyfigure-card--primary,
  .dg-keyfigures--home .dg-keyfigure-card--orange,
  .dg-keyfigures--home .dg-keyfigure-card--purple,
  .dg-keyfigures--home .dg-keyfigure-card--operations {
    min-height: 136px;
    padding: 30px 20px 30px 24px;
  }

  .dg-keyfigures--home .dg-keyfigure-card__number {
    font-size: 42px;
  }
}

/* Home key figures refinement: same gradient/glass DA, stronger structure. */
.dg-keyfigures--home {
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
  margin: clamp(8px, 1.2vw, 16px) calc(50% - 50vw) var(--dg-section-space);
  padding: 0 var(--dg-gutter);
  background: var(--dg-bg);
  color: #fff;
}

.dg-keyfigures--home::before {
  display: none;
}

.dg-keyfigures--home .dg-keyfigures__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: var(--dg-section-max);
  min-height: 362px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 42px;
  box-sizing: border-box;
  margin-inline: auto !important;
  padding: 58px 44px 52px;
  border: 1px solid rgba(232, 250, 255, 0.2);
  border-radius: 32px;
  background-image:
    linear-gradient(117deg, rgba(232, 250, 255, 0.26) 0%, rgba(232, 250, 255, 0) 22%),
    linear-gradient(142deg, rgba(8, 25, 45, 0) 0%, rgba(8, 25, 45, 0.28) 100%),
    url("../img/gradientbg.png");
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 26px 70px rgba(0, 114, 255, 0.16);
}

.dg-keyfigures--home .dg-keyfigures__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 25, 45, 0) 0%, rgba(8, 25, 45, 0.18) 100%);
}

.dg-keyfigures--home .dg-keyfigures__title {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff;
  font-family: "Inter", var(--dg-font-sans);
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.dg-keyfigures--home .dg-keyfigures__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.dg-keyfigures--home .dg-keyfigure-card,
.dg-keyfigures--home .dg-keyfigure-card--experience,
.dg-keyfigures--home .dg-keyfigure-card--team,
.dg-keyfigures--home .dg-keyfigure-card--revenue,
.dg-keyfigures--home .dg-keyfigure-card--operations {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 184px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 34px 26px 32px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 -11px 24px rgba(0, 0, 0, 0.18),
    inset 0 12px 30px rgba(255, 255, 255, 0.34);
  color: #fff;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.dg-keyfigures--home .dg-keyfigure-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0));
  opacity: 0.78;
}

.dg-keyfigures--home .dg-keyfigure-card:hover,
.dg-keyfigures--home .dg-keyfigure-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 -11px 24px rgba(0, 0, 0, 0.18),
    inset 0 12px 30px rgba(255, 255, 255, 0.4),
    0 18px 34px rgba(8, 25, 45, 0.16);
}

.dg-keyfigures--home .dg-keyfigure-card__number {
  color: #fff;
  font-family: "Inter", var(--dg-font-sans);
  font-size: clamp(50px, 4.8vw, 66px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number {
  font-size: clamp(54px, 5.3vw, 72px);
}

.dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number span {
  display: inline-block;
  margin-left: 8px;
  color: rgba(232, 250, 255, 0.9);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.1;
  text-transform: none;
  vertical-align: baseline;
}

.dg-keyfigures--home .dg-keyfigure-card__label {
  max-width: 260px;
  color: rgba(232, 250, 255, 0.9);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .dg-keyfigures--home .dg-keyfigures__inner {
    padding: 48px 34px;
  }

  .dg-keyfigures--home .dg-keyfigures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .dg-keyfigures--home {
    margin-top: 36px;
    padding: 0 14px;
  }

  .dg-keyfigures--home .dg-keyfigures__inner {
    min-height: 0;
    gap: 26px;
    padding: 34px 22px;
    border-radius: 24px;
  }

  .dg-keyfigures--home .dg-keyfigures__title {
    font-size: 30px;
  }

  .dg-keyfigures--home .dg-keyfigures__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dg-keyfigures--home .dg-keyfigure-card,
  .dg-keyfigures--home .dg-keyfigure-card--experience,
  .dg-keyfigures--home .dg-keyfigure-card--team,
  .dg-keyfigures--home .dg-keyfigure-card--revenue,
  .dg-keyfigures--home .dg-keyfigure-card--operations {
    min-height: 132px;
    padding: 28px 22px;
  }

  .dg-keyfigures--home .dg-keyfigure-card__number,
  .dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number {
    font-size: 42px;
  }
}

.dg-keyfigures--about {
  margin-top: clamp(48px, 5vw, 72px);
  margin-bottom: 0;
  padding: 51px clamp(32px, 5.2vw, 75px);
}

.dg-keyfigures--about::before {
  right: auto;
  left: 50%;
  width: min(100%, 1277px);
  transform: translateX(-50%);
}

.dg-keyfigures--about .dg-keyfigures__inner {
  width: min(100%, 1201px);
  height: 100%;
  justify-content: center;
  gap: 0;
  margin-inline: auto !important;
}

@media (max-width: 1100px) {
  .dg-keyfigures--about {
    height: auto;
    min-height: 346px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .dg-keyfigures--about::before {
    width: calc(100% - 64px);
  }

  .dg-keyfigures--about .dg-keyfigures__inner {
    height: auto;
  }
}

@media (max-width: 600px) {
  .dg-keyfigures--about {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dg-keyfigures--about::before {
    width: calc(100% - 28px);
  }
}

/* ----------------------------------------------------------------------------
   Section logos confiance
---------------------------------------------------------------------------- */
.dg-trust {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(48px, 5vw, 72px);
  margin-left: calc(50% - 50vw);
  padding: 0 0 42px;
  overflow: hidden;
  color: var(--dg-ink);
}

.dg-trust__title {
  margin: 0 0 56px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--dg-ink);
}

.dg-trust__title strong {
  font-weight: 700;
}

.dg-trust__marquee {
  display: flex;
  width: max-content;
  gap: 72px;
  will-change: transform;
  animation: dg-trust-marquee 28s linear infinite;
}

.dg-trust__track {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 72px;
}

.dg-trust__logo {
  width: 170px;
  height: 64px;
  display: flex;
  flex: 0 0 170px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.dg-trust__logo img {
  width: auto;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.dg-trust__marquee:hover {
  animation-play-state: paused;
}

@keyframes dg-trust-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 36px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-trust__marquee {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }
}

@media (max-width: 781px) {
  .dg-trust {
    padding-bottom: 36px;
  }

  .dg-trust__title {
    margin-bottom: 36px;
    font-size: 22px;
  }

  .dg-trust__marquee,
  .dg-trust__track {
    gap: 44px;
  }

  .dg-trust__logo {
    width: 140px;
    height: 54px;
    flex-basis: 140px;
  }

  .dg-trust__logo img {
    max-height: 54px;
  }

  @keyframes dg-trust-marquee {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(calc(-50% - 22px), 0, 0);
    }
  }
}

/* ----------------------------------------------------------------------------
   Section CTA projet
---------------------------------------------------------------------------- */
.dg-project-cta {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(56px, 6vw, 88px);
  margin-left: calc(50% - 50vw);
  padding: 30px var(--dg-gutter);
  background: var(--dg-bg);
}

.dg-project-cta__panel {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: var(--dg-section-max);
  min-height: 489px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 48px;
  background: #000;
  color: var(--dg-bg);
}

.dg-project-cta__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-project-cta__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.dg-project-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
  pointer-events: none;
}

.dg-project-cta__panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 79px;
  z-index: 2;
  width: min(89.2%, 1218px);
  height: 302px;
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.19);
  filter: blur(81.6px);
  mix-blend-mode: plus-lighter;
  transform: translateX(-50%);
  pointer-events: none;
}

.dg-project-cta__content {
  position: relative;
  z-index: 3;
  width: min(100%, 926px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin-inline: auto !important;
  text-align: center;
}

.dg-project-cta__content > * {
  margin-block: 0;
}

.dg-project-cta__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 48px;
  color: var(--dg-bg);
}

.dg-project-cta__buttons.wp-block-buttons {
  margin: 0;
}

.dg-project-cta__button .wp-block-button__link {
  min-width: 211px;
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 0;
  border-radius: 9px;
  background: var(--dg-bg);
  color: var(--dg-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.dg-project-cta__button .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: var(--dg-bg);
}

@media (max-width: 1100px) {
  .dg-project-cta {
    padding-inline: var(--dg-gutter);
  }
}

@media (max-width: 781px) {
  .dg-project-cta {
    padding: 24px 14px;
  }

  .dg-project-cta__panel {
    height: 360px;
    min-height: 360px !important;
    border-radius: 30px;
  }

  .dg-project-cta__content {
    gap: 30px;
  }

  .dg-project-cta__title {
    font-size: 42px;
    line-height: 46px;
  }

  .dg-project-cta__button .wp-block-button__link {
    min-width: 0;
    min-height: 48px;
    padding: 14px 24px;
  }
}

/* ----------------------------------------------------------------------------
   Page "Qui sommes-nous" - hero
---------------------------------------------------------------------------- */
.dg-page--about {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-about-hero {
  width: 100vw;
  max-width: none;
  min-height: 0;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: calc(var(--dg-header-safe) + 22px) clamp(32px, 5.2vw, 75px) 74px;
  background: var(--dg-bg);
}

.dg-about-hero__inner {
  position: relative;
  top: 0;
  display: grid;
  width: min(100%, 1277px);
  min-height: 558px;
  grid-template-columns: minmax(0, 737px) 480px;
  gap: 60px;
  align-items: center;
  margin-inline: auto !important;
}

.dg-about-hero__inner > *,
.dg-about-hero__content > * {
  margin-block: 0;
}

.dg-about-hero__content {
  display: flex;
  max-width: 737px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.dg-about-hero__eyebrow {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  color: var(--dg-ink);
}

.dg-about-hero__title {
  width: 100%;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: var(--dg-ink);
}

.dg-about-hero__text {
  max-width: 634px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  color: rgba(8, 25, 45, 0.68);
}

.dg-about-hero__visual {
  --dg-about-scale: 1;
  position: relative;
  width: calc(480px * var(--dg-about-scale));
  height: calc(520px * var(--dg-about-scale));
  margin: 0 !important;
}

.dg-about-hero__visual > * {
  margin-block: 0;
}

.dg-about-hero__photo {
  position: absolute;
  overflow: hidden;
  margin: 0 !important;
  border-radius: calc(24px * var(--dg-about-scale));
  background: #BFB5A8;
}

.dg-about-hero__photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.dg-about-hero__photo--one {
  left: 0;
  top: calc(23px * var(--dg-about-scale));
  width: calc(360px * var(--dg-about-scale));
  height: calc(480px * var(--dg-about-scale));
  box-shadow:
    0 calc(125px * var(--dg-about-scale)) calc(50px * var(--dg-about-scale)) rgba(0, 0, 0, 0.01),
    0 calc(70px * var(--dg-about-scale)) calc(42px * var(--dg-about-scale)) rgba(0, 0, 0, 0.05),
    0 calc(31px * var(--dg-about-scale)) calc(31px * var(--dg-about-scale)) rgba(0, 0, 0, 0.09),
    0 calc(8px * var(--dg-about-scale)) calc(17px * var(--dg-about-scale)) rgba(0, 0, 0, 0.1);
}

.dg-about-hero__photo--one img {
	object-position: center;
}

.dg-about-hero__photo--two {
  left: calc(200px * var(--dg-about-scale));
  top: calc(203px * var(--dg-about-scale));
  z-index: 2;
  width: calc(280px * var(--dg-about-scale));
  height: calc(340px * var(--dg-about-scale));
  background: #1A1A1A;
  box-shadow:
    0 calc(89px * var(--dg-about-scale)) calc(36px * var(--dg-about-scale)) rgba(0, 0, 0, 0.01),
    0 calc(50px * var(--dg-about-scale)) calc(30px * var(--dg-about-scale)) rgba(0, 0, 0, 0.05),
    0 calc(22px * var(--dg-about-scale)) calc(22px * var(--dg-about-scale)) rgba(0, 0, 0, 0.09),
    0 calc(6px * var(--dg-about-scale)) calc(12px * var(--dg-about-scale)) rgba(0, 0, 0, 0.1);
}

.dg-about-hero__photo--two img {
	object-position: center top;
}

.dg-about-hero__badge {
	position: absolute;
	left: calc(226px * var(--dg-about-scale));
	top: calc(487px * var(--dg-about-scale));
  z-index: 3;
  display: flex;
  width: calc(228px * var(--dg-about-scale));
  height: calc(31px * var(--dg-about-scale));
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: calc(8px * var(--dg-about-scale)) calc(20px * var(--dg-about-scale));
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.49);
  box-shadow:
    inset 0 -10px 23.8px rgba(0, 0, 0, 0.07),
    inset 0 12px 30px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2.75px);
  backdrop-filter: blur(2.75px);
}

.dg-about-hero__badge p {
  margin: 0;
  color: var(--dg-ink);
  font-size: calc(12px * var(--dg-about-scale));
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 1340px) and (min-width: 1051px) {
  .dg-about-hero__inner {
    grid-template-columns: minmax(0, 1fr) calc(480px * 0.86);
    gap: 40px;
  }

  .dg-about-hero__title {
    font-size: clamp(58px, 5.4vw, 72px);
  }

  .dg-about-hero__visual {
    --dg-about-scale: 0.86;
  }
}

@media (max-width: 1050px) {
  .dg-about-hero {
    min-height: 0;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .dg-about-hero__inner {
    top: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 54px;
  }

  .dg-about-hero__content {
    width: min(100%, 737px);
  }
}

@media (max-width: 781px) {
  .dg-about-hero {
    padding: 70px 22px 64px;
  }

  .dg-about-hero__inner {
    gap: 40px;
  }

  .dg-about-hero__content {
    gap: 22px;
  }

  .dg-about-hero__title {
    font-size: clamp(46px, 12vw, 58px);
  }

  .dg-about-hero__text {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }

  .dg-about-hero__visual {
    --dg-about-scale: 0.72;
  }
}

@media (max-width: 390px) {
  .dg-about-hero__visual {
    --dg-about-scale: 0.68;
  }
}

/* ----------------------------------------------------------------------------
   Page "Qui sommes-nous" - organisation du groupe
---------------------------------------------------------------------------- */
.dg-about-organization {
  width: 100vw;
  max-width: none;
  height: 807px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 41px clamp(24px, 2.8vw, 40px);
  background: var(--dg-bg);
}

.dg-about-organization__panel {
  position: relative;
  overflow: hidden;
  width: min(100%, 1362px);
  height: 725px;
  margin-inline: auto !important;
  border-radius: 24px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
    radial-gradient(ellipse 620px 410px at 13% 12%, rgba(232, 250, 255, 0.62) 0%, rgba(122, 194, 255, 0.34) 35%, rgba(122, 194, 255, 0) 68%),
    radial-gradient(ellipse 760px 470px at 48% 44%, rgba(0, 114, 255, 0.88) 0%, rgba(0, 114, 255, 0.34) 48%, rgba(0, 114, 255, 0) 78%),
    radial-gradient(ellipse 640px 450px at 87% 11%, rgba(139, 211, 255, 0.46) 0%, rgba(71, 158, 255, 0.24) 48%, rgba(71, 158, 255, 0) 78%),
    linear-gradient(155deg, #62b6ff 0%, #0072ff 45%, #00265d 100%);
  color: var(--dg-bg);
}

.dg-about-organization__panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 245px;
  background: linear-gradient(180deg, rgba(0, 43, 122, 0), rgba(0, 22, 66, 0.72));
  pointer-events: none;
}

.dg-about-organization__panel > *,
.dg-about-organization__header > *,
.dg-about-organization__diagram > *,
.dg-about-organization__root > *,
.dg-about-organization__brand > *,
.dg-about-organization__cards > *,
.dg-about-organization-card > *,
.dg-about-organization-card__content > * {
  margin-block: 0;
}

.dg-about-organization__header {
  position: absolute;
  top: 71px;
  left: calc(50% - 602.5px);
  z-index: 2;
  display: flex;
  width: 706px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.dg-about-organization__eyebrow {
  color: var(--dg-bg);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.dg-about-organization__title {
  width: 706px;
  color: var(--dg-bg);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.dg-about-organization__marks {
  display: block;
  width: 88px;
  height: 2px;
  margin-top: 20px !important;
  background:
    linear-gradient(
      90deg,
      var(--dg-bg) 0 24px,
      transparent 24px 32px,
      rgba(232, 250, 255, 0.36) 32px 56px,
      transparent 56px 64px,
      rgba(232, 250, 255, 0.36) 64px 88px
    );
}

.dg-about-organization__diagram {
  position: absolute;
  top: 235px;
  left: calc(50% - 628.5px);
  z-index: 2;
  width: 1257px;
  height: 390px;
}

.dg-about-organization__root {
  position: absolute;
  top: 21px;
  left: 59px;
  z-index: 2;
  display: flex;
  width: 260px;
  height: 260px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 999px;
  background: linear-gradient(155.69deg, var(--dg-primary) 8.53%, #4498FF 91.47%);
  box-shadow: inset 0 0 22.9px rgba(255, 255, 255, 0.6), 0 28px 80px rgba(0, 36, 110, 0.22);
}

.dg-about-organization__root-logo,
.dg-about-organization__root-logo img {
  display: block;
  width: 171px;
  height: auto !important;
}

.dg-about-organization__branch {
  position: absolute;
  top: 11px;
  z-index: 2;
  width: 346px;
  height: 368px;
}

.dg-about-organization__branch--routes {
  left: 487px;
}

.dg-about-organization__branch--sps {
  left: 908px;
}

.dg-about-organization__branch::before {
  content: "";
  position: absolute;
  top: 96px;
  left: 50%;
  width: 0;
  height: 45px;
  border-left: 2px solid rgba(232, 250, 255, 0.2);
  transform: translateX(-50%);
}

.dg-about-organization__brand {
  position: relative;
  z-index: 2;
  display: flex;
  width: 273px;
  height: 96px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-inline: auto !important;
  padding: 15px;
  border-radius: 24px;
}

.dg-about-organization__brand--routes {
  background: linear-gradient(149.62deg, var(--dg-secondary-purple) 7.65%, #B184FF 92.35%);
  box-shadow: inset 0 0 10.7px rgba(255, 255, 255, 0.6), 0 18px 36px rgba(75, 7, 147, 0.15);
}

.dg-about-organization__brand--sps {
  background: linear-gradient(149.62deg, #EE7F00 7.65%, #FFC078 92.35%);
  box-shadow: inset 0 0 18.8px #FFDDB6, 0 18px 36px rgba(238, 127, 0, 0.16);
}

.dg-about-organization__brand-logo,
.dg-about-organization__brand-logo img {
  display: block;
  width: 185px;
  height: 55px !important;
  object-fit: contain;
}

.dg-about-organization__cards {
  position: absolute;
  top: 141px;
  left: 0;
  z-index: 2;
  display: flex;
  width: 346px;
  flex-direction: column;
  gap: 31px;
}

.dg-about-organization-card {
  position: relative;
  display: flex;
  width: 346px;
  height: 106px;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 24px;
  padding: 16px;
  border: 1px solid rgba(177, 132, 255, 0.55);
  border-radius: 16px;
  background: rgba(75, 7, 147, 0.28);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.dg-about-organization-card + .dg-about-organization-card::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  width: 0;
  height: 31px;
  border-left: 2px solid rgba(232, 250, 255, 0.2);
  transform: translateX(-50%);
}

.dg-about-organization-card--sps {
  border-color: rgba(238, 127, 0, 0.4);
  background: rgba(238, 127, 0, 0.24);
}

.dg-about-organization-card__icon {
  position: relative;
  display: flex;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(138, 86, 227, 0.66);
}

.dg-about-organization-card--sps .dg-about-organization-card__icon {
  background: rgba(238, 127, 0, 0.15);
}

.dg-about-organization-card__icon::before {
  content: "";
  display: none;
}

.dg-about-organization-card__icon-image,
.dg-about-organization-card__icon-image img {
  display: block;
  width: 48px;
  height: 48px !important;
  object-fit: contain;
}

.dg-about-organization-card:not(.dg-about-organization-card--sps) .dg-about-organization-card__icon-image,
.dg-about-organization-card:not(.dg-about-organization-card--sps) .dg-about-organization-card__icon-image img {
  height: 41px !important;
}

.dg-about-organization-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding-top: 8px;
}

.dg-about-organization-card__title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.dg-about-organization-card__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.32;
}

.dg-about-organization-card--sps .dg-about-organization-card__text {
  font-size: 12px;
  line-height: 1.25;
}

.dg-about-organization__line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.dg-about-organization__line--root {
  left: 319px;
  top: 59px;
  width: 205px;
  height: 92px;
  background-image: url("data:image/svg+xml,%3Csvg width='205' height='92' viewBox='0 0 205 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 91H79C92.2548 91 103 80.2548 103 67V25C103 11.7452 113.745 1 127 1H204' stroke='%23E8FAFF' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.dg-about-organization__line--between {
  left: 797px;
  top: 59px;
  width: 148px;
  height: 0;
  border-top: 2px solid rgba(232, 250, 255, 0.2);
}

@media (max-width: 1180px) {
  .dg-about-organization {
    height: auto;
    padding: 36px 24px;
  }

  .dg-about-organization__panel {
    height: auto;
    min-height: 0;
    padding: 56px 28px;
  }

  .dg-about-organization__panel::after {
    height: 180px;
  }

  .dg-about-organization__header,
  .dg-about-organization__diagram,
  .dg-about-organization__root,
  .dg-about-organization__branch {
    position: relative;
    inset: auto;
  }

  .dg-about-organization__header {
    width: min(100%, 706px);
    margin-bottom: 48px !important;
  }

  .dg-about-organization__title {
    width: 100%;
    font-size: 36px;
    line-height: 1.18;
  }

  .dg-about-organization__diagram {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: minmax(220px, 260px) repeat(2, minmax(280px, 346px));
    gap: 32px;
    align-items: start;
  }

  .dg-about-organization__root {
    top: auto;
    left: auto;
    margin-top: 48px !important;
  }

  .dg-about-organization__branch {
    width: 100%;
    height: auto;
  }

  .dg-about-organization__branch::before,
  .dg-about-organization__line,
  .dg-about-organization-card + .dg-about-organization-card::before {
    display: none;
  }

  .dg-about-organization__cards {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 24px !important;
    gap: 16px;
  }

  .dg-about-organization-card {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .dg-about-organization__diagram {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .dg-about-organization__root {
    margin-top: 0 !important;
  }

  .dg-about-organization__branch {
    max-width: 346px;
  }
}

@media (max-width: 600px) {
  .dg-about-organization {
    padding: 28px 14px;
  }

  .dg-about-organization__panel {
    padding: 42px 18px;
    border-radius: 22px;
  }

  .dg-about-organization__title {
    font-size: 31px;
    line-height: 1.16;
  }

  .dg-about-organization__root {
    width: 220px;
    height: 220px;
  }

  .dg-about-organization__root-logo,
  .dg-about-organization__root-logo img {
    width: 146px;
  }

  .dg-about-organization-card {
    height: auto;
    min-height: 106px;
    gap: 16px;
  }

  .dg-about-organization-card__icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .dg-about-organization-card__icon::before {
    transform: scale(0.82);
  }
}

/* ----------------------------------------------------------------------------
   Page "Qui sommes-nous" - principes fondateurs
---------------------------------------------------------------------------- */
.dg-about-principles {
  width: 100vw;
  max-width: none;
  height: 552px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 80px clamp(24px, 3.125vw, 45px);
  background: var(--dg-bg);
}

.dg-about-principles__inner {
  display: flex;
  width: min(100%, 1350px);
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  margin-inline: auto !important;
}

.dg-about-principles__inner > *,
.dg-about-principles__header > *,
.dg-about-principle-card > * {
  margin-block: 0;
}

.dg-about-principles__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.dg-about-principles__eyebrow {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--dg-ink);
}

.dg-about-principles__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: var(--dg-ink);
}

.dg-about-principles__cards.wp-block-columns {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  margin: 0;
}

.dg-about-principles__cards.wp-block-columns > .wp-block-column {
  min-width: 0;
  margin: 0;
}

.dg-about-principle-card {
  display: flex;
  height: 300px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 32px 24px;
  border-radius: 16px;
  background: #C7E5FE;
}

.dg-about-principle-card__number {
  color: var(--dg-primary);
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
}

.dg-about-principle-card__title {
  color: var(--dg-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.dg-about-principle-card__text {
  max-width: 270px;
  color: rgba(8, 25, 45, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1050px) {
  .dg-about-principles {
    height: auto;
    padding: 72px 32px;
  }

  .dg-about-principles__cards.wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-about-principle-card {
    height: auto;
    min-height: 220px;
  }

  .dg-about-principle-card__text {
    max-width: 56ch;
  }
}

@media (max-width: 781px) {
  .dg-about-principles {
    padding: 58px 22px;
  }

  .dg-about-principles__inner {
    gap: 34px;
  }

  .dg-about-principles__title {
    font-size: 34px;
    line-height: 40px;
  }

  .dg-about-principles__cards.wp-block-columns {
    grid-template-columns: 1fr;
  }

  .dg-about-principle-card {
    min-height: 0;
    padding: 28px 22px;
  }
}

/* ----------------------------------------------------------------------------
   Page "Qui sommes-nous" - mission
---------------------------------------------------------------------------- */
.dg-about-mission {
  width: 100vw;
  max-width: none;
  height: 580px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 60px clamp(32px, 5.2vw, 75px) 40px;
  background: linear-gradient(224.68deg, var(--dg-bg) 24.86%, var(--dg-bg) 84.25%);
}

.dg-about-mission__inner {
  display: flex;
  width: min(100%, 1277px);
  height: 480px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-inline: auto !important;
}

.dg-about-mission__inner > *,
.dg-about-mission__visual > *,
.dg-about-mission__content > *,
.dg-about-mission__stat > * {
  margin-block: 0;
}

.dg-about-mission__visual {
  --dg-mission-scale: 1;
  position: relative;
  order: 2;
  flex: 0 0 calc(482px * var(--dg-mission-scale));
  width: calc(482px * var(--dg-mission-scale));
  height: calc(480px * var(--dg-mission-scale));
}

.dg-about-mission__image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: calc(400px * var(--dg-mission-scale));
  height: calc(440px * var(--dg-mission-scale));
  margin: 0 !important;
  border-radius: calc(16px * var(--dg-mission-scale));
  background: #C8BFB0;
  box-shadow:
    0 calc(171px * var(--dg-mission-scale)) calc(68px * var(--dg-mission-scale)) rgba(0, 0, 0, 0.01),
    0 calc(96px * var(--dg-mission-scale)) calc(58px * var(--dg-mission-scale)) rgba(0, 0, 0, 0.04),
    0 calc(43px * var(--dg-mission-scale)) calc(43px * var(--dg-mission-scale)) rgba(0, 0, 0, 0.07),
    0 calc(11px * var(--dg-mission-scale)) calc(24px * var(--dg-mission-scale)) rgba(0, 0, 0, 0.08);
}

.dg-about-mission__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.dg-about-mission__stat {
  position: absolute;
  left: calc(241px * var(--dg-mission-scale));
  top: calc(277px * var(--dg-mission-scale));
  z-index: 2;
  display: flex;
  width: calc(140px * var(--dg-mission-scale));
  height: calc(140px * var(--dg-mission-scale));
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(16px * var(--dg-mission-scale));
  border-radius: calc(16px * var(--dg-mission-scale));
  background: rgba(255, 255, 255, 0.51);
  box-shadow: inset 0 6px 29.4px rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2.75px);
  backdrop-filter: blur(2.75px);
}

.dg-about-mission__stat-number {
  color: var(--dg-ink);
  font-size: calc(44px * var(--dg-mission-scale));
  font-weight: 700;
  line-height: 1.2;
}

.dg-about-mission__stat-label {
  color: var(--dg-ink);
  font-size: calc(14px * var(--dg-mission-scale));
  font-weight: 500;
  line-height: 17px;
}

.dg-about-mission__content {
  display: flex;
  order: 1;
  width: 540px;
  flex: 0 0 540px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.dg-about-mission__eyebrow {
  color: var(--dg-ink);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-about-mission__title {
  width: 540px;
  color: var(--dg-ink);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.dg-about-mission__text {
  width: 540px;
  color: rgba(8, 25, 45, 0.68);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 1180px) {
  .dg-about-mission {
    height: auto;
    padding: 72px 32px 48px;
  }

  .dg-about-mission__inner {
    width: min(100%, 820px);
    height: auto;
    flex-direction: column;
    gap: 52px;
    margin-inline: auto !important;
  }

  .dg-about-mission__content,
  .dg-about-mission__title,
  .dg-about-mission__text {
    width: min(100%, 540px);
  }
}

@media (max-width: 600px) {
  .dg-about-mission {
    padding: 58px 22px 42px;
  }

  .dg-about-mission__inner {
    gap: 42px;
  }

  .dg-about-mission__visual {
    --dg-mission-scale: 0.72;
  }

  .dg-about-mission__title {
    font-size: 38px;
    line-height: 1.18;
  }

  .dg-about-mission__text {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 390px) {
  .dg-about-mission__visual {
    --dg-mission-scale: 0.68;
  }
}

/* ----------------------------------------------------------------------------
   Page "Qui sommes-nous" - valeurs accordéon
---------------------------------------------------------------------------- */
.dg-about-values {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 48px clamp(32px, 5.2vw, 75px) 80px;
  background: var(--dg-bg);
}

.dg-about-values__inner {
  display: flex;
  width: min(100%, 1277px);
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-inline: auto !important;
}

.dg-about-values > *,
.dg-about-values__inner > * {
  margin-block: 0;
}

.dg-about-values__intro {
  display: flex;
  width: 380px;
  flex: 0 0 380px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-about-values__intro > *,
.dg-about-values__copy > *,
.dg-about-values__item > * {
  margin-block: 0;
}

.dg-about-values__eyebrow {
  color: var(--dg-ink);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-about-values__copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-about-values__title {
  width: 380px;
  color: var(--dg-ink);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.dg-about-values__text {
  width: 380px;
  color: rgba(8, 25, 45, 0.68);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.dg-about-values__cloud {
  width: 380px;
  margin-top: 8px !important;
}

.dg-about-values__cloud img {
  display: block;
  width: 380px;
  max-width: 100%;
  height: auto !important;
}

.dg-about-values__list {
  display: flex;
  width: 703px;
  box-sizing: border-box;
  flex: 0 0 703px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px;
  background: var(--dg-bg);
}

.dg-about-values__item {
  width: 627.5px;
  box-sizing: border-box;
  border-bottom: 1px solid #D4DBDE;
  background: var(--dg-bg);
}

.dg-about-values__item summary {
  display: flex;
  width: 100%;
  min-height: 86px;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  color: var(--dg-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
}

.dg-about-values__item,
.dg-about-values__item summary,
.dg-about-values__item:focus,
.dg-about-values__item:focus-within,
.dg-about-values__item summary:focus {
  outline: none !important;
}

.dg-about-values__item summary:focus-visible {
  color: var(--dg-primary);
  box-shadow: none !important;
}

.dg-about-values__item summary::-webkit-details-marker {
  display: none;
}

.dg-about-values__item summary::after {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-left: auto;
  margin-top: 4px;
  border-right: 2px solid #4F5D64;
  border-bottom: 2px solid #4F5D64;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.dg-about-values__item[open] summary::after,
.dg-about-values__item.is-open summary::after {
  transform: rotate(-135deg);
}

.dg-about-values__panel {
  overflow: hidden;
  padding: 0 56px 32px 0;
  color: #4F5D64;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.dg-about-values__item:not([open]) .dg-about-values__panel {
  display: none;
}

.dg-about-values__item.is-animating .dg-about-values__panel {
  display: block;
}

/* ----------------------------------------------------------------------------
   Page "Qui sommes-nous" - comite de direction
---------------------------------------------------------------------------- */
.dg-about-team {
  width: 100vw;
  max-width: none;
  height: auto;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(48px, 4vw, 64px) var(--dg-gutter) clamp(28px, 3vw, 40px);
  background: var(--dg-bg);
}

.dg-about-team__inner {
  display: flex;
  width: min(100%, var(--dg-section-max));
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(34px, 3.6vw, 48px);
  margin-inline: auto !important;
}

.dg-about-team__inner > *,
.dg-about-team__grid > *,
.dg-about-team-card > *,
.dg-about-team-card__content > * {
  margin-block: 0;
}

.dg-about-team__title {
  width: 100%;
  color: var(--dg-ink);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.12;
}

.dg-about-team__grid {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(20px, 2vw, 28px);
}

.dg-about-team-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 320px;
  height: auto;
  aspect-ratio: 410 / 372;
  border-radius: 20px;
  background: #E8E8E8;
  box-shadow:
    0 59px 24px rgba(0, 0, 0, 0.01),
    0 33px 20px rgba(0, 0, 0, 0.05),
    0 15px 15px rgba(0, 0, 0, 0.09),
    0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.dg-about-team-card::before,
.dg-about-team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dg-about-team-card::before {
  z-index: 1;
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) -2.23%, rgba(0, 114, 255, 0.27) 99.93%);
}

.dg-about-team-card::after {
  z-index: 2;
  opacity: 0.85;
  background: linear-gradient(179.53deg, rgba(0, 0, 0, 0) 24.24%, rgba(0, 0, 0, 0.8) 99.6%);
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dg-about-team-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 66px 26px rgba(0, 0, 0, 0.012),
    0 38px 23px rgba(0, 0, 0, 0.055),
    0 18px 17px rgba(0, 0, 0, 0.1),
    0 6px 10px rgba(0, 0, 0, 0.12);
}

.dg-about-team-card:hover::after {
  opacity: 0.98;
}

.dg-about-team-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-about-team-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center 38%;
  filter: none;
}

.dg-about-team-card__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.dg-about-team-card__role {
  color: #DDDDDD;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 400;
  line-height: 1.35;
}

.dg-about-team-card__name {
  color: #DDDDDD;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 650;
  line-height: 1.12;
}

@media (prefers-reduced-motion: reduce) {
  .dg-about-team-card {
    transition: none;
  }

  .dg-about-team-card::after {
    transition: none;
  }

  .dg-about-team-card:hover {
    transform: none;
  }
}

@media (max-width: 1180px) {
  .dg-about-values {
    padding: 48px 32px 72px;
  }

  .dg-about-values__inner {
    width: min(100%, 820px);
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .dg-about-values__intro,
  .dg-about-values__list {
    width: min(100%, 703px);
    flex: 0 1 auto;
  }

  .dg-about-values__title,
  .dg-about-values__text {
    width: min(100%, 540px);
  }

  .dg-about-values__item {
    width: 100%;
  }

  .dg-about-team {
    padding: 48px 32px 38px;
  }

  .dg-about-team__inner {
    width: min(100%, var(--dg-section-max));
  }

  .dg-about-team__grid {
    width: 100%;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dg-about-team-card {
    width: 100%;
    min-height: 280px;
  }
}

@media (max-width: 980px) {
  .dg-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .dg-about-values {
    padding: 42px 22px 58px;
  }

  .dg-about-values__inner {
    gap: 40px;
  }

  .dg-about-values__intro {
    gap: 20px;
  }

  .dg-about-values__title {
    font-size: 38px;
    line-height: 1.14;
  }

  .dg-about-values__text {
    font-size: 15px;
    line-height: 1.75;
  }

  .dg-about-values__list {
    padding: 16px 0 0;
  }

  .dg-about-values__item summary {
    min-height: 78px;
    padding: 28px 0;
    font-size: 16px;
    line-height: 20px;
  }

  .dg-about-values__panel {
    padding-right: 0;
    font-size: 15px;
  }

  .dg-about-team {
    padding: 0 22px 30px;
  }

  .dg-about-team__inner {
    gap: 34px;
  }

  .dg-about-team__title {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }

  .dg-about-team__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dg-about-team-card {
    width: 100%;
    max-width: 360px;
    min-height: 280px;
    margin-inline: auto !important;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nos metiers" - hero
---------------------------------------------------------------------------- */
.dg-page--metiers {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-metiers-hero-section {
  width: 100vw;
  max-width: none;
  height: auto;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 28px 40px 18px;
  background: var(--dg-bg);
}

.dg-metiers-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 749px;
  margin-inline: auto !important;
  border-radius: 32px;
  background: #1A1A1A;
  color: #fff;
}

.dg-metiers-hero > *,
.dg-metiers-hero__content > * {
  margin-block: 0;
}

.dg-metiers-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-metiers-hero__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.dg-metiers-hero__deco {
  position: absolute;
  left: 79px;
  top: 577px;
  z-index: 1;
  width: min(1163px, calc(100% - 158px));
  color: rgba(255, 255, 255, 0.08);
  font-size: 80px;
  font-weight: 700;
  line-height: 97px;
  white-space: nowrap;
}

.dg-metiers-hero__content {
  position: absolute;
  left: 79px;
  top: 202px;
  z-index: 2;
  display: flex;
  width: min(1005px, calc(100% - 158px));
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-metiers-hero__eyebrow {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-metiers-hero__title {
  width: min(819px, 100%);
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.05;
}

.dg-metiers-hero__text {
  width: min(1005px, 100%);
  color: var(--dg-bg);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .dg-metiers-hero-section {
    height: auto;
    padding: 18px 24px 24px;
  }

  .dg-metiers-hero {
    height: 680px;
    border-radius: 28px;
  }

  .dg-metiers-hero__content {
    left: 48px;
    top: 178px;
    width: calc(100% - 96px);
  }

  .dg-metiers-hero__title {
    font-size: 50px;
  }

  .dg-metiers-hero__text {
    font-size: 19px;
  }

  .dg-metiers-hero__deco {
    left: 48px;
    top: auto;
    bottom: 64px;
    width: calc(100% - 96px);
    font-size: 54px;
    line-height: 1.1;
  }
}

@media (max-width: 600px) {
  .dg-metiers-hero-section {
    padding: 12px 14px 14px;
  }

  .dg-metiers-hero {
    height: 640px;
    border-radius: 22px;
  }

  .dg-metiers-hero__content {
    left: 24px;
    top: 132px;
    width: calc(100% - 48px);
    gap: 20px;
  }

  .dg-metiers-hero__title {
    font-size: 38px;
    line-height: 1.08;
  }

  .dg-metiers-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .dg-metiers-hero__deco {
    left: 24px;
    bottom: 46px;
    width: calc(100% - 48px);
    font-size: 32px;
    line-height: 1.1;
    white-space: normal;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nos projets" - hero
---------------------------------------------------------------------------- */
.dg-page--projects {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-projects-hero-section {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(14px, 1.8vw, 28px) clamp(18px, 2.4vw, 40px) clamp(28px, 2.4vw, 40px);
  background: var(--dg-bg);
}

.dg-projects-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(500px, 46.9vw, 675px);
  margin-inline: auto !important;
  border-radius: 32px;
  background: var(--dg-bg);
  color: #1A1A1A;
}

.dg-projects-hero > *,
.dg-projects-hero__content > *,
.dg-projects-hero__heading > * {
  margin-block: 0;
}

.dg-projects-hero__image {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 0;
  width: calc(100% + 80px);
  height: calc(100% + 129px);
  margin: 0 !important;
  filter: blur(1.4px);
}

.dg-projects-hero__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
}

.dg-projects-hero__content {
  position: absolute;
  top: 260px;
  left: 80px;
  z-index: 2;
  display: flex;
  width: 680px;
  max-width: calc(100% - 160px);
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-projects-hero__heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.dg-projects-hero__eyebrow {
  color: #292929;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-projects-hero__title {
  width: 100%;
  color: #1A1A1A;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 60px;
  font-weight: 400;
  line-height: 1.05;
}

.dg-projects-hero__text {
  width: min(100%, 664px);
  color: #555555;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .dg-projects-hero-section {
    padding: 16px 24px 34px;
  }

  .dg-projects-hero {
    min-height: 640px;
    border-radius: 28px;
  }

  .dg-projects-hero__image {
    left: -80px;
    width: calc(100% + 160px);
    height: 100%;
  }

  .dg-projects-hero__content {
    top: 220px;
    left: 48px;
    max-width: calc(100% - 96px);
  }

  .dg-projects-hero__title {
    font-size: 52px;
  }

  .dg-projects-hero__text {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .dg-projects-hero-section {
    padding: 12px 14px 28px;
  }

  .dg-projects-hero {
    min-height: 580px;
    border-radius: 22px;
  }

  .dg-projects-hero__image {
    left: -130px;
    width: calc(100% + 240px);
    filter: blur(1.2px);
  }

  .dg-projects-hero__content {
    top: 154px;
    left: 24px;
    max-width: calc(100% - 48px);
    gap: 20px;
  }

  .dg-projects-hero__title {
    font-size: 42px;
    line-height: 1.08;
  }

  .dg-projects-hero__text {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nos projets" - references
---------------------------------------------------------------------------- */
.dg-references {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 64px 120px 88px;
  background: var(--dg-bg);
}

.dg-references__inner {
  display: flex;
  width: min(100%, 1200px);
  flex-direction: column;
  align-items: stretch;
  gap: 48px;
  margin-inline: auto !important;
}

.dg-references__inner > *,
.dg-reference-card__body > *,
.dg-references__filter-groups > *,
.dg-references__filter-row > * {
  margin-block: 0;
}

.dg-references__title {
  color: var(--dg-ink);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.dg-references__filters {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dg-references__filter-label {
  flex: 0 0 auto;
  padding-top: 10px;
  color: #888888;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.dg-references__filter-groups {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.dg-references__filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dg-references__filter {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 8px;
  background: #DBEEF3;
  color: #555555;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.dg-references__filter:hover,
.dg-references__filter:focus-visible,
.dg-references__filter.is-active {
  background: var(--dg-primary);
  color: var(--dg-bg);
}

.dg-references__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 20px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.dg-references.is-loading .dg-references__grid {
  opacity: 0.2;
  pointer-events: none;
}

.dg-references.is-loading.is-moving-next .dg-references__grid {
  transform: translateX(-28px);
}

.dg-references.is-loading.is-moving-prev .dg-references__grid {
  transform: translateX(28px);
}

.dg-reference-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #C8C8C8;
}

.dg-reference-card--large {
  grid-column: span 3;
  height: 460px;
}

.dg-reference-card--small {
  grid-column: span 2;
  height: 320px;
}

.dg-reference-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.dg-reference-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  background: #C8C8C8;
}

.dg-reference-card__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.34s ease;
}

.dg-reference-card__link::before,
.dg-reference-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.dg-reference-card__link::before {
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) -2.23%, rgba(0, 114, 255, 0.45) 99.93%);
  opacity: 0.82;
  transition: opacity 0.34s ease;
}

.dg-reference-card__link::after {
  background: linear-gradient(179.53deg, rgba(0, 0, 0, 0) 24.24%, rgba(0, 0, 0, 0.64) 99.6%);
  opacity: 0;
  transition: opacity 0.34s ease;
}

.dg-reference-card--small .dg-reference-card__link::before {
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) -2.23%, rgba(0, 114, 255, 0.27) 99.93%);
  opacity: 0.72;
}

.dg-reference-card--small .dg-reference-card__link::after {
  opacity: 0.82;
}

.dg-reference-card__link:hover .dg-reference-card__media img,
.dg-reference-card__link:focus-visible .dg-reference-card__media img {
  transform: scale(1.035);
}

.dg-reference-card__link:hover::before,
.dg-reference-card__link:focus-visible::before {
  opacity: 1;
}

.dg-reference-card__link:hover::after,
.dg-reference-card__link:focus-visible::after {
  opacity: 0.18;
}

.dg-reference-card--small .dg-reference-card__link:hover::before,
.dg-reference-card--small .dg-reference-card__link:focus-visible::before {
  opacity: 0.9;
}

.dg-reference-card--small .dg-reference-card__link:hover::after,
.dg-reference-card--small .dg-reference-card__link:focus-visible::after {
  opacity: 1;
}

.dg-reference-card__body {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 38px;
  left: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding: 0;
}

.dg-reference-card--small .dg-reference-card__body {
  right: 28px;
  bottom: 28px;
  left: 28px;
  gap: 10px;
}

.dg-reference-card__title {
  color: var(--dg-bg);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.dg-reference-card--small .dg-reference-card__title {
  font-size: 18px;
  line-height: 22px;
}

.dg-reference-card__subtitle {
  color: #DDDDDD;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.dg-reference-card--small .dg-reference-card__subtitle {
  font-size: 12px;
  line-height: 15px;
}

.dg-reference-card__cta {
  position: absolute;
  right: 56px;
  bottom: 55px;
  z-index: 2;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow:
    inset 0 5px 12px rgba(255, 255, 255, 0.18),
    inset 0 -8px 18px rgba(8, 25, 45, 0.18),
    0 10px 30px rgba(8, 25, 45, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, background 0.22s ease;
}

.dg-reference-card--small .dg-reference-card__cta {
  right: 46px;
  bottom: 34px;
  width: 42px;
  height: 42px;
}

.dg-reference-card__cta svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: center;
  transition: transform 0.28s ease;
}

.dg-reference-card--small .dg-reference-card__cta svg {
  width: 21px;
  height: 21px;
}

.dg-reference-card__link:hover .dg-reference-card__cta,
.dg-reference-card__link:focus-visible .dg-reference-card__cta {
  background: rgba(255, 255, 255, 0.24);
  transform: translate(2px, -2px);
}

.dg-reference-card__link:hover .dg-reference-card__cta svg,
.dg-reference-card__link:focus-visible .dg-reference-card__cta svg {
  transform: rotate(45deg);
}

.dg-references__empty {
  color: rgba(8, 25, 45, 0.66);
  font-size: 16px;
  line-height: 1.6;
}

.dg-references__pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  padding-top: 12px;
}

.dg-references__page {
  display: inline-flex;
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #000;
  font-family: "Inter", var(--dg-font-sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.dg-references__page.is-active {
  background: var(--dg-primary);
  color: var(--dg-bg);
}

.dg-references__page.is-disabled {
  pointer-events: none;
}

@media (max-width: 1100px) {
  .dg-references {
    padding: 56px 32px 82px;
  }

  .dg-references__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-reference-card--large,
  .dg-reference-card--small {
    grid-column: auto;
    height: 380px;
  }
}

@media (max-width: 700px) {
  .dg-references {
    padding: 48px 22px 68px;
  }

  .dg-references__inner {
    gap: 30px;
  }

  .dg-references__filters {
    flex-direction: column;
    gap: 10px;
  }

  .dg-references__filter-label {
    padding-top: 0;
  }

  .dg-references__title {
    font-size: 36px;
    line-height: 1.12;
  }

  .dg-references__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dg-reference-card {
    border-radius: 18px;
  }

  .dg-reference-card--large,
  .dg-reference-card--small {
    height: 320px;
  }

  .dg-reference-card__body,
  .dg-reference-card--small .dg-reference-card__body {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .dg-reference-card__title,
  .dg-reference-card--small .dg-reference-card__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .dg-reference-card__cta,
  .dg-reference-card--small .dg-reference-card__cta {
    right: 24px;
    bottom: 25px;
    width: 44px;
    height: 44px;
  }

  .dg-references__pagination {
    gap: 4px;
  }
}

/* ----------------------------------------------------------------------------
   Fiche reference
---------------------------------------------------------------------------- */
.dg-page--reference-detail {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-reference-detail {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-reference-detail__hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  box-sizing: border-box;
  margin: clamp(26px, 2.8vw, 46px) clamp(18px, 2.4vw, 40px) 0;
  border-radius: 32px;
  background: #1A1A1A;
}

.dg-reference-detail__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0 !important;
}

.dg-reference-detail__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 25, 45, 0.86) 0%, rgba(8, 25, 45, 0.56) 42%, rgba(8, 25, 45, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 25, 45, 0.05) 0%, rgba(8, 25, 45, 0.55) 100%);
}

.dg-reference-detail__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.dg-reference-detail__hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 760px);
  min-height: 680px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 140px clamp(30px, 6vw, 88px) 88px;
}

.dg-reference-detail__hero-content > *,
.dg-reference-detail__body > *,
.dg-reference-detail__content > *,
.dg-reference-detail__aside > *,
.dg-reference-detail__facts,
.dg-reference-detail__fact > * {
  margin-block: 0;
}

.dg-reference-detail__back {
  display: inline-flex;
  margin-bottom: 42px;
  color: rgba(232, 250, 255, 0.78);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.dg-reference-detail__eyebrow {
  color: rgba(232, 250, 255, 0.76);
  font-size: 0;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-reference-detail__eyebrow::before {
  content: "R\0000e9f\0000e9rence";
  font-size: 12px;
}

.dg-reference-detail__title {
  margin-top: 10px !important;
  color: var(--dg-bg);
  font-size: clamp(44px, 5.2vw, 74px);
  font-weight: 700;
  line-height: 1.02;
}

.dg-reference-detail__subtitle {
  margin-top: 20px !important;
  color: rgba(232, 250, 255, 0.86);
  font-size: 18px;
  line-height: 1.5;
}

.dg-reference-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px !important;
}

.dg-reference-detail__tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 15px;
  border: 1px solid rgba(232, 250, 255, 0.42);
  border-radius: 8px;
  color: var(--dg-bg);
  font-size: 12px;
  line-height: 15px;
}

.dg-reference-detail__body {
  display: grid;
  width: min(100%, 1200px);
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 64px;
  box-sizing: border-box;
  margin-inline: auto !important;
  padding: 78px 0 96px;
}

.dg-reference-detail__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dg-reference-detail__content h2 {
  color: var(--dg-ink);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.dg-reference-detail__content p {
  max-width: 760px;
  color: rgba(8, 25, 45, 0.72);
  font-size: 17px;
  line-height: 1.85;
}

.dg-reference-detail__aside {
  position: sticky;
  top: calc(var(--dg-admin-bar) + 164px);
  display: flex;
  align-self: start;
  flex-direction: column;
  gap: 26px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  background: #DBEEF3;
}

.dg-reference-detail__aside-title {
  color: var(--dg-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.dg-reference-detail__facts {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dg-reference-detail__fact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(8, 25, 45, 0.12);
}

.dg-reference-detail__fact:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dg-reference-detail__fact dt {
  margin-inline: 0;
  color: rgba(8, 25, 45, 0.52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.dg-reference-detail__fact dd {
  margin-inline: 0;
  color: var(--dg-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.dg-reference-detail__contact {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--dg-primary);
  color: var(--dg-bg);
  font-size: 0;
  line-height: 17px;
  text-decoration: none;
}

.dg-reference-detail__contact::before {
  content: "Parler d'un projet";
  font-size: 14px;
}

.dg-reference-detail__gallery {
  width: min(100%, 1200px);
  box-sizing: border-box;
  margin-inline: auto !important;
  padding: 0 0 104px;
}

.dg-reference-detail__gallery-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.dg-reference-detail__gallery-head > * {
  margin-block: 0;
}

.dg-reference-detail__gallery-eyebrow {
  color: rgba(8, 25, 45, 0.56);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-reference-detail__gallery-head h2 {
  color: var(--dg-ink);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.dg-reference-detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dg-reference-detail__gallery-item {
  overflow: hidden;
  min-height: 0;
  margin: 0 !important;
  border-radius: 20px;
  background: #DBEEF3;
  aspect-ratio: 1 / 1;
}

.dg-reference-detail__gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.dg-reference-detail__gallery-item img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .dg-reference-detail__body {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 64px 32px 84px;
  }

  .dg-reference-detail__gallery {
    padding: 0 32px 88px;
  }

  .dg-reference-detail__gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-reference-detail__aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 700px) {
  .dg-reference-detail__hero {
    min-height: 620px;
    margin: 14px;
    border-radius: 22px;
  }

  .dg-reference-detail__hero-content {
    min-height: 620px;
    padding: 116px 24px 62px;
  }

  .dg-reference-detail__back {
    margin-bottom: 34px;
  }

  .dg-reference-detail__content h2 {
    font-size: 32px;
  }

  .dg-reference-detail__content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .dg-reference-detail__body {
    padding: 54px 22px 70px;
  }

  .dg-reference-detail__aside {
    padding: 24px;
  }

  .dg-reference-detail__gallery {
    padding: 0 22px 70px;
  }

  .dg-reference-detail__gallery-head h2 {
    font-size: 32px;
  }

  .dg-reference-detail__gallery-grid {
    grid-template-columns: 1fr;
  }

  .dg-reference-detail__gallery-item--large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nous rejoindre" - hero
---------------------------------------------------------------------------- */
.dg-page--join {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-join-hero-section {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 24px clamp(22px, 2.4vw, 40px) 40px;
  background: var(--dg-bg);
}

.dg-join-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(408px, 39vw, 575px);
  margin-inline: auto !important;
  border-radius: 28px;
  background: #1A1A1A;
  color: #fff;
}

.dg-join-hero > *,
.dg-join-hero__content > * {
  margin-block: 0;
}

.dg-join-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-join-hero__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.dg-join-hero__content {
  position: absolute;
  left: clamp(56px, 6vw, 80px);
  top: clamp(128px, 13.4vw, 184px);
  z-index: 2;
  display: flex;
  width: min(100%, 760px);
  max-width: calc(100% - 112px);
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.dg-join-hero__eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-join-hero__title {
  color: #fff;
  font-size: clamp(52px, 5.4vw, 76px);
  font-weight: 700;
  line-height: 1;
}

.dg-join-hero__text {
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .dg-join-hero-section {
    padding: 16px 24px 30px;
  }

  .dg-join-hero {
    min-height: 560px;
    border-radius: 26px;
  }

  .dg-join-hero__content {
    left: 48px;
    top: 160px;
    max-width: calc(100% - 96px);
  }

  .dg-join-hero__text {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 600px) {
  .dg-join-hero-section {
    padding: 12px 14px 28px;
  }

  .dg-join-hero {
    min-height: 620px;
    border-radius: 22px;
  }

  .dg-join-hero__content {
    left: 24px;
    top: 136px;
    max-width: calc(100% - 48px);
    gap: 18px;
  }

  .dg-join-hero__title {
    font-size: 42px;
    line-height: 1.04;
  }

  .dg-join-hero__text {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* ----------------------------------------------------------------------------
   Page "Contact" - hero
---------------------------------------------------------------------------- */
.dg-page--contact {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-contact-hero-section {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 24px clamp(22px, 2.4vw, 40px) 40px;
  background: var(--dg-bg);
}

.dg-contact-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(408px, 39vw, 575px);
  margin-inline: auto !important;
  border-radius: 28px;
  background: #1A1A1A;
  color: #fff;
}

.dg-contact-hero > *,
.dg-contact-hero__content > *,
.dg-contact-hero__heading > * {
  margin-block: 0;
}

.dg-contact-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.dg-contact-hero__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.dg-contact-hero__content {
  position: absolute;
  top: 162px;
  left: clamp(56px, 5.8vw, 80px);
  z-index: 2;
  display: flex;
  width: min(100%, 719px);
  max-width: calc(100% - 112px);
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.dg-contact-hero__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dg-contact-hero__eyebrow {
  color: #E3E3E3;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-contact-hero__title {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.dg-contact-hero__text {
  width: min(100%, 549px);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

@media (max-width: 900px) {
  .dg-contact-hero-section {
    padding: 16px 24px 30px;
  }

  .dg-contact-hero {
    min-height: 560px;
    border-radius: 26px;
  }

  .dg-contact-hero__content {
    top: 150px;
    left: 48px;
    max-width: calc(100% - 96px);
  }

  .dg-contact-hero__title {
    font-size: 56px;
  }
}

@media (max-width: 600px) {
  .dg-contact-hero-section {
    padding: 12px 14px 28px;
  }

  .dg-contact-hero {
    min-height: 500px;
    border-radius: 22px;
  }

  .dg-contact-hero__content {
    top: 132px;
    left: 24px;
    max-width: calc(100% - 48px);
    gap: 22px;
  }

  .dg-contact-hero__title {
    font-size: 42px;
    line-height: 1.04;
  }

  .dg-contact-hero__text {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* ----------------------------------------------------------------------------
   Page "Contact" - formulaire et coordonnees
---------------------------------------------------------------------------- */
.dg-contact-section {
  width: 100vw;
  max-width: none;
  min-height: 1041px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 80px clamp(40px, 8.333vw, 120px);
  background: var(--dg-bg);
}

.dg-contact-section__inner {
  display: flex;
  width: min(100%, 1020px);
  align-items: flex-start;
  gap: 80px;
  margin-inline: 0 !important;
}

.dg-contact-section__inner > *,
.dg-contact-section__left > *,
.dg-contact-section__right > *,
.dg-contact-info > *,
.dg-contact-form > * {
  margin-block: 0;
}

.dg-contact-section__left {
  display: flex;
  width: 560px;
  flex: 0 0 560px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-contact-section__title {
  color: #1A1A1A;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.dg-contact-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.dg-contact-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dg-contact-form__field {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.dg-contact-form__field span {
  color: #555;
}

.dg-contact-form input,
.dg-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  background: #F5F5F5;
  color: var(--dg-ink);
  font-family: var(--dg-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-shadow: none;
}

.dg-contact-form input {
  height: 48px;
  padding: 0 16px;
}

.dg-contact-form textarea {
  height: 140px;
  min-height: 140px;
  padding: 16px;
  resize: vertical;
}

.dg-contact-form input::placeholder,
.dg-contact-form textarea::placeholder {
  color: #BBB;
  opacity: 1;
}

.dg-contact-form input:focus,
.dg-contact-form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 114, 255, 0.18);
}

.dg-contact-form__submit {
  display: inline-flex;
  width: 100%;
  height: 49px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 0;
  border-radius: 8px;
  background: var(--dg-primary);
  color: #fff;
  font-family: var(--dg-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.dg-contact-form__submit:hover,
.dg-contact-form__submit:focus-visible {
  background: #0066E6;
  transform: translateY(-1px);
}

.dg-contact-form__notice {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.dg-contact-form__notice--success {
  background: rgba(0, 114, 255, 0.1);
  color: var(--dg-primary);
}

.dg-contact-form__notice--error {
  background: rgba(225, 88, 29, 0.1);
  color: var(--dg-secondary-orange);
}

.dg-contact-section__right {
  display: flex;
  width: 380px;
  flex: 0 0 380px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.dg-contact-section__coords-title {
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.dg-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.dg-contact-info__label {
  color: #8B7355;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

.dg-contact-info__value,
.dg-contact-info__value a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

@media (max-width: 980px) {
  .dg-contact-section {
    min-height: 0;
    padding: 70px 40px;
  }

  .dg-contact-section__inner {
    width: 100%;
    flex-direction: column;
    gap: 56px;
  }

  .dg-contact-section__left,
  .dg-contact-section__right {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 600px) {
  .dg-contact-section {
    padding: 54px 22px 66px;
  }

  .dg-contact-section__title {
    font-size: 34px;
    line-height: 1.15;
  }

  .dg-contact-form {
    gap: 20px;
  }
}

/* ----------------------------------------------------------------------------
   Page "Contact" - carte
---------------------------------------------------------------------------- */
.dg-contact-map {
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0 clamp(40px, 8.333vw, 120px) 96px;
  background: var(--dg-bg);
}

.dg-contact-map__inner {
  width: min(100%, 1200px);
  margin-inline: auto !important;
}

.dg-contact-map__inner > *,
.dg-contact-map__frame {
  margin-block: 0;
}

.dg-contact-map__frame {
  overflow: hidden;
  width: 100%;
  height: 420px;
  border-radius: 24px;
  background: #C7E5FE;
  box-shadow: 0 32px 80px rgba(8, 25, 45, 0.11);
}

.dg-contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .dg-contact-map {
    padding: 0 40px 78px;
  }

  .dg-contact-map__frame {
    height: 360px;
    border-radius: 20px;
  }
}

@media (max-width: 600px) {
  .dg-contact-map {
    padding: 0 22px 64px;
  }

  .dg-contact-map__frame {
    height: 320px;
    border-radius: 18px;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nous rejoindre" - entreprise humaine
---------------------------------------------------------------------------- */
.dg-join-human {
  width: 100vw;
  max-width: none;
  min-height: 753px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 82px clamp(32px, 5.8vw, 83px);
  background: var(--dg-bg);
}

.dg-join-human__inner {
  display: grid;
  width: min(100%, 1277px);
  min-height: 589px;
  grid-template-columns: minmax(0, 737px) 480px;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin-inline: auto !important;
}

.dg-join-human__inner > *,
.dg-join-human__content > *,
.dg-join-human__card > *,
.dg-join-human__card-list > *,
.dg-join-human__visual > * {
  margin-block: 0;
}

.dg-join-human__content {
  display: flex;
  width: min(100%, 737px);
  min-height: 589px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}

.dg-join-human__eyebrow {
  color: var(--dg-ink);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-join-human__title {
  width: min(100%, 737px);
  color: var(--dg-ink);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.dg-join-human__text {
  width: min(100%, 634px);
  color: rgba(8, 25, 45, 0.66);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.dg-join-human__card {
  display: flex;
  width: min(100%, 638px);
  min-height: 280px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 40px;
  border-radius: 24px;
  background: #C7E5FE;
}

.dg-join-human__card-title {
  position: relative;
  display: flex;
  min-height: 29px;
  align-items: center;
  padding-left: 56px;
  color: var(--dg-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.dg-join-human__card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 114, 255, 0.1);
  border-radius: 12px;
  background: var(--dg-bg);
  box-shadow: inset 0 9px 18px rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
}

.dg-join-human__card-title::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 22px;
  height: 22px;
  background-color: var(--dg-primary);
  transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 11.5 12 16l5-4.5a3 3 0 0 0-4.3-4.2L12 8l-.7-.7A3 3 0 0 0 7 11.5Z'/%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M6 17h12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 11.5 12 16l5-4.5a3 3 0 0 0-4.3-4.2L12 8l-.7-.7A3 3 0 0 0 7 11.5Z'/%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M6 17h12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dg-join-human__card-list {
  width: min(100%, 558px);
  padding: 0;
  list-style: none;
  color: rgba(8, 25, 45, 0.78);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.dg-join-human__card-list li::before {
  content: "\00b7";
  margin-right: 7px;
}

.dg-join-human__visual {
  --dg-join-human-scale: 1;
  position: relative;
  width: calc(480px * var(--dg-join-human-scale));
  height: calc(589px * var(--dg-join-human-scale));
  margin: 0 !important;
}

.dg-join-human__photo {
  position: absolute;
  overflow: hidden;
  margin: 0 !important;
  border-radius: calc(24px * var(--dg-join-human-scale));
  background: #BFB5A8;
}

.dg-join-human__photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.dg-join-human__photo--one {
  left: calc(-2px * var(--dg-join-human-scale));
  top: calc(36px * var(--dg-join-human-scale));
  width: calc(360px * var(--dg-join-human-scale));
  height: calc(480px * var(--dg-join-human-scale));
  box-shadow:
    0 calc(125px * var(--dg-join-human-scale)) calc(50px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.01),
    0 calc(70px * var(--dg-join-human-scale)) calc(42px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.05),
    0 calc(31px * var(--dg-join-human-scale)) calc(31px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.09),
    0 calc(8px * var(--dg-join-human-scale)) calc(17px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.1);
}

.dg-join-human__photo--two {
  left: calc(198px * var(--dg-join-human-scale));
  top: calc(216px * var(--dg-join-human-scale));
  z-index: 2;
  width: calc(280px * var(--dg-join-human-scale));
  height: calc(340px * var(--dg-join-human-scale));
  background: #1A1A1A;
  box-shadow:
    0 calc(89px * var(--dg-join-human-scale)) calc(36px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.01),
    0 calc(50px * var(--dg-join-human-scale)) calc(30px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.05),
    0 calc(22px * var(--dg-join-human-scale)) calc(22px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.09),
    0 calc(6px * var(--dg-join-human-scale)) calc(12px * var(--dg-join-human-scale)) rgba(0, 0, 0, 0.1);
}

.dg-join-human__badge {
  position: absolute;
  left: calc(18px * var(--dg-join-human-scale));
  top: calc(456px * var(--dg-join-human-scale));
  z-index: 3;
  display: flex;
  width: calc(134px * var(--dg-join-human-scale));
  height: calc(31px * var(--dg-join-human-scale));
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: calc(8px * var(--dg-join-human-scale)) calc(20px * var(--dg-join-human-scale));
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.49);
  box-shadow:
    inset 0 -10px 23.8px rgba(0, 0, 0, 0.07),
    inset 0 12px 30px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2.75px);
  backdrop-filter: blur(2.75px);
}

.dg-join-human__badge p {
  margin: 0;
  color: var(--dg-ink);
  font-size: calc(12px * var(--dg-join-human-scale));
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 1340px) and (min-width: 1051px) {
  .dg-join-human__inner {
    grid-template-columns: minmax(0, 1fr) calc(480px * 0.86);
    gap: 40px;
  }

  .dg-join-human__title {
    font-size: clamp(44px, 4.2vw, 52px);
  }

  .dg-join-human__visual {
    --dg-join-human-scale: 0.86;
  }
}

@media (max-width: 1050px) {
  .dg-join-human {
    min-height: 0;
    padding: 78px 32px;
  }

  .dg-join-human__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 54px;
  }

  .dg-join-human__content {
    min-height: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 781px) {
  .dg-join-human {
    padding: 64px 22px;
  }

  .dg-join-human__content {
    gap: 24px;
  }

  .dg-join-human__title {
    font-size: clamp(38px, 10vw, 46px);
  }

  .dg-join-human__text,
  .dg-join-human__card-list {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }

  .dg-join-human__card {
    padding: 30px 24px;
  }

  .dg-join-human__card-title {
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.25;
  }

  .dg-join-human__card-title::before {
    margin-top: 0;
  }

  .dg-join-human__visual {
    --dg-join-human-scale: 0.72;
  }
}

@media (max-width: 390px) {
  .dg-join-human__visual {
    --dg-join-human-scale: 0.68;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nous rejoindre" - offres
---------------------------------------------------------------------------- */
.dg-job-offers {
  width: 100vw;
  max-width: none;
  min-height: 1217px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 64px clamp(32px, 4.4vw, 63px) 78px;
  background: var(--dg-bg);
}

.dg-job-offers__inner {
  display: flex;
  width: min(100%, 1315px);
  flex-direction: column;
  align-items: center;
  gap: 88px;
  margin-inline: auto !important;
}

.dg-job-offers__header {
  display: flex;
  width: min(100%, 737px);
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.dg-job-offers__header > *,
.dg-job-offers__list > *,
.dg-job-offer__summary > *,
.dg-job-offer__main > *,
.dg-job-offer__tags > * {
  margin-block: 0;
}

.dg-job-offers__title {
  width: min(100%, 635px);
  color: var(--dg-ink);
  font-size: 52px;
  font-weight: 700;
  line-height: 63px;
}

.dg-job-offers__intro {
  width: min(100%, 634px);
  color: rgba(8, 25, 45, 0.66);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.dg-job-offers__list {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
}

.dg-job-offer {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(8, 25, 45, 0.2);
  background: transparent;
}

.dg-job-offer,
.dg-job-offer summary,
.dg-job-offer:focus,
.dg-job-offer:focus-within,
.dg-job-offer summary:focus {
  outline: none !important;
}

.dg-job-offer__summary {
  display: flex;
  width: 100%;
  min-height: 154px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 0 30px;
  color: var(--dg-ink);
  cursor: pointer;
  list-style: none;
}

.dg-job-offer__summary::-webkit-details-marker {
  display: none;
}

.dg-job-offer__summary::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 4px;
  border-right: 3px solid var(--dg-ink);
  border-bottom: 3px solid var(--dg-ink);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.dg-job-offer[open] .dg-job-offer__summary::after,
.dg-job-offer.is-open .dg-job-offer__summary::after {
  transform: rotate(-135deg);
}

.dg-job-offer__main {
  display: flex;
  width: min(100%, 1280.6px);
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-job-offer__title {
  display: block;
  width: 100%;
  color: var(--dg-ink);
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}

.dg-job-offer__excerpt {
  display: block;
  width: min(100%, 671px);
  color: rgba(8, 25, 45, 0.66);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.dg-job-offer__tags {
  display: flex;
  width: min(100%, 413px);
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 11px;
}

.dg-job-offer__tag {
  box-sizing: border-box;
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--dg-secondary-purple);
  border-radius: 8px;
  color: var(--dg-secondary-purple);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  white-space: nowrap;
}

.dg-job-offers__list .dg-job-offer:last-of-type .dg-job-offer__tag {
  border-color: #EE7F00;
  color: #EE7F00;
}

.dg-job-offer__panel {
  overflow: hidden;
  width: min(100%, 840px);
  padding: 0 80px 32px 0;
  color: rgba(8, 25, 45, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.dg-job-offer__panel > * {
  margin-top: 0;
}

.dg-job-offer__panel > *:last-child {
  margin-bottom: 0;
}

.dg-job-offer__panel .wp-block-buttons {
  margin-top: 24px;
}

.dg-job-offer__panel .wp-block-button__link {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 9px;
  background: var(--dg-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.dg-job-offer:not([open]) .dg-job-offer__panel {
  display: none;
}

.dg-job-offer.is-animating .dg-job-offer__panel {
  display: block;
}

.dg-job-offers__empty {
  width: 100%;
  color: rgba(8, 25, 45, 0.66);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  .dg-job-offers {
    min-height: 0;
    padding: 56px 32px 72px;
  }

  .dg-job-offers__inner {
    gap: 60px;
  }

  .dg-job-offers__title {
    font-size: 44px;
    line-height: 1.12;
  }

  .dg-job-offer__summary {
    min-height: 150px;
    gap: 24px;
  }

  .dg-job-offer__title {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media (max-width: 600px) {
  .dg-job-offers {
    padding: 48px 22px 62px;
  }

  .dg-job-offers__inner {
    gap: 46px;
  }

  .dg-job-offers__header {
    gap: 18px;
  }

  .dg-job-offers__title {
    font-size: 34px;
    line-height: 1.12;
  }

  .dg-job-offers__intro,
  .dg-job-offer__excerpt,
  .dg-job-offer__panel {
    font-size: 14px;
  }

  .dg-job-offer__summary {
    min-height: 0;
    align-items: flex-start;
    gap: 18px;
    padding: 26px 0 30px;
  }

  .dg-job-offer__summary::after {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    margin-top: 8px;
    border-width: 2px;
  }

  .dg-job-offer__main {
    gap: 18px;
  }

  .dg-job-offer__title {
    font-size: 24px;
  }

  .dg-job-offer__tag {
    white-space: normal;
  }

  .dg-job-offer__panel {
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nous rejoindre" - raisons
---------------------------------------------------------------------------- */
.dg-join-reasons {
  width: 100vw;
  max-width: none;
  min-height: 851px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 16px clamp(32px, 11.1vw, 160px);
  background: var(--dg-bg);
}

.dg-join-reasons__inner {
  display: flex;
  width: min(100%, 1120px);
  min-height: 819px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-inline: auto !important;
}

.dg-join-reasons__inner > *,
.dg-join-reasons__header > *,
.dg-join-reasons__grid > *,
.dg-join-reasons__card > * {
  margin-block: 0;
}

.dg-join-reasons__header {
  display: flex;
  width: min(100%, 737px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.dg-join-reasons__title {
  width: min(100%, 648px);
  color: var(--dg-ink);
  font-size: 52px;
  font-weight: 700;
  line-height: 63px;
}

.dg-join-reasons__intro {
  width: min(100%, 634px);
  color: rgba(8, 25, 45, 0.66);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.dg-join-reasons__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 16px;
}

.dg-join-reasons__card {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
  padding: 24px;
  border-radius: 16px;
  background: #C7E5FE;
}

.dg-join-reasons__card--third {
  min-height: 208px;
  grid-column: span 2;
}

.dg-join-reasons__card--half {
  min-height: 194px;
  grid-column: span 3;
  gap: 48px;
}

.dg-join-reasons__icon {
  --dg-reason-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-4.5 6-10a6 6 0 0 0-12 0c0 5.5 6 10 6 10Z'/%3E%3Cpath d='m9.5 11 1.8 1.8 4-4.4'/%3E%3C/svg%3E");

  display: flex;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--dg-bg);
  background-image: var(--dg-reason-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  color: var(--dg-primary);
}

.dg-join-reasons__icon svg {
  display: none;
}

.dg-join-reasons__icon--territory,
.dg-join-reasons__card:nth-child(1) .dg-join-reasons__icon {
  --dg-reason-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-4.5 6-10a6 6 0 0 0-12 0c0 5.5 6 10 6 10Z'/%3E%3Cpath d='m9.5 11 1.8 1.8 4-4.4'/%3E%3C/svg%3E");
}

.dg-join-reasons__icon--team,
.dg-join-reasons__card:nth-child(2) .dg-join-reasons__icon {
  --dg-reason-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.8 19a5.2 5.2 0 0 1 10.4 0'/%3E%3Cpath d='M16.5 8.5c1.7.4 3 1.9 3 3.7'/%3E%3Cpath d='M16.5 16.5 18.3 18l3-3.5'/%3E%3C/svg%3E");
}

.dg-join-reasons__icon--growth,
.dg-join-reasons__card:nth-child(3) .dg-join-reasons__icon {
  --dg-reason-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 15 4-4 3 3 5-7'/%3E%3Cpath d='M16 7h3v3'/%3E%3C/svg%3E");
}

.dg-join-reasons__icon--field,
.dg-join-reasons__card:nth-child(4) .dg-join-reasons__icon {
  --dg-reason-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v4l3 2'/%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M22 12h-3'/%3E%3Cpath d='M12 22v-3'/%3E%3Cpath d='M2 12h3'/%3E%3C/svg%3E");
}

.dg-join-reasons__icon--durable,
.dg-join-reasons__card:nth-child(5) .dg-join-reasons__icon {
  --dg-reason-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21V11'/%3E%3Cpath d='M12 11C8 11 5 8 5 4c4 0 7 3 7 7Z'/%3E%3Cpath d='M12 11c4 0 7-3 7-7-4 0-7 3-7 7Z'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
}

.dg-join-reasons__card-text {
  width: 100%;
  color: var(--dg-ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 900px) {
  .dg-join-reasons {
    min-height: 0;
    padding: 64px 32px 78px;
  }

  .dg-join-reasons__inner {
    min-height: 0;
    gap: 42px;
  }

  .dg-join-reasons__title {
    font-size: 44px;
    line-height: 1.12;
  }

  .dg-join-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-join-reasons__card--third,
  .dg-join-reasons__card--half {
    grid-column: span 1;
  }
}

@media (max-width: 600px) {
  .dg-join-reasons {
    padding: 54px 22px 66px;
  }

  .dg-join-reasons__header {
    gap: 18px;
  }

  .dg-join-reasons__title {
    font-size: 34px;
    line-height: 1.14;
  }

  .dg-join-reasons__intro {
    font-size: 14px;
  }

  .dg-join-reasons__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dg-join-reasons__card {
    min-height: 176px;
    gap: 36px;
  }

  .dg-join-reasons__card-text {
    font-size: 18px;
    line-height: 1.25;
  }
}

/* ----------------------------------------------------------------------------
   Page "Nos metiers" - pole infrastructure
---------------------------------------------------------------------------- */
.dg-metiers-pole {
  --dg-metiers-canvas-left: max(0px, calc((100vw - 1440px) / 2));
  --dg-metiers-accent: var(--dg-secondary-purple);

  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  height: 592px;
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: var(--dg-bg);
}

.dg-metiers-pole > *,
.dg-metiers-pole__content > *,
.dg-metiers-pole__body > *,
.dg-metiers-pole__tags > *,
.dg-metiers-pole__actions {
  margin-block: 0;
}

.dg-metiers-pole__deco {
  position: absolute;
  top: -22.5px;
  left: calc(var(--dg-metiers-canvas-left) + 800px);
  z-index: 0;
  width: 621px;
  height: 245px;
  color: rgba(138, 86, 227, 0.09);
  font-size: 202.707px;
  font-weight: 700;
  line-height: 245px;
  white-space: nowrap;
  pointer-events: none;
}

.dg-metiers-pole__image {
  position: absolute;
  top: 60px;
  left: calc(var(--dg-metiers-canvas-left) + 120px);
  z-index: 1;
  overflow: hidden;
  width: 500px;
  height: 440px;
  margin: 0 !important;
  border-radius: 24px;
  background: #2C2C2C;
}

.dg-metiers-pole__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.dg-metiers-pole__content {
  position: absolute;
  top: 80px;
  left: calc(var(--dg-metiers-canvas-left) + 700px);
  z-index: 2;
  display: flex;
  width: 580px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.dg-metiers-pole__body {
  display: flex;
  width: 614px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.dg-metiers-pole__title {
  width: 656px;
  color: var(--dg-ink);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
}

.dg-metiers-pole__text {
  width: 614px;
  color: rgba(8, 25, 45, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.dg-metiers-pole__tags {
  display: flex;
  width: 507px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}

.dg-metiers-pole__tag {
  box-sizing: border-box;
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0;
  border: 1px solid var(--dg-metiers-accent);
  border-radius: 8px;
  color: var(--dg-metiers-accent);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.dg-metiers-pole__tag a {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
}

.dg-metiers-pole__tag:hover,
.dg-metiers-pole__tag:focus-within {
  background: var(--dg-metiers-accent);
  color: #fff;
  transform: translateY(-1px);
}

.dg-metiers-pole__button .wp-block-button__link {
  display: inline-flex;
  min-height: 33px;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--dg-metiers-accent);
  color: var(--dg-bg);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.dg-metiers-pole--gc {
  height: 786px;
}

.dg-metiers-pole--gc .dg-metiers-pole__deco {
  top: -26px;
  left: calc(var(--dg-metiers-canvas-left) + 12px);
  width: 555px;
  height: 436px;
  color: rgba(138, 86, 227, 0.1);
  font-size: 360px;
  line-height: 436px;
}

.dg-metiers-pole--gc .dg-metiers-pole__content {
  top: 152px;
  left: calc(var(--dg-metiers-canvas-left) + 120px);
  width: 560px;
  gap: 24px;
}

.dg-metiers-pole--gc .dg-metiers-pole__body {
  width: 560px;
  gap: 32px;
}

.dg-metiers-pole--gc .dg-metiers-pole__title,
.dg-metiers-pole--gc .dg-metiers-pole__text {
  width: 560px;
}

.dg-metiers-pole--gc .dg-metiers-pole__tags {
  width: 489px;
}

.dg-metiers-pole--gc .dg-metiers-pole__image {
  top: 132px;
  left: calc(var(--dg-metiers-canvas-left) + 780px);
  width: 520px;
  height: 440px;
}

.dg-metiers-pole--csps {
  --dg-metiers-accent: #EE7F00;

  height: 900px;
}

.dg-metiers-pole--csps .dg-metiers-pole__deco {
  top: -29px;
  left: calc(var(--dg-metiers-canvas-left) + 804.56px);
  width: 595px;
  height: 261px;
  color: rgba(238, 127, 0, 0.09);
  font-size: 215.505px;
  line-height: 261px;
}

.dg-metiers-pole--csps .dg-metiers-pole__content {
  top: 80px;
  left: calc(var(--dg-metiers-canvas-left) + 700px);
  width: 580px;
  gap: 24px;
}

.dg-metiers-pole--csps .dg-metiers-pole__body {
  width: 580px;
  gap: 24px;
}

.dg-metiers-pole--csps .dg-metiers-pole__title {
  width: 664px;
}

.dg-metiers-pole--csps .dg-metiers-pole__text {
  width: 580px;
  line-height: 1.55;
}

.dg-metiers-pole--csps .dg-metiers-pole__tags {
  width: 489px;
}

.dg-metiers-hero-section + .dg-metiers-pole {
  margin-top: 32px;
}

.dg-metiers-pole--csps + .dg-project-cta {
  margin-top: clamp(48px, 5vw, 72px);
}

@media (max-width: 1180px) {
  .dg-metiers-pole {
    height: auto;
    padding: 72px 32px;
  }

  .dg-metiers-pole__deco {
    top: 28px;
    right: 24px;
    left: auto;
    width: auto;
    height: auto;
    font-size: 126px;
    line-height: 1;
  }

  .dg-metiers-pole__image,
  .dg-metiers-pole__content {
    position: relative;
    top: auto;
    left: auto;
  }

  .dg-metiers-pole__image {
    width: min(100%, 500px);
    height: auto;
    aspect-ratio: 500 / 440;
  }

  .dg-metiers-pole__content {
    width: min(100%, 614px);
    margin-top: 40px;
  }

  .dg-metiers-pole__body,
  .dg-metiers-pole__title,
  .dg-metiers-pole__text,
  .dg-metiers-pole__tags {
    width: 100%;
  }

  .dg-metiers-pole--gc .dg-metiers-pole__content {
    margin-top: 0;
  }

  .dg-metiers-pole--gc .dg-metiers-pole__image {
    width: min(100%, 520px);
    height: auto;
    margin-top: 40px !important;
    aspect-ratio: 520 / 440;
  }

  .dg-metiers-pole--csps .dg-metiers-pole__content {
    margin-top: 40px;
  }

  .dg-metiers-pole--csps .dg-metiers-pole__body,
  .dg-metiers-pole--csps .dg-metiers-pole__title,
  .dg-metiers-pole--csps .dg-metiers-pole__text,
  .dg-metiers-pole--csps .dg-metiers-pole__tags {
    width: 100%;
  }

}

@media (max-width: 600px) {
  .dg-metiers-hero-section + .dg-metiers-pole {
    margin-top: 24px;
  }

  .dg-metiers-pole--csps + .dg-project-cta {
    margin-top: 36px;
  }

  .dg-metiers-pole {
    padding: 58px 22px 64px;
  }

  .dg-metiers-pole__deco {
    top: 34px;
    right: 14px;
    font-size: 78px;
  }

  .dg-metiers-pole__image {
    border-radius: 20px;
  }

  .dg-metiers-pole__content {
    gap: 22px;
    margin-top: 32px;
  }

  .dg-metiers-pole__title {
    font-size: 36px;
    line-height: 1.08;
  }

  .dg-metiers-pole__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .dg-metiers-pole__tags {
    gap: 8px;
  }

  .dg-metiers-pole__tag {
    white-space: normal;
  }

}

@media (max-width: 782px) {
  body.admin-bar {
    --dg-admin-bar: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar {
    --dg-admin-bar: 0px;
  }
}

/* ----------------------------------------------------------------------------
   Site structure polish
---------------------------------------------------------------------------- */
.dg-home-references + .dg-keyfigures--home {
  margin-top: 0;
}

.dg-keyfigures--home + .dg-trust {
  margin-top: 0;
}

.dg-contact-section,
.dg-job-offers,
.dg-join-reasons {
  min-height: 0;
}

.dg-contact-section {
  padding-bottom: clamp(72px, 7vw, 104px);
}

.dg-job-offers {
  padding-top: clamp(62px, 5.6vw, 82px);
  padding-bottom: clamp(72px, 6vw, 96px);
}

.dg-join-reasons {
  padding-top: clamp(58px, 5vw, 76px);
  padding-bottom: clamp(72px, 6vw, 98px);
}

.dg-reference-detail__fact {
  display: grid;
  grid-template-columns: minmax(128px, 0.44fr) minmax(0, 1fr);
  align-items: start;
  column-gap: 20px;
}

.dg-reference-detail__fact dd {
  max-width: 32ch;
}

@media (max-width: 700px) {
  .dg-reference-detail__fact {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}

/* ----------------------------------------------------------------------------
   Fixes refs import + filtres combines
---------------------------------------------------------------------------- */
.dg-keyfigures--home .dg-keyfigures__head {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 720px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.dg-keyfigures--home .dg-keyfigures__eyebrow {
  color: rgba(232, 250, 255, 0.84);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.dg-keyfigures--home .dg-keyfigures__text {
  max-width: 520px;
  color: rgba(232, 250, 255, 0.86);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

/* ----------------------------------------------------------------------------
   Ajustements retours Figma - home
---------------------------------------------------------------------------- */
.dg-hero__eyebrow {
  text-transform: none;
}

.dg-trades + .dg-keyfigures--home {
  margin-top: clamp(82px, 5.6vw, 112px);
}

.dg-about-values + .dg-keyfigures--home {
  margin-top: clamp(48px, 5vw, 72px);
}

.dg-keyfigures--home {
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  padding: 0 var(--dg-gutter) clamp(46px, 4.8vw, 72px);
}

.dg-keyfigures--home + .dg-home-references {
  padding-top: 0;
}

.dg-keyfigures--home .dg-keyfigures__inner {
  max-width: var(--dg-section-max);
  min-height: clamp(360px, 27vw, 430px);
  gap: clamp(36px, 3.4vw, 46px);
  padding: clamp(44px, 4.1vw, 56px) clamp(32px, 3.4vw, 44px) clamp(48px, 4.4vw, 60px);
}

.dg-keyfigures--home .dg-keyfigures__head {
  max-width: none;
  gap: 0;
}

.dg-keyfigures--home .dg-keyfigures__eyebrow,
.dg-keyfigures--home .dg-keyfigures__text {
  display: none;
}

.dg-keyfigures--home .dg-keyfigures__title {
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.08;
}

.dg-keyfigures--home .dg-keyfigures__grid {
  gap: clamp(18px, 1.9vw, 24px);
}

.dg-keyfigures--home .dg-keyfigure-card,
.dg-keyfigures--home .dg-keyfigure-card--experience,
.dg-keyfigures--home .dg-keyfigure-card--team,
.dg-keyfigures--home .dg-keyfigure-card--revenue,
.dg-keyfigures--home .dg-keyfigure-card--operations {
  min-height: clamp(168px, 13.6vw, 200px);
  padding: clamp(26px, 2.4vw, 34px) clamp(20px, 1.8vw, 24px);
}

.dg-keyfigures--home .dg-keyfigure-card__number,
.dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number {
  font-size: clamp(44px, 3.25vw, 52px);
  line-height: 0.98;
  max-width: 100%;
}

.dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number {
  display: flex;
  align-items: baseline;
  gap: 7px;
  width: 100%;
  white-space: nowrap;
}

.dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number {
  font-size: clamp(42px, 3vw, 48px);
}

.dg-keyfigures--home .dg-keyfigure-card--experience .dg-keyfigure-card__number {
  font-size: clamp(42px, 3vw, 48px);
}

.dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number span {
  margin-left: 0;
  min-width: 0;
  font-size: clamp(10px, 0.78vw, 12px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.dg-keyfigures--home .dg-keyfigure-card__label {
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.4;
}

@media (max-width: 700px) {
  .dg-trades + .dg-keyfigures--home {
    margin-top: 34px;
  }

  .dg-about-values + .dg-keyfigures--home {
    margin-top: 34px;
  }

  .dg-keyfigures--home {
    padding-bottom: 34px;
  }

  .dg-keyfigures--home .dg-keyfigures__inner {
    min-height: 0;
    gap: 28px;
    padding: 34px 22px;
  }

  .dg-keyfigures--home .dg-keyfigures__title {
    font-size: 30px;
  }

  .dg-keyfigures--home .dg-keyfigure-card__number,
  .dg-keyfigures--home .dg-keyfigure-card--operations .dg-keyfigure-card__number {
    font-size: 42px;
  }
}

.dg-references__filter-groups {
  gap: 18px;
}

.dg-references__filter-group {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.dg-references__filter-group-title {
  flex: 0 0 118px;
  padding-top: 10px;
  color: rgba(8, 25, 45, 0.64);
  font-family: "Inter", var(--dg-font-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.dg-references__results {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.dg-references.is-loading .dg-references__results {
  opacity: 0.32;
  pointer-events: none;
}

.dg-references.is-loading.is-moving-next .dg-references__results {
  transform: translateX(-28px);
}

.dg-references.is-loading.is-moving-prev .dg-references__results {
  transform: translateX(28px);
}

.dg-references__results {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

@media (max-width: 700px) {
  .dg-references__filter-group {
    flex-direction: column;
    gap: 8px;
  }

  .dg-references__filter-group-title {
    flex-basis: auto;
    padding-top: 0;
  }

  .dg-references__results {
    gap: 30px;
  }
}

/* ----------------------------------------------------------------------------
   Ajustements finaux heroes
---------------------------------------------------------------------------- */
.dg-hero.wp-block-cover {
  margin-top: clamp(8px, 1.2vw, 18px);
}

.dg-projects-hero-section,
.dg-metiers-hero-section,
.dg-join-hero-section,
.dg-contact-hero-section {
  padding-top: clamp(12px, 1.2vw, 18px);
}

.dg-projects-hero {
  min-height: clamp(470px, 43vw, 620px);
}

.dg-projects-hero__content {
  top: clamp(210px, 16.4vw, 236px);
}

.dg-join-hero-section {
  padding-bottom: clamp(24px, 2.4vw, 30px);
}

.dg-join-human {
  padding-top: clamp(58px, 4.6vw, 66px);
}

.dg-join-hero__content {
  width: min(100%, 980px);
}

.dg-join-hero__text {
  max-width: 88ch;
}

.dg-hero__title,
.dg-metiers-hero__title,
.dg-join-hero__title,
.dg-contact-hero__title {
  font-weight: 400;
  letter-spacing: 0;
}

.dg-hero__title {
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 1.05;
}

.dg-metiers-hero__title {
  font-size: clamp(52px, 4.6vw, 66px);
  line-height: 1.05;
}

.dg-join-hero__title,
.dg-contact-hero__title {
  font-size: clamp(52px, 5vw, 72px);
  line-height: 1;
}

.dg-hero__eyebrow,
.dg-metiers-hero__eyebrow,
.dg-projects-hero__eyebrow,
.dg-join-hero__eyebrow,
.dg-contact-hero__eyebrow {
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .dg-projects-hero {
    min-height: 590px;
  }

  .dg-projects-hero__content {
    top: 196px;
  }

  .dg-join-human {
    padding-top: 54px;
  }
}

@media (max-width: 781px) {
  .dg-hero.wp-block-cover {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .dg-projects-hero-section,
  .dg-metiers-hero-section,
  .dg-join-hero-section,
  .dg-contact-hero-section {
    padding-top: 10px;
  }

  .dg-projects-hero {
    min-height: 540px;
  }

  .dg-projects-hero__content {
    top: 144px;
  }

  .dg-hero__title,
  .dg-metiers-hero__title,
  .dg-join-hero__title,
  .dg-contact-hero__title {
    font-size: 40px;
    line-height: 1.06;
  }

  .dg-join-human {
    padding-top: 46px;
  }
}

/* ----------------------------------------------------------------------------
   Responsive global - robustesse mobile et zones tactiles
---------------------------------------------------------------------------- */
@media (max-width: 781px) {
  :where(
    .dg-page,
    .dg-page > *,
    .dg-hero__inner,
    .dg-why__inner,
    .dg-trades__inner,
    .dg-keyfigures__inner,
    .dg-home-references__inner,
    .dg-trust__inner,
    .dg-about-hero__inner,
    .dg-about-organization__panel,
    .dg-about-principles__inner,
    .dg-about-values__inner,
    .dg-about-team__inner,
    .dg-metiers-hero,
    .dg-metiers-pole__content,
    .dg-projects-hero,
    .dg-references__inner,
    .dg-reference-detail,
    .dg-join-hero,
    .dg-join-human__inner,
    .dg-job-offers__inner,
    .dg-join-reasons__inner,
    .dg-contact-hero,
    .dg-contact-section__inner,
    .dg-contact-map__inner,
    .dg-footer__inner
  ) {
    min-width: 0;
    max-width: 100%;
  }

  :where(
    .dg-hero__title,
    .dg-about-hero__title,
    .dg-about-organization__title,
    .dg-about-principle-card__title,
    .dg-about-team-card__name,
    .dg-metiers-hero__title,
    .dg-metiers-pole__title,
    .dg-projects-hero__title,
    .dg-reference-card__title,
    .dg-reference-detail__title,
    .dg-join-hero__title,
    .dg-job-offer__title,
    .dg-contact-hero__title,
    .dg-contact-section__title
  ) {
    overflow-wrap: break-word;
    hyphens: auto;
  }

  :where(input, textarea, select, button) {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .dg-page {
    overflow-x: clip;
  }

  .dg-reference-detail__title {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.06;
  }

  .dg-metiers-pole__tag a,
  .dg-references__filter,
  .dg-reference-detail__tag,
  .dg-job-offer__tag {
    min-height: 42px;
  }

  .dg-metiers-pole__tag a {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    text-align: center;
    white-space: normal;
  }

  .dg-references__filter-row {
    width: 100%;
    gap: 8px;
  }

  .dg-references__filter {
    flex: 1 1 auto;
    justify-content: center;
    padding: 10px 14px;
    text-align: center;
  }

  .dg-reference-detail__hero-content {
    width: 100%;
  }

  .dg-reference-detail__subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .dg-contact-form input {
    min-height: 48px;
  }

  .dg-footer__nav .wp-block-navigation-item__content {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
  }
}

/* ----------------------------------------------------------------------------
   Correctif responsive mobile 375 / 390 px
---------------------------------------------------------------------------- */
@media (max-width: 760px) {
  :root {
    --dg-header-offset: 18px;
    --dg-header-height: 66px;
    --dg-header-safe: calc(var(--dg-header-offset) + var(--dg-header-height) + 32px);
  }

  .dg-site-nav {
    display: grid !important;
    width: calc(100vw - 36px);
    max-width: 350px;
    min-width: 0;
    height: var(--dg-header-height);
    flex: 0 0 calc(100vw - 36px);
    grid-template-columns: 52px minmax(0, 1fr) 98px 44px;
    column-gap: 8px;
    padding: 0 10px;
    border-radius: 16px;
  }

  .dg-site-nav::after {
    border-radius: 15px;
  }

  .dg-site-nav__logo {
    grid-column: 1;
    justify-self: start;
  }

  .dg-site-nav__logo,
  .dg-site-nav__logo a,
  .dg-site-nav__logo img {
    width: 52px;
    height: 35px !important;
  }

  .dg-site-nav__cta-wrap.wp-block-buttons {
    grid-column: 3;
    justify-self: stretch;
  }

  .dg-site-nav__cta .wp-block-button__link {
    width: 98px;
    height: 42px;
    padding: 11px 18px;
    font-size: 13px;
  }

  .dg-site-nav__toggle {
    grid-column: 4;
    width: 44px;
    height: 44px;
    justify-self: end;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links.wp-block-navigation {
    top: calc(100% + 12px);
    max-height: calc(100vh - 122px);
    overflow-y: auto;
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation__container {
    position: static !important;
  }

  .dg-site-nav__toggle-line {
    position: absolute;
    top: 21px;
    left: 12px;
    margin: 0;
  }

  .dg-site-nav__toggle-line:nth-child(1) {
    transform: translateY(-6px);
  }

  .dg-site-nav__toggle-line:nth-child(3) {
    transform: translateY(6px);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__toggle-line:nth-child(1) {
    transform: rotate(45deg);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__toggle-line:nth-child(3) {
    transform: rotate(-45deg);
  }

  .dg-about-hero {
    padding-top: calc(var(--dg-header-offset) + var(--dg-header-height) + 38px);
  }
}

@media (max-width: 1180px) {
  .dg-metiers-pole.dg-metiers-pole--infra .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--infra .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__content {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__content {
    width: min(100%, 614px);
  }
}

@media (max-width: 600px) {
  .dg-metiers-hero-section + .dg-metiers-pole {
    margin-top: 20px;
  }

  .dg-metiers-pole,
  .dg-metiers-pole.dg-metiers-pole--gc,
  .dg-metiers-pole.dg-metiers-pole--csps {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    padding: 54px 22px 70px;
  }

  .dg-metiers-pole__deco,
  .dg-metiers-pole--gc .dg-metiers-pole__deco,
  .dg-metiers-pole--csps .dg-metiers-pole__deco {
    top: 24px;
    right: -8px;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    font-size: 92px;
    line-height: 1;
  }

  .dg-metiers-pole--gc .dg-metiers-pole__deco {
    right: 8px;
    font-size: 150px;
  }

  .dg-metiers-pole--csps .dg-metiers-pole__deco {
    right: -12px;
    font-size: 86px;
  }

  .dg-metiers-pole.dg-metiers-pole--infra .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__image {
    z-index: 1;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 500 / 440;
    margin: 0 !important;
    border-radius: 20px;
  }

  .dg-metiers-pole.dg-metiers-pole--infra .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__content {
    z-index: 2;
    width: 100%;
    max-width: none;
    gap: 24px;
    margin: 32px 0 0 !important;
  }

  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__content {
    margin-top: 0 !important;
  }

  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__image {
    margin-top: 44px !important;
  }

  .dg-metiers-pole__body,
  .dg-metiers-pole--gc .dg-metiers-pole__body,
  .dg-metiers-pole--csps .dg-metiers-pole__body {
    width: 100%;
    gap: 18px;
  }

  .dg-metiers-pole__title,
  .dg-metiers-pole--gc .dg-metiers-pole__title,
  .dg-metiers-pole--csps .dg-metiers-pole__title {
    width: 100%;
    font-size: clamp(31px, 9.2vw, 36px);
    line-height: 1.08;
  }

  .dg-metiers-pole__text,
  .dg-metiers-pole--gc .dg-metiers-pole__text,
  .dg-metiers-pole--csps .dg-metiers-pole__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .dg-metiers-pole__tags,
  .dg-metiers-pole--gc .dg-metiers-pole__tags,
  .dg-metiers-pole--csps .dg-metiers-pole__tags {
    width: 100%;
    max-width: none;
    align-items: stretch;
  }

  .dg-metiers-pole__tag {
    max-width: 100%;
  }

  .dg-metiers-pole__actions {
    width: 100%;
  }

  .dg-metiers-pole--csps + .dg-project-cta {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------
   Ajustements mobiles - organisation, mission, valeurs et navigation
---------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .dg-about-mission__content {
    flex: 0 1 auto;
  }
}

@media (max-width: 760px) {
  .dg-site-nav__links.wp-block-navigation,
  .dg-site-nav.is-menu-open .dg-site-nav__links.wp-block-navigation {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    z-index: 4;
    display: flex !important;
    width: 100%;
    max-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
    border: 0 solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    visibility: hidden;
    opacity: 0;
    background: rgba(232, 250, 255, 0.96);
    box-shadow: 0 22px 46px rgba(8, 25, 45, 0.2);
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition:
      max-height 380ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 300ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 380ms,
      border-width 0s linear 380ms;
    -webkit-backdrop-filter: blur(20px) saturate(145%);
    backdrop-filter: blur(20px) saturate(145%);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links.wp-block-navigation {
    max-height: calc(100vh - 122px);
    overflow-y: auto;
    padding: 10px;
    border-width: 1px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
      max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 240ms ease,
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s,
      border-width 0s;
  }

  .dg-site-nav__links .wp-block-navigation__container,
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation__container {
    position: static !important;
  }

  .dg-site-nav__links .wp-block-navigation-item {
    opacity: 0;
    transform: translateY(-7px);
    transition: opacity 180ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item {
    opacity: 1;
    transform: translateY(0);
  }

  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item:nth-child(1) { transition-delay: 40ms; }
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item:nth-child(2) { transition-delay: 70ms; }
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item:nth-child(3) { transition-delay: 100ms; }
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item:nth-child(4) { transition-delay: 130ms; }
  .dg-site-nav.is-menu-open .dg-site-nav__links .wp-block-navigation-item:nth-child(5) { transition-delay: 160ms; }
}

@media (max-width: 600px) {
  .dg-about-organization__root-logo,
  .dg-about-organization__root-logo img {
    width: 118px;
  }

  .dg-about-organization__root::after,
  .dg-about-organization__branch--routes::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 32px;
    border-left: 2px solid rgba(232, 250, 255, 0.24);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .dg-about-organization__branch::before {
    top: 96px;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 24px;
    border-left: 2px solid rgba(232, 250, 255, 0.24);
    transform: translateX(-50%);
  }

  .dg-about-organization-card + .dg-about-organization-card::before {
    top: -16px;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 16px;
    border-left: 2px solid rgba(232, 250, 255, 0.24);
    transform: translateX(-50%);
  }

  .dg-about-mission__inner {
    gap: 24px;
  }

  .dg-about-values__cloud {
    width: min(100%, 285px);
    margin: 4px auto 0 !important;
  }

  .dg-about-values__cloud img {
    width: 285px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-site-nav__links.wp-block-navigation,
  .dg-site-nav__links .wp-block-navigation-item {
    transition: none !important;
  }
}

/* ----------------------------------------------------------------------------
   Nos metiers - ordre mobile uniforme et labels derriere les titres
---------------------------------------------------------------------------- */
@media (max-width: 600px) {
  .dg-metiers-pole.dg-metiers-pole--infra .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__image,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__image {
    order: 1;
    margin-top: 0 !important;
  }

  .dg-metiers-pole.dg-metiers-pole--infra .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--gc .dg-metiers-pole__content,
  .dg-metiers-pole.dg-metiers-pole--csps .dg-metiers-pole__content {
    order: 2;
    margin-top: 32px !important;
  }

  .dg-metiers-pole__deco,
  .dg-metiers-pole--gc .dg-metiers-pole__deco,
  .dg-metiers-pole--csps .dg-metiers-pole__deco {
    top: clamp(363px, calc(88vw + 33px), 561px);
    bottom: auto;
    z-index: 1;
  }

  .dg-metiers-pole__content {
    position: relative;
    z-index: 2;
  }
}
