/* =====================================================================
   Commando75 Group — Feuille de style partagée
   Toutes les pages (index, groupe, division, expertise, references,
   actualites) utilisent ce fichier unique. Aucune duplication.
   ===================================================================== */

/* ---------- 1. Variables ------------------------------------------- */
:root {
  --gold: #ebb500;
  --gold-hover: #d3a300;
  --ink: #070707;
  /* texte sur fond or */
  --dark: #0a0a0a;
  /* fond sombre principal */
  --dark-2: #0d0d0d;
  --dark-3: #0b0b0b;
  /* footer */
  --panel: #141414;
  /* cartes sombres */
  --panel-2: #151414;
  --cream: #f4f3ef;
  /* fond clair */
  --white: #ffffff;

  --t-dark: #15140e;
  /* titres sur clair (21,20,14) */
  --t-body-light: #57544c;
  /* paragraphes sur clair (87,84,76) */
  --t-muted-light: #5c584f;
  /* (92,88,79) */
  --t-faint-light: #77746b;
  /* (119,116,107) */
  --t-list-light: #3a382f;
  /* (58,56,47) */

  --t-white: #ffffff;
  --t-body-dark: #9a9a9a;
  /* paragraphes sur sombre (154) */
  --t-muted-dark: #a8a8a8;
  /* (168) */
  --t-soft-dark: #cfcfcf;
  /* listes sur sombre (207) */
  --t-grey: #8f8f8f;
  --t-grey-2: #8a8a8a;

  --gold-mute: #9a8b46;
  /* labels sur clair */
  --gold-mute-2: #b08a12;

  --line-dark: rgba(255, 255, 255, .08);
  --line-cream: #eae7df;
  --line-cream-2: #d6d1c6;

  --f-display: "Space Grotesk", sans-serif;
  --f-body: Inter, sans-serif;
  --f-mono: "JetBrains Mono", monospace;

  --maxw: 1400px;
  --gutter: 40px;
}

@media (max-width: 575px){
  
:root {
  --gutter: 20px;
}
}

/* ---------- 2. Base ------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--f-body);
  color: var(--white);
  background: var(--dark);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Container : on écrase le comportement Bootstrap pour toutes les pages */
.container-xxl {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.c75-narrow {
  max-width: 900px !important;
}

.c75-mid {
  max-width: 1100px !important;
}

/* ---------- 3. Fonds de section ------------------------------------ */
.c75-bg-dark {
  background: var(--dark);
}

.c75-bg-dark2 {
  background: var(--dark-2);
}

.c75-bg-cream {
  background: var(--cream);
}

.c75-bg-white {
  background: var(--white);
}

.c75-bg-black {
  background: #000;
}

.histoire_text {
  margin: 50px 0;
  overflow: hidden;
  width: 100%;
}

.histoire_marquee {
  display: flex;
  width: max-content;
  animation: histoire-scroll 25s linear infinite;
}

.histoire_text:hover .histoire_marquee {
  animation-play-state: paused;
}

.histoire_text p {
  font-size: 4vw;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  padding-right: 30px;
  word-spacing: 15px;
}

@keyframes histoire-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-25%); }
}

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

.histoire_text p span:nth-child(odd) {
  color: #EBB500;
}
.histoire_text p span:nth-child(even) {
  color: #fff;
}

/* Rythme vertical */
.c75-section {
  padding: 110px 0;
}

.c75-section-lg {
  padding: 130px 0;
}

.c75-section-xl {
  padding: 120px 0;
}

.c75-center {
  text-align: center;
}
.approche_collaborative_titre{
       font-size: 29.9px;
    margin-bottom: 23px;
    color: #15140E;
}
/* ---------- 4. Typographie ----------------------------------------- */
.c75-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 20px;
}

.c75-eyebrow--hero {
  font-size: 11.5px;
  letter-spacing: 3.91px;
  margin-bottom: 26px;
}

.c75-eyebrow--mute {
  color: var(--gold-mute);
}

.c75-eyebrow--mute2 {
  color: var(--gold-mute-2);
}

.c75-eyebrow--light {
  color: #ffe6a0;
}

.c75-label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--t-grey-2);
  margin: 0 0 18px;
}
.c75-p--sm{
  color: var(--dark);
}
.c75-label--gold {
  color: var(--gold);
}

.c75-label--goldmute {
  color: var(--gold-mute);
}

.c75-label--goldmute2 {
  color: var(--gold-mute-2);
}

