﻿/**
 * ARINWA — Theme inspire DEGER France
 * https://www.deger-france.com/ — couleurs ARINWA (rouge / vert)
 */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');

:root {
  --arinwa-red: #b91c1c;
  --arinwa-red-dark: #8d1f16;
  --arinwa-red-hover: #991b1b;
  --arinwa-green: #15803d;
  --arinwa-green-dark: #166534;
  --arinwa-text: #333333;
  --arinwa-text-light: #666666;
  --arinwa-bg: #ffffff;
  --arinwa-bg-alt: #f5f5f5;
  --arinwa-border: #e5e5e5;
  --dg-font: "Source Sans 3", "Roboto", Arial, sans-serif;
  --accent-color: var(--arinwa-red);
  --heading-color: #222222;
}

body.arinwa-site {
  font-family: var(--dg-font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--arinwa-text);
  background: var(--arinwa-bg);
}

body.arinwa-site h1,
body.arinwa-site h2,
body.arinwa-site h3,
body.arinwa-site h4 {
  font-family: var(--dg-font);
  color: var(--heading-color);
  font-weight: 700;
}

/* ── En-tête site (topbar + menu collés) ── */
.dg-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

/* ── Barre langue (au-dessus du menu) ── */
.dg-langbar {
  position: relative;
  z-index: 3;
  height: 34px;
  background: #123c2f;
  border-bottom: 3px solid #d99b2b;
  color: #fff;
}

.dg-langbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 31px;
}

.dg-langbar__portal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dg-langbar__portal-mark {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e6a630;
  box-shadow: 0 0 0 3px rgba(230, 166, 48, 0.16);
}

.dg-langbar__languages {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  height: 100%;
}

.dg-langbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  height: 100%;
}

.dg-langbar__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.dg-langbar__label i {
  color: #e6a630;
  font-size: 0.8rem;
}

.dg-langbar__switcher {
  display: inline-flex;
  align-items: center;
  height: 26px;
  min-height: 0 !important;
  line-height: 1;
}

.dg-langbar #gtranslateNav .gt_selected,
.dg-langbar #gtranslateNav select {
  display: block !important;
  width: 112px !important;
  height: 25px !important;
  min-height: 25px !important;
  margin: 0 !important;
  padding: 2px 26px 2px 8px !important;
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #17222d !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
}

.dg-langbar #gtranslateNav .gt_options {
  right: 0 !important;
  left: auto !important;
  z-index: 1200 !important;
}

.dg-langbar__divider {
  display: block;
  width: 1px;
  height: 17px;
  background: rgba(255, 255, 255, 0.25);
}

.dg-langbar__login {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 25px;
  padding: 0 0.65rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dg-langbar__login i {
  color: #e6a630;
  font-size: 0.85rem;
}

.dg-langbar__login:hover,
.dg-langbar__login:focus-visible {
  color: #123c2f;
  background: #fff;
  border-color: #fff;
}

.dg-langbar__login:hover i,
.dg-langbar__login:focus-visible i {
  color: #b87700;
}

@media (max-width: 575.98px) {
  .dg-langbar__portal {
    display: none;
  }

  .dg-langbar__inner {
    justify-content: flex-end;
  }

  .dg-langbar__label {
    display: none;
  }

  .dg-langbar__actions {
    width: 100%;
    justify-content: flex-end;
  }
}

/* ── Topbar DEGER ── */
.dg-topbar {
  position: relative;
  z-index: 2;
  background: var(--arinwa-bg-alt);
  border-bottom: 1px solid var(--arinwa-border);
  padding: 0.45rem 0;
  font-size: 0.8125rem;
}

.dg-topbar-social a {
  color: var(--arinwa-text-light);
  margin-right: 0.75rem;
  font-size: 1rem;
}

.dg-topbar-social a:hover {
  color: var(--arinwa-red);
}

.dg-topbar-link {
  color: var(--arinwa-text);
  font-weight: 600;
  text-decoration: none;
}

.dg-topbar-link:hover {
  color: var(--arinwa-red);
}

.dg-topbar-link-accent {
  color: var(--arinwa-green);
}

.dg-topbar-link-accent:hover {
  color: var(--arinwa-green-dark);
}

#gtranslateNav,
#gtranslateTopbar {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  vertical-align: middle;
}

