@charset "UTF-8";
/* Styles migrated from page content into the CapDroits Site Styles plugin. */

/* Page: Organisation (organisation, ID 9754), style block 1 */
body.page-id-9754 .site-main {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-id-9754 .page-header {
  display: none !important;
}

body.page-id-9754 .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cap-org-page,
.cap-org-page * {
  box-sizing: border-box;
}

.cap-org-page {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #001153;
  background: #f4f5ff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.65;
  overflow: clip;
}

.cap-org-page h1,
.cap-org-page h2 {
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  text-wrap: balance;
}

.cap-org-hero {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 68px clamp(24px, 5vw, 72px) 84px;
  color: #fff;
  background: #240bcb;
}

.cap-org-hero__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.cap-org-hero h1 {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(48px, 6vw, 68px);
  line-height: 1.05;
  font-weight: 800;
}

.cap-org-section {
  width: 100%;
  padding: 88px clamp(20px, 5vw, 64px);
}

.cap-org-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.cap-org-reading {
  max-width: 940px;
}

.cap-org-section h2 {
  max-width: 880px;
  margin: 0 0 38px !important;
  color: #001153;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 800;
}

.cap-org-governance {
  background: #f4f5ff;
}

.cap-org-governance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #c6c9fc;
  border-top: 6px solid #240bcb;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 17, 83, .1);
  overflow: hidden;
}

.cap-org-governance__grid p {
  min-width: 0;
  margin: 0 !important;
  padding: 30px;
}

.cap-org-governance__grid p + p {
  border-left: 1px solid #dfe1ff;
}

.cap-org-partners {
  background: #fff;
}

.cap-org-partners__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 24px;
}

.cap-org-partners__grid p {
  min-width: 0;
  margin: 0 !important;
  padding: 30px 32px;
  border-radius: 22px;
}

.cap-org-partners__grid p:first-child {
  border: 1px solid #c6c9fc;
  background: #eef0ff;
}

.cap-org-partners__grid p:last-child {
  border: 1px solid #dfe1ff;
  border-left: 6px solid #240bcb;
  background: #f8f9ff;
}

.cap-org-role {
  background: #f4f5ff;
}

.cap-org-role__lead {
  max-width: 880px;
  margin: 0 0 30px !important;
  font-size: 20px;
}

.cap-org-list {
  margin: 0 !important;
  padding: 30px 36px 30px 62px !important;
  border: 1px solid #c6c9fc;
  border-radius: 24px;
  background: #eef0ff;
}

.cap-org-list li {
  margin: 0;
  padding-left: 8px;
}

.cap-org-list li + li {
  margin-top: 16px;
}

.cap-org-list li::marker {
  color: #240bcb;
  font-size: 1.15em;
}

.cap-org-role__conclusion {
  margin: 28px 0 0 !important;
  padding: 26px 30px;
  border-left: 6px solid #240bcb;
  border-radius: 0 18px 18px 0;
  background: #fff;
  font-weight: 600;
}

.cap-org-distinction {
  color: #fff;
  background: #001153;
}

.cap-org-distinction h2 {
  color: #fff;
}

.cap-org-distinction__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cap-org-distinction__grid p {
  min-width: 0;
  margin: 0 !important;
  padding: 30px 32px;
  border-radius: 22px;
  color: #001153;
  background: #fff;
  font-size: 20px;
}

.cap-org-distinction__grid p:first-child {
  background: #c6c9fc;
}

.cap-org-distinction__grid strong {
  display: block;
  margin-bottom: 8px;
  color: #240bcb;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

@media (max-width: 900px) {
  .cap-org-governance__grid,
  .cap-org-partners__grid,
  .cap-org-distinction__grid {
    grid-template-columns: 1fr;
  }

  .cap-org-governance__grid p + p {
    border-top: 1px solid #dfe1ff;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .cap-org-page {
    font-size: 18px;
    line-height: 1.6;
  }

  .cap-org-hero {
    min-height: 220px;
    padding: 52px 20px 60px;
  }

  .cap-org-hero h1 {
    font-size: 42px;
  }

  .cap-org-section {
    padding: 56px 20px 64px;
  }

  .cap-org-section h2 {
    margin-bottom: 26px !important;
    font-size: 32px;
  }

  .cap-org-governance__grid {
    border-radius: 22px;
  }

  .cap-org-governance__grid p,
  .cap-org-partners__grid p,
  .cap-org-distinction__grid p {
    padding: 22px 20px;
  }

  .cap-org-list {
    padding: 24px 22px 24px 46px !important;
    border-radius: 20px;
  }

  .cap-org-role__lead,
  .cap-org-distinction__grid p {
    font-size: 18px;
  }

  .cap-org-role__conclusion {
    padding: 22px 20px;
  }
}

/* Page: Rapport d&rsquo;activités (rapport-dactivites, ID 9361), style block 1 */
:root {
  --cap-navy: #001156;
  --cap-blue: #0000dd;
  --cap-teal: #008c91;
  --cap-cyan: #100ddc;
  --cap-ink: #172343;
  --cap-slate: #4c5b7e;
  --cap-mist: #f2f6fa;
  --cap-lilac: #edf0ff;
  --cap-white: #fff;
  --cap-warm: #100ddc;
  --cap-rose: #008c91;
}

#cap-report-2025,
#cap-report-2025 * { box-sizing: border-box; }

#cap-report-2025 {
  color: var(--cap-ink);
  background: #fff;
  font-family: "Nunito Sans", Nunito, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.58;
  isolation: isolate;
}

#cap-report-2025 a { color: inherit; }
#cap-report-2025 p { margin: 0; }
#cap-report-2025 img { display: block; max-width: 100%; height: auto; }
#cap-report-2025 :focus-visible { outline: 3px solid var(--cap-blue); outline-offset: 4px; }

/* Elementor renders each report fragment in its own widget wrapper. Keep those
   wrappers structurally neutral so the report remains a single continuous page. */
#cap-report-2025.elementor-element {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
#cap-report-2025 > .elementor-element,
#cap-report-2025 > .elementor-element > .elementor-widget-container { width: 100%; }

.cap-report__section {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 38px;
  padding: clamp(42px, 5.4vw, 76px) clamp(24px, 5.25vw, 74px);
  overflow: hidden;
  border-top: 1px solid rgba(0, 17, 86, .14);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  scroll-margin-top: 88px;
}