.c75-label--faint {
  color: #6f6f6f;
}

/* Titres display */
.c75-display {
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--white);
}
.c75-display span{
  color: var(--gold);
}
.c75-display.on-light {
  color: var(--t-dark);
}

.c75-fs-hero {
  font-size: clamp(2.6rem, 7.4vw, 107px);
  line-height: .97;
  letter-spacing: -0.03em;
}

.c75-fs-1 {
  font-size: clamp(2.4rem, 5.4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.c75-fs-2 {
  font-size: clamp(2rem, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 20px 0 30px;
}

.c75-fs-3 {
  font-size: clamp(1.8rem, 3.4vw, 44px);
  line-height: 1.1;
}

.c75-fs-4 {
  font-size: clamp(1.6rem, 2.6vw, 32px);
  line-height: 1.15;
}

.c75-fs-5 {
  font-size: clamp(1.4rem, 2.2vw, 26px);
  line-height: 1.25;
}

.c75-fs-6 {
  font-size: 20px;
  line-height: 1.2;
}

.c75-fs-7 {
  font-size: 17px;
  line-height: 1.2;
}

/* Paragraphes */
.c75-lead {
  font-family: var(--f-body);
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--white);
  margin: 30px 0 0;
}

.c75-p {
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.c75-p--onlight {
  color: var(--t-body-light);
  color:#8f8f8f;margin-bottom:22px;
}

.c75-p--ondark {
  color: var(--t-body-dark);
}

.c75-p--muted {
  color: var(--t-muted-light);
  font-size:clamp(15px,1.3vw,18px);line-height:1.8;max-width:910px;margin-top:26px;
}

.c75-p--sm {
  font-size: 13.5px;
  line-height: 1.65;
}

/* Baseline (citation dorée sous les titres de division) */
.c75-tagline {
  font-family: var(--f-display);
  font-size: 17px;
  color: var(--gold);
  margin: 0 0 20px;
}

/* ---------- 5. Boutons --------------------------------------------- */
.c75-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}

.cmd-btn-gold {
  background: var(--gold);
  color: var(--ink);
  font-weight: 600;
  border: none;
  transition: background .2s;
  
}

.cmd-btn-gold:hover {
  background: var(--gold-hover);
  color: var(--ink);
}

.c75-btn--nav {
  font-size: 12px;
  letter-spacing: .72px;
  text-transform: uppercase;
  padding: 11px 22px;
}

.c75-btn--md {
  font-size: 14px;
  padding: 15px 26px;
}

.c75-btn--lg {
  font-size: 13px;
  letter-spacing: .72px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 30px;
}

.c75-btn--sm {
  font-size: 13px;
  padding: 11px 18px;
}

.c75-btn--block {
  width: 100%;
  font-size: 13px;
  letter-spacing: .72px;
  text-transform: uppercase;
  padding: 15px;
}

.c75-btn--outline {
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 26px;
  transition: border-color .2s, background .2s;
}

.c75-btn--outline:hover {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .06);
}

.c75-btn--ghost {
  border: 1px solid var(--line-cream-2);
  color: var(--t-dark);
  font-weight: 500;
  font-size: 13px;
  padding: 11px 18px;
  align-self: flex-start;
}

/* ---------- 6. Navigation ------------------------------------------ */
.c75-nav {
  position: relative;
  z-index: 1030;
  width: 100%;
  transition: background .35s, border-color .35s, padding .35s;
  background: rgba(10, 10, 10, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-dark);
  padding: 14px 0;
}

.c75-nav.is-transparent {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  padding: 18px 0;
}

/* Navbar collante : relative en haut de page, fixe apres defilement */
.c75-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: rgba(10, 10, 10, .92);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--line-dark);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .35);
  animation: c75-nav-drop .35s ease both;
}

/* Comble le vide laisse par la navbar quand elle passe en position fixe */
.c75-nav-spacer {
  display: none !important;
}

.c75-nav-spacer.is-active {
  display: block;
}

@keyframes c75-nav-drop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c75-nav.is-fixed {
    animation: none;
  }
}

.c75-brand img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.c75-toggler {
  box-shadow: none !important;
}

.c75-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  margin: 5px 0;
}

.c75-menu {
  gap: 34px;
}

