/* =========================================================
   CIIB HISTORY
   Jean Salwa & genèse du Second Marché
   ========================================================= */

.ciib-history-hero,
.ciib-history-intro {
  --history-navy: #072e59;
  --history-teal: #159ca8;
  --history-text: #17324f;
  --history-muted: #62758a;
  --history-border: #dce7ef;
  --history-bg: #f5f8fb;
}


/* =========================================================
   COMMON
   ========================================================= */

.ciib-history-hero .container-ui,
.ciib-history-intro .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ciib-history-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #22c5d0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}


/* =========================================================
   HERO
   ========================================================= */

.ciib-history-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 72px;
    color:#ffffff;

background:
        linear-gradient(
            90deg,
            rgba(3,18,45,.96) 0%,
            rgba(3,18,45,.84) 40%,
            rgba(3,18,45,.25) 100%
        ),
        url('/img/history/hero-genese-second-marche.webp');

    background-size:cover;
    background-position:center right;
}

.ciib-history-hero::after {
  position: absolute;
  right: -110px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.ciib-history-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.ciib-history-breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.ciib-history-breadcrumb a:hover {
  color: #ffffff;
}

.ciib-history-breadcrumb i {
  font-size: 9px;
  opacity: 0.5;
}

.ciib-history-hero__content {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.ciib-history-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.ciib-history-hero__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
}

.ciib-history-hero__text {
  max-width: 690px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.ciib-history-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding: 13px 19px;
  border-radius: 10px;
  color: #ffffff;
  background: #159ca8;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.ciib-history-hero__cta:hover {
  color: #ffffff;
  background: #12aeba;
  transform: translateY(-2px);
}
@media(max-width:575px){

    .ciib-history-hero {

        background-position:
            65% center;

    }


    .ciib-history-hero::before {

        content:"";
        position:absolute;
        inset:0;

        background:
            linear-gradient(
                180deg,
                rgba(3,18,45,.95),
                rgba(3,18,45,.88)
            );

    }

    @media(max-width:575px){

    .ciib-history-hero {
        padding: 42px 0 55px;
        background-position: 70% center;
    }


    .ciib-history-hero h1 {
        font-size: 38px;
    }


    .ciib-history-hero__lead {
        font-size:16px;
    }


    .ciib-history-hero__text {
        font-size:14px;
    }

}

}

/* =========================================================
   INTRO / REPÈRES
   ========================================================= */

.ciib-history-intro {
  padding: 82px 0 92px;
  background: #ffffff;
}

.ciib-history-intro__head {
  max-width: 780px;
}

.ciib-history-intro__head .ciib-history-eyebrow {
  color: var(--history-teal);
}

.ciib-history-intro__head h2 {
  margin: 0;
  color: var(--history-navy);
  font-size: clamp(32px, 4vw, 47px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-intro__head p {
  max-width: 740px;
  margin: 20px 0 0;
  color: var(--history-text);
  font-size: 16px;
  line-height: 1.7;
}

.ciib-history-reperes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.ciib-history-repere {
  position: relative;
  min-height: 275px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--history-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(18, 51, 82, 0.05);
}

.ciib-history-repere::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 0 4px 4px 0;
  background: #159ca8;
  content: "";
}

.ciib-history-repere--highlight {
  border-color: rgba(21, 156, 168, 0.3);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1fbfc 100%
    );
}

.ciib-history-repere__year {
  display: block;
  margin-bottom: 17px;
  color: var(--history-teal);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-repere h3 {
  margin: 0;
  color: var(--history-navy);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.ciib-history-repere p {
  margin: 15px 0 0;
  color: var(--history-text);
  font-size: 14px;
  line-height: 1.65;
}

.ciib-history-repere a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  color: var(--history-navy);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-repere a i {
  color: var(--history-teal);
  transition: transform 0.18s ease;
}

.ciib-history-repere a:hover {
  color: var(--history-teal);
}

.ciib-history-repere a:hover i {
  transform: translateX(3px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .ciib-history-reperes {
    grid-template-columns: 1fr;
  }

  .ciib-history-repere {
    min-height: 0;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575px) {

  .ciib-history-hero .container-ui,
  .ciib-history-intro .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-hero {
    padding: 35px 0 50px;
  }

  .ciib-history-breadcrumb {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .ciib-history-hero h1 {
    font-size: 39px;
    line-height: 1.02;
  }

  .ciib-history-hero__lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
  }

  .ciib-history-hero__text {
    font-size: 14px;
  }

  .ciib-history-hero__cta {
    width: 100%;
    justify-content: center;
  }

  .ciib-history-intro {
    padding: 58px 0 65px;
  }

  .ciib-history-intro__head h2 {
    font-size: 32px;
  }

  .ciib-history-intro__head p {
    font-size: 15px;
  }

  .ciib-history-reperes {
    gap: 14px;
    margin-top: 32px;
  }

  .ciib-history-repere {
    padding: 20px;
    border-radius: 17px;
  }

  .ciib-history-repere__year {
    font-size: 22px;
  }

}
/* =========================================================
   ARCHIVE STORY — LES ECHOS 1982
   ========================================================= */

.ciib-history-archive-section {
  padding: 80px 0 72px;
  background: #f4f8fb;
}

.ciib-history-archive-section .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.ciib-history-archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 64px;
  align-items: stretch;
}


/* =========================================================
   LEFT — EDITORIAL CONTENT
   ========================================================= */

.ciib-history-archive-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ciib-history-archive-content .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-archive-content h2 {
  max-width: 570px;
  margin: 0;
  color: #072e59;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-archive-content > p {
  max-width: 590px;
  color: #17324f;
  font-size: 15px;
  line-height: 1.72;
}

.ciib-history-archive-lead {
  margin: 22px 0 12px;
  color: #072e59 !important;
  font-size: 17px !important;
  font-weight: 600;
}


/* =========================================================
   FIGURES
   ========================================================= */

.ciib-history-archive-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.ciib-history-archive-stat {
  padding: 18px;
  border: 1px solid #dce7ef;
  border-radius: 14px;
  background: #ffffff;
}

.ciib-history-archive-stat strong {
  display: block;
  color: #159ca8;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-archive-stat span {
  display: block;
  margin-top: 7px;
  color: #62758a;
  font-size: 11px;
  line-height: 1.4;
}


/* =========================================================
   INSIGHT
   ========================================================= */

.ciib-history-archive-insight {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid #159ca8;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.68);
}

.ciib-history-archive-insight span {
  display: block;
  margin-bottom: 6px;
  color: #159ca8;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-archive-insight p {
  margin: 0;
  color: #17324f;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}


/* =========================================================
   RIGHT COLUMN
   ========================================================= */

.ciib-history-archive-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}


/* =========================================================
   ARCHIVE IMAGE
   ========================================================= */

.ciib-history-archive-media {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 45, 75, 0.08);
}

.ciib-history-archive-media > a {
  display: block;
  padding: 16px 16px 0;
  background: #ffffff;
}

.ciib-history-archive-media img {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  background: #ffffff;
  transition: transform 0.25s ease;
}

.ciib-history-archive-media > a:hover img {
  transform: scale(1.012);
}

.ciib-history-archive-media__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px 17px;
  border-top: 1px solid #e9eff4;
}

.ciib-history-archive-media__caption strong,
.ciib-history-archive-media__caption span {
  display: block;
}

.ciib-history-archive-media__caption strong {
  color: #072e59;
  font-size: 12px;
}

.ciib-history-archive-media__caption div > span {
  margin-top: 2px;
  color: #62758a;
  font-size: 10px;
}

.ciib-history-archive-media__zoom {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-archive-media__zoom:hover {
  color: #072e59;
}

.ciib-history-archive-media__zoom i {
  transition: transform 0.18s ease;
}

.ciib-history-archive-media__zoom:hover i {
  transform: scale(1.12);
}


/* =========================================================
   TRANSCRIPTION
   ========================================================= */

.ciib-history-transcription {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 13px;
  background: #ffffff;
}

.ciib-history-transcription summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 17px;
  color: #072e59;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 800;
}

.ciib-history-transcription summary::-webkit-details-marker {
  display: none;
}

.ciib-history-transcription summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ciib-history-transcription summary span i,
.ciib-history-transcription summary > i {
  color: #159ca8;
}

.ciib-history-transcription summary > i {
  transition: transform 0.2s ease;
}

.ciib-history-transcription[open] summary > i {
  transform: rotate(180deg);
}

.ciib-history-transcription__content {
  padding: 4px 18px 20px;
  border-top: 1px solid #edf2f6;
  color: #17324f;
  font-size: 13px;
  line-height: 1.7;
}

.ciib-history-transcription__source {
  margin: 16px 0 0;
   font-size: 11px;
}

.ciib-history-transcription__article {
  margin-top: 18px;
}

.ciib-history-transcription__article h3 {
    font-size: 15px;
}
.ciib-history-transcription__article p {
  margin: 0 0 14px;
  color: #314c63;
  font-size: 13px;
  line-height: 1.75;
}

.ciib-history-transcription__article p:last-child {
  margin-bottom: 0;
}

.ciib-history-transcription__signature {
  color: #072e59 !important;
  font-weight: 800;
  text-align: right;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

  .ciib-history-archive-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ciib-history-archive-content {
    justify-content: flex-start;
  }

  .ciib-history-archive-side {
    max-width: 680px;
  }

}

@media (max-width: 575px) {

  .ciib-history-archive-section {
    padding: 60px 0;
  }

  .ciib-history-archive-section .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-archive-content h2 {
    font-size: 32px;
  }

  .ciib-history-archive-lead {
    font-size: 16px !important;
  }

  .ciib-history-archive-stats {
    grid-template-columns: 1fr;
  }

  .ciib-history-archive-media > a {
    padding: 10px 10px 0;
  }

  .ciib-history-archive-media__caption {
    padding: 13px 14px;
  }

  .ciib-history-archive-media__zoom {
    display: none;
  }

  .ciib-history-archive-side {
    gap: 18px;
  }

}
/* =========================================================
   COMMISSION DAUTRESME
   ========================================================= */

.ciib-history-dautresme {
  padding: 90px 0;
  background: #ffffff;
}

.ciib-history-dautresme .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}


/* heading */

.ciib-history-dautresme__head {
  max-width: 790px;
}

.ciib-history-dautresme__head .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-dautresme__head h2 {
  max-width: 720px;
  margin: 0;
  color: #072e59;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-dautresme__head > p {
  max-width: 740px;
  margin: 20px 0 0;
  color: #17324f;
  font-size: 16px;
  line-height: 1.7;
}


/* main */

.ciib-history-dautresme__main {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: 52px;
  align-items: center;
  margin-top: 48px;
}
.ciib-history-dautresme__document img {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: contain;
}

/* member */

.ciib-history-dautresme__member {
  padding: 22px;
  border: 1px solid rgba(21, 156, 168, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      #f3fbfc 0%,
      #ffffff 100%
    );
}

.ciib-history-dautresme__member-label {
  display: block;
  margin-bottom: 9px;
  color: #159ca8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-dautresme__member strong {
  display: block;
  color: #072e59;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
}

.ciib-history-dautresme__member > span:not(.ciib-history-dautresme__member-label) {
  display: block;
  margin-top: 3px;
  color: #159ca8;
  font-size: 12px;
  font-weight: 700;
}

.ciib-history-dautresme__member p {
  margin: 13px 0 0;
  color: #62758a;
  font-size: 12px;
  line-height: 1.55;
}


/* text */

.ciib-history-dautresme__text {
  margin-top: 30px;
}

.ciib-history-dautresme__text h3 {
  margin: 0 0 13px;
  color: #072e59;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
}

.ciib-history-dautresme__text p {
  margin: 0 0 13px;
  color: #17324f;
  font-size: 14px;
  line-height: 1.7;
}


/* buttons */

.ciib-history-dautresme__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
}