.cap-report__section[data-tone="opening"] { --slide-accent: #100ddc; --slide-pale: #edf9fc; }
.cap-report__section[data-tone="identity"] { --slide-accent: #000acb; --slide-pale: #f0f1ff; }
.cap-report__section[data-tone="transformation"] { --slide-accent: #0000dd; --slide-pale: #eff3ff; }
.cap-report__section[data-tone="governance"] { --slide-accent: #001156; --slide-pale: #eef4fa; }
.cap-report__section[data-tone="science"] { --slide-accent: #008c91; --slide-pale: #eaf8f6; }
.cap-report__section[data-tone="inquiry"] { --slide-accent: #0000dd; --slide-pale: #edf6fd; }
.cap-report__section[data-tone="seminars"] { --slide-accent: #008c91; --slide-pale: #eaf8fa; }
.cap-report__section[data-tone="caplab"] { --slide-accent: #008c91; --slide-pale: #ecf9f7; }
.cap-report__section[data-tone="institutional"] { --slide-accent: #0000dd; --slide-pale: #f0f3ff; }
.cap-report__section[data-tone="finance"] { --slide-accent: #001156; --slide-pale: #eef8fa; }
.cap-report__section[data-tone="outlook"] { --slide-accent: #000acb; --slide-pale: #f0f2ff; }

.cap-report__section[data-surface="ice"] { background: #f5fbfc; }
.cap-report__section[data-surface="aqua"] { background: #f1faf8; }
.cap-report__section[data-surface="mist"] { background: #f5f7ff; }

.cap-report__section::before {
  position: absolute;
  z-index: -1;
  width: min(38vw, 420px);
  height: min(38vw, 420px);
  border-radius: 50%;
  background: var(--slide-pale);
  content: "";
  opacity: .9;
  right: -17%;
  bottom: -47%;
}

.cap-report__section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(88, 181, 202, .38), transparent 23%),
    radial-gradient(circle at 7% 90%, rgba(0, 140, 145, .25), transparent 30%),
    var(--cap-navy);
  border-top: 0;
  border-radius: 26px;
  box-shadow: none;
}

.cap-report__section--dark::before { background: rgba(255, 255, 255, .09); }

.report-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--slide-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cap-report__section--dark .report-kicker { color: #b9eef1; }

.report-title,
#cap-report-2025 .report-title {
  max-width: 1080px;
  margin: 0;
  color: var(--cap-navy);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.report-title--long { max-width: 1000px; font-size: clamp(28px, 2.85vw, 42px); }

.cap-report__section--dark .report-title { color: #fff; }

.report-title::after {
  display: block;
  width: 70px;
  height: 5px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--slide-accent);
  content: "";
}

.cap-report__section--dark .report-title::after { background: var(--cap-cyan); }

.report-intro {
  max-width: 950px;
  margin-top: 28px !important;
  color: var(--cap-slate);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.42;
  text-wrap: balance;
}

.cap-report__section--dark .report-intro { color: rgba(255, 255, 255, .9); }

.report-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  gap: 7px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 22px;
  padding: 11px;
  overflow-x: auto;
  border: 1px solid rgba(0, 17, 83, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(0, 17, 83, .10);
  scrollbar-width: thin;
  backdrop-filter: blur(12px);
}

.report-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--cap-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.report-nav a:hover,
.report-nav a[aria-current="true"] { color: #fff; background: var(--cap-blue); }
.report-nav a:hover { transform: translateY(-1px); }

.cover {
  min-height: min(82vh, 820px);
  margin-top: 26px;
  padding-top: clamp(48px, 8vw, 110px);
  padding-bottom: clamp(48px, 8vw, 100px);
  background:
    linear-gradient(115deg, rgba(255,255,255,.96) 0 41%, rgba(242, 250, 253, .88) 100%),
    #e9f5f9;
}

.cover::before {
  z-index: 0;
  width: 76%;
  height: 52%;
  right: -20%;
  bottom: -17%;
  background: linear-gradient(145deg, rgba(0, 17, 83, .14), rgba(88, 181, 202, .42));
  filter: blur(1px);
}

.cover-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(210px, .7fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
}

.cover-brand {
  display: block;
  margin-bottom: 24px;
  color: var(--cap-blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}

.cover h1 {
  max-width: 800px;
  margin: 0;
  color: var(--cap-navy);
  font-size: clamp(48px, 7vw, 94px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .98;
}

.cover h1 em { color: var(--cap-blue); font-style: normal; }
.cover-lead { max-width: 880px; margin-top: 32px !important; color: var(--cap-navy); font-size: clamp(22px, 2.6vw, 38px); font-weight: 700; line-height: 1.25; }

.cover-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 850px;
  margin: clamp(38px, 6vw, 70px) 0 0;
}

.cover-metrics div {
  padding: 20px 18px;
  border: 1px solid rgba(0, 17, 83, .10);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 20px rgba(0, 17, 83, .08);
}

.cover-metrics dt { color: var(--cap-blue); font-size: clamp(32px, 4vw, 54px); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.cover-metrics dd { margin: 8px 0 0; color: var(--cap-navy); font-size: 16px; font-weight: 800; line-height: 1.2; }
.cover-mark { padding: 18px; align-self: center; }
.cover-mark img { width: min(100%, 420px); margin-left: auto; }
.cover-orbit { position: absolute; z-index: 0; border: 2px solid rgba(88, 181, 202, .25); border-radius: 50%; pointer-events: none; }
.cover-orbit--one { width: 540px; height: 540px; top: -215px; right: -115px; }
.cover-orbit--two { width: 700px; height: 700px; bottom: -410px; left: 14%; border-color: rgba(0, 10, 203, .10); }

.report-toc-list {
  display: grid;
  gap: 13px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.report-toc-list li {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 17, 83, .12);
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.report-toc-list li::before { position: absolute; width: 7px; height: 100%; background: var(--slide-accent); content: ""; }
.report-toc-list li:hover { transform: translateX(4px); box-shadow: 0 12px 24px rgba(0,17,83,.08); }
.report-toc-list a { display: grid; grid-template-columns: 62px minmax(175px, .75fr) minmax(0, 1.65fr); gap: 16px; align-items: center; padding: 22px 28px; text-decoration: none; }
.toc-number { color: var(--slide-accent); font-size: 30px; font-weight: 900; line-height: 1; }
.toc-heading { color: var(--cap-navy); font-size: 22px; font-weight: 900; line-height: 1.15; }
.toc-copy { color: var(--cap-slate); font-size: 17px; font-weight: 700; line-height: 1.35; }

.chapter-slide {
  min-height: min(74vh, 700px);
  display: grid;
  place-items: center;
  margin-top: 20px;
  text-align: center;
}

.chapter-slide .chapter-inner { max-width: 1040px; }
.chapter-slide .report-kicker { justify-content: center; }
.chapter-slide .report-title { color: #fff; font-size: clamp(40px, 5vw, 64px); }
.chapter-slide .report-title::after { margin-right: auto; margin-left: auto; }
.chapter-slide .chapter-copy { max-width: 820px; margin: 28px auto 0; color: rgba(255,255,255,.88); font-size: clamp(19px, 2vw, 25px); font-weight: 700; }
.chapter-slide .chapter-index { display: inline-flex; align-items: center; justify-content: center; width: 55px; height: 55px; margin-top: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; font-size: 17px; font-weight: 900; }

.editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: clamp(28px, 6vw, 86px);
  margin-top: 42px;
}

.editorial-copy { display: grid; gap: 20px; color: var(--cap-ink); font-size: clamp(19px, 1.55vw, 24px); line-height: 1.5; }
.editorial-quote { align-self: start; padding: clamp(25px, 4vw, 45px); border-radius: 24px; color: var(--cap-navy); background: var(--slide-pale); font-size: clamp(22px, 2.3vw, 34px); font-weight: 900; line-height: 1.2; }
.editorial-quote::before { display: block; height: 31px; margin-bottom: 12px; color: var(--slide-accent); font-family: Georgia, serif; font-size: 82px; line-height: .35; content: "“"; }
.editorial-signature { margin-top: 20px !important; color: var(--cap-slate); font-size: 17px; font-weight: 900; }

.composition { margin-top: 42px; }
.composition--prose { display: grid; gap: 24px; max-width: 1050px; color: var(--cap-ink); font-size: clamp(19px, 1.75vw, 26px); line-height: 1.52; }
.composition--prose .report-cell { padding-left: 22px; border-left: 6px solid var(--slide-accent); }

.composition--split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 4vw, 50px); }
.composition--split .report-cell { position: relative; padding: clamp(25px, 4vw, 44px); border-top: 8px solid var(--slide-accent); background: var(--slide-pale); font-size: clamp(18px, 1.55vw, 23px); font-weight: 700; }

.composition--steps { display: grid; grid-template-columns: repeat(var(--columns, 4), minmax(0, 1fr)); gap: 16px; counter-reset: step; }
.composition--steps .report-cell { position: relative; min-height: 172px; padding: 26px 20px 24px; border-bottom: 4px solid var(--slide-accent); background: linear-gradient(180deg, #fff 0 78%, var(--slide-pale) 100%); box-shadow: 0 10px 25px rgba(0,17,83,.06); }
.composition--steps .report-cell::before { display: block; width: 32px; height: 32px; margin-bottom: 14px; border-radius: 50%; color: #fff; background: var(--slide-accent); font-size: 14px; font-weight: 900; line-height: 32px; text-align: center; content: counter(step, decimal-leading-zero); counter-increment: step; }
.composition--steps .report-cell p + p { margin-top: 9px; }
.composition--steps .report-cell p:first-of-type { color: var(--cap-navy); font-weight: 900; line-height: 1.24; }
.composition--steps .report-cell p:not(:first-of-type) { color: var(--cap-slate); font-size: 16px; font-weight: 700; line-height: 1.35; }

.composition--masonry { column-count: 3; column-gap: 18px; }
.composition--masonry .report-cell { display: inline-block; width: 100%; margin: 0 0 18px; padding: 25px; break-inside: avoid; border: 1px solid rgba(0,17,83,.10); border-radius: 20px; background: #fff; box-shadow: 0 10px 22px rgba(0,17,83,.04); }
.composition--masonry .report-cell:nth-child(3n + 2) { background: var(--slide-pale); }
.composition--masonry .report-cell p:first-of-type { color: var(--cap-navy); font-weight: 900; line-height: 1.25; }
.composition--masonry .report-cell p + p { margin-top: 10px; color: var(--cap-slate); font-size: 16px; font-weight: 700; line-height: 1.4; }

.report-timeline { position: relative; display: grid; grid-template-columns: repeat(var(--timeline-columns, 4), minmax(0, 1fr)); gap: 20px; margin-top: 44px; padding-top: 20px; list-style: none; }
.report-timeline::before { position: absolute; top: 0; right: 4%; left: 4%; height: 4px; border-radius: 999px; background: var(--slide-accent); content: ""; }
.report-timeline li { position: relative; padding-top: 32px; }
.report-timeline li::before { position: absolute; top: -7px; left: 0; width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--slide-accent); box-shadow: 0 0 0 2px var(--slide-accent); content: ""; }
.report-timeline .report-cell { min-height: 142px; padding: 22px; border-radius: 0 18px 18px 18px; background: var(--slide-pale); }
.report-timeline p:first-child { color: var(--cap-navy); font-weight: 900; line-height: 1.23; }
.report-timeline p + p { margin-top: 9px; color: var(--cap-slate); font-size: 16px; font-weight: 700; line-height: 1.35; }

.metric-grid { display: grid; grid-template-columns: repeat(var(--columns, 4), minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.metric-grid .report-cell { min-height: 165px; padding: 25px 21px; border-radius: 21px; background: var(--slide-pale); }
.metric-grid .report-cell:nth-child(even) { color: #fff; background: var(--cap-navy); }
.metric-grid p:first-child { color: var(--slide-accent); font-size: clamp(29px, 3.3vw, 54px); font-weight: 900; letter-spacing: -.055em; line-height: 1.02; }
.metric-grid .report-cell:nth-child(even) p:first-child { color: #9bebe4; }
.metric-grid p + p { margin-top: 10px; color: var(--cap-navy); font-size: 16px; font-weight: 900; line-height: 1.27; }
.metric-grid .report-cell:nth-child(even) p + p { color: #fff; }

.report-framework { display: grid; grid-template-columns: repeat(var(--columns, 3), minmax(0, 1fr)); gap: 20px; margin-top: 42px; }
.report-framework .report-cell { position: relative; padding: 28px 24px 28px 35px; border-left: 7px solid var(--slide-accent); background: linear-gradient(90deg, var(--slide-pale), transparent); }
.report-framework .report-cell::before { position: absolute; top: 26px; left: -18px; display: grid; width: 28px; height: 28px; place-items: center; border: 2px solid var(--slide-accent); border-radius: 50%; color: var(--slide-accent); background: #fff; font-size: 12px; font-weight: 900; content: "✦"; }
.report-framework p:first-child { color: var(--cap-navy); font-size: 20px; font-weight: 900; line-height: 1.2; }
.report-framework p + p { margin-top: 11px; color: var(--cap-slate); font-size: 16px; font-weight: 700; line-height: 1.4; }

.report-callout { margin-top: 34px; padding: clamp(22px, 3.5vw, 38px); border-left: 6px solid var(--slide-accent); border-radius: 0; color: var(--cap-navy); background: var(--slide-pale); font-size: clamp(20px, 1.8vw, 25px); font-weight: 800; line-height: 1.34; }
.report-callout p + p { margin-top: 16px; color: var(--cap-slate); font-size: 17px; font-weight: 700; }

.report-image-note { margin-top: 24px; color: var(--cap-slate); font-size: 15px; font-weight: 700; }

.special-transformation { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 30px; margin-top: 42px; }
.transformation-route { display: grid; gap: 13px; align-content: center; }
.transformation-route div { position: relative; padding: 20px 24px; border-radius: 18px; color: #fff; background: var(--cap-navy); font-size: 18px; font-weight: 900; }
.transformation-route div:nth-child(2) { margin-left: 8%; color: var(--cap-navy); background: #a7e4e2; }
.transformation-route div:nth-child(3) { margin-left: 16%; color: var(--cap-navy); background: #e4e7ff; }
.transformation-route div:nth-child(4) { margin-left: 24%; color: var(--cap-navy); background: #fff2ce; }
.transformation-panels { display: grid; gap: 12px; }
.transformation-panels article { padding: 21px; border: 1px solid rgba(0,17,83,.14); border-radius: 18px; background: #fff; }
.transformation-panels h3 { margin: 0 0 7px; color: var(--cap-navy); font-size: 20px; line-height: 1.15; }
.transformation-panels p { color: var(--cap-slate); font-size: 16px; font-weight: 700; line-height: 1.4; }

.auvi-network { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(260px, 1.2fr) minmax(230px, .8fr); gap: 24px; align-items: center; margin-top: 40px; }
.auvi-network__hub { display: grid; width: min(100%, 310px); aspect-ratio: 1; place-items: center; margin: auto; padding: 42px; border: 14px solid #100ddc; border-radius: 50%; color: #fff; background: var(--cap-navy); text-align: center; }
.auvi-network__hub strong { font-size: 42px; letter-spacing: -.05em; line-height: 1; }
.auvi-network__hub span { margin-top: 12px; font-size: 16px; font-weight: 900; line-height: 1.2; }
.auvi-network__list { display: grid; gap: 12px; padding: 0; list-style: none; }
.auvi-network__list li { padding: 17px 18px; border-radius: 16px; color: var(--cap-navy); background: var(--slide-pale); font-size: 16px; font-weight: 900; line-height: 1.3; }
.auvi-network__list b { display: block; color: var(--slide-accent); font-size: 31px; line-height: 1; }
.partner-names { grid-column: 1 / -1; margin: 0; padding: 22px; border-radius: 22px; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,17,83,.1); }
.partner-names summary { cursor: pointer; color: var(--cap-navy); font-weight: 900; }
.partner-names ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.partner-names li { padding: 7px 10px; border-radius: 999px; color: var(--cap-navy); background: var(--slide-pale); font-size: 14px; font-weight: 800; }

.inquiry-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; align-items: stretch; margin: 42px 0 25px; }
.inquiry-flow article { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 160px; padding: 20px; border-radius: 50% 50% 22px 22px; color: var(--cap-navy); background: var(--slide-pale); text-align: center; }
.inquiry-flow article:not(:last-child)::after { position: absolute; z-index: 1; top: 50%; right: -12px; width: 24px; height: 2px; background: var(--slide-accent); content: ""; }
.inquiry-flow strong { font-size: 18px; line-height: 1.2; }
.inquiry-flow span { display: block; margin-top: 8px; color: var(--cap-slate); font-size: 14px; font-weight: 800; line-height: 1.2; }
.inquiry-result { display: grid; grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr); gap: 18px; align-items: center; margin-top: 28px; }
.inquiry-result article { padding: 28px; border-radius: 22px; background: var(--slide-pale); }
.inquiry-result h3 { margin: 0 0 8px; color: var(--cap-navy); font-size: 21px; }
.inquiry-result p { color: var(--cap-slate); font-size: 16px; font-weight: 700; line-height: 1.4; }
.inquiry-arrow { color: var(--slide-accent); font-size: 54px; font-weight: 900; text-align: center; }
.inquiry-outcomes { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.inquiry-outcomes li { padding: 9px 11px; border-radius: 999px; color: var(--cap-navy); background: #e5f5fa; font-size: 14px; font-weight: 900; }

.seminar-tracks { display: grid; gap: 30px; margin-top: 42px; }
.seminar-track { position: relative; padding-top: 40px; }
.seminar-track::before { position: absolute; top: 18px; right: 0; left: 0; height: 3px; background: var(--slide-accent); content: ""; }
.seminar-track h3 { position: absolute; z-index: 1; top: 0; left: 0; margin: 0; padding: 7px 14px; border-radius: 999px; color: #fff; background: var(--slide-accent); font-size: 16px; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.seminar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.seminar-card { padding: 19px; border: 1px solid rgba(0,17,83,.11); border-radius: 18px; background: #fff; }
.seminar-card time { display: block; margin-bottom: 9px; color: var(--slide-accent); font-size: 16px; font-weight: 900; }
.seminar-card h4 { margin: 0; color: var(--cap-navy); font-size: 18px; line-height: 1.2; }
.seminar-card p { margin-top: 11px; color: var(--cap-slate); font-size: 14px; font-weight: 700; line-height: 1.35; }
.seminar-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.seminar-notes p { padding: 15px; border-left: 4px solid var(--slide-accent); color: var(--cap-slate); background: var(--slide-pale); font-size: 15px; font-weight: 800; }

.finance-inventory { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(260px, .95fr) minmax(280px, 1.1fr); gap: 18px; margin-top: 40px; }
.finance-panel { padding: 24px; border-radius: 22px; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,17,83,.12); }
.finance-panel h3 { margin: 0 0 18px; color: var(--cap-navy); font-size: 20px; line-height: 1.15; }
.finance-donut { display: grid; width: min(100%, 225px); aspect-ratio: 1; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: conic-gradient(var(--cap-blue) 0 97.5%, #5dc6c4 97.5% 100%); }
.finance-donut > div { display: grid; width: 67%; aspect-ratio: 1; place-items: center; padding: 12px; border-radius: 50%; color: var(--cap-navy); background: #fff; font-size: 18px; font-weight: 900; line-height: 1.15; text-align: center; }
.finance-legend { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.finance-legend li { display: grid; grid-template-columns: 12px 1fr; gap: 9px; color: var(--cap-slate); font-size: 15px; font-weight: 800; line-height: 1.25; }
.finance-legend i { display: block; width: 12px; height: 12px; margin-top: 3px; border-radius: 3px; background: var(--cap-blue); }
.finance-legend li:nth-child(2) i { background: #5dc6c4; }
.finance-legend b { color: var(--cap-navy); }
.finance-bars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; height: 270px; margin: 20px 0 10px; padding: 14px 16px 0; border-bottom: 2px solid var(--cap-navy); }
.finance-bar { position: relative; min-height: 18px; border-radius: 8px 8px 0 0; background: var(--cap-blue); }
.finance-bar span { position: absolute; bottom: calc(100% + 8px); left: 50%; width: 125px; color: var(--cap-navy); font-size: 14px; font-weight: 900; line-height: 1.15; text-align: center; transform: translateX(-50%); }
.finance-bar small { position: absolute; top: calc(100% + 9px); left: 50%; color: var(--cap-slate); font-size: 14px; font-weight: 900; transform: translateX(-50%); }
.finance-expense { margin: 0; padding: 0; list-style: none; }
.finance-expense li { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(0,17,83,.11); color: var(--cap-slate); font-size: 14px; font-weight: 800; line-height: 1.3; }
.finance-expense b { color: var(--cap-navy); }
.finance-total { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 0; }
.finance-total div { padding: 15px; border-radius: 14px; background: #fff0d8; }
.finance-total strong { display: block; color: #b55d00; font-size: 27px; line-height: 1; }
.finance-total span { display: block; margin-top: 6px; color: var(--cap-navy); font-size: 13px; font-weight: 900; line-height: 1.2; }
.finance-activity { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; grid-column: 1 / -1; padding: 20px; border-radius: 20px; color: #fff; background: var(--cap-navy); }
.finance-activity strong { display: block; color: #a8eee8; font-size: 37px; line-height: 1; }
.finance-activity span { display: block; margin-top: 6px; font-size: 15px; font-weight: 800; line-height: 1.2; }
.finance-note { grid-column: 1 / -1; padding: 24px; border: 2px solid #f3b536; border-radius: 20px; color: var(--cap-navy); background: #fff8e6; font-size: 17px; font-weight: 800; line-height: 1.4; }

.finance-summary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 28px; margin-top: 42px; }
.finance-summary__chart { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 18px; min-height: 300px; padding: 25px 22px 0; border-bottom: 2px solid var(--cap-navy); background: linear-gradient(to top, rgba(0,17,83,.08) 1px, transparent 1px); background-size: 100% 25%; }
.finance-summary__bar { position: relative; min-height: 25px; border-radius: 9px 9px 0 0; background: var(--cap-navy); }
.finance-summary__bar:nth-child(2) { background: #f0aa24; }
.finance-summary__bar:nth-child(3) { background: #008c91; }
.finance-summary__bar span { position: absolute; bottom: calc(100% + 9px); left: 50%; width: 130px; color: var(--cap-navy); font-size: 16px; font-weight: 900; line-height: 1.15; text-align: center; transform: translateX(-50%); }
.finance-summary__bar small { position: absolute; top: calc(100% + 9px); left: 50%; width: 110px; color: var(--cap-slate); font-size: 14px; font-weight: 900; text-align: center; transform: translateX(-50%); }
.finance-summary__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.finance-summary__details .report-cell { padding: 20px; border-radius: 18px; background: var(--slide-pale); }
.finance-summary__details p:first-child { color: var(--slide-accent); font-size: 30px; font-weight: 900; line-height: 1; }
.finance-summary__details p + p { margin-top: 7px; color: var(--cap-navy); font-size: 15px; font-weight: 900; line-height: 1.25; }

.closing { min-height: min(75vh, 690px); display: grid; align-items: center; }
.closing-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(230px, .65fr); gap: 50px; align-items: center; }
.closing .report-title { font-size: clamp(51px, 7vw, 98px); }
.closing-copy { display: grid; gap: 18px; margin-top: 30px; color: rgba(255,255,255,.9); font-size: clamp(19px, 2vw, 26px); font-weight: 700; line-height: 1.45; }
.closing-contact { display: grid; gap: 20px; justify-items: center; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; text-align: center; }
.closing-contact img { width: min(100%, 290px); filter: brightness(0) invert(1); }
.closing-contact p { font-size: 17px; font-weight: 800; line-height: 1.4; }

.report-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.report-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .report-reveal, .report-reveal.is-visible { opacity: 1; transform: none; transition: none; } .report-nav a { transition: none; } }

@media (max-width: 1050px) {
  .composition--steps { --columns: 3 !important; }
  .report-framework { --columns: 2 !important; }
  .metric-grid { --columns: 3 !important; }
  .report-timeline { --timeline-columns: 3 !important; }
  .seminar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finance-inventory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finance-inventory .finance-panel:last-of-type { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  #cap-report-2025 { font-size: 17px; }
  .cap-report__section { width: min(100% - 26px, 1320px); margin-bottom: 18px; padding: 38px 22px; border-radius: 22px; }
  .report-nav { top: 0; width: min(100% - 26px, 1320px); margin-bottom: 16px; border-radius: 14px; }
  .cover { min-height: 0; padding-top: 55px; }
  .cover-grid, .editorial-layout, .special-transformation, .auvi-network, .closing-grid, .finance-summary { grid-template-columns: 1fr; }
  .cover-mark { padding: 4px; }
  .cover-mark img { width: min(210px, 70%); margin: 0; }
  .cover-metrics { grid-template-columns: 1fr; max-width: 420px; }
  .report-toc-list a { grid-template-columns: 42px 1fr; gap: 9px 13px; padding: 18px 18px 18px 24px; }
  .toc-copy { grid-column: 2; font-size: 15px; }
  .toc-heading { font-size: 18px; }
  .chapter-slide { min-height: 500px; }
  .composition--split, .seminar-notes, .inquiry-result { grid-template-columns: 1fr; }
  .composition--steps, .metric-grid, .report-framework, .report-timeline { --columns: 1 !important; --timeline-columns: 1 !important; }
  .composition--masonry { column-count: 1; }
  .report-timeline { gap: 12px; padding: 0 0 0 26px; }
  .report-timeline::before { top: 0; bottom: 0; left: 7px; width: 4px; height: auto; }
  .report-timeline li { padding: 0 0 0 18px; }
  .report-timeline li::before { top: 28px; left: -2px; }
  .inquiry-flow { grid-template-columns: 1fr; }
  .inquiry-flow article { min-height: 105px; border-radius: 18px; }
  .inquiry-flow article:not(:last-child)::after { top: auto; right: 50%; bottom: -13px; width: 2px; height: 26px; }
  .inquiry-result { gap: 11px; }
  .inquiry-arrow { transform: rotate(90deg); }
  .seminar-grid, .finance-inventory { grid-template-columns: 1fr; }
  .finance-inventory .finance-panel:last-of-type { grid-column: auto; }
  .finance-activity { grid-template-columns: 1fr; }
  .finance-summary__chart { min-height: 250px; }
  .finance-summary__details { grid-template-columns: 1fr; }
  .closing { min-height: 550px; }
}

/* A more editorial report system: data can be contained, while ideas and
   narratives remain open on the page.  These overrides also isolate the
   report from the typography and colour choices of the surrounding theme. */
#cap-report-2025,
#cap-report-2025 .cap-report__section {
  font-family: "Nunito Sans", Nunito, Arial, sans-serif;
}

#cap-report-2025 .cap-report__section:not(.cover):not(.chapter-slide):not(.closing) {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
}

#cap-report-2025 .cover,
#cap-report-2025 .closing { border-radius: 26px; }
#cap-report-2025 .cover h1 { font-size: clamp(44px, 5.8vw, 78px); }
#cap-report-2025 .closing .report-title { font-size: clamp(44px, 5.6vw, 70px); }

#cap-report-2025 .composition--prose {
  max-width: 980px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.6;
}

#cap-report-2025 .composition--split {
  margin-top: 36px;
  gap: clamp(22px, 4vw, 52px);
}

#cap-report-2025 .composition--split .report-cell {
  padding: 6px 0 6px 22px;
  border-top: 0;
  border-left: 5px solid var(--slide-accent);
  background: transparent;
  font-size: clamp(17px, 1.35vw, 20px);
}

#cap-report-2025 .composition--steps {
  display: grid;
  grid-template-columns: repeat(var(--columns, 4), minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 36px;
}

#cap-report-2025 .composition--steps .report-cell {
  min-height: 0;
  padding: 16px 0 22px 46px;
  border-top: 1px solid rgba(0, 17, 86, .15);
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

#cap-report-2025 .composition--steps .report-cell::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 29px;
  height: 29px;
  margin: 0;
  border-radius: 50%;
  font-size: 12px;
  line-height: 29px;
}

#cap-report-2025 .composition--steps .report-cell p:first-of-type,
#cap-report-2025 .composition--ledger .report-cell p:first-of-type,
#cap-report-2025 .composition--chapters .report-cell p:first-of-type,
#cap-report-2025 .composition--timeline-list .report-cell p:first-of-type {
  font-size: 17px;
  font-weight: 800;
}

#cap-report-2025 .composition--ledger {
  display: grid;
  grid-template-columns: repeat(var(--columns, 3), minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(0, 17, 86, .16);
}

#cap-report-2025 .composition--ledger .report-cell {
  min-height: 126px;
  padding: 22px 22px 22px 0;
  border-right: 1px solid rgba(0, 17, 86, .12);
  border-bottom: 1px solid rgba(0, 17, 86, .12);
  background: transparent;
}

#cap-report-2025 .composition--ledger .report-cell:nth-child(3n + 1) { padding-left: 0; }
#cap-report-2025 .composition--ledger .report-cell:not(:nth-child(3n + 1)) { padding-left: 22px; }
#cap-report-2025 .composition--ledger .report-cell:nth-child(3n) { border-right: 0; }
#cap-report-2025 .composition--ledger .report-cell p + p,
#cap-report-2025 .composition--chapters .report-cell p + p,
#cap-report-2025 .composition--timeline-list .report-cell p + p { margin-top: 8px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.42; }

#cap-report-2025 .composition--columns {
  column-count: 2;
  column-gap: 54px;
  margin-top: 36px;
}

#cap-report-2025 .composition--columns .report-cell {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 18px 20px;
  break-inside: avoid;
  border-bottom: 1px solid rgba(0, 17, 86, .14);
  border-left: 4px solid var(--slide-accent);
}

#cap-report-2025 .composition--columns .report-cell p:first-of-type { color: var(--cap-navy); font-weight: 800; line-height: 1.25; }
#cap-report-2025 .composition--columns .report-cell p + p { margin-top: 8px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.4; }

#cap-report-2025 .composition--sash,
#cap-report-2025 .composition--compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

#cap-report-2025 .composition--sash .report-cell,
#cap-report-2025 .composition--compare .report-cell {
  padding: 24px;
  border: 1px solid rgba(0, 17, 86, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
}

#cap-report-2025 .composition--sash .report-cell:first-child,
#cap-report-2025 .composition--compare .report-cell:first-child {
  color: #fff;
  background: var(--cap-navy);
}

#cap-report-2025 .composition--sash .report-cell:first-child p,
#cap-report-2025 .composition--compare .report-cell:first-child p { color: #fff; }
#cap-report-2025 .composition--sash .report-cell p:first-of-type,
#cap-report-2025 .composition--compare .report-cell p:first-of-type { font-weight: 800; line-height: 1.24; }
#cap-report-2025 .composition--sash .report-cell p + p,
#cap-report-2025 .composition--compare .report-cell p + p { margin-top: 9px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.42; }

#cap-report-2025 .composition--signal,
#cap-report-2025 .composition--chapters,
#cap-report-2025 .composition--timeline-list {
  display: grid;
  gap: 0;
  margin-top: 36px;
  counter-reset: report-item;
}

#cap-report-2025 .composition--signal .report-cell,
#cap-report-2025 .composition--chapters .report-cell,
#cap-report-2025 .composition--timeline-list .report-cell {
  position: relative;
  padding: 18px 20px 18px 58px;
  border-bottom: 1px solid rgba(0, 17, 86, .14);
}

#cap-report-2025 .composition--signal .report-cell::before,
#cap-report-2025 .composition--chapters .report-cell::before,
#cap-report-2025 .composition--timeline-list .report-cell::before {
  position: absolute;
  top: 17px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--slide-accent);
  border-radius: 50%;
  color: var(--slide-accent);
  font-size: 12px;
  font-weight: 900;
  content: counter(report-item, decimal-leading-zero);
  counter-increment: report-item;
}

#cap-report-2025 .composition--signal .report-cell:nth-child(odd) { background: linear-gradient(90deg, var(--slide-pale), transparent 72%); }
#cap-report-2025 .composition--chapters .report-cell { border-left: 5px solid var(--slide-accent); }

#cap-report-2025 .composition--timeline-list { position: relative; padding-left: 18px; }
#cap-report-2025 .composition--timeline-list::before { position: absolute; top: 10px; bottom: 10px; left: 17px; width: 2px; background: var(--slide-accent); content: ""; }
#cap-report-2025 .composition--timeline-list .report-cell { padding-left: 54px; background: transparent; }
#cap-report-2025 .composition--timeline-list .report-cell::before { left: -18px; color: #fff; background: var(--slide-accent); }

#cap-report-2025 .composition--orbit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-top: 36px;
}

#cap-report-2025 .composition--orbit .report-cell {
  display: grid;
  align-content: center;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(0, 17, 86, .12);
  border-radius: 50% 50% 18px 18px;
  background: var(--slide-pale);
  text-align: center;
}

#cap-report-2025 .composition--orbit .report-cell:nth-child(even) { transform: translateY(24px); background: #fff; }
#cap-report-2025 .composition--orbit .report-cell p:first-of-type { color: var(--cap-navy); font-weight: 800; line-height: 1.22; }
#cap-report-2025 .composition--orbit .report-cell p + p { margin-top: 8px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.38; }

#cap-report-2025 .composition--cascade {
  display: grid;
  grid-template-columns: repeat(var(--columns, 3), minmax(0, 1fr));
  gap: 0 18px;
  margin-top: 36px;
}

#cap-report-2025 .composition--cascade .report-cell { padding: 21px 0; border-top: 4px solid var(--slide-accent); }
#cap-report-2025 .composition--cascade .report-cell:nth-child(2) { margin-top: 30px; }
#cap-report-2025 .composition--cascade .report-cell:nth-child(3) { margin-top: 60px; }
#cap-report-2025 .composition--cascade .report-cell p:first-of-type { color: var(--cap-navy); font-weight: 800; line-height: 1.24; }
#cap-report-2025 .composition--cascade .report-cell p + p { margin-top: 8px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.4; }

#cap-report-2025 .report-framework { margin-top: 36px; }
#cap-report-2025 .report-framework .report-cell { padding-top: 22px; padding-bottom: 22px; }

#cap-report-2025 .metric-grid { margin-top: 36px; }
#cap-report-2025 .metric-grid .report-cell { min-height: 142px; padding: 21px; border-radius: 14px; }
#cap-report-2025 .metric-grid p:first-child { font-size: clamp(26px, 2.7vw, 42px); font-weight: 800; }
#cap-report-2025 .metric-grid p + p { font-size: 15px; font-weight: 800; }
#cap-report-2025 .metric-grid--ribbon .report-cell { border-radius: 0; border-top: 4px solid var(--slide-accent); background: transparent; }
#cap-report-2025 .metric-grid--ribbon .report-cell:nth-child(even) { color: var(--cap-navy); background: var(--slide-pale); }
#cap-report-2025 .metric-grid--ribbon .report-cell:nth-child(even) p:first-child { color: var(--slide-accent); }
#cap-report-2025 .metric-grid--ribbon .report-cell:nth-child(even) p + p { color: var(--cap-navy); }

#cap-report-2025 .anr-finance { margin-top: 34px; }
#cap-report-2025 .anr-finance__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
#cap-report-2025 .anr-finance__metric { min-height: 136px; padding: 21px; border-top: 5px solid var(--slide-accent); background: rgba(255, 255, 255, .74); }
#cap-report-2025 .anr-finance__metric:nth-child(even) { color: #fff; background: var(--cap-navy); }
#cap-report-2025 .anr-finance__metric p:first-child { color: var(--slide-accent); font-size: clamp(27px, 2.8vw, 43px); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
#cap-report-2025 .anr-finance__metric:nth-child(even) p:first-child { color: #9cdee2; }
#cap-report-2025 .anr-finance__metric p + p { margin-top: 10px; color: var(--cap-navy); font-size: 15px; font-weight: 800; line-height: 1.3; }
#cap-report-2025 .anr-finance__metric:nth-child(even) p + p { color: #fff; }
#cap-report-2025 .anr-finance__note { margin-top: 18px; padding: 17px 22px; border-left: 5px solid var(--cap-cyan); color: rgba(255, 255, 255, .93); background: var(--cap-navy); font-size: 15px; font-weight: 700; line-height: 1.42; }

#cap-report-2025 .key-figures { margin-top: 36px; }
#cap-report-2025 .key-figures__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border-top: 4px solid var(--slide-accent); background: rgba(0, 17, 86, .14); }
#cap-report-2025 .key-figures__grid article { min-height: 128px; padding: 20px 21px; background: rgba(255, 255, 255, .88); }
#cap-report-2025 .key-figures__grid article:nth-child(3n + 2) { background: var(--slide-pale); }
#cap-report-2025 .key-figures__grid strong { display: block; color: var(--slide-accent); font-size: clamp(28px, 2.65vw, 42px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
#cap-report-2025 .key-figures__grid p { margin-top: 9px; color: var(--cap-navy); font-size: 15px; font-weight: 800; line-height: 1.3; white-space: pre-line; }
#cap-report-2025 .key-figures__note { margin-top: 18px; padding: 15px 20px; border-left: 5px solid var(--cap-cyan); color: var(--cap-navy); background: var(--slide-pale); font-size: 15px; font-weight: 700; line-height: 1.42; }
#cap-report-2025 .key-figures__remaining { margin-top: 16px; color: var(--cap-slate); font-size: 15px; font-weight: 700; }

#cap-report-2025 .case-study { margin-top: 36px; }
#cap-report-2025 .case-study--fieldwork { display: grid; grid-template-areas: "identity meta" "context context" "outcomes outcomes"; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 16px 28px; }
#cap-report-2025 .case-study__identity { grid-area: identity; padding: 20px 0 20px 22px; border-left: 6px solid var(--slide-accent); color: var(--cap-navy); font-size: 18px; font-weight: 800; line-height: 1.35; }
#cap-report-2025 .case-study__meta { grid-area: meta; display: flex; flex-wrap: wrap; align-content: start; gap: 10px; }
#cap-report-2025 .case-study__meta > div { padding: 9px 13px; border: 1px solid rgba(0, 17, 86, .16); border-radius: 999px; color: var(--cap-navy); font-size: 14px; font-weight: 800; line-height: 1.25; }
#cap-report-2025 .case-study__context { grid-area: context; max-width: 950px; padding: 26px 0; border-top: 1px solid rgba(0, 17, 86, .15); border-bottom: 1px solid rgba(0, 17, 86, .15); color: var(--cap-ink); font-size: clamp(17px, 1.35vw, 20px); font-weight: 700; line-height: 1.55; }
#cap-report-2025 .case-study__outcomes { grid-area: outcomes; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
#cap-report-2025 .case-study__outcomes article { padding: 18px 0; border-top: 3px solid var(--slide-accent); }
#cap-report-2025 .case-study__outcomes span { display: block; margin-bottom: 12px; color: var(--slide-accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
#cap-report-2025 .case-study__outcomes p:first-of-type { color: var(--cap-navy); font-weight: 800; line-height: 1.25; }
#cap-report-2025 .case-study__outcomes p + p { margin-top: 7px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.4; }

#cap-report-2025 .case-study--evidence { display: grid; gap: 26px; }
#cap-report-2025 .case-study__lead { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
#cap-report-2025 .case-study__lead > div { padding: 17px 0 17px 18px; border-left: 4px solid var(--slide-accent); font-size: 16px; font-weight: 800; line-height: 1.38; }
#cap-report-2025 .case-study__sequence { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(0, 17, 86, .15); }
#cap-report-2025 .case-study__sequence li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(0, 17, 86, .15); }
#cap-report-2025 .case-study__sequence li > span { color: var(--slide-accent); font-size: 14px; font-weight: 900; }
#cap-report-2025 .case-study__sequence p:first-child { color: var(--cap-navy); font-weight: 800; line-height: 1.3; }
#cap-report-2025 .case-study__sequence p + p { margin-top: 7px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.4; }

#cap-report-2025 .programme { margin-top: 32px; }
#cap-report-2025 .programme__intro { max-width: 900px; margin-bottom: 24px; color: var(--cap-slate); font-size: 18px; font-weight: 700; line-height: 1.45; }
#cap-report-2025 .programme__events { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
#cap-report-2025 .programme__events article { position: relative; min-height: 170px; padding: 23px 24px 23px 62px; border: 1px solid rgba(0, 17, 86, .13); border-radius: 16px; background: rgba(255, 255, 255, .76); }
#cap-report-2025 .programme__events article:nth-child(4n + 2),
#cap-report-2025 .programme__events article:nth-child(4n + 3) { background: var(--slide-pale); }
#cap-report-2025 .programme__number { position: absolute; top: 21px; left: 20px; color: var(--slide-accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
#cap-report-2025 .programme__events p:first-of-type { color: var(--cap-navy); font-size: 17px; font-weight: 800; line-height: 1.28; }
#cap-report-2025 .programme__events p + p { margin-top: 8px; color: var(--cap-slate); font-size: 15px; font-weight: 700; line-height: 1.42; }
#cap-report-2025 .programme__note { margin-top: 17px; padding: 13px 17px; border-left: 4px solid var(--cap-cyan); color: var(--cap-slate); background: #fff; font-size: 14px; font-weight: 700; line-height: 1.38; }
#cap-report-2025 .programme__source { margin-top: 12px; color: var(--cap-slate); font-size: 12px; font-weight: 700; }

#cap-report-2025 .report-timeline--vertical {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 36px;
  padding: 0 0 0 44px;
}

#cap-report-2025 .report-timeline--vertical::before { top: 8px; right: auto; bottom: 8px; left: 13px; width: 2px; height: auto; }
#cap-report-2025 .report-timeline--vertical li { padding: 0 0 18px; }
#cap-report-2025 .report-timeline--vertical li::before { top: 19px; left: -39px; width: 18px; height: 18px; border-color: #fff; }
#cap-report-2025 .report-timeline--vertical .report-cell { min-height: 0; padding: 18px 0 20px 20px; border-top: 1px solid rgba(0, 17, 86, .15); border-radius: 0; background: transparent; }
#cap-report-2025 .report-timeline--vertical .report-cell p:first-child { color: var(--cap-navy); font-size: 17px; font-weight: 800; }
#cap-report-2025 .report-timeline--vertical .report-cell p + p { color: var(--cap-slate); font-size: 15px; font-weight: 700; }

#cap-report-2025 .transformation-route div:nth-child(4) { background: #dff4f5; }
#cap-report-2025 .finance-total div { background: #e8f7f8; }
#cap-report-2025 .finance-total strong { color: var(--cap-teal); }
#cap-report-2025 .finance-note { border-color: var(--cap-cyan); background: #eff9fa; }
#cap-report-2025 .finance-summary__bar:nth-child(2) { background: var(--cap-blue); }
#cap-report-2025 .finance-summary__bar:nth-child(3) { background: var(--cap-teal); }

/* Content must remain visible at a direct slide link, even before the observer runs. */
#cap-report-2025 .report-reveal,
#cap-report-2025 .report-reveal.is-visible { opacity: 1; transform: none; transition: none; }

@media (max-width: 1050px) {
  #cap-report-2025 .composition--ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #cap-report-2025 .composition--ledger .report-cell:nth-child(3n) { border-right: 1px solid rgba(0, 17, 86, .12); }
  #cap-report-2025 .composition--ledger .report-cell:nth-child(2n) { border-right: 0; }
  #cap-report-2025 .anr-finance__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  #cap-report-2025 .composition--steps,
  #cap-report-2025 .composition--ledger,
  #cap-report-2025 .composition--sash,
  #cap-report-2025 .composition--compare,
  #cap-report-2025 .composition--orbit,
  #cap-report-2025 .composition--cascade,
  #cap-report-2025 .key-figures__grid,
  #cap-report-2025 .anr-finance__grid,
  #cap-report-2025 .case-study__outcomes,
  #cap-report-2025 .case-study__lead,
  #cap-report-2025 .programme__events { grid-template-columns: 1fr; }
  #cap-report-2025 .composition--ledger .report-cell,
  #cap-report-2025 .composition--ledger .report-cell:nth-child(3n) { padding-left: 0; border-right: 0; }
  #cap-report-2025 .composition--columns { column-count: 1; }
  #cap-report-2025 .composition--orbit .report-cell:nth-child(even),
  #cap-report-2025 .composition--cascade .report-cell:nth-child(2),
  #cap-report-2025 .composition--cascade .report-cell:nth-child(3) { margin-top: 0; transform: none; }
  #cap-report-2025 .case-study--fieldwork { grid-template-areas: "identity" "meta" "context" "outcomes"; grid-template-columns: 1fr; }
  #cap-report-2025 .programme__events article { min-height: 0; }
}

/* Page: Histoire de l’ACS Capdroits (histoire-de-lacs-capdroits, ID 9348), style block 1 */
.cap-history,
.cap-history * {
    box-sizing: border-box;
}

.cap-history {
    --navy: #001153;
    --blue: #000acb;
    --cyan: #100ddc;
    --light: #f5f6f9;
    --lavender: #c6c9fc;
    --text: #4a5064;
    --white: #ffffff;
    --border: rgba(0,17,83,.09);

    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text);
}

.cap-history h1,
.cap-history h2,
.cap-history h3 {
    margin: 0;
    font-family: "Nunito", sans-serif;
    color: var(--navy);
}

.cap-history h1,
.cap-history h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.cap-history h3 {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.cap-history p {
    margin: 0;
}

/* =========================================================
   HERO
   ========================================================= */

.cap-history .history-hero {
    padding: 42px 48px;
    margin-bottom: 48px;
    border-radius: 22px;
    background: var(--light);
}

.cap-history .history-hero h1 {
    margin-bottom: 18px;
}

.cap-history .history-line {
    width: 60px;
    height: 4px;
    margin-bottom: 24px;
    border-radius: 10px;
    background: var(--cyan);
}

.cap-history .history-hero p {
    max-width: 1100px;
    font-size: 16px;
}

/* =========================================================
   ORIGINES 2015
   ========================================================= */

.cap-history .history-origin {
    margin-bottom: 55px;
}

.cap-history .history-origin-copy {
    padding: 30px 34px;
    border-left: 4px solid var(--cyan);
    background: #ffffff;
}

.cap-history .history-origin-copy h2 {
    margin-bottom: 16px;
    font-size: 30px;
}

.cap-history .history-origin-copy p + p {
    margin-top: 16px;
}

/* =========================================================
   FRISE
   ========================================================= */

.cap-history .timeline {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 10px 0 20px;
}

.cap-history .timeline:before {
    content: "";
    position: absolute;
    left: 155px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dfe3f0;
}

.cap-history .timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 60px;
    margin-bottom: 22px;
}

.cap-history .timeline-item:last-child {
    margin-bottom: 0;
}

/* DATE */

.cap-history .timeline-date {
    padding-top: 24px;
    font-family: "Nunito", sans-serif;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--navy);
    text-align: right;
}

/* POINT */

.cap-history .timeline-item:before {
    content: "";
    position: absolute;
    left: 149px;
    top: 28px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--cyan);
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px var(--cyan);
    z-index: 2;
}

/* CARTE */

.cap-history .timeline-card {
    padding: 25px 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--border);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.cap-history .timeline-item:nth-child(even) .timeline-card {
    background: var(--light);
}

.cap-history .timeline-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,17,83,.06);
}

.cap-history .timeline-card h3 {
    margin-bottom: 9px;
}

.cap-history .timeline-card p + p {
    margin-top: 10px;
}

/* CHIFFRES MIS EN AVANT */

.cap-history .history-number {
    display: inline-block;
    padding: 2px 8px;
    margin: 0 2px;
    border-radius: 7px;
    background: #e9ecff;
    color: var(--navy);
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}

/* =========================================================
   DERNIER BLOC
   ========================================================= */

.cap-history .history-final {
    margin-top: 55px;
    padding: 32px 36px;
    border-radius: 20px;
    background: #001153;
    color: #fff;
}

.cap-history .history-final h3,
.cap-history .history-final p {
    color: #fff;
}

.cap-history .history-final h3 {
    margin-bottom: 10px;
}

/* =========================================================
   BOUTON
   ========================================================= */

.cap-history .history-button-wrap {
    display: flex;
    justify-content: center;
    padding: 45px 0 10px;
}

.cap-history .history-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #000acb;
    color: #ffffff;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition:
        background .2s ease,
        transform .2s ease;
}

.cap-history .history-button:hover {
    background: #001153;
    color: #fff;
    transform: translateY(-2px);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 800px) {

    .cap-history .timeline:before {
        left: 115px;
    }

    .cap-history .timeline-item {
        grid-template-columns: 90px 1fr;
        gap: 50px;
    }

    .cap-history .timeline-item:before {
        left: 109px;
    }

    .cap-history .timeline-date {
        font-size: 16px;
    }
}

@media (max-width: 600px) {

    .cap-history {
        width: calc(100% - 28px);
    }

    .cap-history h1,
    .cap-history h2 {
        font-size: 30px;
    }

    .cap-history .history-hero {
        padding: 30px 25px;
        border-radius: 18px;
    }

    .cap-history .history-origin-copy {
        padding: 24px 22px;
    }

    .cap-history .timeline {
        padding-left: 27px;
    }

    .cap-history .timeline:before {
        left: 7px;
    }

    .cap-history .timeline-item {
        display: block;
        margin-bottom: 20px;
    }

    .cap-history .timeline-item:before {
        left: -26px;
        top: 7px;
    }

    .cap-history .timeline-date {
        padding: 0;
        margin-bottom: 8px;
        text-align: left;
        font-size: 17px;
    }

    .cap-history .timeline-card {
        padding: 22px 20px;
    }

    .cap-history .history-final {
        padding: 26px 22px;
    }
}

/* Page: Actualités Ressources (actualites-ressources, ID 9179), style block 1 */
/* =========================================================
   ATELIER MAJELAN — RESSOURCES
   4 CATÉGORIES SUR UNE SEULE PAGE
   ========================================================= */

.am-ressources {
    --dark: #00084f;
    --blue: #100ddc;
    --blue-light: #eaf5f8;
    --bg: #f7fafb;
    --white: #ffffff;
    --text: #253d4b;
    --muted: #6c7e87;
    --border: #dbe7eb;

    width: 100%;
    font-family: inherit;
    color: var(--text);

    border-radius: 20px;
    overflow: hidden;
}


/* =========================================================
   HERO
   ========================================================= */

.am-ressources-hero {
    background: #00084f;

    padding: 48px 30px 52px;
}

.am-ressources-hero-inner {
    max-width: 1280px;

    margin: 0 auto;
}

.am-ressources-label {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 17px;

    color: #bde2ef;

    font-size: 13px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .13em;

    text-transform: uppercase;
}

.am-ressources-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #100ddc;
}

.am-ressources-title {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 65px);

    line-height: 1.03;

    letter-spacing: -.035em;

    font-weight: 650;
}

.am-ressources-intro {
    max-width: 760px;

    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 18px;

    line-height: 1.6;
}


/* =========================================================
   CONTENU
   ========================================================= */

.am-ressources-content {
    background: var(--bg);

    padding: 45px 30px 65px;
}

.am-ressources-container {
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   ENTÊTE
   ========================================================= */

.am-ressources-heading {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 30px;

    margin-bottom: 30px;
}

.am-ressources-heading-left span {
    display: block;

    margin-bottom: 7px;

    color: #100ddc;

    font-size: 12px;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;
}

.am-ressources-heading-left h2 {
    margin: 0;

    color: #00084f;

    font-size: clamp(28px, 3vw, 40px);

    line-height: 1.15;

    font-weight: 600;
}

.am-ressources-count {
    color: var(--muted);

    font-size: 14px;
}


/* =========================================================
   GRILLE
   ========================================================= */

.am-ressources-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 26px;
}


/* =========================================================
   CARTE ARTICLE
   ========================================================= */

.am-ressources-card {
    position: relative;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid var(--border);

    border-radius: 16px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.am-ressources-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(16,13,220,.55);

    box-shadow:
        0 18px 45px rgba(0,8,79,.10);
}


/* =========================================================
   CONTENU CARTE
   ========================================================= */

.am-ressources-card-body {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 27px 25px 28px;
}


/* =========================================================
   DATE
   ========================================================= */

.am-ressources-date {
    margin-bottom: 12px;

    color: #100ddc;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 700;

    letter-spacing: .05em;

    text-transform: uppercase;
}


/* =========================================================
   TITRE ARTICLE
   ========================================================= */

.am-ressources-card-title {
    margin: 0 0 15px;

    color: #00084f;

    font-size: 21px;

    line-height: 1.35;

    font-weight: 600;
}

.am-ressources-card-title a {
    color: inherit;

    text-decoration: none;

    transition: color .25s ease;
}

.am-ressources-card-title a:hover {
    color: #100ddc;
}


/* =========================================================
   EXTRAIT
   ========================================================= */

.am-ressources-excerpt {
    margin: 0 0 24px;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   LIEN
   ========================================================= */

.am-ressources-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    width: fit-content;

    margin-top: auto;

    color: #00084f;

    text-decoration: none;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;
}

.am-ressources-link-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    background: var(--blue-light);

    border-radius: 50%;

    transition:
        background .25s ease,
        transform .25s ease;
}

.am-ressources-link:hover
.am-ressources-link-icon {
    background: #100ddc;

    transform: translateX(4px);
}

.am-ressources-link-icon svg {
    width: 15px;

    height: 15px;

    stroke: #00084f;
}


/* =========================================================
   VOIR PLUS
   ========================================================= */

.am-ressources-more-wrap {
    display: flex;

    justify-content: center;

    margin-top: 42px;
}

.am-ressources-more {
    appearance: none;

    border: none;

    cursor: pointer;

    padding: 15px 27px;

    background: #00084f;

    color: #ffffff;

    border-radius: 20px;

    font: inherit;

    font-size: 14px;

    font-weight: 700;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.am-ressources-more:hover {
    background: #100ddc;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,8,79,.15);
}

.am-ressources-more[disabled] {
    opacity: .45;

    cursor: default;

    transform: none;
}


/* =========================================================
   CHARGEMENT
   ========================================================= */

.am-ressources-status {
    grid-column: 1 / -1;

    padding: 40px 25px;

    background: #ffffff;

    border: 1px solid var(--border);

    border-radius: 16px;

    text-align: center;

    color: var(--muted);

    font-size: 15px;
}

.am-ressources-loader {
    display: inline-block;

    width: 34px;

    height: 34px;

    margin-bottom: 12px;

    border: 3px solid var(--border);

    border-top-color: #00084f;

    border-radius: 50%;

    animation:
        amRessourcesSpin .8s linear infinite;
}

@keyframes amRessourcesSpin {

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1050px) {

    .am-ressources-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .am-ressources {
        border-radius: 20px;
    }

    .am-ressources-hero {
        padding: 38px 20px 42px;
    }

    .am-ressources-title {
        font-size: 40px;
    }

    .am-ressources-intro {
        font-size: 16px;
    }

    .am-ressources-content {
        padding: 35px 20px 50px;
    }

    .am-ressources-heading {
        display: block;

        margin-bottom: 25px;
    }

    .am-ressources-heading-left h2 {
        font-size: 29px;
    }

    .am-ressources-count {
        margin-top: 10px;
    }

    .am-ressources-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .am-ressources-card-title {
        font-size: 20px;
    }

    .am-ressources-card-body {
        padding: 24px 21px 25px;
    }

}

/* Page: Actualités ConfCap (actualites-confcap, ID 9170), style block 1 */
/* =========================================================
   ATELIER MAJELAN — CONFCAP
   ========================================================= */

.am-confcap {
    --dark: #00084f;
    --blue: #100ddc;
    --blue-light: #eaf5f8;
    --bg: #f7fafb;
    --white: #ffffff;
    --text: #253d4b;
    --muted: #6c7e87;
    --border: #dbe7eb;

    width: 100%;
    font-family: inherit;
    color: var(--text);

    border-radius: 20px;
    overflow: hidden;
}


/* =========================================================
   HERO
   ========================================================= */

.am-confcap-hero {
    background: #00084f;
    padding: 48px 30px 52px;
}

.am-confcap-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.am-confcap-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 17px;

    color: #bde2ef;

    font-size: 13px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.am-confcap-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #100ddc;
}

.am-confcap-title {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 65px);
    line-height: 1.03;

    letter-spacing: -.035em;

    font-weight: 650;
}

.am-confcap-intro {
    max-width: 720px;

    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 18px;
    line-height: 1.6;
}


/* =========================================================
   CONTENU
   ========================================================= */

.am-confcap-content {
    background: var(--bg);
    padding: 45px 30px 65px;
}

.am-confcap-container {
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   TITRE ARTICLES
   ========================================================= */

.am-confcap-heading {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;

    gap: 30px;

    margin-bottom: 30px;
}

.am-confcap-heading-left span {
    display: block;

    margin-bottom: 7px;

    color: #100ddc;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 700;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.am-confcap-heading-left h2 {
    margin: 0;

    color: #00084f;

    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;

    font-weight: 600;
}

.am-confcap-count {
    color: var(--muted);
    font-size: 14px;
}


/* =========================================================
   GRILLE
   ========================================================= */

.am-confcap-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 26px;
}


/* =========================================================
   CARTE
   ========================================================= */

.am-confcap-card {
    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 16px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.am-confcap-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(16,13,220,.55);

    box-shadow:
        0 18px 45px rgba(0,8,79,.10);
}

.am-confcap-card-body {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 27px 25px 28px;
}


/* =========================================================
   DATE
   ========================================================= */

.am-confcap-date {
    margin-bottom: 12px;

    color: #100ddc;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 700;

    letter-spacing: .05em;
    text-transform: uppercase;
}


/* =========================================================
   TITRE ARTICLE
   ========================================================= */

.am-confcap-card-title {
    margin: 0 0 15px;

    color: #00084f;

    font-size: 21px;
    line-height: 1.35;

    font-weight: 600;
}

.am-confcap-card-title a {
    color: inherit;

    text-decoration: none;

    transition: color .25s ease;
}

.am-confcap-card-title a:hover {
    color: #100ddc;
}


/* =========================================================
   EXTRAIT
   ========================================================= */

.am-confcap-excerpt {
    margin: 0 0 24px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   LIEN ARTICLE
   ========================================================= */

.am-confcap-link {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    width: fit-content;

    margin-top: auto;

    color: #00084f;

    text-decoration: none;

    font-size: 14px;
    line-height: 1;

    font-weight: 700;
}

.am-confcap-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: var(--blue-light);

    border-radius: 50%;

    transition:
        background .25s ease,
        transform .25s ease;
}

.am-confcap-link:hover .am-confcap-link-icon {
    background: #100ddc;
    transform: translateX(4px);
}

.am-confcap-link-icon svg {
    width: 15px;
    height: 15px;

    stroke: #00084f;
}


/* =========================================================
   VOIR PLUS
   ========================================================= */

.am-confcap-more-wrap {
    display: flex;
    justify-content: center;

    margin-top: 42px;
}

.am-confcap-more {
    appearance: none;

    border: none;

    cursor: pointer;

    padding: 15px 27px;

    background: #00084f;
    color: #ffffff;

    border-radius: 20px;

    font: inherit;

    font-size: 14px;
    font-weight: 700;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.am-confcap-more:hover {
    background: #100ddc;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,8,79,.15);
}

.am-confcap-more[disabled] {
    opacity: .45;

    cursor: default;

    transform: none;
}


/* =========================================================
   CHARGEMENT
   ========================================================= */

.am-confcap-status {
    grid-column: 1 / -1;

    padding: 40px 25px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 16px;

    text-align: center;

    color: var(--muted);

    font-size: 15px;
}

.am-confcap-loader {
    display: inline-block;

    width: 34px;
    height: 34px;

    margin-bottom: 12px;

    border: 3px solid var(--border);
    border-top-color: #00084f;

    border-radius: 50%;

    animation:
        amConfcapSpin .8s linear infinite;
}

@keyframes amConfcapSpin {

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1050px) {

    .am-confcap-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .am-confcap {
        border-radius: 20px;
    }

    .am-confcap-hero {
        padding: 38px 20px 42px;
    }

    .am-confcap-title {
        font-size: 40px;
    }

    .am-confcap-intro {
        font-size: 16px;
    }

    .am-confcap-content {
        padding: 35px 20px 50px;
    }

    .am-confcap-heading {
        display: block;

        margin-bottom: 25px;
    }

    .am-confcap-heading-left h2 {
        font-size: 29px;
    }

    .am-confcap-count {
        margin-top: 10px;
    }

    .am-confcap-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .am-confcap-card-title {
        font-size: 20px;
    }

    .am-confcap-card-body {
        padding: 24px 21px 25px;
    }

}

/* Page: Actualités AUVI (actualites-auvi, ID 9160), style block 1 */
/* =========================================================
   ATELIER MAJELAN — AUVI
   ========================================================= */

.am-auvi-all {
    --dark: #00084f;
    --blue: #100ddc;
    --blue-light: #eaf5f8;
    --bg: #f7fafb;
    --white: #ffffff;
    --text: #253d4b;
    --muted: #6c7e87;
    --border: #dbe7eb;

    width: 100%;
    font-family: inherit;
    color: var(--text);

    border-radius: 20px;
    overflow: hidden;
}


/* =========================================================
   HERO
   ========================================================= */

.am-auvi-all-hero {
    background: #00084f;

    padding: 48px 30px 52px;
}

.am-auvi-all-hero-inner {
    max-width: 1280px;

    margin: 0 auto;
}


.am-auvi-all-label {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 17px;

    color: #bde2ef;

    font-size: 13px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: .13em;

    text-transform: uppercase;
}


.am-auvi-all-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #100ddc;
}


.am-auvi-all-title {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 65px);

    line-height: 1.03;

    letter-spacing: -.035em;

    font-weight: 650;
}


.am-auvi-all-intro {
    max-width: 720px;

    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 18px;

    line-height: 1.6;
}


/* =========================================================
   CONTENU
   ========================================================= */

.am-auvi-all-content {
    background: var(--bg);

    padding: 45px 30px 65px;
}


.am-auvi-all-container {
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   TITRE ARTICLES
   ========================================================= */

.am-auvi-all-heading {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 30px;

    margin-bottom: 30px;
}


.am-auvi-all-heading-left span {
    display: block;

    margin-bottom: 7px;

    color: #100ddc;

    font-size: 12px;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.am-auvi-all-heading-left h2 {
    margin: 0;

    color: #00084f;

    font-size: clamp(28px, 3vw, 40px);

    line-height: 1.15;

    font-weight: 600;
}


.am-auvi-all-count {
    color: var(--muted);

    font-size: 14px;
}


/* =========================================================
   GRILLE
   ========================================================= */

.am-auvi-all-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 26px;
}


/* =========================================================
   CARTE ARTICLE
   ========================================================= */

.am-auvi-all-card {
    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid var(--border);

    border-radius: 16px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.am-auvi-all-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(16,13,220,.55);

    box-shadow:
        0 18px 45px rgba(0,8,79,.10);
}


/* =========================================================
   CONTENU CARTE
   ========================================================= */

.am-auvi-all-card-body {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 27px 25px 28px;
}


/* =========================================================
   DATE
   ========================================================= */

.am-auvi-all-date {
    margin-bottom: 12px;

    color: #100ddc;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 700;

    letter-spacing: .05em;

    text-transform: uppercase;
}


/* =========================================================
   TITRE
   ========================================================= */

.am-auvi-all-card-title {
    margin: 0 0 15px;

    color: #00084f;

    font-size: 21px;

    line-height: 1.35;

    font-weight: 600;
}


.am-auvi-all-card-title a {
    color: inherit;

    text-decoration: none;

    transition: color .25s ease;
}


.am-auvi-all-card-title a:hover {
    color: #100ddc;
}


/* =========================================================
   EXTRAIT
   ========================================================= */

.am-auvi-all-excerpt {
    margin: 0 0 24px;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   LIEN ARTICLE
   ========================================================= */

.am-auvi-all-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    width: fit-content;

    margin-top: auto;

    color: #00084f;

    text-decoration: none;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;
}


.am-auvi-all-link-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    background: var(--blue-light);

    border-radius: 50%;

    transition:
        background .25s ease,
        transform .25s ease;
}


.am-auvi-all-link:hover
.am-auvi-all-link-icon {
    background: #100ddc;

    transform: translateX(4px);
}


.am-auvi-all-link-icon svg {
    width: 15px;

    height: 15px;

    stroke: #00084f;
}


/* =========================================================
   VOIR PLUS
   ========================================================= */

.am-auvi-all-more-wrap {
    display: flex;

    justify-content: center;

    margin-top: 42px;
}


.am-auvi-all-more {
    appearance: none;

    border: none;

    cursor: pointer;

    padding: 15px 27px;

    background: #00084f;

    color: #ffffff;

    border-radius: 20px;

    font: inherit;

    font-size: 14px;

    font-weight: 700;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.am-auvi-all-more:hover {
    background: #100ddc;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,8,79,.15);
}


.am-auvi-all-more[disabled] {
    opacity: .45;

    cursor: default;

    transform: none;
}


/* =========================================================
   CHARGEMENT
   ========================================================= */

.am-auvi-all-status {
    grid-column: 1 / -1;

    padding: 40px 25px;

    background: #ffffff;

    border: 1px solid var(--border);

    border-radius: 16px;

    text-align: center;

    color: var(--muted);

    font-size: 15px;
}


.am-auvi-all-loader {
    display: inline-block;

    width: 34px;

    height: 34px;

    margin-bottom: 12px;

    border: 3px solid var(--border);

    border-top-color: #00084f;

    border-radius: 50%;

    animation:
        amAuviAllSpin .8s linear infinite;
}


@keyframes amAuviAllSpin {

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1050px) {

    .am-auvi-all-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .am-auvi-all {
        border-radius: 20px;
    }


    .am-auvi-all-hero {
        padding: 38px 20px 42px;
    }


    .am-auvi-all-title {
        font-size: 40px;
    }


    .am-auvi-all-intro {
        font-size: 16px;
    }


    .am-auvi-all-content {
        padding: 35px 20px 50px;
    }


    .am-auvi-all-heading {
        display: block;

        margin-bottom: 25px;
    }


    .am-auvi-all-heading-left h2 {
        font-size: 29px;
    }


    .am-auvi-all-count {
        margin-top: 10px;
    }


    .am-auvi-all-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .am-auvi-all-card-title {
        font-size: 20px;
    }


    .am-auvi-all-card-body {
        padding: 24px 21px 25px;
    }

}

/* Page: Actualités (actualites, ID 9128), style block 1 */
.page-id-9128 .page-header {
    display: none;
}

.page-id-9128 .site-main {
    max-width: none;
    padding: 0;
}

.page-id-9128 .page-content {
    margin: 0;
    max-width: none;
}

.cap-news {
    --cap-dark: #00084f;
    --cap-blue: #100ddc;
    --cap-blue-soft: #eaf5f8;
    --cap-bg: #f7fafb;
    --cap-white: #ffffff;
    --cap-text: #253d4b;
    --cap-muted: #6c7e87;
    --cap-border: #dbe7eb;
    --cap-shadow: 0 18px 45px rgba(0, 8, 79, .10);
border-radius: 20px;
padding-top:40px;
    width: 100%;
    font-family: inherit;
    color: var(--cap-text);
    background: var(--cap-bg);
}

.cap-news-hero {
    position: relative;
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto;
    background: var(--cap-dark);
    border-radius: 20px;
    overflow: hidden;
    font-family: inherit;
}

.cap-news-hero-inner {
    position: relative;
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
    padding: 42px 0 45px;
}

.cap-news-container {
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto;
}

.cap-news-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #100ddc;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cap-news-label::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    flex: 0 0 26px;
    background: #100ddc;
}

.cap-news-title {
    max-width: 900px;
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: var(--cap-white) !important;
    font-size: clamp(38px, 4.5vw, 58px) !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: 0;
}

.cap-news-intro {
    max-width: 760px;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.cap-news-content {
    padding: 45px 0 65px;
}

.cap-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: start;
}

.cap-news-main-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 30px;
}

.cap-news-main-head span {
    display: block;
    margin-bottom: 7px;
    color: var(--cap-blue);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cap-news-main-head h2 {
    margin: 0;
    color: var(--cap-dark);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    font-weight: 600;
}

.cap-news-count {
    flex: 0 0 auto;
    color: var(--cap-muted);
    font-size: 14px;
    line-height: 1.4;
}

.cap-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cap-news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--cap-white);
    border: 1px solid var(--cap-border);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.cap-news-card:hover {
    transform: translateY(-5px);
    border-color: rgba(16,13,220, .55);
    box-shadow: var(--cap-shadow);
}

.cap-news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px 25px 28px;
}

.cap-news-date {
    margin-bottom: 12px;
    color: var(--cap-blue);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cap-news-card-title {
    margin: 0 0 15px;
    color: var(--cap-dark);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
}

.cap-news-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.cap-news-card-title a:hover {
    color: var(--cap-blue);
}

.cap-news-excerpt {
    margin: 0 0 22px;
    color: var(--cap-muted);
    font-size: 15px;
    line-height: 1.7;
}

.cap-news-card-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
}

.cap-news-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--cap-blue-soft);
    color: var(--cap-dark);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.cap-news-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    color: var(--cap-dark);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.cap-news-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--cap-blue-soft);
    border-radius: 50%;
    transition: background .25s ease, transform .25s ease;
}

.cap-news-link:hover .cap-news-link-icon {
    background: var(--cap-blue);
    transform: translateX(4px);
}

.cap-news-link-icon svg {
    width: 15px;
    height: 15px;
    stroke: var(--cap-dark);
}

.cap-news-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.cap-news-more {
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 15px 27px;
    background: var(--cap-dark);
    color: var(--cap-white);
    border-radius: 20px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.cap-news-more:hover {
    background: var(--cap-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 8, 79, .15);
}

.cap-news-more[disabled] {
    opacity: .45;
    cursor: default;
    transform: none;
}

.cap-news-sidebar {
    position: sticky;
    top: 98px;
}

.cap-news-filter-card {
    background: var(--cap-white);
    border: 1px solid var(--cap-border);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(0, 8, 79, .06);
}

.cap-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.cap-filter-heading span {
    color: var(--cap-dark);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.cap-filter-reset {
    appearance: none;
    border: none;
    padding: 0;
    background: transparent;
    color: var(--cap-blue);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.cap-filter-label {
    display: block;
    margin-bottom: 10px;
    color: var(--cap-muted);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cap-filter-options {
    display: grid;
    gap: 9px;
    max-height: 620px;
    overflow: auto;
    padding-right: 4px;
}

.cap-filter-option {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    border: 1px solid var(--cap-border);
    border-radius: 14px;
    padding: 11px 13px;
    background: var(--cap-white);
    color: var(--cap-text);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    transition: border-color .25s ease, background .25s ease, color .25s ease;
}

.cap-filter-option:hover,
.cap-filter-option.is-active {
    border-color: rgba(16,13,220, .7);
    background: var(--cap-blue-soft);
    color: var(--cap-dark);
}

.cap-filter-option.is-active {
    font-weight: 700;
}

.cap-filter-option-count {
    flex: 0 0 auto;
    color: var(--cap-muted);
    font-size: 12px;
    font-weight: 700;
}

.cap-news-status {
    grid-column: 1 / -1;
    padding: 40px 25px;
    background: var(--cap-white);
    border: 1px solid var(--cap-border);
    border-radius: 16px;
    text-align: center;
    color: var(--cap-muted);
    font-size: 15px;
}

.cap-news-loader {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border: 3px solid var(--cap-border);
    border-top-color: var(--cap-dark);
    border-radius: 50%;
    animation: capNewsSpin .8s linear infinite;
}

@keyframes capNewsSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1050px) {
    .cap-news-hero-inner {
        width: calc(100% - 50px);
        padding: 38px 0 40px;
    }

    .cap-news-title {
        font-size: 44px !important;
    }

    .cap-news-layout {
        grid-template-columns: 1fr;
    }

    .cap-news-sidebar {
        position: static;
        order: -1;
    }

    .cap-filter-options {
        max-height: none;
    }
}

@media (max-width: 760px) {
    .cap-news-hero {
        width: calc(100% - 40px);
        border-radius: 16px;
    }

    .cap-news-hero-inner {
        width: calc(100% - 32px);
        padding: 32px 0 34px;
    }

    .cap-news-container {
        width: min(100% - 40px, 1280px);
    }

    .cap-news-label {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .cap-news-label::before {
        width: 20px;
        flex-basis: 20px;
    }

    .cap-news-title {
        margin-bottom: 11px !important;
        font-size: 34px !important;
    }

    .cap-news-intro {
        font-size: 16px;
        line-height: 1.5;
    }

    .cap-news-content {
        padding: 35px 0 50px;
    }

    .cap-news-main-head {
        display: block;
        margin-bottom: 25px;
    }

    .cap-news-count {
        margin-top: 10px;
    }

    .cap-news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cap-news-card-title {
        font-size: 20px;
    }

    .cap-news-card-body {
        padding: 24px 21px 25px;
    }
}

/* Page: Journées AUVI (journees-auvi, ID 9097), style block 1 */
/* ================================
   HEADER ÉVÉNEMENTS AUVI
================================ */

.auvi-hero {
    position: relative;
    width: 100%;
    background: #00084f;
    border-radius: 20px;
    overflow: hidden;
    font-family: inherit;
}

.auvi-hero__inner {
    position: relative;
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
    padding: 42px 0 45px;
}

/* SURTITRE */
.auvi-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;

    color: #100ddc;

    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* PETIT TRAIT */
.auvi-hero__line {
    display: block;
    width: 26px;
    height: 2px;
    flex: 0 0 26px;

    background: #100ddc;
}

/* TITRE */
.auvi-hero h1 {
    margin: 0 0 14px !important;
    padding: 0 !important;

    max-width: 900px;

    color: #ffffff !important;

    font-size: clamp(38px, 4.5vw, 58px) !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em;
}

/* TEXTE */
.auvi-hero p {
    max-width: 760px;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.82);

    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}


/* ================================
   TABLETTE
================================ */

@media (max-width: 1024px) {

    .auvi-hero__inner {
        width: calc(100% - 50px);
        padding: 38px 0 40px;
    }

    .auvi-hero h1 {
        font-size: 44px !important;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .auvi-hero {
        border-radius: 16px;
    }

    .auvi-hero__inner {
        width: calc(100% - 32px);
        padding: 32px 0 34px;
    }

    .auvi-hero__eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .auvi-hero__line {
        width: 20px;
        flex-basis: 20px;
    }

    .auvi-hero h1 {
        margin-bottom: 11px !important;
        font-size: 34px !important;
    }

    .auvi-hero p {
        font-size: 16px;
        line-height: 1.5;
    }

}

/* Page: Actualités Cap&rsquo;Lab (actualites-caplab, ID 9086), style block 1 */
/* =========================================================
   ATELIER MAJELAN — CAPLAB
   ========================================================= */

.am-caplab {
    --am-dark: #00084f;
    --am-blue: #100ddc;
    --am-blue-light: #eaf5f8;
    --am-bg: #f7fafb;
    --am-white: #ffffff;
    --am-text: #253d4b;
    --am-muted: #6c7e87;
    --am-border: #dbe7eb;

    width: 100%;
    font-family: inherit;
    color: var(--am-text);

    /* BORDER RADIUS DU CONTAINER COMPLET */
    border-radius: 20px;
    overflow: hidden;
}


/* =========================================================
   HERO CAPLAB
   ========================================================= */

.am-caplab-hero {
    position: relative;
    overflow: hidden;

    background: #00084f;

    padding: 48px 30px 52px;
}

.am-caplab-hero-inner {
    position: relative;

    max-width: 1280px;
    margin: 0 auto;
}

.am-caplab-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 17px;

    color: #bde2ef;

    font-size: 13px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.am-caplab-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #100ddc;
}

.am-caplab-title {
    max-width: 820px;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 65px);
    line-height: 1.03;

    letter-spacing: -.035em;

    font-weight: 650;
}

.am-caplab-intro {
    max-width: 720px;

    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 18px;
    line-height: 1.6;
}


/* =========================================================
   ZONE ARTICLES
   ========================================================= */

.am-caplab-content {
    background: var(--am-bg);

    padding: 45px 30px 65px;
}

.am-caplab-container {
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   ENTÊTE ARTICLES
   ========================================================= */

.am-caplab-heading {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;

    gap: 30px;

    margin-bottom: 30px;
}

.am-caplab-heading-left span {
    display: block;

    margin-bottom: 7px;

    color: #100ddc;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;
}

.am-caplab-heading-left h2 {
    margin: 0;

    color: #00084f;

    font-size: clamp(28px, 3vw, 40px);

    line-height: 1.15;

    font-weight: 600;
}

.am-caplab-count {
    color: var(--am-muted);

    font-size: 14px;
}


/* =========================================================
   GRILLE
   ========================================================= */

.am-caplab-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 26px;
}


/* =========================================================
   CARTE ARTICLE
   ========================================================= */

.am-caplab-card {
    position: relative;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid var(--am-border);

    border-radius: 16px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.am-caplab-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(16,13,220, .55);

    box-shadow:
        0 18px 45px rgba(0, 8, 79, .10);
}


/* =========================================================
   CONTENU CARTE
   ========================================================= */

.am-caplab-card-body {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 27px 25px 28px;
}


/* =========================================================
   DATE
   ========================================================= */

.am-caplab-date {
    margin-bottom: 12px;

    color: #100ddc;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 700;

    letter-spacing: .05em;

    text-transform: uppercase;
}


/* =========================================================
   TITRE ARTICLE
   ========================================================= */

.am-caplab-card-title {
    margin: 0 0 15px;

    color: #00084f;

    font-size: 21px;
    line-height: 1.35;

    font-weight: 600;
}

.am-caplab-card-title a {
    color: inherit;

    text-decoration: none;

    transition: color .25s ease;
}

.am-caplab-card-title a:hover {
    color: #100ddc;
}


/* =========================================================
   EXTRAIT
   ========================================================= */

.am-caplab-excerpt {
    margin: 0 0 24px;

    color: var(--am-muted);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   LIEN ARTICLE
   ========================================================= */

.am-caplab-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    width: fit-content;

    margin-top: auto;

    color: #00084f;

    text-decoration: none;

    font-size: 14px;
    line-height: 1;

    font-weight: 700;
}

.am-caplab-link-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: var(--am-blue-light);

    border-radius: 50%;

    transition:
        background .25s ease,
        transform .25s ease;
}

.am-caplab-link:hover .am-caplab-link-icon {
    background: #100ddc;

    transform: translateX(4px);
}

.am-caplab-link-icon svg {
    width: 15px;
    height: 15px;

    stroke: #00084f;
}


/* =========================================================
   BOUTON VOIR PLUS
   ========================================================= */

.am-caplab-more-wrap {
    display: flex;

    justify-content: center;

    margin-top: 42px;
}

.am-caplab-more {
    appearance: none;

    border: none;

    cursor: pointer;

    padding: 15px 27px;

    background: #00084f;

    color: #ffffff;

    border-radius: 20px;

    font: inherit;

    font-size: 14px;

    font-weight: 700;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.am-caplab-more:hover {
    background: #100ddc;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,8,79,.15);
}

.am-caplab-more[disabled] {
    opacity: .45;

    cursor: default;

    transform: none;
}


/* =========================================================
   CHARGEMENT
   ========================================================= */

.am-caplab-status {
    grid-column: 1 / -1;

    padding: 40px 25px;

    background: #ffffff;

    border: 1px solid var(--am-border);

    border-radius: 16px;

    text-align: center;

    color: var(--am-muted);

    font-size: 15px;
}

.am-caplab-loader {
    display: inline-block;

    width: 34px;
    height: 34px;

    margin-bottom: 12px;

    border: 3px solid var(--am-border);

    border-top-color: #00084f;

    border-radius: 50%;

    animation:
        amCaplabSpin .8s linear infinite;
}

@keyframes amCaplabSpin {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1050px) {

    .am-caplab-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .am-caplab {
        border-radius: 20px;
    }

    .am-caplab-hero {
        padding: 38px 20px 42px;
    }

    .am-caplab-title {
        font-size: 40px;
    }

    .am-caplab-intro {
        font-size: 16px;
    }

    .am-caplab-content {
        padding: 35px 20px 50px;
    }

    .am-caplab-heading {
        display: block;

        margin-bottom: 25px;
    }

    .am-caplab-heading-left h2 {
        font-size: 29px;
    }

    .am-caplab-count {
        margin-top: 10px;
    }

    .am-caplab-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .am-caplab-card-title {
        font-size: 20px;
    }

    .am-caplab-card-body {
        padding: 24px 21px 25px;
    }

}

/* Page: Programme AUVI (programme-auvi, ID 8934), style block 1 */
body.page-id-8934 .site-main {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-id-8934 .page-header {
  display: none !important;
}

body.page-id-8934 .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cap-auvi-page,
.cap-auvi-page * {
  box-sizing: border-box;
}

.cap-auvi-page {
  --cap-ink: #253149;
  --cap-navy: #001153;
  --cap-blue: #0007d1;
  --cap-lavender: #c6c9fc;
  --cap-soft: #f4f5ff;
  --cap-bg: #ffffff;
  --cap-panel-soft: #eef0ff;
  --cap-surface: #ffffff;
  --cap-line: #dfe3f2;
  --cap-deep: #00084f;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--cap-ink);
  background: var(--cap-bg);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.7;
}

.cap-auvi-page h1,
.cap-auvi-page h2,
.cap-auvi-page h3 {
  margin-top: 0 !important;
  color: var(--cap-navy) !important;
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.cap-auvi-page p {
  margin-top: 0 !important;
}

.cap-auvi-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.cap-auvi-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px !important;
  color: var(--cap-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cap-auvi-label::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.cap-auvi-hero {
  position: relative;
  padding: 72px 0 42px;
  background:
    repeating-linear-gradient(90deg, rgba(221,216,206,.52) 0 1px, transparent 1px 128px),
    var(--cap-bg);
}

.cap-auvi-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(34px, 6vw, 76px);
  align-items: end;
}

.cap-auvi-hero h1 {
  max-width: 940px;
  margin: 0 0 22px !important;
  font-size: 58px;
  line-height: 1.03 !important;
  font-weight: 800 !important;
}

.cap-auvi-standfirst {
  max-width: 760px;
  margin-bottom: 30px !important;
  color: #253149;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 550;
}

.cap-auvi-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.cap-auvi-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--cap-line);
  border-radius: 999px;
  color: var(--cap-ink) !important;
  background: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
}

.cap-auvi-nav a:hover,
.cap-auvi-nav a:focus-visible {
  border-color: var(--cap-blue);
  outline: none;
}

.cap-auvi-hero-card {
  position: relative;
  min-height: 350px;
  padding: 28px 28px 30px;
  border: 1px solid var(--cap-line);
  border-top: 6px solid var(--cap-blue);
  border-radius: 0 22px 22px 0;
  background: #fff;
  box-shadow: 0 22px 56px rgba(0,17,83,.11);
}

.cap-auvi-hero-card::before {
  content: "AUVI";
  display: block;
  margin: 0 0 44px;
  color: rgba(0,7,209,.16);
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  font-size: 76px;
  line-height: .85;
  font-weight: 900;
}

.cap-auvi-word-stack {
  display: grid;
  gap: 12px;
}

.cap-auvi-word-stack span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--cap-line);
  color: var(--cap-navy);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.cap-auvi-word-stack small {
  color: var(--cap-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cap-auvi-reperes {
  padding: 62px 0 72px;
  background: #fff;
}

.cap-auvi-section-head {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 28px;
}

.cap-auvi-section-head h2 {
  margin: 0 !important;
  font-size: 40px;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

.cap-auvi-section-head p {
  margin-bottom: 0 !important;
  color: #6e788b;
  font-size: 17px;
  line-height: 1.6;
}

.cap-auvi-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.cap-auvi-tile {
  position: relative;
  min-width: 0;
  min-height: 136px;
  padding: 22px 22px 24px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background: var(--cap-bg);
  overflow: hidden;
}

.cap-auvi-tile strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cap-navy);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.cap-auvi-tile span {
  color: #253149;
  font-size: 15px;
  line-height: 1.48;
}

.cap-auvi-tile--lead {
  grid-column: span 6;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 6px solid var(--cap-blue);
  background: var(--cap-panel-soft);
}

.cap-auvi-tile--lead p {
  margin-bottom: 0 !important;
  color: var(--cap-ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 650;
}

.cap-auvi-tile--lead em {
  color: var(--cap-blue);
  font-style: normal;
  font-weight: 800;
}

.cap-auvi-tile--metric {
  grid-column: span 3;
}

.cap-auvi-tile--wide {
  grid-column: span 6;
  background: #fff;
}

.cap-auvi-metric {
  display: block;
  margin-bottom: 12px;
  color: var(--cap-blue);
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  line-height: .92;
  font-weight: 900;
}

.cap-auvi-comprendre {
  padding: 78px 0 82px;
  background: var(--cap-bg);
}

.cap-auvi-editorial {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.cap-auvi-side-note {
  position: sticky;
  top: 118px;
  padding: 24px 24px 26px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background: #fff;
}

.cap-auvi-side-note b {
  display: block;
  margin-bottom: 12px;
  color: var(--cap-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cap-auvi-side-note p {
  margin-bottom: 0 !important;
  color: #253149;
  font-size: 16px;
  line-height: 1.55;
}

.cap-auvi-reading h2 {
  margin: 0 0 28px !important;
  font-size: 42px;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.cap-auvi-reading h3 {
  margin: 42px 0 14px !important;
  font-size: 27px;
  line-height: 1.22 !important;
  font-weight: 800 !important;
}

.cap-auvi-reading p {
  margin-bottom: 18px !important;
  color: #253149;
}

.cap-auvi-questions-block {
  margin-top: 36px;
  padding: 0;
}

.cap-auvi-questions-block h3 {
  margin-bottom: 22px !important;
}

.cap-auvi-questions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  counter-reset: auvi-question;
}

.cap-auvi-questions li {
  position: relative;
  min-height: 216px;
  margin: 0;
  padding: 82px 22px 24px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cap-ink);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 650;
  overflow: hidden;
  counter-increment: auvi-question;
}

.cap-auvi-questions li::before {
  content: "0" counter(auvi-question);
  position: absolute;
  top: 16px;
  left: 20px;
  color: rgba(0,7,209,.22);
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  font-size: 54px;
  line-height: .9;
  font-weight: 900;
}

.cap-auvi-questions li:nth-child(2) {
  transform: translateY(18px);
  background: var(--cap-soft);
}

.cap-auvi-questions li:nth-child(3) {
  background: var(--cap-panel-soft);
}

.cap-auvi-rights {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--cap-line);
  border-top: 6px solid var(--cap-blue);
  border-radius: 0 14px 14px 0;
  background: #fff;
  overflow: hidden;
}

.cap-auvi-rights__intro {
  padding: 28px 30px;
  background: var(--cap-panel-soft);
}

.cap-auvi-rights__intro h3 {
  margin: 0 0 13px !important;
}

.cap-auvi-rights__intro p {
  margin-bottom: 0 !important;
}

.cap-auvi-rights__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.cap-auvi-rights__items li {
  margin: 0;
  padding: 28px;
  border-left: 1px solid var(--cap-line);
}

.cap-auvi-rights__items strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cap-blue);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cap-auvi-figures-band {
  padding: 76px 0;
  color: var(--cap-bg);
  background: var(--cap-deep);
}

.cap-auvi-figures-band h2,
.cap-auvi-figures-band .cap-auvi-label {
  color: var(--cap-bg) !important;
}

.cap-auvi-figures-band .cap-auvi-label::before {
  background: var(--cap-blue);
}

.cap-auvi-figures-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(250,248,243,.18);
  background: rgba(250,248,243,.18);
}

.cap-auvi-figure {
  min-height: 176px;
  padding: 24px 20px;
  background: rgba(250,248,243,.045);
}

.cap-auvi-figure b {
  display: block;
  margin-bottom: 14px;
  color: var(--cap-blue);
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  font-size: 44px;
  line-height: .95;
  font-weight: 900;
}

.cap-auvi-figure span {
  color: rgba(250,248,243,.9);
  font-size: 15px;
  line-height: 1.45;
}

.cap-auvi-figure-note {
  max-width: 860px;
  margin: 28px 0 0 !important;
  color: rgba(250,248,243,.78);
  font-size: 15.5px;
  line-height: 1.62;
}

.cap-auvi-method {
  padding: 78px 0 84px;
  background: #fff;
}

.cap-auvi-method-grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.cap-auvi-method h2 {
  margin: 0 0 18px !important;
  font-size: 40px;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.cap-auvi-method-intro {
  margin-bottom: 0 !important;
  color: #6e788b;
}

.cap-auvi-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.cap-auvi-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--cap-line);
}

.cap-auvi-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
}

.cap-auvi-step::before {
  content: "";
  position: relative;
  z-index: 1;
  align-self: start;
  width: 34px;
  height: 34px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--cap-blue);
  box-shadow: 0 0 0 1px var(--cap-line);
}

.cap-auvi-step-card {
  padding: 22px 24px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background: var(--cap-bg);
}

.cap-auvi-step-card h3 {
  margin: 0 0 8px !important;
  font-size: 22px;
  line-height: 1.25 !important;
}

.cap-auvi-step-card p {
  margin-bottom: 0 !important;
  color: #253149;
}

.cap-auvi-resources {
  padding: 78px 0 84px;
  background: var(--cap-panel-soft);
}

.cap-auvi-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.cap-auvi-resource {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  color: var(--cap-ink) !important;
  background: #fff;
  text-decoration: none !important;
}

.cap-auvi-resource:hover,
.cap-auvi-resource:focus-visible {
  border-color: var(--cap-blue);
  outline: none;
}

.cap-auvi-resource__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cap-soft);
  color: var(--cap-blue);
  font-size: 22px;
  font-weight: 900;
}

.cap-auvi-resource strong {
  display: block;
  margin-bottom: 5px;
  color: var(--cap-navy);
  font-size: 17px;
  line-height: 1.25;
}

.cap-auvi-resource span {
  color: #6e788b;
  font-size: 15px;
  line-height: 1.45;
}

.cap-auvi-provenance {
  margin: 0 !important;
  padding: 22px 20px;
  color: #6e788b;
  background: var(--cap-bg);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1040px) {
  .cap-auvi-hero__grid,
  .cap-auvi-editorial,
  .cap-auvi-method-grid,
  .cap-auvi-section-head,
  .cap-auvi-rights {
    grid-template-columns: 1fr;
  }

  .cap-auvi-hero-card {
    min-height: 0;
  }

  .cap-auvi-side-note {
    position: static;
  }

  .cap-auvi-tile--lead,
  .cap-auvi-tile--wide {
    grid-column: 1 / -1;
  }

  .cap-auvi-tile--metric {
    grid-column: span 6;
  }

  .cap-auvi-figures-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cap-auvi-page {
    font-size: 16px;
  }

  .cap-auvi-shell {
    width: calc(100% - 32px);
  }

  .cap-auvi-hero {
    padding: 48px 0 34px;
  }

  .cap-auvi-hero h1 {
    font-size: 39px;
  }

  .cap-auvi-standfirst {
    font-size: 18px;
  }

  .cap-auvi-hero-card::before {
    margin-bottom: 28px;
    font-size: 58px;
  }

  .cap-auvi-reperes,
  .cap-auvi-comprendre,
  .cap-auvi-figures-band,
  .cap-auvi-method,
  .cap-auvi-resources {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .cap-auvi-section-head h2,
  .cap-auvi-reading h2,
  .cap-auvi-method h2 {
    font-size: 32px;
  }

  .cap-auvi-mosaic,
  .cap-auvi-questions,
  .cap-auvi-rights__items,
  .cap-auvi-figures-grid,
  .cap-auvi-resource-grid {
    grid-template-columns: 1fr;
  }

  .cap-auvi-tile--lead,
  .cap-auvi-tile--wide,
  .cap-auvi-tile--metric {
    grid-column: 1 / -1;
  }

  .cap-auvi-questions li:nth-child(2) {
    transform: none;
  }

  .cap-auvi-rights__items li {
    border-left: 0;
    border-top: 1px solid var(--cap-line);
  }

  .cap-auvi-resource {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .cap-auvi-resource__icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .cap-auvi-shell {
    width: calc(100% - 24px);
  }

  .cap-auvi-hero h1 {
    font-size: 34px;
  }

  .cap-auvi-nav a {
    width: 100%;
    justify-content: center;
  }

  .cap-auvi-hero-card,
  .cap-auvi-tile,
  .cap-auvi-side-note,
  .cap-auvi-rights__intro,
  .cap-auvi-rights__items li,
  .cap-auvi-step-card,
  .cap-auvi-resource {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* CapDroits home-style layout override */
.cap-auvi-page {
  --cap-home-blue: #0004d6;
  --cap-home-navy: #001153;
  --cap-home-lavender: #c6c9fc;
  --cap-home-lavender-soft: #e8e8fa;
  --cap-home-paper: #f7f8fb;
  --cap-home-mist: #e3e4ee;
  background: linear-gradient(79deg, #f7f8fb 0%, #e3e4ee 100%);
}

.cap-auvi-shell {
  width: min(1240px, calc(100% - 56px));
}

.cap-auvi-page h1,
.cap-auvi-page h2,
.cap-auvi-page h3 {
  color: var(--cap-home-navy) !important;
}

.cap-auvi-label {
  color: var(--cap-home-blue) !important;
  letter-spacing: 0;
}

.cap-auvi-label::before {
  background: currentColor !important;
}

.cap-auvi-hero {
  position: relative;
  padding: clamp(70px, 8vw, 108px) 0 clamp(66px, 7vw, 96px);
  background: linear-gradient(79deg, #f7f8fb 0%, #e3e4ee 100%) !important;
  color: var(--cap-home-navy);
  overflow: hidden;
}

.cap-auvi-hero::after {
  content: "AUVI";
  position: absolute;
  right: max(-70px, -5vw);
  bottom: -42px;
  z-index: 0;
  color: rgba(0, 4, 214, .075);
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  font-size: clamp(96px, 22vw, 278px);
  line-height: .8;
  font-weight: 900;
  pointer-events: none;
}

.cap-auvi-hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .98fr) minmax(340px, .62fr);
  align-items: center;
  gap: clamp(34px, 5.6vw, 76px);
}

.cap-auvi-hero h1 {
  max-width: 760px;
  margin-bottom: 24px !important;
  color: var(--cap-home-navy) !important;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: .98 !important;
}

.cap-auvi-hero .cap-auvi-label {
  color: var(--cap-home-blue) !important;
}

.cap-auvi-standfirst {
  max-width: 720px;
  color: rgba(0, 17, 83, .68) !important;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.5;
}

.cap-auvi-nav {
  gap: 12px;
}

.cap-auvi-nav a {
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(36, 11, 203, .25);
  border-radius: 26px;
  background: #fff;
  color: #240bcb !important;
  box-shadow: 0 3px 10px rgba(0, 17, 83, .12);
}

.cap-auvi-nav a:hover,
.cap-auvi-nav a:focus-visible {
  background: var(--cap-home-lavender);
  border-color: #240bcb;
  transform: translateY(-1px);
}

.cap-auvi-hero-card {
  min-height: 420px;
  padding: 42px 36px;
  border: 0;
  border-radius: 100px 40px 40px 100px;
  background: linear-gradient(151deg, #0004d6 0%, #001154 100%);
  box-shadow: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.cap-auvi-hero-card::before {
  content: "AUVI";
  position: absolute;
  top: 32px;
  left: 42px;
  margin: 0;
  background: none !important;
  color: rgba(255, 255, 255, .18);
  font-size: clamp(68px, 9vw, 118px);
}

.cap-auvi-word-stack {
  position: relative;
  z-index: 1;
  gap: 0;
  padding: 26px 30px;
  border-radius: 40px 24px 24px 40px;
  background: #fff;
  box-shadow: 0 22px 45px rgba(0, 17, 83, .18);
}

.cap-auvi-word-stack span {
  color: var(--cap-home-navy);
  border-bottom-color: #dfe3f2;
}

.cap-auvi-word-stack small {
  color: var(--cap-home-blue);
}

.cap-auvi-reperes {
  padding: clamp(70px, 7vw, 96px) 0;
  background: #fff;
}

.cap-auvi-section-head {
  align-items: center;
  margin-bottom: 34px;
}

.cap-auvi-section-head h2,
.cap-auvi-reading h2,
.cap-auvi-method h2,
.cap-auvi-resources h2,
.cap-auvi-figures-band h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04 !important;
}

.cap-auvi-section-head p,
.cap-auvi-method-intro {
  color: rgba(0, 17, 83, .64) !important;
  font-size: 18px;
}

.cap-auvi-mosaic {
  gap: 18px;
}

.cap-auvi-tile {
  border: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .08);
}

.cap-auvi-tile--lead {
  min-height: 318px;
  padding: 34px 42px 38px;
  border-left: 0;
  border-radius: 100px 40px 40px 100px;
  background: linear-gradient(151deg, #0004d6 0%, #001154 100%);
  color: #fff;
}

.cap-auvi-tile--lead strong,
.cap-auvi-tile--lead p,
.cap-auvi-tile--lead em {
  color: #fff !important;
}

.cap-auvi-tile--metric {
  background: var(--cap-home-paper);
}

.cap-auvi-tile--metric:nth-child(3),
.cap-auvi-tile--metric:nth-child(4) {
  background: var(--cap-home-lavender-soft);
}

.cap-auvi-tile--wide {
  min-height: 132px;
  background: #fff;
}

.cap-auvi-metric,
.cap-auvi-figure b {
  color: var(--cap-home-blue) !important;
}

.cap-auvi-comprendre {
  padding: clamp(76px, 7vw, 104px) 0;
  background: linear-gradient(79deg, #f7f8fb 0%, #e3e4ee 100%);
}

.cap-auvi-editorial {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 66px);
}

.cap-auvi-side-note {
  top: 118px;
  padding: 38px 32px 40px;
  border: 0;
  border-radius: 84px 32px 32px 84px;
  background: linear-gradient(151deg, #0004d6 0%, #001154 100%);
  color: #fff;
  box-shadow: none;
}

.cap-auvi-side-note b,
.cap-auvi-side-note p {
  color: #fff !important;
}

.cap-auvi-side-note b {
  letter-spacing: 0;
}

.cap-auvi-reading {
  padding: 8px 0 0;
}

.cap-auvi-reading p {
  color: rgba(0, 17, 83, .76) !important;
  font-size: 18px;
}

.cap-auvi-reading h3 {
  color: var(--cap-home-navy) !important;
}

.cap-auvi-questions-block {
  margin-top: 42px;
}

.cap-auvi-questions {
  gap: 18px;
}

.cap-auvi-questions li {
  min-height: 234px;
  border: 0;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .08);
}

.cap-auvi-questions li::before {
  color: rgba(0, 4, 214, .2);
}

.cap-auvi-questions li:nth-child(2) {
  background: var(--cap-home-lavender-soft);
}

.cap-auvi-questions li:nth-child(3) {
  background: #fff;
}

.cap-auvi-rights {
  margin-top: 64px;
  border: 0;
  border-radius: 54px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 17, 83, .09);
}

.cap-auvi-rights__intro {
  padding: 38px 34px 40px;
  background: linear-gradient(151deg, #0004d6 0%, #001154 100%);
  color: #fff;
}

.cap-auvi-rights__intro .cap-auvi-label,
.cap-auvi-rights__intro h3,
.cap-auvi-rights__intro p {
  color: #fff !important;
}

.cap-auvi-rights__intro .cap-auvi-label::before {
  background: var(--cap-home-lavender) !important;
}

.cap-auvi-rights__items li {
  border-left-color: #dfe3f2;
  color: rgba(0, 17, 83, .78);
}

.cap-auvi-rights__items strong {
  color: var(--cap-home-blue) !important;
}

.cap-auvi-figures-band {
  padding: clamp(72px, 7vw, 98px) 0;
  background: var(--cap-home-lavender-soft) !important;
  color: var(--cap-home-navy);
}

.cap-auvi-figures-band h2,
.cap-auvi-figures-band .cap-auvi-label {
  color: var(--cap-home-navy) !important;
}

.cap-auvi-figures-band .cap-auvi-label::before {
  background: var(--cap-home-blue) !important;
}

.cap-auvi-figures-grid {
  gap: 0;
  margin-top: 34px;
  padding: 16px;
  border: 0;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .07);
  overflow: hidden;
}

.cap-auvi-figure {
  min-height: 190px;
  padding: 30px 24px;
  background: #fff;
  border-right: 1px solid #dfe3f2;
}

.cap-auvi-figure:last-child {
  border-right: 0;
}

.cap-auvi-figure span,
.cap-auvi-figure-note {
  color: rgba(0, 17, 83, .72) !important;
}

.cap-auvi-figure-note {
  max-width: 920px;
}

.cap-auvi-method {
  padding: clamp(76px, 7vw, 104px) 0;
  background: #fff;
}

.cap-auvi-method-grid {
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 70px);
}

.cap-auvi-method-grid > div:first-child {
  position: sticky;
  top: 118px;
  padding: 42px 34px 44px;
  border-radius: 88px 34px 34px 88px;
  background: linear-gradient(151deg, #0004d6 0%, #001154 100%);
  color: #fff;
}

.cap-auvi-method-grid > div:first-child .cap-auvi-label,
.cap-auvi-method-grid > div:first-child h2,
.cap-auvi-method-grid > div:first-child p {
  color: #fff !important;
}

.cap-auvi-method-grid > div:first-child .cap-auvi-label::before {
  background: var(--cap-home-lavender) !important;
}

.cap-auvi-timeline {
  gap: 20px;
}

.cap-auvi-timeline::before {
  left: 18px;
  background: var(--cap-home-lavender) !important;
}

.cap-auvi-step::before {
  width: 38px;
  height: 38px;
  border-color: #fff;
  background: var(--cap-home-blue);
  box-shadow: 0 0 0 1px var(--cap-home-lavender);
}

.cap-auvi-step-card {
  padding: 26px 28px;
  border: 0;
  border-radius: 30px;
  background: var(--cap-home-paper);
  box-shadow: 0 12px 30px rgba(0, 17, 83, .065);
}

.cap-auvi-step-card p {
  color: rgba(0, 17, 83, .72) !important;
}

.cap-auvi-resources {
  padding: clamp(76px, 7vw, 104px) 0;
  background: linear-gradient(79deg, #f7f8fb 0%, #e3e4ee 100%);
}

.cap-auvi-resource-grid {
  gap: 18px;
  margin-top: 34px;
}

.cap-auvi-resource {
  min-height: 142px;
  padding: 24px;
  border: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.cap-auvi-resource:hover,
.cap-auvi-resource:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(0, 17, 83, .13);
}

.cap-auvi-resource__icon {
  border-radius: 20px;
  background: var(--cap-home-lavender);
  color: var(--cap-home-navy) !important;
}

.cap-auvi-resource strong {
  color: var(--cap-home-navy) !important;
}

.cap-auvi-resource span {
  color: rgba(0, 17, 83, .64) !important;
}

.cap-auvi-provenance {
  display: none !important;
}

@media (max-width: 1040px) {
  .cap-auvi-shell {
    width: min(920px, calc(100% - 44px));
  }

  .cap-auvi-hero__grid,
  .cap-auvi-editorial,
  .cap-auvi-method-grid,
  .cap-auvi-section-head,
  .cap-auvi-rights {
    grid-template-columns: 1fr;
  }

  .cap-auvi-hero-card,
  .cap-auvi-tile--lead,
  .cap-auvi-side-note,
  .cap-auvi-method-grid > div:first-child {
    border-radius: 58px 28px 28px 58px;
  }

  .cap-auvi-side-note,
  .cap-auvi-method-grid > div:first-child {
    position: static;
  }

  .cap-auvi-figures-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-auvi-figure:nth-child(2n) {
    border-right: 0;
  }

  .cap-auvi-figure {
    border-bottom: 1px solid #dfe3f2;
  }
}

@media (max-width: 760px) {
  .cap-auvi-shell {
    width: calc(100% - 32px);
  }

  .cap-auvi-hero {
    padding: 52px 0 58px;
  }

  .cap-auvi-hero h1 {
    font-size: 40px;
  }

  .cap-auvi-hero-card,
  .cap-auvi-tile--lead,
  .cap-auvi-side-note,
  .cap-auvi-method-grid > div:first-child,
  .cap-auvi-rights {
    border-radius: 38px 22px 22px 38px;
  }

  .cap-auvi-hero-card {
    min-height: 330px;
    padding: 32px 24px;
  }

  .cap-auvi-word-stack {
    padding: 20px;
    border-radius: 28px 18px 18px 28px;
  }

  .cap-auvi-nav a {
    min-height: 44px;
  }

  .cap-auvi-tile,
  .cap-auvi-questions li,
  .cap-auvi-step-card,
  .cap-auvi-resource,
  .cap-auvi-figures-grid {
    border-radius: 24px;
  }

  .cap-auvi-figures-grid {
    grid-template-columns: 1fr;
  }

  .cap-auvi-figure,
  .cap-auvi-figure:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid #dfe3f2;
  }

  .cap-auvi-figure:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 460px) {
  .cap-auvi-shell {
    width: calc(100% - 24px);
  }

  .cap-auvi-hero h1 {
    font-size: 34px;
  }

  .cap-auvi-section-head h2,
  .cap-auvi-reading h2,
  .cap-auvi-method h2,
  .cap-auvi-resources h2,
  .cap-auvi-figures-band h2 {
    font-size: 30px;
  }

  .cap-auvi-nav a {
    width: 100%;
    justify-content: center;
  }
}
/* End CapDroits home-style layout override */
/* CapDroits reperes compact override */
.cap-auvi-reperes .cap-auvi-section-head {
  grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-bottom: 24px;
}

.cap-auvi-reperes .cap-auvi-section-head > p {
  max-width: 700px;
  justify-self: end;
  padding: 16px 22px;
  border-radius: 26px;
  background: #f7f8fb;
  box-shadow: 0 12px 30px rgba(0, 17, 83, .055);
}

.cap-auvi-reperes .cap-auvi-mosaic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
  align-items: stretch;
}

.cap-auvi-reperes .cap-auvi-tile {
  min-height: 128px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cap-auvi-reperes .cap-auvi-tile strong {
  margin-bottom: 7px;
}

.cap-auvi-reperes .cap-auvi-tile--lead {
  grid-column: span 6;
  min-height: 200px;
  gap: 16px;
  justify-content: center;
  padding: 26px 36px;
}

.cap-auvi-reperes .cap-auvi-tile--lead p {
  margin-bottom: 0 !important;
  font-size: 19px;
}

.cap-auvi-reperes .cap-auvi-mosaic > :nth-child(2),
.cap-auvi-reperes .cap-auvi-mosaic > :nth-child(3) {
  grid-column: span 3;
  min-height: 200px;
}

.cap-auvi-reperes .cap-auvi-mosaic > :nth-child(4) {
  grid-column: span 3;
  min-height: 128px;
}

.cap-auvi-reperes .cap-auvi-mosaic > :nth-child(5) {
  grid-column: span 5;
  min-height: 128px;
}

.cap-auvi-reperes .cap-auvi-mosaic > :nth-child(6) {
  grid-column: span 4;
  min-height: 128px;
}

.cap-auvi-reperes .cap-auvi-metric {
  margin-bottom: 6px;
  font-size: 38px;
}

@media (max-width: 1040px) {
  .cap-auvi-reperes .cap-auvi-section-head {
    grid-template-columns: 1fr;
  }

  .cap-auvi-reperes .cap-auvi-section-head > p {
    justify-self: start;
  }

  .cap-auvi-reperes .cap-auvi-mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .cap-auvi-reperes .cap-auvi-tile--lead,
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(5),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(6) {
    grid-column: span 6;
  }

  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(2),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(3),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(4) {
    grid-column: span 2;
    min-height: 150px;
  }
}

@media (max-width: 760px) {
  .cap-auvi-reperes .cap-auvi-mosaic {
    grid-template-columns: 1fr;
  }

  .cap-auvi-reperes .cap-auvi-tile,
  .cap-auvi-reperes .cap-auvi-tile--lead,
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(2),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(3),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(4),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(5),
  .cap-auvi-reperes .cap-auvi-mosaic > :nth-child(6) {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .cap-auvi-reperes .cap-auvi-tile--lead {
    padding: 26px 24px;
  }
}
/* End CapDroits reperes compact override */

/* Page: Nos engagements (engagements, ID 8930), style block 1 */
.cap-values,
.cap-values * {
    box-sizing: border-box;
}

.cap-values {
    --navy: #001153;
    --blue: #000acb;
    --cyan: #100ddc;
    --light: #f5f6f9;
    --lavender: #c6c9fc;
    --text: #4a5064;
    --white: #ffffff;
    --border: rgba(0, 17, 83, 0.09);

    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   TYPOGRAPHIE
   ========================================================= */

.cap-values h1,
.cap-values h2,
.cap-values h3 {
    margin: 0;
    font-family: "Nunito", sans-serif;
    color: var(--navy);
}

.cap-values h1,
.cap-values h2 {
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;
}

.cap-values h3 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.cap-values p {
    margin: 0;
}


/* =========================================================
   HERO
   ========================================================= */

.cap-values .values-hero {
    margin-bottom: 45px;
    padding: 42px 48px;
    background: var(--light);
    border-radius: 22px;
}

.cap-values .values-hero h1 {
    margin-bottom: 18px;
}

.cap-values .values-line {
    width: 60px;
    height: 4px;
    margin-bottom: 24px;
    border-radius: 10px;
    background: var(--cyan);
}

.cap-values .values-hero p {
    max-width: 1050px;
    color: #41485d;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   TITRES DE SECTION
   ========================================================= */

.cap-values .section-title {
    margin-bottom: 26px;
}

.cap-values .section-title h2 {
    margin-bottom: 12px;
}

.cap-values .section-title:after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    border-radius: 10px;
    background: var(--cyan);
}


/* =========================================================
   VALEURS
   ========================================================= */

.cap-values .values-section {
    margin-bottom: 65px;
}

.cap-values .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.cap-values .value-card {
    position: relative;
    padding: 28px 30px 28px 34px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--border);
    overflow: hidden;
}

.cap-values .value-card:nth-child(even) {
    background: var(--light);
}

.cap-values .value-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 4px;
    border-radius: 0 10px 10px 0;
    background: var(--cyan);
}

.cap-values .value-card h3 {
    margin-bottom: 8px;
}

.cap-values .value-card p {
    color: var(--text);
}

.cap-values .value-card:last-child {
    grid-column: 1 / -1;
    background: var(--navy);
    color: #ffffff;
}

.cap-values .value-card:last-child h3,
.cap-values .value-card:last-child p {
    color: #ffffff;
}


/* =========================================================
   ENGAGEMENTS
   ========================================================= */

.cap-values .engagements-section {
    margin-bottom: 60px;
}

.cap-values .engagements-layout {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}


/* IMAGE */

.cap-values .engagements-visual {
    padding: 20px;
    background: var(--light);
    border-radius: 22px;
}

.cap-values .engagements-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}


/* texte sous image */

.cap-values .engagements-image-label {
    margin-top: 15px;
    padding: 0 4px;
    color: var(--navy);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}


/* contenu */

.cap-values .engagements-content {
    min-width: 0;
}

.cap-values .engagements-wrap {
    position: relative;
    padding-left: 40px;
}

.cap-values .engagements-wrap:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #dfe3f4;
}

.cap-values .engagement {
    position: relative;
    padding: 0 0 34px;
}

.cap-values .engagement:last-child {
    padding-bottom: 0;
}

.cap-values .engagement:before {
    content: "";
    position: absolute;
    left: -39px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--cyan);
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 1px var(--cyan);
}

.cap-values .engagement h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.cap-values .engagement p {
    max-width: 1000px;
}


/* =========================================================
   CHIFFRE CLÉ
   ========================================================= */

.cap-values .key-section {
    margin-top: 60px;
    margin-bottom: 55px;
}

.cap-values .key-box {
    position: relative;
    display: grid;
    grid-template-columns: 290px 1fr;
    align-items: center;
    min-height: 250px;
    border-radius: 22px;
    overflow: hidden;
    background: var(--navy);
}

.cap-values .key-number {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lavender);
    overflow: hidden;
}

.cap-values .key-number strong {
    position: relative;
    z-index: 2;
    font-family: "Nunito", sans-serif;
    font-size: 116px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -7px;
    color: var(--navy);
}

.cap-values .key-number:before {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    border: 28px solid rgba(255,255,255,.28);
    border-radius: 50%;
}

.cap-values .key-copy {
    padding: 42px 48px;
}

.cap-values .key-label {
    margin-bottom: 8px;
    color: var(--cyan);
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cap-values .key-copy h2 {
    max-width: 720px;
    color: #ffffff;
    font-size: 30px;
}


/* =========================================================
   BOUTON
   ========================================================= */

.cap-values .realisation-action {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.cap-values .realisation-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--blue);
    color: #ffffff;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition:
        transform .2s ease,
        background .2s ease;
}

.cap-values .realisation-button:hover {
    transform: translateY(-2px);
    background: var(--navy);
    color: #ffffff;
}


/* =========================================================
   RESPONSIVE TABLETTE
   ========================================================= */

@media (max-width: 1100px) {

    .cap-values .engagements-layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 45px;
    }
}