/* ---------- Menu mobile : panneau lateral (<= 991px) --------------- */
@media (max-width: 991.98px) {
  /* Le toggler doit rester au-dessus du panneau */
  .c75-toggler {
    position: relative;
    z-index: 1045;
  }

  /* On neutralise le comportement "collapse" de Bootstrap : le panneau
     est toujours affiche, c'est translateX qui le montre ou le cache. */
  .c75-nav .navbar-collapse.collapse:not(.show),
  .c75-nav .navbar-collapse.collapsing,
  .c75-nav .navbar-collapse.collapse.show {
    display: block !important;
    height: 100vh !important;
    overflow-y: auto;
    transition: transform .35s ease;
  }

  .c75-nav .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    max-width: 0;
    width: 0;
    height: 100vh;
    padding: 0;
    background: var(--dark);
    border-left: 1px solid var(--line-dark);
    box-shadow: -12px 0 32px rgba(0, 0, 0, .45);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
  }

  .c75-nav .navbar-collapse.show,
  .c75-nav .navbar-collapse.collapsing {
    transform: translateX(0);
    z-index: 999999;
    visibility: visible;
    opacity: 1;
    max-width: 85vw;
    width: 100%;
    padding: 90px 28px 32px;
  }

  /* Liens empiles, alignes a gauche */
  .c75-menu {
    gap: 0;
    margin: 0 !important;
    flex-direction: column;
    align-items: flex-start;
  }

  .c75-menu .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--line-dark);
  }

  .c75-nav-link {
    display: block;
    padding: 16px 0;
    font-size: 14px;
  }

  .c75-nav .navbar-collapse .c75-btn--nav {
    width: 100%;
    margin-top: 26px !important;
  }

  .c75-panel-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    color: var(--gold);
    background: transparent;
    border: 1px solid var(--line-dark);
    cursor: pointer;
  }

  .c75-panel-close:hover {
    color: #fff;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .c75-nav .navbar-collapse.collapse:not(.show),
  .c75-nav .navbar-collapse.collapsing,
  .c75-nav .navbar-collapse.collapse.show {
    transition: none;
  }
}

/* Le bouton de fermeture ne concerne que le menu mobile */
@media (min-width: 992px) {
  .c75-panel-close {
    display: none !important;
  }
}

.c75-nav-link {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 12.5px;
  letter-spacing: .4px;
  font-weight: 500;
}

.c75-nav-link:hover {
  color: #fff !important;
}

.c75-nav-link.is-active {
  color: var(--gold) !important;
  font-weight: 600;
}

/* ---------- 7. Hero (accueil) -------------------------------------- */
.c75-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 60px;
}

.c75-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.c75-hero-frame {
  position: absolute;
  inset: 20px 20px 0;
  border-radius: 37px;
  overflow: hidden;
  background: #000;
}

.c75-hero-frame img, .c75-hero-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}

.c75-hero-frame .c75-scrim-r {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .95) 100%);
}

.c75-hero-frame .c75-scrim-t {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 45%);
}

.c75-hero-inner {
  position: relative;
  z-index: 1;
}

.c75-hero-copy {
  max-width: 1190px;
}

/* En-tête interne (pages secondaires) */
.c75-subhero {
  position: relative;
  background: var(--dark);
  padding: 160px 0 90px;
  overflow: hidden;
}

.c75-subhero--tall {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 170px 0 90px;
}

.c75-subhero-lead {
  font-family: var(--f-body);
  font-weight: 300;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.75;
  color: var(--t-muted-dark);
  max-width: 520px;
  margin: 26px 0 0;
}

/* Image en biais (headers groupe / division) */
.c75-diag {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46%;
  z-index: 0;
}

.c75-diag-clip {
  position: absolute;
  inset: 0;
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 10% 100%);
  overflow: hidden;
}

.c75-diag-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c75-diag-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--dark) 0%, rgba(10, 10, 10, .2) 45%, rgba(10, 10, 10, 0) 100%);
}

/* Image de fond plein cadre + voile */
.c75-bgimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c75-scrim {
  position: absolute;
  inset: 0;
}

.c75-scrim--v {
  background: linear-gradient(rgba(7, 7, 7, .5) 0%, rgba(7, 7, 7, .82) 100%);
}

.c75-scrim--h {
  background: linear-gradient(90deg, rgba(7, 7, 7, .9) 0%, rgba(7, 7, 7, .55) 60%, rgba(7, 7, 7, .75) 100%);
}