#gtranslateNav .gt_float_switcher,
#gtranslateNav .gt-container,
#gtranslateTopbar .gt_float_switcher,
#gtranslateTopbar .gt-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  inset: auto !important;
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  float: none !important;
  width: auto !important;
}

#gtranslateNav .gt_selected,
#gtranslateTopbar .gt_selected {
  background: #fff !important;
  border: 1px solid var(--arinwa-border) !important;
  border-radius: 4px !important;
  padding: 3px 8px !important;
  font-size: 0.8rem !important;
}

#gtranslateNav .gt_options,
#gtranslateTopbar .gt_options {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 1100 !important;
}

#gtranslateNav select,
#gtranslateTopbar select {
  font-size: 0.8rem !important;
  max-width: 130px;
  padding: 3px 8px !important;
  border: 1px solid var(--arinwa-border) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--arinwa-text) !important;
  height: auto !important;
  line-height: 1.3 !important;
}

/* Masquer les widgets langue detaches (sauf #gtranslateNav) */
body > .gt_float_switcher,
.dg-header > .gt_float_switcher,
.dg-header > select {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#gtranslateNav .gt_float_switcher,
#gtranslateNav select,
#gtranslateNav .gt-container {
  display: inline-flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* â”€â”€ Header DEGER â”€â”€ */
.dg-header {
  background: #fff;
  border-bottom: 1px solid var(--arinwa-border);
  position: relative;
  top: auto;
  z-index: 1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.dg-site-header.is-scrolled .dg-header,
.dg-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.dg-header-shell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  min-height: 64px;
}

.dg-header-brand {
  flex: 0 0 auto;
  min-width: 0;
}

.dg-header-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.dg-logo {
  display: inline-block;
  line-height: 0;
  max-width: min(220px, calc(100vw - 4.5rem));
}

.dg-logo img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 992px) {
  .dg-header-shell {
    min-height: 68px;
  }

  .dg-header-brand {
    flex: 0 0 auto;
    max-width: min(240px, 26vw);
    padding: 0.4rem 0;
  }

  .dg-header-nav {
    border-top: none;
  }

  .dg-logo {
    max-width: 100%;
  }

  .dg-logo img {
    max-height: 44px;
  }
}

@media (min-width: 1200px) {
  .dg-header-brand {
    max-width: min(280px, 22vw);
  }

  .dg-logo img {
    max-height: 48px;
  }
}

@media (max-width: 991.98px) {
  .dg-header-brand {
    flex: 1 1 auto;
  }

  .dg-header-nav {
    flex: 0 0 auto;
  }

  .dg-logo {
    max-width: min(200px, calc(100vw - 4.5rem));
  }

  .dg-logo img {
    max-height: 36px;
  }
}

@media (min-width: 1400px) {
  .dg-header-brand {
    max-width: 300px;
  }

  .dg-logo img {
    max-height: 50px;
  }
}

/* Navigation : voir arinwa-nav.css */

/* ── Hero slider DEGER ── */
.dg-hero {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  padding: 0 !important; /* annule le padding global des <section> dans main.css */
}

.dg-hero .carousel,
.dg-hero .carousel-inner {
  height: clamp(520px, 56vw, 680px);
}

.dg-hero .carousel-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dg-hero .carousel-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dg-hero .hero-kenburns {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.dg-hero .hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.32) 48%, rgba(0, 0, 0, 0.12) 100%);
}

.dg-hero .hero-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  min-height: unset;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  pointer-events: none;
}