@media (max-width: 900px) {

    .cap-values .values-grid {
        grid-template-columns: 1fr;
    }

    .cap-values .value-card:last-child {
        grid-column: auto;
    }

    .cap-values .engagements-layout {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 35px;
    }

    .cap-values .engagements-visual {
        padding: 15px;
    }

    .cap-values .key-box {
        grid-template-columns: 220px 1fr;
    }

    .cap-values .key-number strong {
        font-size: 90px;
    }

    .cap-values .key-copy {
        padding: 35px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .cap-values {
        width: calc(100% - 28px);
    }

    .cap-values h1,
    .cap-values h2 {
        font-size: 30px;
    }

    .cap-values .values-hero {
        padding: 30px 26px;
        border-radius: 18px;
    }

    .cap-values .values-hero p {
        font-size: 15px;
    }

    .cap-values .engagements-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .cap-values .engagements-visual {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 16px;
    }

    .cap-values .engagements-wrap {
        padding-left: 32px;
    }

    .cap-values .engagement:before {
        left: -31px;
    }

    .cap-values .key-box {
        grid-template-columns: 1fr;
    }

    .cap-values .key-number {
        min-height: 160px;
    }

    .cap-values .key-number strong {
        font-size: 82px;
    }

    .cap-values .key-copy {
        padding: 28px 25px;
        text-align: center;
    }

    .cap-values .key-copy h2 {
        font-size: 25px;
    }
}

/* Page: IN.CO.T.R.A. (in-co-t-r-a, ID 8473), style block 1 */
/* =========================================================
   PAGE IN.CO.T.R.A.
========================================================= */

.incotra-page {
    --incotra-primary: #047985;
    --incotra-accent: #06b8cc;
    --incotra-title: #3e5c76;
    --incotra-text: #3f4f5e;
    --incotra-light: #effafb;
    --incotra-lighter: #f7fbfc;
    --incotra-border: #d5e8ea;

    color: var(--incotra-text);
    background: #ffffff;
    font-family: "Cabin", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    overflow: hidden;
}

.incotra-page *,
.incotra-page *::before,
.incotra-page *::after {
    box-sizing: border-box;
}

.incotra-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.incotra-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.incotra-section {
    padding: 75px 0;
}

.incotra-section--light {
    background: var(--incotra-lighter);
}

.incotra-section--turquoise {
    background: var(--incotra-light);
}

.incotra-section--blue {
    color: #ffffff;
    background:
        radial-gradient(
            circle at top right,
            rgba(6, 184, 204, 0.35),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #03646e 0%,
            #047985 55%,
            #0696a5 100%
        );
}

.incotra-page h1,
.incotra-page h2,
.incotra-page h3,
.incotra-page p,
.incotra-page ul,
.incotra-page figure {
    margin-top: 0;
}

.incotra-page h1,
.incotra-page h2,
.incotra-page h3 {
    color: var(--incotra-title);
    font-family: "Cabin", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.incotra-page h1,
.incotra-page h2 {
    margin-bottom: 25px;
}

.incotra-page h3 {
    margin-bottom: 15px;
}

.incotra-page p {
    margin-bottom: 20px;
}

.incotra-page p:last-child {
    margin-bottom: 0;
}

.incotra-heading {
    max-width: 850px;
    margin-bottom: 42px;
}

.incotra-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.incotra-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--incotra-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.incotra-eyebrow::before {
    width: 38px;
    height: 3px;
    background: currentColor;
    border-radius: 10px;
    content: "";
}

.incotra-intro {
    font-size: 16px;
    line-height: 1.75;
}

/* =========================================================
   HERO
========================================================= */

.incotra-hero {
    position: relative;
    padding: 90px 0 85px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(6, 184, 204, 0.17),
            transparent 28%
        ),
        radial-gradient(
            circle at 8% 90%,
            rgba(4, 121, 133, 0.12),
            transparent 26%
        ),
        linear-gradient(
            135deg,
            #f1fbfc 0%,
            #ffffff 62%
        );
}

.incotra-hero::before,
.incotra-hero::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.incotra-hero::before {
    top: -150px;
    right: -150px;
    width: 390px;
    height: 390px;
    border: 55px solid rgba(6, 184, 204, 0.06);
}

.incotra-hero::after {
    bottom: -110px;
    left: -110px;
    width: 260px;
    height: 260px;
    border: 38px solid rgba(4, 121, 133, 0.06);
}

.incotra-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}