.c75-band {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.c75-band-inner {
  position: relative;
  z-index: 1;
  padding: 90px 40px;
}
@media (max-width: 575px){
  .c75-band-inner{
    padding: 40px 20px;
  }
}
/* ---------- 8. Barre de statistiques (accueil) --------------------- */
.c75-stats {
  background: var(--dark);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.c75-stats .container-xxl {
  padding-top: 34px;
  padding-bottom: 34px;
}

.c75-stat-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
}
.c75-stat-num span{
  color: var(--gold);
}

.c75-stat-cap {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
  color: var(--t-grey-2);
  margin-top: 8px;
}

/* ---------- 9. Cartes divisions (accueil) -------------------------- */
.cmd-card-lift {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 465/621;
  background: var(--panel-2);
  text-decoration: none;
}

.cmd-card-lift img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.cmd-card-lift:hover img {
  transform: scale(1.05);
}

.c75-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(5, 5, 5, .15) 0%, rgba(5, 5, 5, .05) 38%, rgba(5, 5, 5, .62) 72%, rgba(5, 5, 5, .9) 100%);
}

.c75-card-num {
  position: absolute;
  left: 28px;
  top: 16px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, .92);
}

.c75-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px;
}

.c75-card-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 10px;
}

.c75-card-quote {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: var(--gold);
  margin: 0 0 18px;
}

.c75-tag-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--ink);

  font-weight: 600;
  font-size: 13px;
  padding: 11px 18px;
  border-radius: 20px;
}

.c75-divider-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 44px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-mute);
}

.c75-divider-row .sep {
  color: #c8993c;
}

/* ---------- 10. Cartes "processus / innovation" -------------------- */
.c75-card {
  background: var(--white);
  border: 1px solid var(--line-cream);
  border-radius: 16px;
  padding: 30px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c75-card-ico {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e0dcd2;
  margin-bottom: 22px;
}

.c75-card-ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c75-card-kicker {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: var(--gold-mute-2);
  margin-bottom: 12px;
}

.c75-card-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--t-dark);
  margin: 0 0 12px;
}

.c75-card-p {
  font-family: var(--f-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--t-muted-light);
  margin: 0 0 24px;
  flex-grow: 1;
}

.chez_commando_lien {
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   border: 1px solid rgb(214, 209, 198);
   align-self: flex-start;
   border-radius: 20px;
   padding: 10px 17px;
   gap: 7px;
   width: 100%;
}

.chez_commando_lien a {
   color: rgb(0, 0, 0);
   font-weight: 500;
   font-size: 12px;
}

.chez_commando_lien span {
  border: 1px solid #EBB500;
  border-radius: 50px;
  background-color: #EBB500;
  font-size: 19px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
}

/* Cartes sombres (divisions internes) */
.c75-panel {
  background: var(--panel);
  border: 0 solid var(--line-dark);
  border-radius: 0;
  padding: 28px 30px;
  height: 100%;
}
.c75-panel--transparent{
  background: transparent;
}
.c75-panel-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin: 0 0 16px;
}

.c75-panel--light {
  background: var(--white);
  border-color: var(--line-cream);
}

.c75-panel--light .c75-panel-h {
  color: var(--t-dark);
  margin-bottom: 8px;
}

.c75-panel-p {
  font-family: var(--f-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--t-faint-light);
  margin: 0 0 16px;
}

.c75-panel-p--dark {
  color: var(--t-body-dark);
  font-size: 13.5px;
}

/* Grande carte panneau (bureau d'études / qualité) */
.c75-bigpanel {
  background: var(--white);
  border: 1px solid var(--line-cream);
  border-radius: 16px;
  padding: 38px 40px;
}

.c75-bigpanel--dark {
  background: var(--panel);
  border-color: var(--line-dark);
}

/* ---------- 11. Listes à puce dorée ------------------------------- */
.c75-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c75-li {
  display: flex;
  gap: 10px;
}

.c75-li .dot {
    color: var(--gold);
    flex-shrink: 0;
    position: relative;
    top: -2px;
}

.c75-li span:last-child {
  font-family: var(--f-body);
  font-size: 13.5px;
  color: var(--t-soft-dark);
}

.c75-li--onlight span:last-child {
  color: var(--t-list-light);
}

.c75-li--lg span:last-child {
  font-size: 14px;
  line-height: 1.5;
  color: var(--t-soft-dark);
}
.c75-li--lg.c75-li-dark--lg span:last-child{
  color: #000;
}
.c75-li--lg.c75-li--onlight span:last-child {
  color: var(--t-list-light);
}