.dg-hero .hero-slide-content a,
.dg-hero .hero-slide-content button {
  pointer-events: auto;
}

.dg-hero .hero-kicker {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}

.dg-hero .hero-kicker::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--arinwa-red);
  vertical-align: middle;
  margin-right: 0.5rem;
}

.dg-hero .hero-slide-content h2 {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 600px;
  margin-bottom: 1rem;
}

.dg-hero .hero-slide-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  max-width: 520px;
  margin-bottom: 1.5rem;
}

.dg-btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
}

.dg-btn-primary {
  background: var(--arinwa-green);
  color: #fff !important;
}

.dg-btn-primary:hover {
  background: var(--arinwa-green-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.dg-btn-red {
  background: var(--arinwa-red);
  color: #fff !important;
}

.dg-btn-red:hover {
  background: var(--arinwa-red-hover);
  color: #fff !important;
}

.dg-btn-outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}

.dg-btn-outline:hover {
  background: #fff;
  color: var(--arinwa-red) !important;
}

.dg-hero .carousel-control-prev,
.dg-hero .carousel-control-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

/* ── Quatre piliers — informations uniquement ── */
.dg-pillar-info {
  padding: 2.25rem 0;
  background: #fff;
}

.dg-pillar-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.dg-pillar-info__card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1.1rem;
  min-height: 180px;
  padding: 1.55rem 1.65rem;
  background: #fff;
  border: 1px solid #dfe3e6;
  border-left: 3px solid transparent;
  box-shadow: 0 3px 12px rgba(23, 34, 45, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dg-pillar-info__card:hover {
  transform: translateY(-2px);
  border-color: rgba(185, 28, 28, 0.45);
  border-left-color: var(--arinwa-red);
  box-shadow: 0 9px 24px rgba(23, 34, 45, 0.08);
}

.dg-pillar-info__icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--arinwa-red);
  font-size: 2rem;
  line-height: 1;
}

.dg-pillar-info__card h2 {
  margin: 0 0 0.65rem;
  color: #59636f;
  font-size: 1.15rem;
  font-weight: 800;
}

.dg-pillar-info__card:first-child h2 {
  color: var(--arinwa-red);
}

.dg-pillar-info__card p {
  margin: 0;
  color: #414951;
  font-size: 0.9rem;
  line-height: 1.65;
}

/* â”€â”€ Sections DEGER â”€â”€ */
.dg-section {
  padding: 4rem 0;
}

.dg-section.bg-alt {
  background: var(--arinwa-bg-alt);
}

.dg-section-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--arinwa-red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.dg-section h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.dg-presentation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.dg-presentation-img {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dg-presentation-img img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.dg-blockquote {
  border-left: 4px solid var(--arinwa-green);
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  background: var(--arinwa-bg-alt);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--arinwa-text);
}

.dg-content-block h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  color: var(--arinwa-red-dark);
}

.dg-list-check {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.dg-list-check li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
}

.dg-list-check li::before {
  content: "\2713";
  color: var(--arinwa-green);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.dg-link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--arinwa-green);
  font-weight: 700;
  text-decoration: none;
  margin-top: 1rem;
}

.dg-link-more:hover {
  color: var(--arinwa-green-dark);
}

/* â”€â”€ Grille technologie / piliers â”€â”€ */
.dg-tech-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.dg-tech-header h2 {
  margin-bottom: 0.25rem;
}

.dg-tech-header .subtitle {
  color: var(--arinwa-text-light);
  font-size: 1.05rem;
}

.dg-tech-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.dg-tech-col h3 {
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--arinwa-red);
  margin-bottom: 1.5rem;
}

.dg-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.dg-icon-card {
  text-align: center;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid var(--arinwa-border);
  border-radius: 4px;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.dg-icon-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-color: var(--arinwa-red);
}

.dg-icon-card .icon-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: var(--arinwa-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--arinwa-red);
}