.incotra-hero h1 {
    margin-bottom: 16px;
}

.incotra-hero__subtitle {
    max-width: 870px;
    margin-bottom: 35px;
    color: var(--incotra-primary);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.incotra-hero__text {
    max-width: 1000px;
    padding-left: 25px;
    border-left: 5px solid var(--incotra-accent);
    font-size: 16px;
}

/* =========================================================
   PROJET EN BREF
========================================================= */

.incotra-summary {
    position: relative;
    padding: 50px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            rgba(4, 121, 133, 0.99),
            rgba(62, 92, 118, 0.99)
        );
    border-radius: 25px;
    box-shadow: 0 22px 55px rgba(4, 121, 133, 0.18);
    overflow: hidden;
}

.incotra-summary::after {
    position: absolute;
    top: -80px;
    right: -70px;
    width: 250px;
    height: 250px;
    border: 42px solid rgba(6, 184, 204, 0.13);
    border-radius: 50%;
    content: "";
}

.incotra-summary h2 {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.incotra-summary__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.incotra-summary__item {
    padding: 22px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.incotra-summary__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.incotra-summary__item:nth-last-child(1) {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
}

.incotra-summary__label {
    display: block;
    margin-bottom: 5px;
    color: #aaf3fa;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.incotra-summary__value {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

/* =========================================================
   TRIPLE EXPERTISE
========================================================= */

.incotra-expertise {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.incotra-expertise__item {
    position: relative;
    min-height: 210px;
    padding: 35px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--incotra-border);
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(62, 92, 118, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.incotra-expertise__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(4, 121, 133, 0.14);
}

.incotra-expertise__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    color: #ffffff;
    background: var(--incotra-primary);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.incotra-expertise__item:nth-child(2) .incotra-expertise__number {
    background: var(--incotra-accent);
}

.incotra-expertise__item:nth-child(3) .incotra-expertise__number {
    background: var(--incotra-title);
}

.incotra-expertise__item h3 {
    margin-bottom: 0;
}

/* =========================================================
   IMAGE
========================================================= */

.incotra-poster {
    margin: 50px 0 0;
}

.incotra-poster img {
    width: 100%;
    max-height: 920px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(62, 92, 118, 0.17);
}

/* =========================================================
   ÉTAPES
========================================================= */

.incotra-steps {
    position: relative;
    display: grid;
    gap: 26px;
    margin-top: 45px;
}

.incotra-steps::before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 34px;
    width: 3px;
    background:
        linear-gradient(
            to bottom,
            var(--incotra-primary),
            var(--incotra-accent),
            var(--incotra-title)
        );
    border-radius: 5px;
    content: "";
}

.incotra-step {
    position: relative;
    padding: 32px 38px 32px 105px;
    background: #ffffff;
    border: 1px solid var(--incotra-border);
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(62, 92, 118, 0.07);
}

.incotra-step__number {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #ffffff;
    background: var(--incotra-primary);
    border: 8px solid var(--incotra-lighter);
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
}

.incotra-step:nth-child(2) .incotra-step__number,
.incotra-step:nth-child(5) .incotra-step__number {
    background: var(--incotra-accent);
}

.incotra-step:nth-child(3) .incotra-step__number,
.incotra-step:nth-child(6) .incotra-step__number {
    background: var(--incotra-title);
}

/* =========================================================
   LEVIER STRATÉGIQUE
========================================================= */

.incotra-strategy {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 55px;
    align-items: start;
}

.incotra-strategy__title {
    position: sticky;
    top: 40px;
}

.incotra-checklist {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 28px 0;
    list-style: none;
}

.incotra-checklist li {
    position: relative;
    padding: 18px 22px 18px 60px;
    background: #ffffff;
    border: 1px solid var(--incotra-border);
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(62, 92, 118, 0.06);
}

.incotra-checklist li::before {
    position: absolute;
    top: 16px;
    left: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    color: #ffffff;
    background: var(--incotra-accent);
    border-radius: 50%;
    content: "?";
    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   PARTENAIRES
========================================================= */

.incotra-partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.incotra-partner {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--incotra-border);
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(62, 92, 118, 0.08);
}

.incotra-partner__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 26px;
    padding: 22px;
    background: var(--incotra-lighter);
    border-radius: 15px;
}

.incotra-partner__logo img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

/* =========================================================
   ACTUALITÉS
========================================================= */

.incotra-calendar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.incotra-calendar__item {
    position: relative;
    min-height: 155px;
    padding: 30px 30px 28px 38px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    backdrop-filter: blur(6px);
}

.incotra-calendar__item::before {
    position: absolute;
    top: 32px;
    left: 0;
    width: 7px;
    height: 52px;
    background: var(--incotra-accent);
    border-radius: 0 8px 8px 0;
    content: "";
}

.incotra-calendar__date {
    display: block;
    margin-bottom: 11px;
    color: #aff8ff;
    font-size: 17px;
    font-weight: 700;
}

.incotra-calendar__text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
}

.incotra-section--blue h2 {
    color: #ffffff;
}

.incotra-section--blue .incotra-eyebrow {
    color: #aff8ff;
}

/* =========================================================
   FINANCEMENT
========================================================= */

.incotra-funding {
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 55px;
    align-items: center;
    padding: 48px;
    background: #ffffff;
    border: 1px solid var(--incotra-border);
    border-radius: 25px;
    box-shadow: 0 22px 60px rgba(62, 92, 118, 0.11);
}

.incotra-funding__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 28px;
    background: var(--incotra-lighter);
    border-radius: 18px;
}