.ciib-history-dautresme__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 9px;
  color: #ffffff;
  background: #159ca8;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-dautresme__button:hover {
  color: #ffffff;
  background: #108994;
}

.ciib-history-dautresme__external {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #072e59;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-dautresme__external i {
  color: #159ca8;
}

.ciib-history-dautresme__external:hover {
  color: #159ca8;
}


/* document preview */

.ciib-history-dautresme__document {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 45, 75, 0.07);
}

.ciib-history-dautresme__document > a {
  display: block;
  padding: 14px 14px 0;
}

.ciib-history-dautresme__document img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.ciib-history-dautresme__document-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px 17px;
  border-top: 1px solid #e9eff4;
}

.ciib-history-dautresme__document-caption strong,
.ciib-history-dautresme__document-caption span {
  display: block;
}

.ciib-history-dautresme__document-caption strong {
  color: #072e59;
  font-size: 12px;
}

.ciib-history-dautresme__document-caption span {
  margin-top: 2px;
  color: #62758a;
  font-size: 10px;
}

.ciib-history-dautresme__document-caption > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-dautresme__document-caption > a:hover {
  color: #072e59;
}


/* three principles */

.ciib-history-dautresme__principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.ciib-history-dautresme__principles article {
  position: relative;
  min-height: 210px;
  padding: 23px;
  border: 1px solid #dce7ef;
  border-radius: 16px;
  background: #f7fafc;
}