.dg-icon-card h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.dg-icon-card p {
  font-size: 0.8125rem;
  color: var(--arinwa-text-light);
  margin: 0;
  line-height: 1.4;
}

/* â”€â”€ Expertise pleine largeur + CTA â”€â”€ */
.dg-expertise-section {
  padding: 4rem 0 0;
  background: var(--arinwa-bg-alt, #f8fafc);
}

.dg-expertise-section__head {
  margin-bottom: 2.5rem;
}

.dg-expertise-section__head h2 {
  margin-bottom: 1rem;
}

.dg-expertise-lead {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-left: 4px solid var(--arinwa-red, #b91c1c);
  padding-left: 1.15rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-style: italic;
  color: var(--arinwa-text-light, #64748b);
  text-align: left;
}

.dg-expertise-fullbleed {
  width: 100%;
}

.dg-expertise-fullbleed__features {
  width: 100%;
  background: #fff;
  border-top: 1px solid var(--arinwa-border, #e5e5e5);
  border-bottom: 1px solid var(--arinwa-border, #e5e5e5);
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 2.5vw, 2.5rem);
}

.dg-expertise-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  width: 100%;
}

@media (min-width: 1400px) {
  .dg-expertise-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dg-expertise-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.4rem;
  background: var(--arinwa-bg-alt, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.dg-expertise-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  border-color: rgba(185, 28, 28, 0.2);
}

.dg-expertise-feature .feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--arinwa-red, #b91c1c), var(--arinwa-red-dark, #991b1b));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(185, 28, 28, 0.28);
}

.dg-expertise-feature .feature-body h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: var(--arinwa-text, #0f172a);
}

.dg-expertise-feature .feature-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--arinwa-text-light, #64748b);
}

.dg-expertise-fullbleed__cta {
  width: 100%;
}

.dg-expertise-cta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 280px;
}

.dg-expertise-cta-panel {
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.dg-expertise-cta-panel .cta-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
  margin: 0;
}

.dg-expertise-cta-panel h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  margin: 0;
  color: #fff;
  max-width: 22rem;
}

.dg-expertise-cta-panel .cta-text {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 0.5rem;
  max-width: 26rem;
  opacity: 0.92;
}