.incotra-funding__logo img {
    width: 100%;
    max-width: 400px;
    max-height: 180px;
    object-fit: contain;
}

.incotra-funding__amount {
    margin-top: 24px;
    padding: 18px 22px;
    color: var(--incotra-title);
    background: var(--incotra-light);
    border-left: 6px solid var(--incotra-accent);
    border-radius: 4px 13px 13px 4px;
    font-size: 16px;
    font-weight: 700;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
    .incotra-section {
        padding: 65px 0;
    }

    .incotra-expertise,
    .incotra-partners {
        grid-template-columns: 1fr;
    }

    .incotra-expertise__item {
        min-height: auto;
    }

    .incotra-partner {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 28px;
        align-items: center;
    }

    .incotra-partner__logo {
        height: 165px;
        margin-bottom: 0;
    }

    .incotra-strategy,
    .incotra-funding {
        grid-template-columns: 1fr;
    }

    .incotra-strategy__title {
        position: static;
    }

    .incotra-funding {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .incotra-container {
        width: min(100% - 30px, 1180px);
    }

    .incotra-section {
        padding: 50px 0;
    }

    .incotra-hero {
        padding: 65px 0 60px;
    }

    .incotra-hero__text {
        padding-left: 17px;
        font-size: 15px;
    }

    .incotra-summary {
        padding: 32px 22px;
        border-radius: 19px;
    }

    .incotra-summary__grid {
        grid-template-columns: 1fr;
    }

    .incotra-summary__item,
    .incotra-summary__item:nth-child(odd),
    .incotra-summary__item:nth-last-child(1) {
        grid-column: auto;
        padding: 19px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }

    .incotra-summary__item:last-child {
        border-bottom: 0;
    }

    .incotra-steps::before {
        left: 24px;
    }

    .incotra-step {
        padding: 85px 22px 26px;
    }

    .incotra-step__number {
        top: 17px;
        width: 52px;
        height: 52px;
        border-width: 6px;
        font-size: 17px;
    }

    .incotra-partner {
        display: flex;
        padding: 23px;
    }

    .incotra-partner__logo {
        width: 100%;
        height: 135px;
        margin-bottom: 23px;
    }

    .incotra-calendar {
        grid-template-columns: 1fr;
    }

    .incotra-calendar__item {
        min-height: auto;
        padding: 26px 23px 23px 31px;
    }

    .incotra-funding {
        padding: 23px;
        border-radius: 19px;
    }

    .incotra-funding__logo {
        min-height: 155px;
        padding: 19px;
    }
}

/* Page: Qui sommes-nous ? (qui-sommes-nous, ID 3114), style block 1 */
.cap-about-hero,
.cap-about-hero * {
    box-sizing: border-box;
}

.cap-about-hero {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   HERO
   ========================================================= */

.cap-about-hero .about-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: stretch;
    background: #f5f6f9;
    border-radius: 22px;
    overflow: hidden;
}

/* =========================================================
   TITRE
   ========================================================= */

.cap-about-hero .about-left {
    display: flex;
    align-items: center;
    padding: 45px 50px;
}

.cap-about-hero .about-title {
    width: 100%;
}

.cap-about-hero h1 {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #001153;
}

.cap-about-hero .about-line {
    width: 60px;
    height: 4px;
    margin-top: 18px;
    border-radius: 10px;
    background: #100ddc;
}

/* =========================================================
   VIDEO - PROPORTION 16/9 CONSERVÉE
   ========================================================= */

.cap-about-hero .about-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    align-self: center;
    background: #000;
}