.ciib-history-dautresme__number {
  display: block;
  margin-bottom: 24px;
  color: #159ca8;
  font-size: 13px;
  font-weight: 800;
}

.ciib-history-dautresme__principles h3 {
  margin: 0;
  color: #072e59;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.ciib-history-dautresme__principles p {
  margin: 12px 0 0;
  color: #62758a;
  font-size: 12px;
  line-height: 1.6;
}


/* conclusion */

.ciib-history-dautresme__conclusion {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 25px;
  align-items: start;
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 3px solid #159ca8;
  background: #f7fafc;
}

.ciib-history-dautresme__conclusion span {
  color: #159ca8;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-dautresme__conclusion p {
  margin: 0;
  color: #17324f;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

  .ciib-history-dautresme__main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ciib-history-dautresme__document {
    max-width: 680px;
  }

  .ciib-history-dautresme__principles {
    grid-template-columns: 1fr;
  }

  .ciib-history-dautresme__principles article {
    min-height: 0;
  }

}

@media (max-width: 575px) {

  .ciib-history-dautresme {
    padding: 60px 0;
  }

  .ciib-history-dautresme .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-dautresme__head h2 {
    font-size: 32px;
  }

  .ciib-history-dautresme__head > p {
    font-size: 15px;
  }

  .ciib-history-dautresme__main {
    margin-top: 34px;
  }

  .ciib-history-dautresme__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ciib-history-dautresme__button {
    justify-content: center;
  }

  .ciib-history-dautresme__document > a {
    padding: 9px 9px 0;
  }

  .ciib-history-dautresme__document-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .ciib-history-dautresme__principles {
    gap: 12px;
    margin-top: 38px;
  }

  .ciib-history-dautresme__conclusion {
    grid-template-columns: 1fr;
    gap: 8px;
  }

}
/* =========================================================
   LE MONDE — NAISSANCE DU SECOND MARCHE
   ========================================================= */

.ciib-history-second-market {
  padding: 92px 0;
  background: #f4f8fb;
}

.ciib-history-second-market .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ciib-history-second-market__grid {
  display: grid;
  grid-template-columns: minmax(430px, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}


/* image */

.ciib-history-second-market__media {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 45, 75, 0.07);
}

.ciib-history-second-market__media > a {
  display: block;
  padding: 15px 15px 0;
}

.ciib-history-second-market__media img {
  display: block;
  width: 100%;
  max-height: 610px;
  object-fit: contain;
  background: #ffffff;
  transition: transform 0.22s ease;
}

.ciib-history-second-market__media > a:hover img {
  transform: scale(1.012);
}

.ciib-history-second-market__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px 17px;
  border-top: 1px solid #e9eff4;
}

.ciib-history-second-market__caption strong,
.ciib-history-second-market__caption span {
  display: block;
}

.ciib-history-second-market__caption strong {
  color: #072e59;
  font-size: 12px;
}

.ciib-history-second-market__caption span {
  margin-top: 2px;
  color: #62758a;
  font-size: 10px;
}

.ciib-history-second-market__caption > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-second-market__caption > a:hover {
  color: #072e59;
}


/* content */

.ciib-history-second-market__content .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-second-market__content h2 {
  max-width: 550px;
  margin: 0;
  color: #072e59;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-second-market__content > p {
  color: #17324f;
  font-size: 14px;
  line-height: 1.7;
}