/*.c75-li .dot--top {
  margin-top: 2px;
}*/

/* Encadré valeur ajoutée (or translucide) */
.c75-goldbox {
  background: rgba(235, 181, 0, .05);
  border: 1px solid rgba(235, 181, 0, .18);
  border-radius: 14px;
  padding: 30px 34px;
}

.c75-check {
  color: var(--gold);
  flex-shrink: 0;
}

.c75-check-txt {
  font-family: var(--f-body);
  font-size: 14px;
  color: #dcdcdc;
}

/* Puces référentiels */
.c75-chip {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--t-muted-light);
  border: 1px solid var(--line-cream-2);
  border-radius: 20px;
  padding: 7px 15px;
}

/* ---------- 12. Étapes méthodologie (01..04) ---------------------- */
.c75-steps-wrap {
  background: var(--white);
  border: 1px solid var(--line-cream);
  border-radius: 20px;
  padding: clamp(30px, 4vw, 52px);
}

.c75-step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.c75-step-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  color: var(--gold);
  line-height: 1;
}

.c75-step-line {
  flex: 1;
  height: 0;
  border-top: 1.5px dashed #e0c766;
}

.c75-step-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.c75-step-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--t-dark);
  margin: 0 0 8px;
}

.c75-step-p {
  font-family: var(--f-body);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--t-muted-light);
  margin: 0;
}

/* ---------- 13. Mission / Vision (groupe) ------------------------- */
.c75-mv {
  border-radius: 20px;
  padding: 44px;
  height: 100%;
}

.c75-mv--dark {
  background: var(--panel);
  border: 1px solid var(--line-dark);
}

.c75-mv--gold {
  background: var(--gold);
}

.c75-mv-kicker {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.c75-mv--dark .c75-mv-kicker {
  color: var(--t-grey-2);
}

.c75-mv--gold .c75-mv-kicker {
  color: #7a6100;
}

.c75-mv-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 2vw, 26px);
  line-height: 1.25;
  margin: 0 0 24px;
}

.c75-mv--dark .c75-mv-h {
  color: #fff;
}

.c75-mv--gold .c75-mv-h {
  color: var(--t-dark);
}

.c75-mv-p {
  font-family: var(--f-body);
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0;
}

.c75-mv--dark .c75-mv-p {
  color: var(--t-body-dark);
}

.c75-mv--gold .c75-mv-p {
  color: #4a3f14;
}

/* Cartes valeurs */
.c75-value {
  background: var(--white);
  border: 1px solid var(--line-cream);
  border-radius: 14px;
  padding: 36px 34px;
  height: 100%;
}

.c75-value-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.c75-value-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--gold);
}

.c75-value-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--t-dark);
  margin: 0;
}

.c75-value-p {
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--t-muted-light);
  margin: 0;
}

/* ---------- 14. Références & partenaires --------------------------- */
.c75-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
}

.c75-logos img {
  width: auto;
  object-fit: contain;
}

.c75-marquee-mask {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.cmd-marquee {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: c75-marquee 26s linear infinite;
}

.cmd-marquee img {
  width: auto;
  object-fit: contain;
}

@keyframes c75-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.c75-tri {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.05;
  background: var(--gold);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.c75-tri img {
  width: 78%;
  height: auto;
  object-fit: contain;
  margin-top: 22%;
}

/* ---------- 15. Actualités ----------------------------------------- */
.c75-feature {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
  margin-bottom: 20px;
}

.c75-feature-media {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
  min-height: 340px;
  height: 100%;
  overflow: hidden;
}

.c75-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
}

.c75-media-cap {
  position: absolute;
  left: 24px;
  bottom: 22px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.c75-feature-body {
  padding: clamp(30px, 4vw, 52px);
}

.c75-filter {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: .2s;
  background: transparent;
  border: 1px solid var(--line-cream-2);
  color: var(--t-muted-light);
}

.c75-filter.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  font-weight: 600;
}

.c75-post-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
  border: 1px solid rgba(0, 0, 0, .08);
}

.c75-post-cat {
  position: absolute;
  left: 16px;
  top: 16px;
  background: rgba(235, 181, 0, .16);
  border: 1px solid rgba(235, 181, 0, .4);
  color: var(--gold);
  font-family: var(--f-mono);
  font-size: 9.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
}