.cap-about-hero .about-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 900px) {

    .cap-about-hero .about-inner {
        grid-template-columns: 38% 62%;
    }

    .cap-about-hero .about-left {
        padding: 35px 30px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cap-about-hero {
        width: calc(100% - 28px);
    }

    .cap-about-hero .about-inner {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .cap-about-hero .about-left {
        min-height: 150px;
        padding: 30px 25px;
    }

    .cap-about-hero h1 {
        font-size: 30px;
    }

    .cap-about-hero .about-video {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
}

/* Page: Qui sommes-nous ? (qui-sommes-nous, ID 3114), style block 2 */
.capdroits-content-blocks,
.capdroits-content-blocks * {
    box-sizing: border-box;
}

.capdroits-content-blocks {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #4a4f63;
}

.capdroits-content-blocks p {
    margin: 0;
}

.capdroits-content-blocks strong {
    color: #001153;
    font-weight: 700;
}

/* GRID */
.capdroits-content-blocks .cap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* BLOCS */
.capdroits-content-blocks .cap-block {
    position: relative;
    padding: 30px 32px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 17, 83, 0.08);
}

/* Bloc "Nous faisons dialoguer..." */
.capdroits-content-blocks .cap-block-light {
    background: #f5f6f9;
}

/* Premier bloc plus large */
.capdroits-content-blocks .cap-block-wide {
    grid-column: 1 / -1;
    padding-left: 38px;
}

.capdroits-content-blocks .cap-block-wide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 4px;
    border-radius: 10px;
    background: #100ddc;
}

/* Dernier bloc */
.capdroits-content-blocks .cap-block-action {
    grid-column: 1 / -1;
    background: #001153;
    color: #ffffff;
}

.capdroits-content-blocks .cap-block-action strong {
    color: #ffffff;
}

/* Hover léger */
.capdroits-content-blocks .cap-block {
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.capdroits-content-blocks .cap-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 17, 83, 0.07);
}

/* RESPONSIVE */
@media (max-width: 767px) {

    .capdroits-content-blocks {
        width: calc(100% - 28px);
    }

    .capdroits-content-blocks .cap-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .capdroits-content-blocks .cap-block,
    .capdroits-content-blocks .cap-block-wide,
    .capdroits-content-blocks .cap-block-action {
        grid-column: auto;
        padding: 24px 22px;
    }

    .capdroits-content-blocks .cap-block-wide {
        padding-left: 28px;
    }

    .capdroits-content-blocks .cap-block-wide:before {
        top: 22px;
        bottom: 22px;
    }
}


/* Global WordPress additional CSS migrated from wp-custom-css. */
/* Capdroits — page Autoethnographie collective */
#cap-autoethno-collective,
#cap-autoethno-collective * {
  box-sizing: border-box;
}

#cap-autoethno-collective {
  --aec-navy: #001153;
  --aec-blue: #240bcb;
  --aec-lavender: #c6c9fc;
  --aec-lavender-soft: #f1f1ff;
  --aec-sky: #edf7fb;
  --aec-paper: #ffffff;
  --aec-bg: #f7f8fc;
  --aec-line: #dfe4ef;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  color: var(--aec-navy);
  background: var(--aec-paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.68;
}

#cap-autoethno-collective .aec-wrap {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

#cap-autoethno-collective .aec-reading {
  width: min(790px, calc(100% - 48px));
  margin-inline: auto;
}

#cap-autoethno-collective .aec-reading--left {
  width: min(790px, 100%);
  margin-left: 0;
}

#cap-autoethno-collective h1,
#cap-autoethno-collective h2,
#cap-autoethno-collective h3,
#cap-autoethno-collective p,
#cap-autoethno-collective ul,
#cap-autoethno-collective ol,
#cap-autoethno-collective blockquote,
#cap-autoethno-collective figure {
  margin-top: 0;
}

#cap-autoethno-collective p {
  margin-bottom: 17px;
}

#cap-autoethno-collective p:last-child {
  margin-bottom: 0;
}

#cap-autoethno-collective h1 {
  max-width: 900px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: clamp(40px, 5.2vw, 58px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  line-height: 1.08 !important;
}

#cap-autoethno-collective h1::after,
#cap-autoethno-collective h2::after,
#cap-autoethno-collective h3::after {
  display: none !important;
}

#cap-autoethno-collective h2 {
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--aec-navy) !important;
  font-size: clamp(28px, 3.1vw, 36px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  line-height: 1.22 !important;
}

#cap-autoethno-collective h3 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--aec-navy) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

#cap-autoethno-collective a {
  color: var(--aec-blue);
  text-underline-offset: 3px;
}

#cap-autoethno-collective a:focus-visible,
#cap-autoethno-collective summary:focus-visible {
  outline: 3px solid var(--aec-blue);
  outline-offset: 4px;
}

#cap-autoethno-collective .aec-hero {
  position: relative;
  padding: 88px 0 84px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--aec-navy) 0%, var(--aec-blue) 72%, #4934dd 100%);
  color: #ffffff;
}

#cap-autoethno-collective .aec-hero::after {
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  border: 70px solid rgba(198, 201, 252, 0.22);
  border-radius: 50%;
  content: "";
}

#cap-autoethno-collective .aec-hero__inner {
  position: relative;
  z-index: 1;
}

#cap-autoethno-collective .aec-eyebrow {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-bottom: 24px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

#cap-autoethno-collective .aec-hero__lead {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600;
  line-height: 1.4;
}

#cap-autoethno-collective .aec-toc {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--aec-line);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 17, 83, 0.07);
}

#cap-autoethno-collective .aec-toc__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-block: 20px;
}

#cap-autoethno-collective .aec-toc__title {
  margin: 0 12px 0 0;
  font-weight: 800;
}

#cap-autoethno-collective .aec-toc a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid var(--aec-lavender);
  border-radius: 999px;
  background: var(--aec-lavender-soft);
  color: var(--aec-navy) !important;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

#cap-autoethno-collective .aec-toc a:hover,
#cap-autoethno-collective .aec-toc a:focus-visible {
  border-color: var(--aec-blue);
  background: var(--aec-blue);
  color: #ffffff !important;
}

#cap-autoethno-collective .aec-section {
  padding: 76px 0;
  scroll-margin-top: 24px;
}

#cap-autoethno-collective .aec-section--intro,
#cap-autoethno-collective .aec-section--tint {
  background: var(--aec-bg);
}

#cap-autoethno-collective .aec-section__number {
  display: inline-flex;
  min-width: 54px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--aec-lavender);
  color: var(--aec-blue);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
}

#cap-autoethno-collective .aec-card {
  padding: 30px;
  border: 1px solid var(--aec-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 17, 83, 0.07);
}

#cap-autoethno-collective .aec-card--intro {
  padding: 40px;
}

#cap-autoethno-collective ul,
#cap-autoethno-collective ol {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#cap-autoethno-collective .aec-card ul,
#cap-autoethno-collective .aec-reading ul,
#cap-autoethno-collective .aec-quote ul,
#cap-autoethno-collective .aec-card--description ul {
  list-style: none;
}

#cap-autoethno-collective .aec-card li,
#cap-autoethno-collective .aec-reading li,
#cap-autoethno-collective .aec-quote li,
#cap-autoethno-collective .aec-card--description li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
}

#cap-autoethno-collective .aec-card li::before,
#cap-autoethno-collective .aec-reading li::before,
#cap-autoethno-collective .aec-quote li::before,
#cap-autoethno-collective .aec-card--description li::before {
  position: absolute;
  top: 0.68em;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aec-blue);
  content: "";
}

#cap-autoethno-collective .aec-callout {
  margin-top: 30px;
  padding: 24px 26px;
  border-left: 5px solid var(--aec-blue);
  border-radius: 0 14px 14px 0;
  background: var(--aec-lavender-soft);
  color: var(--aec-navy);
  font-size: 20px;
  font-weight: 750;
}

#cap-autoethno-collective .aec-callout--strong {
  margin: 14px 0 20px;
  background: var(--aec-lavender);
}

#cap-autoethno-collective .aec-visual-block {
  margin-top: 48px;
}

#cap-autoethno-collective .aec-definition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

#cap-autoethno-collective .aec-mini-card {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid var(--aec-line);
  border-top: 6px solid var(--aec-blue);
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 17, 83, 0.06);
}

#cap-autoethno-collective .aec-mini-card strong {
  margin-bottom: 8px;
  color: var(--aec-blue);
  font-size: 20px;
}

#cap-autoethno-collective .aec-figure {
  margin: 0;
  text-align: center;
}

#cap-autoethno-collective .aec-figure a {
  display: inline-block;
  border-radius: 18px;
}

#cap-autoethno-collective .aec-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--aec-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 17, 83, 0.09);
}

#cap-autoethno-collective .aec-figure--primary {
  max-width: 920px;
  margin-inline: auto;
}

#cap-autoethno-collective .aec-figure--small {
  width: 300px;
  max-width: 100%;
}

#cap-autoethno-collective figcaption {
  max-width: 860px;
  margin: 15px auto 0;
  color: #354064;
  font-size: 15px;
  line-height: 1.55;
}

#cap-autoethno-collective figcaption span {
  display: block;
}

#cap-autoethno-collective .aec-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0 0;
  list-style: none;
  counter-reset: none;
}

#cap-autoethno-collective .aec-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--aec-line);
  border-radius: 16px;
  background: var(--aec-bg);
}

#cap-autoethno-collective .aec-steps li > span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--aec-blue);
  color: #ffffff;
  font-weight: 850;
}

#cap-autoethno-collective .aec-steps strong {
  display: block;
  margin-bottom: 5px;
}

#cap-autoethno-collective .aec-steps p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

#cap-autoethno-collective .aec-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 34px;
  list-style: none;
}

#cap-autoethno-collective .aec-profile-grid li {
  min-height: 116px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--aec-line);
  border-radius: 16px;
  background: #ffffff;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0, 17, 83, 0.05);
}

#cap-autoethno-collective .aec-goals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 36px;
  list-style: none;
  counter-reset: aec-goals;
}

#cap-autoethno-collective .aec-goals li {
  position: relative;
  min-height: 160px;
  margin: 0;
  padding: 58px 24px 24px;
  border: 2px solid var(--aec-lavender);
  border-radius: 16px;
  background: var(--aec-lavender-soft);
  counter-increment: aec-goals;
  font-weight: 700;
}