.ciib-history-second-market__lead {
  margin: 22px 0 12px;
  color: #072e59 !important;
  font-size: 17px !important;
  font-weight: 600;
}


/* figures */

.ciib-history-second-market__figures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.ciib-history-second-market__figures article {
  padding: 18px;
  border: 1px solid #dce7ef;
  border-radius: 14px;
  background: #ffffff;
}

.ciib-history-second-market__figures strong {
  display: block;
  color: #159ca8;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-second-market__figures span {
  display: block;
  margin-top: 7px;
  color: #62758a;
  font-size: 11px;
  line-height: 1.4;
}


/* insight */

.ciib-history-second-market__insight {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 3px solid #159ca8;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.72);
}

.ciib-history-second-market__insight span {
  display: block;
  margin-bottom: 6px;
  color: #159ca8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-second-market__insight p {
  margin: 0;
  color: #17324f;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}



/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

  .ciib-history-second-market__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ciib-history-second-market__media {
    max-width: 680px;
  }


}

@media (max-width: 575px) {

  .ciib-history-second-market {
    padding: 60px 0;
  }

  .ciib-history-second-market .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-second-market__media > a {
    padding: 10px 10px 0;
  }

  .ciib-history-second-market__caption {
    padding: 13px 14px;
  }

  .ciib-history-second-market__content h2 {
    font-size: 32px;
  }

  .ciib-history-second-market__lead {
    font-size: 16px !important;
  }

  .ciib-history-second-market__figures {
    grid-template-columns: 1fr;
  }

  .ciib-history-mini-timeline {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
    padding-top: 0;
  }

  .ciib-history-mini-timeline article {
    padding-left: 18px;
    border-left: 2px solid #c9e7ea;
  }

  .ciib-history-mini-timeline article.is-active {
    border-left-color: #159ca8;
  }

}
/* =========================================================
   HORS COTE D’ACCLIMATATION
   ========================================================= */

.ciib-history-acclimatation {
  padding: 92px 0;
  background: #ffffff;
}

.ciib-history-acclimatation .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ciib-history-acclimatation__head {
  max-width: 800px;
}

.ciib-history-acclimatation__head .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-acclimatation__head h2 {
  max-width: 760px;
  margin: 0;
  color: #072e59;
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-acclimatation__head > p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #17324f;
  font-size: 16px;
  line-height: 1.7;
}


/* grid */

.ciib-history-acclimatation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 62px;
  align-items: center;
  margin-top: 48px;
}


/* content */

.ciib-history-acclimatation__content h3 {
  margin: 0 0 17px;
  color: #072e59;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 800;
}

.ciib-history-acclimatation__content > p {
  margin: 0 0 15px;
  color: #17324f;
  font-size: 14px;
  line-height: 1.72;
}


/* services */

.ciib-history-acclimatation__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 27px;
}

.ciib-history-acclimatation__services article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #dce7ef;
  border-radius: 12px;
  background: #f7fafc;
}

.ciib-history-acclimatation__services i {
  flex: 0 0 auto;
  color: #159ca8;
  font-size: 16px;
}

.ciib-history-acclimatation__services span {
  color: #072e59;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}


/* insight */

.ciib-history-acclimatation__insight {
  margin-top: 25px;
  padding: 18px 20px;
  border-left: 3px solid #159ca8;
  border-radius: 0 12px 12px 0;
  background: #f4f9fb;
}

.ciib-history-acclimatation__insight > span {
  display: block;
  margin-bottom: 6px;
  color: #159ca8;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-acclimatation__insight p {
  margin: 0;
  color: #17324f;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}


/* archive */

.ciib-history-acclimatation__media {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 45, 75, 0.07);
}

.ciib-history-acclimatation__media > a {
  display: block;
  padding: 15px 15px 0;
}

.ciib-history-acclimatation__media img {
  display: block;
  width: 100%;
  max-height: 670px;
  object-fit: contain;
  background: #ffffff;
  transition: transform 0.22s ease;
}

.ciib-history-acclimatation__media > a:hover img {
  transform: scale(1.012);
}

.ciib-history-acclimatation__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px 17px;
  border-top: 1px solid #e9eff4;
}

.ciib-history-acclimatation__caption strong,
.ciib-history-acclimatation__caption span {
  display: block;
}

.ciib-history-acclimatation__caption strong {
  color: #072e59;
  font-size: 12px;
}

.ciib-history-acclimatation__caption span {
  margin-top: 2px;
  color: #62758a;
  font-size: 10px;
}

.ciib-history-acclimatation__caption > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-acclimatation__caption > a:hover {
  color: #072e59;
}


/* conclusion */

.ciib-history-acclimatation__statement {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 55px;
  padding: 28px 30px;
  border-radius: 17px;
  color: #ffffff;
  background:
    linear-gradient(
      120deg,
      #072e59 0%,
      #07516d 100%
    );
}

.ciib-history-acclimatation__statement-label {
  color: #42c9d2;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-acclimatation__statement strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
}

.ciib-history-acclimatation__statement p {
  max-width: 780px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}


/* responsive */

@media (max-width: 991px) {

  .ciib-history-acclimatation__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ciib-history-acclimatation__media {
    max-width: 680px;
  }

}

@media (max-width: 575px) {

  .ciib-history-acclimatation {
    padding: 60px 0;
  }

  .ciib-history-acclimatation .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-acclimatation__head h2 {
    font-size: 32px;
  }

  .ciib-history-acclimatation__head > p {
    font-size: 15px;
  }

  .ciib-history-acclimatation__services {
    grid-template-columns: 1fr;
  }

  .ciib-history-acclimatation__media > a {
    padding: 10px 10px 0;
  }

  .ciib-history-acclimatation__statement {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 38px;
    padding: 23px;
  }

}
/* =========================================================
   DES IDÉES AUX RÉALISATIONS
   ========================================================= */