.c75-post-cap {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-family: var(--f-mono);
  font-size: 9.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.c75-post-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--t-dark);
  margin: 20px 0 10px;
}

/* Carte actualité (accueil) */
.c75-news-media {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 480/330;
  background: var(--panel-2);
  position: relative;
}

.c75-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.c75-news:hover .c75-news-media img {
  transform: scale(1.04);
}

.c75-news-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(7, 7, 7, 0) 55%, rgba(7, 7, 7, .4) 100%);
}

.c75-news-h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22.8px;
  letter-spacing: -0.015em;
  color: var(--t-dark);
  margin: 24px 0 14px;
}

.c75-news-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line-cream-2);
  padding-top: 16px;
}

.c75-news-date {
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: .12px;
  color: #857f73;
}

.c75-morelink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 13px;
  color: var(--t-dark);
  margin-top: 15px;
}

.c75-morelink .arrow {
  color: var(--gold);
}

.c75-page {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-cream-2);
  border-radius: 6px;
  color: var(--t-dark);
  font-size: 14px;
}

.c75-page.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  font-weight: 600;
}

.c75-page.is-disabled {
  color: #857f73;
}

/* ---------- 16. Formulaires --------------------------------------- */
.c75-form-panel {
  background: rgba(13, 13, 13, .72);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
  padding: 36px;
  border-radius: 2px;
}

.c75-input,
.c75-textarea {
  width: 100%;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  border-radius: 2px;
  padding: 13px 15px;
  font-size: 14px;
  font-family: var(--f-body);
}

.c75-input::placeholder,
.c75-textarea::placeholder {
  color: #a8a8a8;
}

.c75-textarea {
  resize: vertical;
}

.c75-input:focus,
.c75-textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.c75-consent {
  font-family: var(--f-body);
  font-size: 12.5px;
  color: #a8a8a8;
  line-height: 1.5;
}
@media (max-width: 575px){
  .c75-form-panel{
    padding: 30px 10px;
  }
}

/* ---------- Formulaire : erreurs et statut ------------------------- */
.c75-input.is-invalid,
.c75-textarea.is-invalid {
  border-color: #e2564a;
}

.c75-check-input.is-invalid {
  outline: 1px solid #e2564a;
  outline-offset: 2px;
}

.c75-field-error {
  font-family: var(--f-body);
  font-size: 12px;
  line-height: 1.4;
  color: #ef8279;
  margin: 6px 0 0;
  min-height: 0;
}

.c75-field-error:empty {
  display: none;
}

.c75-form-status {
  font-family: var(--f-body);
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
  padding: 12px 14px;
  border-radius: 2px;
}

.c75-form-status:empty {
  display: none;
}

.c75-form-status.is-ok {
  color: #bfe9c4;
  background: rgba(52, 143, 70, .16);
  border: 1px solid rgba(96, 190, 115, .4);
}

.c75-form-status.is-error {
  color: #f2a49d;
  background: rgba(190, 62, 50, .14);
  border: 1px solid rgba(226, 86, 74, .4);
}

.cmd-btn-gold:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* Piege a robots : invisible mais pas display:none (certains bots le detectent) */
.c75-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.c75-check-input {
  accent-color: var(--gold);
  margin-top: 3px;
}

.c75-input--pill {
  border-radius: 30px;
  padding: 15px 22px;
  background: rgba(255, 255, 255, .05);
}

.c75-btn--pill {
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: .72px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Coordonnées (contact accueil) */
.c75-coord-label {
  font-family: var(--f-body);
  font-size: 12px;
  color: var(--t-grey);
  margin-bottom: 4px;
}

.c75-coord-val {
  font-family: var(--f-body);
  font-size: 15px;
  color: #fff;
}

/* ---------- 17. Pied de page -------------------------------------- */
.c75-footer {
  background: var(--dark-3);
  padding: 90px 0 40px;
  position: relative;
  overflow: hidden;
}
.c75-footer::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('/assets/footer_bg.png') no-repeat;
  width: 319px;
  height: 500px;
  background-size: contain;
}
.c75-footer .container-xxl{
  position: relative;
  z-index: 1;
}
.c75-foot-brand img {
  height: 30px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.c75-foot-desc {
  font-family: var(--f-body);
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--t-grey);
  margin: 0;
}

.c75-foot-head {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-bottom: 18px;
}

.c75-foot-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.c75-foot-links a {
  font-family: var(--f-body);
  font-size: 14.5px;
  color: #c7c7c7;
}