#cap-autoethno-collective .aec-goals li::before {
  position: absolute;
  top: 18px;
  left: 24px;
  color: var(--aec-blue);
  content: "0" counter(aec-goals);
  font-size: 18px;
  font-weight: 900;
}

#cap-autoethno-collective .aec-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

#cap-autoethno-collective .aec-process-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 42px;
}

#cap-autoethno-collective .aec-card--description {
  background: var(--aec-sky);
  box-shadow: none;
}

#cap-autoethno-collective .aec-progress-note {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 5px solid var(--aec-blue);
  border-radius: 0 14px 14px 0;
  background: var(--aec-lavender-soft);
  font-weight: 700;
}

#cap-autoethno-collective .aec-section--quote {
  background: var(--aec-blue);
  color: #ffffff;
}

#cap-autoethno-collective .aec-section--quote h2 {
  color: #ffffff !important;
}

#cap-autoethno-collective .aec-section__number--light {
  background: var(--aec-lavender);
}

#cap-autoethno-collective .aec-quote {
  position: relative;
  margin: 30px 0 0;
  padding: 42px;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  color: var(--aec-navy);
  font-size: 19px;
  font-style: normal;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

#cap-autoethno-collective .aec-quote::before {
  position: absolute;
  top: -20px;
  right: 32px;
  color: var(--aec-lavender);
  content: "“";
  font-family: Georgia, serif;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
}

#cap-autoethno-collective .aec-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

#cap-autoethno-collective .aec-next-grid p {
  min-height: 150px;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--aec-line);
  border-top: 6px solid var(--aec-blue);
  border-radius: 16px;
  background: var(--aec-bg);
  font-weight: 700;
}

#cap-autoethno-collective .aec-final-words {
  padding: 28px 30px;
  border-radius: 18px;
  background: var(--aec-lavender-soft);
  font-size: 20px;
  font-weight: 750;
}

#cap-autoethno-collective .aec-source {
  margin-top: 42px;
  border: 1px solid var(--aec-line);
  border-radius: 16px;
  background: #ffffff;
}

#cap-autoethno-collective .aec-source summary {
  min-height: 58px;
  padding: 16px 54px 16px 22px;
  cursor: pointer;
  color: var(--aec-blue);
  font-weight: 800;
}

#cap-autoethno-collective .aec-source[open] summary {
  border-bottom: 1px solid var(--aec-line);
}

#cap-autoethno-collective .aec-source figure {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
}

@media (prefers-reduced-motion: no-preference) {
  #cap-autoethno-collective {
    scroll-behavior: smooth;
  }
}

@media (max-width: 1024px) {
  #cap-autoethno-collective .aec-profile-grid,
  #cap-autoethno-collective .aec-goals,
  #cap-autoethno-collective .aec-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #cap-autoethno-collective {
    font-size: 18px;
    line-height: 1.68;
  }

  #cap-autoethno-collective .aec-wrap,
  #cap-autoethno-collective .aec-reading {
    width: min(100% - 36px, 1120px);
  }

  #cap-autoethno-collective .aec-hero {
    padding: 52px 0 50px;
  }

  #cap-autoethno-collective .aec-hero::after {
    right: -150px;
    bottom: -220px;
  }

  #cap-autoethno-collective h1 {
    font-size: clamp(34px, 11vw, 42px) !important;
  }

  #cap-autoethno-collective h2 {
    font-size: 27px !important;
  }

  #cap-autoethno-collective h3 {
    font-size: 20px !important;
  }

  #cap-autoethno-collective .aec-toc__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding-block: 18px;
  }

  #cap-autoethno-collective .aec-toc__title {
    margin: 0 0 4px;
  }

  #cap-autoethno-collective .aec-toc a {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
  }

  #cap-autoethno-collective .aec-section {
    padding: 52px 0;
  }

  #cap-autoethno-collective .aec-card,
  #cap-autoethno-collective .aec-card--intro,
  #cap-autoethno-collective .aec-quote {
    padding: 22px 20px;
  }

  #cap-autoethno-collective .aec-definition-grid,
  #cap-autoethno-collective .aec-profile-grid,
  #cap-autoethno-collective .aec-goals,
  #cap-autoethno-collective .aec-two-columns,
  #cap-autoethno-collective .aec-process-layout,
  #cap-autoethno-collective .aec-next-grid,
  #cap-autoethno-collective .aec-steps {
    grid-template-columns: 1fr;
  }

  #cap-autoethno-collective .aec-mini-card,
  #cap-autoethno-collective .aec-profile-grid li,
  #cap-autoethno-collective .aec-goals li,
  #cap-autoethno-collective .aec-next-grid p {
    min-height: 0;
  }

  #cap-autoethno-collective .aec-steps li {
    grid-template-columns: 50px 1fr;
    padding: 20px 18px;
  }

  #cap-autoethno-collective .aec-steps li > span {
    width: 50px;
    height: 50px;
  }

  #cap-autoethno-collective .aec-figure--small {
    margin-inline: auto;
  }

  #cap-autoethno-collective .aec-quote::before {
    top: -8px;
    right: 16px;
    font-size: 78px;
  }

  #cap-autoethno-collective .aec-source figure {
    padding: 18px;
  }
}

@media (max-width: 390px) {
  #cap-autoethno-collective .aec-wrap,
  #cap-autoethno-collective .aec-reading {
    width: min(100% - 28px, 1120px);
  }

  #cap-autoethno-collective h1 {
    font-size: 33px !important;
  }

  #cap-autoethno-collective h2 {
    font-size: 25px !important;
  }

  #cap-autoethno-collective .aec-card,
  #cap-autoethno-collective .aec-card--intro,
  #cap-autoethno-collective .aec-quote {
    padding: 20px 17px;
  }

  #cap-autoethno-collective .aec-steps li {
    grid-template-columns: 1fr;
  }
}
/* CapDroits agenda: past event filter uses neutral grey. */
body .cap-events-browser .cap-events-sidebar .cap-events-filter-card button.cap-filter-option[data-cap-status="past"],
body .cap-events-browser .cap-events-sidebar .cap-events-filter-card button.cap-filter-option[data-cap-status="past"]:hover,
body .cap-events-browser .cap-events-sidebar .cap-events-filter-card button.cap-filter-option[data-cap-status="past"]:focus-visible,
body .cap-events-browser .cap-events-sidebar .cap-events-filter-card button.cap-filter-option[data-cap-status="past"].is-active{
  background:#e9ecef!important;
  background-color:#e9ecef!important;
  color:#001153!important;
}

/* Capdroits — chiffres accueil */
.elementor-element-8b03054 .elementor-counter-number-wrapper {
  width: 100%;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 0;
}

.elementor-element-8b03054 .elementor-counter-number-prefix,
.elementor-element-8b03054 .elementor-counter-number,
.elementor-element-8b03054 .elementor-counter-number-suffix {
  flex: 0 0 auto;
  white-space: nowrap;
}

.elementor-element-8b03054 .elementor-counter-number-prefix {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.elementor-element-8b03054 .elementor-counter-number,
.elementor-element-8b03054 .elementor-counter-number-suffix {
  font-size: 36px;
  line-height: 1.15;
}

@media (max-width: 767px) {
  .elementor-element-8b03054 .elementor-counter-number,
  .elementor-element-8b03054 .elementor-counter-number-suffix {
    font-size: 34px;
  }
}


/* Capdroits — typographie globale des contenus */
main .elementor-widget-container p,
main .elementor-widget-container li {
  font-size: 18px;
  line-height: 1.65;
}


main .elementor p,
main .elementor li {
  font-size: 18px;
  line-height: 1.65;
}


/* Capdroits — FAQ accessible */
.cap-faq,
.cap-faq * {
  box-sizing: border-box;
}

.cap-faq {
  width: min(1400px, calc(100% - 40px));
  margin: 80px auto 0;
  padding: 72px 24px 80px;
  border-radius: 24px;
  color: #253149;
  background: #f5f6ff;
  font-family: inherit;
  scroll-margin-top: 120px;
}

.cap-faq__inner {
  width: min(860px, 100%);
  margin-inline: auto;
}

.cap-faq__intro {
  max-width: 720px;
  margin: 0 0 34px;
}

.cap-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px !important;
  color: #0007d1;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cap-faq__eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.cap-faq h2 {
  margin: 0 0 14px !important;
  color: #001153 !important;
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
  font-size: 44px;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

.cap-faq__intro > p:last-child {
  margin: 0 !important;
  color: #4a5570;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.cap-faq__list {
  display: grid;
  gap: 14px;
}

.cap-faq__item {
  border: 2px solid #c6c9fc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 17, 83, .045);
  overflow: hidden;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.cap-faq__item[open] {
  border-color: #0007d1;
  background: #f4f5ff;
  box-shadow: inset 5px 0 0 #0007d1, 0 12px 30px rgba(0, 17, 83, .07);
}

.cap-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 20px;
  align-items: center;
  min-height: 72px;
  padding: 18px 24px;
  color: #001153;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.cap-faq__item summary::-webkit-details-marker {
  display: none;
}

.cap-faq__item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #001153;
  background: #c6c9fc;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.cap-faq__item[open] summary::after {
  content: "?";
  color: #fff;
  background: #0007d1;
}

.cap-faq__item summary:hover {
  color: #0007d1;
}

.cap-faq__item summary:focus-visible {
  outline: 3px solid #0007d1;
  outline-offset: -5px;
  border-radius: 14px;
}

.cap-faq__answer {
  padding: 0 76px 24px 24px;
}

.cap-faq__answer p,
.cap-faq__answer li {
  color: #253149;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.cap-faq__answer p {
  margin: 0 0 14px !important;
}

.cap-faq__answer p:last-child {
  margin-bottom: 0 !important;
}

.cap-faq__answer ul {
  margin: 4px 0 18px !important;
  padding-left: 24px !important;
}

.cap-faq__answer li {
  margin-bottom: 7px;
  padding-left: 4px;
}

.cap-faq__answer li::marker {
  color: #0007d1;
}

.cap-faq__answer a:not(.cap-faq__button) {
  color: #0007d1 !important;
  font-weight: 750;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px;
}

.cap-faq__answer a:not(.cap-faq__button):hover,
.cap-faq__answer a:not(.cap-faq__button):focus-visible {
  color: #001153 !important;
}

.cap-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid #0007d1;
  border-radius: 999px;
  color: #fff !important;
  background: #0007d1;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none !important;
}

.cap-faq__button:hover,
.cap-faq__button:focus-visible {
  color: #001153 !important;
  background: #c6c9fc;
}

.cap-faq__button:focus-visible {
  outline: 3px solid #001153;
  outline-offset: 3px;
}

.cap-faq__button--light {
  color: #001153 !important;
  background: #fff;
}

.cap-faq__contact a {
  overflow-wrap: anywhere;
}

.cap-faq__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .cap-faq {
    width: calc(100% - 28px);
    margin-top: 56px;
    padding: 48px 14px 54px;
    border-radius: 18px;
  }

  .cap-faq__intro {
    margin: 0 4px 26px;
  }

  .cap-faq h2 {
    font-size: 34px;
  }

  .cap-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 12px;
    min-height: 68px;
    padding: 16px;
    font-size: 18px;
  }

  .cap-faq__item summary::after {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }

  .cap-faq__answer {
    padding: 0 48px 20px 16px;
  }

  .cap-faq__button {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cap-faq__item,
  .cap-faq__item summary::after {
    transition: none;
  }
}


/* FAQ — symbole ouvert compatible avec tous les navigateurs */
.cap-faq__item[open] summary::after {
  content: "-";
}


/* Autoethnographie collective — mise en page élargie et schéma valorisé */
@media (min-width: 1025px) {
  #cap-autoethno-collective .aec-wrap {
    width: min(1180px, calc(100% - 64px));
  }

  #cap-autoethno-collective .aec-reading {
    width: min(940px, calc(100% - 64px));
  }

  #cap-autoethno-collective .aec-reading--left {
    margin-inline: auto;
  }
}

#cap-autoethno-collective .aec-process-layout {
  grid-template-columns: minmax(400px, 456px) minmax(0, 1fr);
  gap: 42px;
  align-items: stretch;
}

#cap-autoethno-collective .aec-figure--small {
  width: 100%;
  max-width: 456px;
  box-sizing: border-box;
  margin: 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #E0E4EF;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(0, 17, 83, 0.07);
}

#cap-autoethno-collective .aec-figure--small a,
#cap-autoethno-collective .aec-figure--small img {
  display: block;
  width: 100%;
}

#cap-autoethno-collective .aec-figure--small img {
  max-width: none;
  height: auto;
  border-radius: 14px;
}

#cap-autoethno-collective .aec-figure--small figcaption {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.55;
}

#cap-autoethno-collective .aec-figure__source {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

#cap-autoethno-collective .aec-card--description {
  box-sizing: border-box;
  padding: 28px;
  background: #F1F1FF;
  border: 1px solid #C6C9FC;
  border-left: 4px solid #240BCB;
  border-radius: 20px;
  box-shadow: none;
}

#cap-autoethno-collective .aec-card--description li + li {
  margin-top: 12px;
}

@media (max-width: 960px) {
  #cap-autoethno-collective .aec-process-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #cap-autoethno-collective .aec-figure--small {
    width: min(100%, 456px);
    justify-self: center;
  }

  #cap-autoethno-collective .aec-card--description {
    width: min(100%, 760px);
    justify-self: center;
  }
}

@media (max-width: 767px) {
  #cap-autoethno-collective .aec-process-layout {
    gap: 24px;
  }

  #cap-autoethno-collective .aec-figure--small {
    padding: 14px;
    border-radius: 18px;
  }

  #cap-autoethno-collective .aec-card--description {
    padding: 20px;
    border-radius: 18px;
  }
}


/* Qui sommes-nous — bloc « chiffres clés » équilibré */
.page-id-3114 .elementor-element-20e826f > .e-con-inner {
  display: block;
  width: min(1180px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
}

.page-id-3114 .elementor-element-4cfe261 {
  display: none !important;
}

.page-id-3114 .elementor-element-c84b76e {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding: 0;
  gap: 30px;
}

.page-id-3114 .elementor-element-1f5abf6 {
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
}

.page-id-3114 .elementor-element-1f5abf6 > .e-con {
  min-width: 0;
  min-height: 144px;
  padding: 22px 16px;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(198, 201, 252, 0.45);
  border-radius: 16px;
}

.page-id-3114 .elementor-element-1f5abf6 .elementor-counter-number-wrapper {
  justify-content: center;
  width: 100%;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.page-id-3114 .elementor-element-1f5abf6 .elementor-counter-number-prefix,
.page-id-3114 .elementor-element-1f5abf6 .elementor-counter-number-suffix {
  display: none;
}

.page-id-3114 .elementor-element-1f5abf6 .elementor-widget-text-editor,
.page-id-3114 .elementor-element-1f5abf6 .elementor-widget-text-editor p {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.page-id-3114 .elementor-element-6138d46 {
  width: min(820px, 100%);
  max-width: 820px;
  margin: 0 auto;
  padding: 22px 28px;
  background: #F1F1FF;
  border: 1px solid #C6C9FC;
  border-radius: 18px;
}

.page-id-3114 .elementor-element-6138d46 .elementor-blockquote__content {
  margin: 0;
  color: #001153;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .page-id-3114 .elementor-element-20e826f > .e-con-inner {
    width: calc(100% - 48px);
  }

  .page-id-3114 .elementor-element-1f5abf6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con {
    grid-column: span 2;
    min-height: 136px;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .page-id-3114 .elementor-element-1f5abf6 .elementor-counter-number-wrapper {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .page-id-3114 .elementor-element-20e826f > .e-con-inner {
    width: calc(100% - 36px);
  }

  .page-id-3114 .elementor-element-c84b76e {
    gap: 22px;
  }

  .page-id-3114 .elementor-element-1f5abf6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con {
    grid-column: auto;
    min-height: 124px;
    padding: 16px 12px;
    border-radius: 14px;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con:nth-child(5) {
    grid-column: 1 / -1;
  }

  .page-id-3114 .elementor-element-1f5abf6 .elementor-counter-number-wrapper {
    font-size: 38px;
  }

  .page-id-3114 .elementor-element-6138d46 {
    padding: 20px 18px;
    border-radius: 16px;
  }
}

@media (max-width: 359px) {
  .page-id-3114 .elementor-element-1f5abf6 {
    grid-template-columns: 1fr;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con,
  .page-id-3114 .elementor-element-1f5abf6 > .e-con:nth-child(5) {
    grid-column: auto;
  }
}


/* Priorité sur les styles générés par Elementor pour les cartes de chiffres */
.page-id-3114 .elementor.elementor-3114 .elementor-element-1f5abf6 > .e-con {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(198, 201, 252, 0.45) !important;
  border-radius: 16px !important;
}

.page-id-3114 .elementor.elementor-3114 .elementor-element-1f5abf6 .elementor-counter-number-wrapper {
  font-size: 50px !important;
}

.page-id-3114 .elementor.elementor-3114 .elementor-element-6138d46 {
  background: #F1F1FF !important;
  border: 1px solid #C6C9FC !important;
  border-radius: 18px !important;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .page-id-3114 .elementor.elementor-3114 .elementor-element-1f5abf6 .elementor-counter-number-wrapper {
    font-size: 42px !important;
  }
}

@media (max-width: 767px) {
  .page-id-3114 .elementor.elementor-3114 .elementor-element-1f5abf6 > .e-con {
    border-radius: 14px !important;
  }

  .page-id-3114 .elementor.elementor-3114 .elementor-element-1f5abf6 .elementor-counter-number-wrapper {
    font-size: 38px !important;
  }

  .page-id-3114 .elementor.elementor-3114 .elementor-element-6138d46 {
    border-radius: 16px !important;
  }
}


.page-id-3114 .elementor.elementor-3114 .elementor-element-1f5abf6 {
  grid-template-rows: auto !important;
  grid-auto-rows: auto;
}


@media (max-width: 379px) {
  .page-id-3114 .elementor-element-1f5abf6 {
    grid-template-columns: 1fr;
  }

  .page-id-3114 .elementor-element-1f5abf6 > .e-con,
  .page-id-3114 .elementor-element-1f5abf6 > .e-con:nth-child(5) {
    grid-column: auto;
  }
}
/* Capdroits - Autoethnographie agencement blocs */
body.page-id-9381 {
  overflow-x: hidden;
  background: #ffffff;
}

body.page-id-9381 .elementor-element-125de3d {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-9381 .elementor-element-125de3d > .e-con-inner,
body.page-id-9381 .elementor-element-125de3d .elementor-widget-html,
body.page-id-9381 .elementor-element-125de3d .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#cap-autoethno-collective {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow-x: hidden;
  background: #ffffff !important;
}

#cap-autoethno-collective .aec-hero,
#cap-autoethno-collective .aec-toc,
#cap-autoethno-collective .aec-content,
#cap-autoethno-collective .aec-section {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#cap-autoethno-collective .aec-hero {
  min-height: clamp(380px, 28vw, 500px) !important;
  padding: clamp(78px, 7vw, 120px) 0 clamp(70px, 6vw, 104px) !important;
}

#cap-autoethno-collective .aec-wrap {
  width: min(1500px, calc(100% - clamp(32px, 6vw, 112px))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#cap-autoethno-collective .aec-hero__inner {
  width: min(1450px, calc(100% - clamp(36px, 8vw, 160px))) !important;
}

#cap-autoethno-collective .aec-toc {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 16, 95, .08) !important;
  box-shadow: 0 16px 34px rgba(0, 17, 83, .05) !important;
}

#cap-autoethno-collective .aec-toc__inner {
  justify-content: center !important;
  gap: 12px !important;
  padding: 24px 0 !important;
}

#cap-autoethno-collective .aec-toc a {
  border: 2px solid #c8c7ff !important;
  background: #f3f2ff !important;
  color: #00105f !important;
  box-shadow: 0 8px 18px rgba(0, 17, 83, .05) !important;
}

#cap-autoethno-collective .aec-toc a:hover,
#cap-autoethno-collective .aec-toc a:focus {
  background: #1000d8 !important;
  border-color: #1000d8 !important;
  color: #ffffff !important;
}

#cap-autoethno-collective .aec-section {
  padding: clamp(54px, 5vw, 78px) 0 !important;
}

#cap-autoethno-collective .aec-section--intro,
#cap-autoethno-collective .aec-section--tint {
  background: #f7f8fc !important;
}

#cap-autoethno-collective #comment {
  background: linear-gradient(180deg, #ffffff 0%, #f4f5ff 100%) !important;
}

#cap-autoethno-collective .aec-reading {
  width: min(1120px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#cap-autoethno-collective .aec-reading--left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

#cap-autoethno-collective .aec-card,
#cap-autoethno-collective .aec-profile-grid li,
#cap-autoethno-collective .aec-goals li,
#cap-autoethno-collective .aec-next-grid p,
#cap-autoethno-collective .aec-final-words,
#cap-autoethno-collective .aec-progress-note {
  border-radius: 24px !important;
  box-shadow: 0 14px 30px rgba(0, 17, 83, .07) !important;
}

#cap-autoethno-collective .aec-card--intro {
  width: min(1220px, 100%) !important;
  padding: clamp(34px, 4vw, 56px) !important;
  border-radius: 48px 22px 48px 22px !important;
  border: 1px solid rgba(198, 197, 255, .76) !important;
  border-left: 8px solid #1000d8 !important;
}

#cap-autoethno-collective .aec-definition-grid,
#cap-autoethno-collective .aec-profile-grid,
#cap-autoethno-collective .aec-goals,
#cap-autoethno-collective .aec-next-grid {
  gap: 18px !important;
}

#cap-autoethno-collective .aec-mini-card,
#cap-autoethno-collective .aec-profile-grid li,
#cap-autoethno-collective .aec-goals li {
  min-height: 112px !important;
  border-radius: 22px !important;
  border-color: rgba(198, 197, 255, .78) !important;
}

#cap-autoethno-collective .aec-goals li {
  background: #f1f1ff !important;
}

#cap-autoethno-collective .aec-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

#cap-autoethno-collective .aec-steps li {
  min-height: 150px !important;
  padding: 20px 22px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(0, 17, 83, .06) !important;
}

#cap-autoethno-collective .aec-steps li > span {
  width: 48px !important;
  height: 48px !important;
}

#cap-autoethno-collective #comment .aec-two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin-top: 26px !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card {
  min-height: 0 !important;
  padding: 28px 30px !important;
  background: #ffffff !important;
  border: 1px solid rgba(198, 197, 255, .72) !important;
}

#cap-autoethno-collective #comment .aec-process-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px) !important;
  gap: 28px !important;
  align-items: start !important;
  width: min(1320px, 100%) !important;
  margin: 34px auto 0 !important;
}

#cap-autoethno-collective #comment .aec-card--description {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: block !important;
  padding: clamp(32px, 3vw, 44px) !important;
  border: 1px solid #c8c7ff !important;
  border-radius: 34px 22px 34px 22px !important;
  background: linear-gradient(180deg, #f1f1ff 0%, #ffffff 100%) !important;
}

#cap-autoethno-collective #comment .aec-card--description h3 {
  margin-bottom: 20px !important;
  color: #00105f !important;
}

#cap-autoethno-collective #comment .aec-card--description ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
  margin: 0 !important;
}

#cap-autoethno-collective #comment .aec-card--description li {
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

#cap-autoethno-collective #comment .aec-card--description li::marker,
#cap-autoethno-collective #comment .aec-two-columns li::marker {
  color: #1000d8 !important;
}

#cap-autoethno-collective #comment .aec-figure--small {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: 540px !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(198, 197, 255, .72) !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(0, 17, 83, .09) !important;
}

#cap-autoethno-collective #comment .aec-figure--small a {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #f6f6ff !important;
}

#cap-autoethno-collective #comment .aec-figure--small img {
  content: url('https://ateliermajelan.com/wp-content/uploads/2026/09/schema-demarche-autoethnographique-capdroits-original-upscale.png');
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comment .aec-figure--small figcaption {
  max-width: 100% !important;
  margin: 14px 4px 0 !important;
  color: #00105f !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

#cap-autoethno-collective #comment .aec-progress-note {
  width: min(1320px, 100%) !important;
  margin: 24px auto 0 !important;
  padding: 24px 28px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #00105f !important;
  color: #ffffff !important;
}