.ciib-history-realisations {
  padding: 92px 0;
  background: #f4f8fb;
}

.ciib-history-realisations .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}


/* heading */

.ciib-history-realisations__head {
  max-width: 790px;
}

.ciib-history-realisations__head .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-realisations__head h2 {
  max-width: 760px;
  margin: 0;
  color: #072e59;
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-realisations__head > p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #17324f;
  font-size: 16px;
  line-height: 1.7;
}


/* cards */

.ciib-history-realisations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.ciib-history-realisation-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 24px;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 45, 75, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.ciib-history-realisation-card:hover {
  border-color: rgba(21, 156, 168, 0.38);
  box-shadow: 0 18px 42px rgba(16, 45, 75, 0.09);
  transform: translateY(-3px);
}


/* top */

.ciib-history-realisation-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ciib-history-realisation-card__year {
  color: #159ca8;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-realisation-card__badge {
  padding: 6px 9px;
  border: 1px solid #cfebee;
  border-radius: 999px;
  color: #087786;
  background: #f0fbfc;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
}


/* identity */

.ciib-history-realisation-card__identity {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 27px;
}

.ciib-history-realisation-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #e3ebf1;
  border-radius: 13px;
  background: #ffffff;
}

.ciib-history-realisation-card__visual img {
  display: block;
  max-width: 68px;
  max-height: 54px;
  object-fit: contain;
}

.ciib-history-realisation-card__visual > span {
  color: #159ca8;
  font-size: 26px;
  font-weight: 800;
}

.ciib-history-realisation-card h3 {
  margin: 0;
  color: #072e59;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.ciib-history-realisation-card__subtitle {
  margin: 6px 0 0;
  color: #17324f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}


/* description */

.ciib-history-realisation-card__description {
  display: -webkit-box;
  margin: 22px 0 0;
  overflow: hidden;
  color: #17324f;
  font-size: 13px;
  line-height: 1.65;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


/* facts */

.ciib-history-realisation-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ciib-history-realisation-card__facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border-radius: 7px;
  color: #28516d;
  background: #f3f8fa;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
}

.ciib-history-realisation-card__facts i {
  color: #159ca8;
}


/* card link */

.ciib-history-realisation-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #072e59;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-realisation-card__link i {
  color: #159ca8;
  transition: transform 0.18s ease;
}

.ciib-history-realisation-card__link:hover {
  color: #159ca8;
}

.ciib-history-realisation-card__link:hover i {
  transform: translateX(4px);
}


/* footer */

.ciib-history-realisations__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 30px;
  padding: 23px 25px;
  border: 1px solid #dce7ef;
  border-radius: 15px;
  background: #ffffff;
}

.ciib-history-realisations__footer strong {
  display: block;
  color: #072e59;
  font-size: 15px;
}

.ciib-history-realisations__footer p {
  margin: 5px 0 0;
  color: #62758a;
  font-size: 11px;
}

.ciib-history-realisations__footer > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 11px 15px;
  border-radius: 9px;
  color: #ffffff;
  background: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-realisations__footer > a:hover {
  color: #ffffff;
  background: #108994;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

  .ciib-history-realisations__grid {
    grid-template-columns: 1fr;
  }

  .ciib-history-realisation-card {
    min-height: 0;
  }

}

@media (max-width: 575px) {

  .ciib-history-realisations {
    padding: 60px 0;
  }

  .ciib-history-realisations .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-realisations__head h2 {
    font-size: 32px;
  }

  .ciib-history-realisations__head > p {
    font-size: 15px;
  }

  .ciib-history-realisation-card {
    padding: 21px;
  }

  .ciib-history-realisation-card__identity {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .ciib-history-realisation-card__visual {
    width: 70px;
    height: 65px;
  }

  .ciib-history-realisation-card__visual img {
    max-width: 58px;
    max-height: 48px;
  }

  .ciib-history-realisation-card h3 {
    font-size: 20px;
  }

  .ciib-history-realisations__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }

  .ciib-history-realisations__footer > a {
    justify-content: center;
  }

}
/* =========================================================
   LES ECHOS 1984 — PREMIER BILAN
   ========================================================= */

.ciib-history-first-results {
  padding: 86px 0;
  background: #ffffff;
}

.ciib-history-first-results .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ciib-history-first-results__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: 60px;
  align-items: center;
}


/* archive */

.ciib-history-first-results__media {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 45, 75, 0.06);
}

.ciib-history-first-results__media > a {
  display: block;
  padding: 14px 14px 0;
}

.ciib-history-first-results__media img {
  display: block;
  width: 100%;
  max-height: 490px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.ciib-history-first-results__media > a:hover img {
  transform: scale(1.012);
}

.ciib-history-first-results__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 17px 16px;
  border-top: 1px solid #e9eff4;
}

.ciib-history-first-results__caption strong,
.ciib-history-first-results__caption span {
  display: block;
}

.ciib-history-first-results__caption strong {
  color: #072e59;
  font-size: 12px;
}

.ciib-history-first-results__caption span {
  margin-top: 2px;
  color: #62758a;
  font-size: 10px;
}

.ciib-history-first-results__caption > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-first-results__caption > a:hover {
  color: #072e59;
}


/* content */