.c75-foot-links a:hover {
  color: #fff;
}

.c75-foot-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 60px;
  padding-top: 34px;
  gap: 16px;
}

.c75-foot-copy {
  font-family: var(--f-body);
  font-size: 12.5px;
  color: #6f6f6f;
}

.c75-foot-tag {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  color: #5f5f5f;
}

/* Lien "lire l'article" */
.c75-readlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--t-dark);
}

.c75-readlink .arrow {
  color: var(--gold);
}

/* ---------- Pages de detail d'actualite ---------------------------- */
/* Cartes cliquables : le lien ne doit pas colorer le texte de la carte */
.c75-post-link,
.c75-feature {
  color: inherit;
  text-decoration: none;
  display: block;
}

.c75-post-link .c75-post-media,
.c75-feature .c75-feature-media {
  transition: transform .5s ease;
}

.c75-post-link:hover .c75-post-h {
  color: var(--gold-mute-2);
}

.c75-feature:hover .c75-readlink {
  border-bottom-color: var(--gold-hover);
}

/* Fil d'Ariane */
.c75-breadcrumb {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--t-grey);
}

.c75-breadcrumb a {
  color: var(--gold);
}

.c75-breadcrumb a:hover {
  color: var(--gold-hover);
}

.c75-breadcrumb .sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, .3);
}

/* Meta (date, lieu) sous le titre */
.c75-article-meta {
  font-family: var(--f-mono);
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--t-grey);
  margin-top: 28px;
}

.c75-article-meta .dot {
  margin: 0 12px;
  color: var(--gold);
}

/* Visuel principal, a cheval sur les deux fonds */
.c75-article-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 21/9;
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 767.98px) {
  .c75-article-hero {
    aspect-ratio: 3/2;
  }
}

/* Corps de texte */
.c75-article-chapo {
  font-family: var(--f-body);
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
  color: var(--t-dark);
  margin: 0 0 34px;
}

.c75-article-p {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.85;
  color: var(--t-body-light);
  margin: 0 0 26px;
}

/* Visuel insere dans le corps */
.c75-article-figure {
  margin: 44px 0;
}

.c75-article-figure-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0, 0, 0, .08);
}

.c75-article-figure figcaption {
  font-family: var(--f-mono);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .8px;
  color: var(--t-faint-light);
  margin-top: 14px;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
}

/* Citation */
.c75-article-quote {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--t-dark);
  margin: 46px 0;
  padding: 4px 0 4px 28px;
  border-left: 3px solid var(--gold);
}

.c75-article-quote::before {
  content: "« ";
  color: var(--gold);
}

.c75-article-quote::after {
  content: " »";
  color: var(--gold);
}

/* Chiffres cles */
.c75-article-figures {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  padding-top: 36px;
  border-top: 1px solid var(--line-cream-2);
}

.c75-article-fig {
  flex: 1 1 140px;
}

.c75-article-fig-val {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--t-dark);
}

.c75-article-fig-lab {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-mute-2);
  margin-top: 10px;
}

/* ---------- 18. Animation d'apparition ---------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion:reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cmd-marquee {
    animation: none;
  }
}

.refs-section{
    padding:90px 0;
    background:#f7f4ed;
    overflow:hidden;
}

.refs-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.refs-content{
    flex:0 0 62%;
}
.refs-content h2{
    color: #15140E;
}

.refs-image{
    flex:0 0 38%;
    display:flex;
    justify-content:flex-end;
}

.refs-image img{
    width:100%;
    max-width:420px;
    display:block;
}

.refs-content h2{
    font-size:clamp(2rem,4vw,48px);
    margin-bottom:20px;
}

.refs-content p{
    line-height:1.8;
}

.c75-label{
    margin:50px 0 25px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#c9a12b;
    font-weight:700;
}

.c75-logos{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  align-items:center;
}

.c75-logos img{
    max-height:90px;
    width:auto;
    margin:auto;
}

.partners{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
    align-items:center;
    margin-top:20px;
}

.partners img{
    max-width:150px;
    width:100%;
    margin:auto;
}

@media (max-width:992px){

    .refs-wrapper{
        flex-direction:column;
    }

    .refs-content{
        width:100%;
    }

    .refs-image{
        order:-1;
        justify-content:center;
    }

    .refs-image img{
        max-width:280px;
    }

    .c75-logos,
    .partners{
        grid-template-columns:repeat(2,1fr);
    }

}