#cap-autoethno-collective #comment .aec-progress-note p,
#cap-autoethno-collective #comment .aec-progress-note strong {
  color: #ffffff !important;
}

@media (max-width: 1120px) {
  #cap-autoethno-collective .aec-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #cap-autoethno-collective #comment .aec-process-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 440px) !important;
  }
}

@media (max-width: 767px) {
  body.page-id-9381 .elementor-element-125de3d {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #cap-autoethno-collective .aec-wrap,
  #cap-autoethno-collective .aec-reading,
  #cap-autoethno-collective .aec-hero__inner {
    width: calc(100% - 28px) !important;
  }

  #cap-autoethno-collective .aec-hero {
    min-height: 360px !important;
    padding: 64px 0 58px !important;
  }

  #cap-autoethno-collective .aec-toc__inner {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    padding: 18px 0 !important;
  }

  #cap-autoethno-collective .aec-section {
    padding: 44px 0 !important;
  }

  #cap-autoethno-collective .aec-card--intro {
    border-radius: 30px 18px 30px 18px !important;
    border-left-width: 6px !important;
  }

  #cap-autoethno-collective .aec-steps,
  #cap-autoethno-collective #comment .aec-two-columns,
  #cap-autoethno-collective #comment .aec-process-layout {
    grid-template-columns: 1fr !important;
  }

  #cap-autoethno-collective .aec-steps li {
    min-height: 0 !important;
  }

  #cap-autoethno-collective #comment .aec-two-columns .aec-card,
  #cap-autoethno-collective #comment .aec-card--description,
  #cap-autoethno-collective #comment .aec-progress-note {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  #cap-autoethno-collective #comment .aec-card--description,
  #cap-autoethno-collective #comment .aec-figure--small {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #cap-autoethno-collective #comment .aec-figure--small {
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  #cap-autoethno-collective #comment .aec-figure--small a,
  #cap-autoethno-collective #comment .aec-figure--small img {
    border-radius: 16px !important;
  }

  #cap-autoethno-collective #comment .aec-figure--small figcaption {
    font-size: 14px !important;
    text-align: center !important;
  }
}
/* End Capdroits - Autoethnographie agencement blocs */

/* Capdroits - Autoethnographie section comprendre */
#cap-autoethno-collective #comprendre > .aec-reading {
  display: block !important;
  column-count: 2 !important;
  column-gap: clamp(44px, 5vw, 78px) !important;
  column-rule: 1px solid rgba(16, 0, 216, .16) !important;
  width: min(1500px, calc(100% - clamp(32px, 6vw, 112px))) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: clamp(34px, 4vw, 58px) !important;
  border: 1px solid rgba(198, 197, 255, .78) !important;
  border-left: 8px solid #1000d8 !important;
  border-radius: 44px 24px 44px 24px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f3f3ff 100%) !important;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .075) !important;
}

#cap-autoethno-collective #comprendre > .aec-reading .aec-section__number,
#cap-autoethno-collective #comprendre > .aec-reading h2,
#cap-autoethno-collective #comprendre > .aec-reading p:nth-of-type(2) {
  column-span: all !important;
}

#cap-autoethno-collective #comprendre > .aec-reading .aec-section__number {
  display: inline-flex !important;
  width: max-content !important;
  min-width: 54px !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
}

#cap-autoethno-collective #comprendre > .aec-reading h2 {
  max-width: 100% !important;
  margin-bottom: 24px !important;
}

#cap-autoethno-collective #comprendre > .aec-reading p:not(.aec-section__number) {
  position: static !important;
  display: block !important;
  break-inside: avoid !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #00105f !important;
  line-height: 1.62 !important;
}

#cap-autoethno-collective #comprendre > .aec-reading p:not(.aec-section__number)::before {
  content: none !important;
  display: none !important;
}

#cap-autoethno-collective #comprendre > .aec-reading p:nth-of-type(2) {
  margin: 0 0 28px !important;
  padding: clamp(20px, 2vw, 28px) clamp(24px, 3vw, 36px) !important;
  border-radius: 28px 18px 28px 18px !important;
  background: #00105f !important;
  color: #ffffff !important;
  font-size: clamp(19px, 1.25vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
}

#cap-autoethno-collective #comprendre .aec-visual-block {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px) !important;
  gap: clamp(22px, 2.8vw, 34px) !important;
  align-items: stretch !important;
  width: min(1500px, calc(100% - clamp(32px, 6vw, 112px))) !important;
  margin-top: 34px !important;
  padding: clamp(24px, 3vw, 38px) !important;
  border-radius: 42px 24px 42px 24px !important;
  background: #00105f !important;
  box-shadow: 0 24px 54px rgba(0, 17, 83, .16) !important;
}

#cap-autoethno-collective #comprendre .aec-definition-grid {
  display: none !important;
}

#cap-autoethno-collective #comprendre .aec-figure--primary {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: clamp(14px, 1.6vw, 20px) !important;
  border-radius: 30px 18px 30px 18px !important;
  background: #f7f8fc !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comprendre .aec-figure--primary a,
#cap-autoethno-collective #comprendre .aec-figure--primary img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

#cap-autoethno-collective #comprendre .aec-figure--primary img {
  border-radius: 22px 14px 22px 14px !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comprendre .aec-figure--primary figcaption {
  max-width: 100% !important;
  margin: 12px 6px 0 !important;
  color: #00105f !important;
  text-align: left !important;
}

#cap-autoethno-collective #comprendre .aec-steps {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#cap-autoethno-collective #comprendre .aec-steps::before {
  content: "La démarche en 4 temps";
  display: block;
  padding: 4px 2px 8px;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

#cap-autoethno-collective #comprendre .aec-steps li {
  min-height: 0 !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(198, 197, 255, .72) !important;
  border-left: 5px solid #1000d8 !important;
  border-radius: 24px 16px 24px 16px !important;
  background: #ffffff !important;
  color: #00105f !important;
  box-shadow: 0 12px 28px rgba(0, 17, 83, .08) !important;
}

#cap-autoethno-collective #comprendre .aec-steps li > span {
  width: 50px !important;
  height: 50px !important;
  background: #1000d8 !important;
  color: #ffffff !important;
}

#cap-autoethno-collective #comprendre .aec-steps li strong,
#cap-autoethno-collective #comprendre .aec-steps li p {
  color: #00105f !important;
}

@media (max-width: 1120px) {
  #cap-autoethno-collective #comprendre .aec-visual-block {
    grid-template-columns: 1fr !important;
  }

  #cap-autoethno-collective #comprendre .aec-figure--primary,
  #cap-autoethno-collective #comprendre .aec-steps {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  #cap-autoethno-collective #comprendre .aec-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto repeat(2, minmax(0, 1fr)) !important;
  }

  #cap-autoethno-collective #comprendre .aec-steps::before {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 1020px) {
  #cap-autoethno-collective #comprendre > .aec-reading {
    column-count: 1 !important;
    column-rule: 0 !important;
  }
}

@media (max-width: 767px) {
  #cap-autoethno-collective #comprendre > .aec-reading,
  #cap-autoethno-collective #comprendre .aec-visual-block {
    width: calc(100% - 28px) !important;
  }

  #cap-autoethno-collective #comprendre > .aec-reading {
    padding: 24px 20px !important;
    border-left-width: 6px !important;
    border-radius: 30px 18px 30px 18px !important;
  }

  #cap-autoethno-collective #comprendre > .aec-reading p:nth-of-type(2) {
    padding: 20px !important;
    border-radius: 22px 16px 22px 16px !important;
    font-size: 19px !important;
  }

  #cap-autoethno-collective #comprendre .aec-visual-block {
    padding: 16px !important;
    border-radius: 30px 18px 30px 18px !important;
  }

  #cap-autoethno-collective #comprendre .aec-figure--primary {
    padding: 10px !important;
    border-radius: 22px 14px 22px 14px !important;
  }

  #cap-autoethno-collective #comprendre .aec-steps {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }

  #cap-autoethno-collective #comprendre .aec-steps li {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    padding: 16px !important;
  }

  #cap-autoethno-collective #comprendre .aec-steps li > span {
    width: 44px !important;
    height: 44px !important;
  }
}
/* End Capdroits - Autoethnographie section comprendre */

/* Capdroits - Autoethnographie section pourquoi */
#cap-autoethno-collective #pourquoi {
  background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%) !important;
  overflow: hidden !important;
}

#cap-autoethno-collective #pourquoi > .aec-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr) !important;
  gap: clamp(18px, 2.1vw, 30px) !important;
  align-items: stretch !important;
  width: min(1500px, calc(100% - clamp(32px, 6vw, 112px))) !important;
  padding: clamp(22px, 3vw, 42px) !important;
}

#cap-autoethno-collective #pourquoi > .aec-wrap::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border: 1px solid rgba(198, 197, 255, .82) !important;
  border-radius: 46px 24px 46px 24px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f2f3ff 100%) !important;
  box-shadow: 0 24px 56px rgba(0, 17, 83, .09) !important;
  content: "" !important;
}

#cap-autoethno-collective #pourquoi > .aec-wrap > * {
  position: relative !important;
  z-index: 1 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  column-gap: clamp(18px, 2vw, 28px) !important;
  row-gap: 10px !important;
  align-items: start !important;
  padding: clamp(28px, 3vw, 42px) !important;
  border-radius: 34px 18px 34px 18px !important;
  background: #00105f !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .16) !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) .aec-section__number {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  margin: 0 !important;
  background: #c6c9fc !important;
  color: #1000d8 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) h2 {
  grid-column: 2 !important;
  margin: 0 !important;
  color: #ffffff !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) p:not(.aec-section__number) {
  grid-column: 2 !important;
  max-width: 820px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(18px, 1.18vw, 22px) !important;
}

#cap-autoethno-collective #pourquoi .aec-profile-grid {
  grid-column: 1 !important;
  grid-row: 2 / span 2 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-content: start !important;
  margin: 0 !important;
  padding: clamp(18px, 2vw, 26px) !important;
  border: 1px solid rgba(198, 197, 255, .82) !important;
  border-radius: 30px 18px 30px 18px !important;
  background: #ffffff !important;
  list-style: none !important;
}

#cap-autoethno-collective #pourquoi .aec-profile-grid::before {
  grid-column: 1 / -1 !important;
  display: block !important;
  margin-bottom: 2px !important;
  color: #00105f !important;
  content: "Les personnes qui participent" !important;
  font-size: clamp(22px, 1.75vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
}

#cap-autoethno-collective #pourquoi .aec-profile-grid li {
  position: relative !important;
  min-height: 100px !important;
  display: flex !important;
  align-items: flex-end !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(198, 197, 255, .76) !important;
  border-left: 5px solid #1000d8 !important;
  border-radius: 22px 14px 22px 14px !important;
  background: #f7f8fc !important;
  color: #00105f !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(2) {
  grid-column: 2 !important;
  grid-row: 2 !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
  border: 1px solid rgba(198, 197, 255, .82) !important;
  border-radius: 30px 18px 30px 18px !important;
  background: #ffffff !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(2) p:first-child {
  margin-bottom: 12px !important;
  color: #00105f !important;
  font-size: clamp(22px, 1.75vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(2) p:last-child {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #c6c9fc !important;
  color: #1000d8 !important;
  font-weight: 900 !important;
}

#cap-autoethno-collective #pourquoi .aec-goals {
  grid-column: 2 !important;
  grid-row: 3 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: aec-goals !important;
}

#cap-autoethno-collective #pourquoi .aec-goals li {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(198, 197, 255, .78) !important;
  border-radius: 24px 16px 24px 16px !important;
  background: #f1f1ff !important;
  color: #00105f !important;
  box-shadow: none !important;
  counter-increment: aec-goals !important;
  font-weight: 800 !important;
  line-height: 1.36 !important;
}

#cap-autoethno-collective #pourquoi .aec-goals li::before {
  position: static !important;
  display: inline-flex !important;
  width: 52px !important;
  height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #1000d8 !important;
  color: #ffffff !important;
  content: "0" counter(aec-goals) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr) minmax(0, 1fr) !important;
  gap: clamp(16px, 2vw, 26px) !important;
  align-items: center !important;
  padding: clamp(24px, 2.8vw, 38px) !important;
  border-radius: 34px 18px 34px 18px !important;
  background: linear-gradient(135deg, #1000d8 0%, #00105f 74%) !important;
  color: #ffffff !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) > p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-weight: 700 !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) .aec-callout--strong {
  margin: 0 !important;
  padding: clamp(18px, 2vw, 26px) !important;
  border: 0 !important;
  border-radius: 28px 16px 28px 16px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 17, 83, .18) !important;
}

#cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) .aec-callout--strong p {
  margin: 0 !important;
  color: #1000d8 !important;
  font-size: clamp(21px, 1.65vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

@media (max-width: 1100px) {
  #cap-autoethno-collective #pourquoi > .aec-wrap {
    grid-template-columns: 1fr !important;
  }

  #cap-autoethno-collective #pourquoi .aec-profile-grid,
  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(2),
  #cap-autoethno-collective #pourquoi .aec-goals,
  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  #cap-autoethno-collective #pourquoi > .aec-wrap {
    width: calc(100% - 28px) !important;
    padding: 16px !important;
  }

  #cap-autoethno-collective #pourquoi > .aec-wrap::before {
    border-radius: 30px 18px 30px 18px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) {
    grid-template-columns: 1fr !important;
    padding: 24px 20px !important;
    border-radius: 26px 16px 26px 16px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) .aec-section__number,
  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) h2,
  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(1) p:not(.aec-section__number) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  #cap-autoethno-collective #pourquoi .aec-profile-grid {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-profile-grid li {
    min-height: 76px !important;
    padding: 16px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(2),
  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(3) {
    padding: 20px !important;
    border-radius: 24px 16px 24px 16px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-reading:nth-of-type(2) p:last-child {
    width: 100% !important;
  }

  #cap-autoethno-collective #pourquoi .aec-goals li {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    padding: 16px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-goals li::before {
    width: 44px !important;
    height: 44px !important;
  }
}
/* End Capdroits - Autoethnographie section pourquoi */

/* Capdroits - Autoethnographie section pourquoi ajustement cartes */
#cap-autoethno-collective #pourquoi .aec-profile-grid {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: clamp(20px, 2.2vw, 30px) !important;
}

#cap-autoethno-collective #pourquoi .aec-profile-grid::before {
  margin-bottom: 10px !important;
}

#cap-autoethno-collective #pourquoi .aec-profile-grid li {
  min-height: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 17px 4px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 16, 95, .16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #00105f !important;
  font-size: clamp(17px, 1vw, 19px) !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

#cap-autoethno-collective #pourquoi .aec-profile-grid li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
}

@media (max-width: 767px) {
  #cap-autoethno-collective #pourquoi .aec-profile-grid {
    padding: 20px !important;
  }

  #cap-autoethno-collective #pourquoi .aec-profile-grid li {
    padding: 15px 2px 16px !important;
    font-size: 16px !important;
  }
}
/* End Capdroits - Autoethnographie section pourquoi ajustement cartes */

/* Capdroits - Autoethnographie section comment */
#cap-autoethno-collective #comment {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%) !important;
  overflow: hidden !important;
}

#cap-autoethno-collective #comment > .aec-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  width: min(1500px, calc(100% - clamp(32px, 6vw, 112px))) !important;
  padding: clamp(22px, 3vw, 42px) !important;
}

#cap-autoethno-collective #comment > .aec-wrap::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border: 1px solid rgba(198, 197, 255, .78) !important;
  border-radius: 46px 24px 46px 24px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f2f3ff 100%) !important;
  box-shadow: 0 24px 56px rgba(0, 17, 83, .08) !important;
  content: "" !important;
}

#cap-autoethno-collective #comment > .aec-wrap > * {
  position: relative !important;
  z-index: 1 !important;
}

#cap-autoethno-collective #comment > .aec-wrap > .aec-reading:first-child {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  column-gap: clamp(18px, 2vw, 28px) !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(28px, 3vw, 42px) !important;
  border-radius: 34px 18px 34px 18px !important;
  background: #00105f !important;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .15) !important;
}

#cap-autoethno-collective #comment > .aec-wrap > .aec-reading:first-child .aec-section__number {
  margin: 0 !important;
  background: #c6c9fc !important;
  color: #1000d8 !important;
}

#cap-autoethno-collective #comment > .aec-wrap > .aec-reading:first-child h2 {
  margin: 0 !important;
  color: #ffffff !important;
}

#cap-autoethno-collective #comment .aec-two-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  margin: 0 !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card {
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(24px, 2.5vw, 36px) !important;
  border: 1px solid rgba(198, 197, 255, .8) !important;
  border-radius: 30px 18px 30px 18px !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:first-child {
  background: #ffffff !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) {
  background: #00105f !important;
  color: #ffffff !important;
}

#cap-autoethno-collective #comment .aec-two-columns h3,
#cap-autoethno-collective #comment .aec-two-columns p {
  margin: 0 0 18px !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:first-child h3 {
  color: #00105f !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.08 !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) h3,
#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) p {
  color: #ffffff !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) > p:first-child {
  max-width: 520px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: clamp(18px, 1.1vw, 21px) !important;
}

#cap-autoethno-collective #comment .aec-two-columns ul,
#cap-autoethno-collective #comment .aec-card--description ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#cap-autoethno-collective #comment .aec-two-columns li,
#cap-autoethno-collective #comment .aec-card--description li {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 16px 0 16px 28px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 16, 95, .16) !important;
  color: #00105f !important;
  font-weight: 750 !important;
  line-height: 1.42 !important;
}

#cap-autoethno-collective #comment .aec-two-columns li:last-child,
#cap-autoethno-collective #comment .aec-card--description li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#cap-autoethno-collective #comment .aec-two-columns li::before,
#cap-autoethno-collective #comment .aec-card--description li::before {
  position: absolute !important;
  top: 1.35em !important;
  left: 0 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #1000d8 !important;
  content: "" !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) ul {
  counter-reset: aec-comment-actions !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) li {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 15px 0 !important;
  border-bottom-color: rgba(255, 255, 255, .22) !important;
  color: #ffffff !important;
  counter-increment: aec-comment-actions !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:nth-child(2) li::before {
  position: static !important;
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #c6c9fc !important;
  color: #1000d8 !important;
  content: "0" counter(aec-comment-actions) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

#cap-autoethno-collective #comment .aec-process-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: clamp(20px, 2.4vw, 34px) !important;
  border-radius: 36px 20px 36px 20px !important;
  background: #00105f !important;
  box-shadow: 0 20px 48px rgba(0, 17, 83, .15) !important;
}

#cap-autoethno-collective #comment .aec-figure--small {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(12px, 1.4vw, 18px) !important;
  border: 0 !important;
  border-radius: 28px 16px 28px 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comment .aec-figure--small a,
#cap-autoethno-collective #comment .aec-figure--small img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

#cap-autoethno-collective #comment .aec-figure--small img {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 22px 14px 22px 14px !important;
  background: #f7f8fc !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comment .aec-figure--small figcaption {
  max-width: 100% !important;
  margin: 12px 4px 0 !important;
  color: #00105f !important;
  text-align: left !important;
}

#cap-autoethno-collective #comment .aec-card--description {
  grid-column: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: clamp(24px, 2.5vw, 36px) !important;
  border: 1px solid rgba(198, 197, 255, .8) !important;
  border-left: 6px solid #c6c9fc !important;
  border-radius: 28px 16px 28px 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

#cap-autoethno-collective #comment .aec-card--description h3 {
  margin: 0 0 18px !important;
  color: #00105f !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.1 !important;
}

#cap-autoethno-collective #comment .aec-card--description li {
  padding-left: 24px !important;
  font-size: clamp(15px, .92vw, 17px) !important;
}

#cap-autoethno-collective #comment .aec-card--description li::before {
  top: 1.25em !important;
  width: 8px !important;
  height: 8px !important;
}

#cap-autoethno-collective #comment .aec-progress-note {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
  border: 0 !important;
  border-radius: 32px 18px 32px 18px !important;
  background: linear-gradient(135deg, #1000d8 0%, #00105f 78%) !important;
  box-shadow: 0 18px 42px rgba(0, 17, 83, .14) !important;
}

#cap-autoethno-collective #comment .aec-progress-note p {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(18px, 1.15vw, 22px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

@media (max-width: 1120px) {
  #cap-autoethno-collective #comment .aec-two-columns,
  #cap-autoethno-collective #comment .aec-process-layout,
  #cap-autoethno-collective #comment .aec-progress-note {
    grid-template-columns: 1fr !important;
  }

  #cap-autoethno-collective #comment .aec-card--description,
  #cap-autoethno-collective #comment .aec-figure--small {
    grid-column: 1 !important;
  }
}

@media (max-width: 767px) {
  #cap-autoethno-collective #comment > .aec-wrap {
    width: calc(100% - 28px) !important;
    padding: 16px !important;
  }

  #cap-autoethno-collective #comment > .aec-wrap::before {
    border-radius: 30px 18px 30px 18px !important;
  }

  #cap-autoethno-collective #comment > .aec-wrap > .aec-reading:first-child {
    grid-template-columns: 1fr !important;
    row-gap: 14px !important;
    padding: 24px 20px !important;
    border-radius: 26px 16px 26px 16px !important;
  }

  #cap-autoethno-collective #comment .aec-two-columns .aec-card,
  #cap-autoethno-collective #comment .aec-card--description {
    padding: 20px !important;
    border-radius: 24px 16px 24px 16px !important;
  }

  #cap-autoethno-collective #comment .aec-two-columns li,
  #cap-autoethno-collective #comment .aec-card--description li {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  #cap-autoethno-collective #comment .aec-process-layout {
    padding: 16px !important;
    border-radius: 28px 16px 28px 16px !important;
  }

  #cap-autoethno-collective #comment .aec-figure--small {
    padding: 10px !important;
    border-radius: 22px 14px 22px 14px !important;
  }

  #cap-autoethno-collective #comment .aec-progress-note {
    padding: 20px !important;
    border-radius: 24px 16px 24px 16px !important;
  }
}
/* End Capdroits - Autoethnographie section comment */

/* Capdroits - Autoethnographie section comment finition */
#cap-autoethno-collective #comment .aec-two-columns .aec-card:first-child li,
#cap-autoethno-collective #comment .aec-card--description li {
  padding-left: 22px !important;
}

#cap-autoethno-collective #comment .aec-two-columns .aec-card:first-child li::before,
#cap-autoethno-collective #comment .aec-card--description li::before {
  top: 17px !important;
  left: 0 !important;
  width: 5px !important;
  height: calc(100% - 34px) !important;
  min-height: 22px !important;
  border-radius: 999px !important;
  background: #1000d8 !important;
}
/* End Capdroits - Autoethnographie section comment finition */

/* Capdroits - Autoethnographie schema remplace cleanup */
#cap-autoethno-collective #comment .aec-figure--small img {
  content: normal !important;
  aspect-ratio: auto !important;
}
/* End Capdroits - Autoethnographie schema remplace cleanup */

/* Capdroits - Autoethnographie schema HD display */
#cap-autoethno-collective #comment .aec-process-layout {
  grid-template-columns: minmax(640px, 1.42fr) minmax(320px, .58fr) !important;
}

#cap-autoethno-collective #comment .aec-figure--small {
  padding: clamp(10px, 1.2vw, 16px) !important;
}

#cap-autoethno-collective #comment .aec-figure--small img {
  content: normal !important;
  aspect-ratio: auto !important;
  width: 100% !important;
  height: auto !important;
  image-rendering: auto !important;
}

@media (max-width: 1180px) {
  #cap-autoethno-collective #comment .aec-process-layout {
    grid-template-columns: 1fr !important;
  }
}
/* End Capdroits - Autoethnographie schema HD display */