.ciib-history-first-results__content .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-first-results__content h2 {
  max-width: 640px;
  margin: 0;
  color: #072e59;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ciib-history-first-results__content > p {
  max-width: 650px;
  margin: 20px 0 0;
  color: #17324f;
  font-size: 15px;
  line-height: 1.7;
}


/* stats */

.ciib-history-first-results__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 29px;
}

.ciib-history-first-results__stats article {
  padding: 17px 14px;
  border: 1px solid #dce7ef;
  border-radius: 13px;
  background: #f7fafc;
}

.ciib-history-first-results__stats strong {
  display: block;
  color: #159ca8;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-first-results__stats span {
  display: block;
  margin-top: 7px;
  color: #62758a;
  font-size: 10px;
  line-height: 1.4;
}


/* message */

.ciib-history-first-results__message {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #159ca8;
  background: #f4f9fb;
}

.ciib-history-first-results__message > span {
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
}

.ciib-history-first-results__message p {
  margin: 0;
  color: #17324f;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}


/* responsive */

@media (max-width: 991px) {

  .ciib-history-first-results__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ciib-history-first-results__media {
    max-width: 650px;
  }

  .ciib-history-first-results__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 575px) {

  .ciib-history-first-results {
    padding: 60px 0;
  }

  .ciib-history-first-results .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-first-results__content h2 {
    font-size: 32px;
  }

  .ciib-history-first-results__stats {
    grid-template-columns: 1fr 1fr;
  }

  .ciib-history-first-results__message {
    grid-template-columns: 1fr;
    gap: 6px;
  }

}
/* =========================================================
   L’EXPRESS 1986 — JEAN SALWA
   ========================================================= */

.ciib-history-portrait {
   padding: 120px 0 96px;
  background:
    linear-gradient(
      180deg,
      #f4f8fb 0%,
      #ffffff 100%
    );
}

.ciib-history-portrait .container-ui {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.ciib-history-portrait__head {
  max-width: 820px;
}

.ciib-history-portrait__head .ciib-history-eyebrow {
  color: #159ca8;
}

.ciib-history-portrait__head h2 {
  max-width: 720px;
  margin: 0;
  color: #072e59;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.ciib-history-portrait__head > p {
  max-width: 720px;
  margin: 21px 0 0;
  color: #17324f;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   MAIN GRID
   ========================================================= */

.ciib-history-portrait__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  gap: 68px;
  align-items: center;
  margin-top: 50px;
}


/* =========================================================
   MAIN ARCHIVE
   ========================================================= */

.ciib-history-portrait__media {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(16, 45, 75, 0.09);
}

.ciib-history-portrait__media > a {
  display: block;
  padding: 14px 14px 0;
}

.ciib-history-portrait__media img {
  display: block;
  width: 100%;
  max-height: 710px;
  object-fit: contain;
  background: #ffffff;
  transition: transform 0.24s ease;
}

.ciib-history-portrait__media > a:hover img {
  transform: scale(1.012);
}

.ciib-history-portrait__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px 18px;
  border-top: 1px solid #e8eef3;
}

.ciib-history-portrait__caption strong,
.ciib-history-portrait__caption span {
  display: block;
}

.ciib-history-portrait__caption strong {
  color: #072e59;
  font-size: 12px;
}

.ciib-history-portrait__caption span {
  margin-top: 2px;
  color: #62758a;
  font-size: 10px;
}

.ciib-history-portrait__caption > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #159ca8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-portrait__caption > a:hover {
  color: #072e59;
}


/* =========================================================
   EDITORIAL CONTENT
   ========================================================= */

.ciib-history-portrait__kicker {
  display: block;
  margin-bottom: 10px;
  color: #159ca8;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-portrait__content h3 {
  max-width: 610px;
  margin: 0;
  color: #072e59;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.ciib-history-portrait__content > p {
  max-width: 620px;
  color: #17324f;
  font-size: 14px;
  line-height: 1.72;
}

.ciib-history-portrait__lead {
  margin: 21px 0 12px;
  color: #072e59 !important;
  font-size: 16px !important;
  font-weight: 600;
}


/* =========================================================
   STATS
   ========================================================= */

.ciib-history-portrait__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 30px;
}

.ciib-history-portrait__stats article {
  padding: 18px 19px;
  border: 1px solid #dce7ef;
  border-radius: 14px;
  background: #ffffff;
}

.ciib-history-portrait__stats strong {
  display: block;
  color: #159ca8;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.ciib-history-portrait__stats span {
  display: block;
  margin-top: 7px;
  color: #62758a;
  font-size: 10px;
  line-height: 1.4;
}


/* =========================================================
   IDEA
   ========================================================= */

.ciib-history-portrait__idea {
  margin-top: 26px;
  padding: 19px 21px;
  border-left: 3px solid #159ca8;
  border-radius: 0 12px 12px 0;
  background: #edf7f9;
}

.ciib-history-portrait__idea span {
  display: block;
  margin-bottom: 6px;
  color: #159ca8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-portrait__idea p {
  margin: 0;
  color: #17324f;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.ciib-history-portrait__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 23px;
}

.ciib-history-portrait__article-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid #cde2e7;
  border-radius: 9px;
  color: #072e59;
  background: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-portrait__article-link i {
  color: #159ca8;
}

.ciib-history-portrait__article-link:hover {
  border-color: #159ca8;
  color: #159ca8;
}


/* =========================================================
   SECOND PAGE / BOTTOM
   ========================================================= */

.ciib-history-portrait__bottom {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 58px;
  padding: 28px;
  border: 1px solid #dce7ef;
  border-radius: 18px;
  background:
    linear-gradient(
      120deg,
      #ffffff 0%,
      #f0f9fa 100%
    );
}