.dg-expertise-cta-panel--contact {
  background: linear-gradient(135deg, #15803d 0%, #166534 55%, #14532d 100%);
  color: #fff;
}

.dg-expertise-cta-panel--members {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 55%, #7f1d1d 100%);
  color: #fff;
}

.dg-btn-light {
  background: #fff;
  color: var(--arinwa-text, #0f172a);
  border: 2px solid #fff;
  font-weight: 700;
  padding: 0.65rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dg-btn-light:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: var(--arinwa-text, #0f172a);
}

.dg-expertise-cta-panel--contact .dg-btn-light:hover {
  color: #166534;
}

.dg-expertise-cta-panel--members .dg-btn-light:hover {
  color: #991b1b;
}

/* â”€â”€ CoopÃ©ration pleine largeur â”€â”€ */
.dg-cooperation-section {
  padding: 4rem 0 0;
  background: var(--arinwa-bg-alt, #f8fafc);
}

.dg-cooperation-section__head {
  margin-bottom: 2.5rem;
}

.dg-cooperation-section__head h2 {
  margin-bottom: 1.25rem;
}

.dg-cooperation-intro {
  max-width: 44rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.dg-cooperation-intro p {
  margin: 0 0 0.65rem;
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: var(--arinwa-text-light, #64748b);
  line-height: 1.6;
}

.dg-cooperation-intro strong {
  color: var(--arinwa-text, #0f172a);
}

.dg-cooperation-ministries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.ministry-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: #fff;
  border: 1px solid var(--arinwa-border, #e5e5e5);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--arinwa-text, #0f172a);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.ministry-pill i {
  color: var(--arinwa-green, #15803d);
}

.dg-cooperation-fullbleed {
  width: 100%;
}

.dg-cooperation-fullbleed__atouts {
  width: 100%;
  background: #fff;
  border-top: 1px solid var(--arinwa-border, #e5e5e5);
  border-bottom: 1px solid var(--arinwa-border, #e5e5e5);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.dg-cooperation-band-head {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 1.25rem;
  text-align: center;
}

.dg-cooperation-band-head h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  margin: 0;
  color: var(--arinwa-red-dark, #991b1b);
}

.dg-cooperation-atouts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  width: 100%;
  padding: 0 clamp(1rem, 2.5vw, 2.5rem);
}

@media (min-width: 1200px) {
  .dg-cooperation-atouts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dg-cooperation-card {
  text-align: center;
  padding: 1.5rem 1.25rem;
  background: var(--arinwa-bg-alt, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.dg-cooperation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  border-color: rgba(21, 128, 61, 0.25);
}

.cooperation-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--arinwa-green, #15803d), #166534);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.3);
}

.dg-cooperation-card h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: var(--arinwa-text, #0f172a);
}

.dg-cooperation-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--arinwa-text-light, #64748b);
}

.dg-cooperation-mission-band {
  width: 100%;
  background: linear-gradient(180deg, #f1f5f9 0%, var(--arinwa-bg-alt, #f8fafc) 100%);
  border-bottom: 1px solid var(--arinwa-border, #e5e5e5);
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.dg-cooperation-mission-title {
  text-align: center;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: var(--arinwa-text, #0f172a);
}

.dg-cooperation-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
}

.dg-cooperation-mission-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid var(--arinwa-border, #e5e5e5);
  border-left: 4px solid var(--arinwa-red, #b91c1c);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.dg-cooperation-mission-item i {
  font-size: 1.5rem;
  color: var(--arinwa-red, #b91c1c);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.dg-cooperation-mission-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--arinwa-text, #0f172a);
  font-weight: 500;
}

.dg-cooperation-cta-band {
  width: 100%;
  background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 40%, #15803d 100%);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.dg-cooperation-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.dg-cooperation-cta-copy {
  flex: 1 1 320px;
  max-width: 40rem;
}

.dg-cooperation-cta-copy .cta-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0 0 0.5rem;
}

.dg-cooperation-cta-copy h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  margin: 0 0 0.65rem;
  color: #fff;
}

.dg-cooperation-cta-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.92;
}

.dg-cooperation-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.dg-btn-outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  font-weight: 700;
  padding: 0.65rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dg-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* Legacy (autres pages Ã©ventuelles) */
.dg-expertise {
  background: #fff;
  border: 1px solid var(--arinwa-border);
  padding: 2.5rem;
  border-radius: 4px;
}

.dg-expertise blockquote {
  border-left: 4px solid var(--arinwa-red);
  padding-left: 1rem;
  margin: 0 0 1.5rem;
  font-style: italic;
  color: var(--arinwa-text-light);
}

.dg-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.dg-expertise-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.9rem;
}

.dg-expertise-item i {
  color: var(--arinwa-green);
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.dg-cta-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.dg-cta-box {
  background: var(--arinwa-bg-alt);
  padding: 2rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--arinwa-border);
}

.dg-cta-box p {
  margin-bottom: 1rem;
  font-weight: 600;
}

/* â”€â”€ Stats DEGER â”€â”€ */
.dg-stats-section {
  background: var(--arinwa-red-dark);
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

.dg-stats-section h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.dg-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.dg-stat-big .number {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.dg-stat-big .label {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-top: 0.5rem;
}

.dg-stats-quote {
  max-width: 600px;
  margin: 2rem auto 0;
  font-style: italic;
  opacity: 0.85;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
}

/* â”€â”€ Footer DEGER â”€â”€ */
.dg-footer {
  background: #fff;
  border-top: 1px solid var(--arinwa-border);
  padding: 3rem 0 0;
}

.dg-footer h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.dg-footer-desc {
  color: var(--arinwa-text-light);
  font-size: 0.9375rem;
  max-width: 400px;
}

.dg-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dg-footer-links li {
  margin-bottom: 0.5rem;
}

.dg-footer-links a {
  color: var(--arinwa-text-light);
  text-decoration: none;
  font-size: 0.9375rem;
}

.dg-footer-links a:hover {
  color: var(--arinwa-red);
}

.dg-link-arrow {
  color: var(--arinwa-green) !important;
  font-weight: 700 !important;
}

.dg-footer-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--arinwa-border);
  border-radius: 4px;
  color: var(--arinwa-text);
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.dg-footer-social a:hover {
  background: var(--arinwa-red);
  border-color: var(--arinwa-red);
  color: #fff;
}

.dg-footer-bottom {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid var(--arinwa-border);
  text-align: center;
  font-size: 0.8125rem;
  color: var(--arinwa-text-light);
}

.dg-footer-bottom a {
  color: var(--arinwa-text-light);
  text-decoration: none;
}

.dg-footer-bottom a:hover {
  color: var(--arinwa-red);
}

.dg-footer-sep {
  margin: 0 0.5rem;
}

/* â”€â”€ Float â”€â”€ */
.dg-float-actions {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dg-float-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
}

.dg-float-btn.top {
  background: var(--arinwa-text);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.dg-float-btn.top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* â”€â”€ Galerie pleine largeur â”€â”€ */
#portfolio.dg-section .gallery-fullbleed {
  border-color: var(--arinwa-border);
}

#portfolio.dg-section .gallery-panel {
  border: 1px solid var(--arinwa-border);
  border-radius: 4px;
  box-shadow: none;
  background: #fff;
}

#portfolio .arinwa-section-header,
#portfolio .dg-section-label {
  text-align: center;
}

.gallery-filter-btn.is-active {
  background: var(--arinwa-red) !important;
  border-color: var(--arinwa-red) !important;
}

.gallery-filter-btn.year-btn.is-active {
  background: var(--arinwa-green) !important;
  border-color: var(--arinwa-green) !important;
}

/* â”€â”€ Partenaires â”€â”€ */
.dg-partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 1rem 0;
}

.dg-partners-row img {
  max-height: 70px;
  opacity: 0.75;
  filter: grayscale(20%);
  transition: all 0.3s;
}

.dg-partners-row img:hover {
  opacity: 1;
  filter: none;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 991.98px) {
  .dg-presentation,
  .dg-tech-columns,
  .dg-cta-duo,
  .dg-expertise-cta-split,
  .dg-cooperation-mission-grid {
    grid-template-columns: 1fr;
  }

  .dg-cooperation-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .dg-cooperation-cta-actions {
    justify-content: center;
    width: 100%;
  }

  .dg-expertise-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dg-stats-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .dg-hero .carousel,
  .dg-hero .carousel-inner {
    height: clamp(440px, 72svh, 560px);
  }

  .dg-hero .hero-slide-content {
    padding: 2.5rem 3.25rem;
  }

  .dg-hero .hero-slide-content h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .dg-hero .hero-slide-content p {
    font-size: 0.95rem;
  }

  .dg-hero .hero-slide-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28));
  }

  .dg-hero .carousel-control-prev,
  .dg-hero .carousel-control-next {
    width: 36px;
    height: 36px;
  }

  .dg-pillar-info__grid {
    grid-template-columns: 1fr;
  }

  .dg-pillar-info__card {
    min-height: 0;
  }

  .dg-icon-grid {
    grid-template-columns: 1fr;
  }

  .dg-expertise-grid,
  .dg-expertise-features-grid,
  .dg-cooperation-atouts-grid {
    grid-template-columns: 1fr;
  }

  .dg-expertise-section,
  .dg-cooperation-section {
    padding-top: 2.5rem;
  }

  .dg-section {
    padding: 2.5rem 0;
  }
}