.ciib-history-portrait__thumb {
  overflow: hidden;
  border: 1px solid #dce7ef;
  border-radius: 12px;
  background: #ffffff;
}

.ciib-history-portrait__thumb a {
  display: block;
}

.ciib-history-portrait__thumb img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.ciib-history-portrait__bottom-content > span {
  display: block;
  margin-bottom: 7px;
  color: #159ca8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ciib-history-portrait__bottom-content h3 {
  margin: 0;
  color: #072e59;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.ciib-history-portrait__bottom-content p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #17324f;
  font-size: 13px;
  line-height: 1.65;
}

.ciib-history-portrait__bottom-content > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: #072e59;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ciib-history-portrait__bottom-content > a i {
  color: #159ca8;
  transition: transform 0.18s ease;
}

.ciib-history-portrait__bottom-content > a:hover {
  color: #159ca8;
}

.ciib-history-portrait__bottom-content > a:hover i {
  transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

  .ciib-history-portrait__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ciib-history-portrait__media {
    max-width: 680px;
  }

}

@media (max-width: 700px) {

  .ciib-history-portrait__bottom {
    grid-template-columns: 1fr;
  }

  .ciib-history-portrait__thumb {
    max-width: 320px;
  }

}

@media (max-width: 575px) {

  .ciib-history-portrait {
    padding: 62px 0;
  }

  .ciib-history-portrait .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-portrait__head h2 {
    font-size: 36px;
  }

  .ciib-history-portrait__head > p {
    font-size: 15px;
  }

  .ciib-history-portrait__media > a {
    padding: 9px 9px 0;
  }

  .ciib-history-portrait__content h3 {
    font-size: 28px;
  }

  .ciib-history-portrait__stats {
    grid-template-columns: 1fr 1fr;
  }

  .ciib-history-portrait__bottom {
    gap: 22px;
    margin-top: 42px;
    padding: 21px;
  }

  .ciib-history-portrait__thumb img {
    height: auto;
    max-height: 260px;
    object-fit: contain;
  }

}
/* =========================================================
   HÉRITAGE — AUJOURD’HUI
   LIGHT VERSION
   ========================================================= */

.ciib-history-legacy {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(41, 192, 204, 0.12),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #f6fafc 0%,
      #eef8fa 58%,
      #f8fbfc 100%
    );
}

.ciib-history-legacy::after {
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(21, 156, 168, 0.08);
  border-radius: 50%;
  content: "";
}

.ciib-history-legacy .container-ui {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}


/* MAIN GRID */

.ciib-history-legacy__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 70px;
  align-items: center;
}


/* CONTENT */

.ciib-history-legacy__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #159ca8;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ciib-history-legacy__content h2 {
  max-width: 560px;
  margin: 0;
  color: #072e59;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.ciib-history-legacy__content > p {
  max-width: 590px;
  color: #425f78;
  font-size: 14px;
  line-height: 1.72;
}

.ciib-history-legacy__lead {
  margin: 23px 0 12px;
  color: #17324f !important;
  font-size: 17px !important;
  font-weight: 600;
}


/* ACTIONS */

.ciib-history-legacy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.ciib-history-legacy__primary,
.ciib-history-legacy__secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.ciib-history-legacy__primary {
  color: #ffffff;
  background: #159ca8;
}

.ciib-history-legacy__primary:hover {
  color: #ffffff;
  background: #108994;
  transform: translateY(-2px);
}

.ciib-history-legacy__secondary {
  border: 1px solid #c9dce6;
  color: #072e59;
  background: #ffffff;
}

.ciib-history-legacy__secondary:hover {
  border-color: #159ca8;
  color: #159ca8;
  transform: translateY(-2px);
}


/* SERVICES */

.ciib-history-legacy__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ciib-history-legacy__services article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 120px;
  padding: 18px;
  border: 1px solid #d9e7ed;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 26px rgba(16, 45, 75, 0.04);
}

.ciib-history-legacy__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #159ca8;
  background: #e8f7f8;
  font-size: 17px;
}

.ciib-history-legacy__services h3 {
  margin: 1px 0 0;
  color: #072e59;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.ciib-history-legacy__services p {
  margin: 7px 0 0;
  color: #62758a;
  font-size: 10px;
  line-height: 1.5;
}


/* CLOSING */

.ciib-history-legacy__closing {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 35px;
  align-items: start;
  margin-top: 60px;
  padding-top: 28px;
  border-top: 1px solid #d5e4eb;
}

.ciib-history-legacy__closing span {
  color: #159ca8;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.ciib-history-legacy__closing p {
  max-width: 760px;
  margin: 0;
  color: #526b80;
  font-size: 12px;
  line-height: 1.65;
}


/* RESPONSIVE */

@media (max-width: 991px) {

  .ciib-history-legacy__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ciib-history-legacy__services {
    max-width: 760px;
  }

}

@media (max-width: 575px) {

  .ciib-history-legacy {
    padding: 62px 0;
  }

  .ciib-history-legacy .container-ui {
    width: calc(100% - 40px);
  }

  .ciib-history-legacy__content h2 {
    font-size: 36px;
  }

  .ciib-history-legacy__lead {
    font-size: 16px !important;
  }

  .ciib-history-legacy__actions {
    flex-direction: column;
  }

  .ciib-history-legacy__primary,
  .ciib-history-legacy__secondary {
    justify-content: center;
  }

  .ciib-history-legacy__services {
    grid-template-columns: 1fr;
  }

  .ciib-history-legacy__services article {
    min-height: 0;
  }

  .ciib-history-legacy__closing {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 42px;
  }

}
.ciib-history-transcription__notes {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5edf2;
}

.ciib-history-transcription__notes p {
  color: #62758a;
  font-size: 11px;
  line-height: 1.6;
}
/* =========================================================
   HISTORY TRANSCRIPTION SPACING
   ========================================================= */

.ciib-history-transcription__title {
    margin: 10px 0 0;
    color: #072e59;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
}
.ciib-history-acclimatation 
.ciib-history-transcription__article {

      padding-bottom: 8px;
}
.ciib-history-acclimatation 
.ciib-history-transcription__article p {
    margin-bottom: 16px;
}
.ciib-history-acclimatation 
.ciib-history-transcription__source em {
    color: #072e59;
    font-weight: 700;
}
.ciib-history-second-market__content .ciib-history-transcription,
.ciib-history-acclimatation__content .ciib-history-transcription,
.ciib-history-first-results__content .ciib-history-transcription,
.ciib-history-portrait__content .ciib-history-transcription {
    margin-top: 24px;
}
.ciib-history-portrait__content 
.ciib-history-transcription__article {
    max-height: 600px;
    overflow-y:auto;
    padding-right:10px;
}
/* =========================================================
   L'EXPRESS 1986 — ACTIONS / TRANSCRIPTION
   ========================================================= */

.ciib-history-portrait__article-link {
    background: #ffffff;
    border-color: #cde2e7;
}

.ciib-history-portrait__article-link i:last-child {
    color: #159ca8;
    transition: transform 0.18s ease;
}

.ciib-history-portrait__article-link:hover i:last-child {
    transform: translate(2px, -2px);
}


.ciib-history-portrait__transcription {
    margin-top: 24px;
}
.ciib-history-portrait__actions .ciib-history-transcription {
    margin-top: 0;
    flex: 1 1 auto;
}
.ciib-history-portrait__actions 
.ciib-history-transcription summary {
    min-width: 220px;
}
/* L'EXPRESS — archive actions alignment */

.ciib-history-portrait__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}


.ciib-history-portrait__actions .ciib-history-transcription {
    margin-top: 0;
}


.ciib-history-portrait__actions 
.ciib-history-transcription summary {
    min-height: 40px;
    padding: 10px 15px;
}
/* =========================================================
   HISTORICAL PATH
   ========================================================= */

.ciib-history-path {
    padding: 50px 0 70px;
    background: #ffffff;
}


.ciib-history-path .container-ui {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}


.ciib-history-path__head {
    max-width: 760px;
}


.ciib-history-path__head h2 {
    margin: 0;
    color: #072e59;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.05;
    font-weight: 800;
}


.ciib-history-path__intro {
    max-width: 620px;
    margin-top: 16px;
    color: #62758a;
    font-size: 14px;
    line-height: 1.6;
}


.ciib-history-path__mobile-hint {
    display: none;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.ciib-history-path__timeline {
    position: relative;
    display: flex;
    margin-top: 40px;
}


.ciib-history-path__timeline::before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #dce7ef;
    content: "";
}


.ciib-history-path__timeline a {
    position: relative;
    flex: 1;
    padding-top: 35px;
    text-decoration: none;
}


.ciib-history-path__timeline a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #159ca8;
    content: "";
    transition: transform .2s ease;
}


.ciib-history-path__timeline a:hover::before,
.ciib-history-path__timeline a:focus::before {
    transform: scale(1.25);
}


.ciib-history-path__timeline strong {
    display: block;
    color: #159ca8;
    font-size: 14px;
    font-weight: 800;
}


.ciib-history-path__timeline span {
    display: block;
    margin-top: 8px;
    padding-right: 15px;
    color: #17324f;
    font-size: 12px;
    line-height: 1.4;
}


.ciib-history-path__timeline a:hover strong,
.ciib-history-path__timeline a:focus strong {
    color: #072e59;
}


/* =========================================================
   ANCHOR OFFSET
   ========================================================= */

.ciib-history-archive-section[id],
.ciib-history-dautresme[id],
.ciib-history-second-market[id],
.ciib-history-acclimatation[id],
.ciib-history-first-results[id],
.ciib-history-portrait[id],
.ciib-history-legacy[id] {
    scroll-margin-top: 120px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:991px){

    .ciib-history-path__timeline {
        gap: 20px;
    }

}


@media(max-width:575px){

    .ciib-history-path {
        padding-top: 40px;
        padding-bottom: 70px;
    }


    .ciib-history-path__mobile-hint {
        display: block;
        margin-top: 12px;
        color: #159ca8;
        font-size: 12px;
        font-weight: 700;
    }

    .ciib-history-path__intro {
    font-size:13px;
}

    .ciib-history-path__timeline {
        overflow-x: auto;
        gap: 30px;
        margin-right: -20px;
        padding-bottom: 18px;
        padding-right: 20px;
        scrollbar-width: thin;
        scrollbar-color: #159ca8 transparent;
    }


    .ciib-history-path__timeline::before {
        width: 1100px;
        right: auto;
    }


    .ciib-history-path__timeline::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(
            to right,
            transparent,
            #ffffff
        );
        content: "";
    }


    .ciib-history-path__timeline a {
        flex: 0 0 150px;
    }


    .ciib-history-path__timeline a::before {
        width: 16px;
        height: 16px;
    }


    .ciib-history-path__timeline::-webkit-scrollbar {
        height: 4px;
    }


    .ciib-history-path__timeline::-webkit-scrollbar-thumb {
        background: #159ca8;
        border-radius: 10px;
    }

}