/* ============================================================
   DOKA PRODUCTIONS — Design system global
   À coller UNE SEULE FOIS dans :
   Divi > Options du thème > Général > CSS personnalisé
   ============================================================
   Une fois ce fichier installé, chaque page projet n'a plus besoin
   de son propre <style> : seul le HTML de contenu suffit dans le
   module Code (voir doka-projet-template-allégé.html).
   ============================================================ */

.doka-projet {
  --blue: #3399ff;
  --ink: #000000;
  --grey: #6b6b6b;
  --line: #000000;
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  box-sizing: border-box;
}
.doka-projet *, .doka-projet *::before, .doka-projet *::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

/* ------------------------------------------------------------
   Anti-interférence thème : Twenty Twenty-Four applique des
   styles globaux directement sur les balises (h1-h6, p, a...)
   via son theme.json, qui gagnent sur l'héritage. On force donc
   explicitement l'héritage de la police et de la couleur sur
   toutes les balises de texte à l'intérieur du design system
   Doka, pour que le thème ne puisse plus les écraser.
   ------------------------------------------------------------ */
.doka-projet, .doka-home, .doka-presentation, .doka-header, .doka-footer,
.doka-projet *, .doka-home *, .doka-presentation *, .doka-header *, .doka-footer * {
  font-family: inherit;
  color: inherit;
}

/* ---- grille modulaire 12 colonnes ---- */
.doka-projet .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
}
.doka-projet .col-side  { grid-column: 1 / span 3; }
.doka-projet .col-main  { grid-column: 4 / span 9; }

/* ---- en-tête ---- */
.doka-projet .head {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 2px solid var(--line);
  align-items: end;
}
.doka-projet .year {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  color: var(--blue);
  margin: 0 0 8px;
}
.doka-projet .category {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey);
  margin: 0;
}
.doka-projet h1 {
  font-weight: 400;
  font-size: clamp(46px, 6.9vw, 97px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0;
}

/* ---- bloc metadata + texte ---- */
.doka-projet .body-row { margin-bottom: 56px; }

.doka-projet .meta-block { margin-bottom: 32px; }
.doka-projet .meta-label {
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}
.doka-projet .meta-block p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.doka-projet .tagline {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.doka-projet .presentation p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0 0 16px;
}

/* ---- chiffres-clés (optionnel, si champs remplis dans Notion) ---- */
.doka-projet .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.doka-projet .stats .stat-number {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  color: var(--blue);
  line-height: 1;
  margin: 0 0 6px;
}
.doka-projet .stats .stat-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
  margin: 0;
}

/* ---- galerie : grille stricte, vignettes identiques, fond blanc ---- */
.doka-projet .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #ffffff;
  margin-bottom: 6px;
}
.doka-projet .gallery a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee;
  cursor: zoom-in;
}
.doka-projet .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.doka-projet .photo-credit {
  font-size: 12px;
  color: var(--grey);
  margin: 0 0 56px;
}

/* ---- vidéos ---- */
.doka-projet .videos { margin-bottom: 56px; }
.doka-projet .video-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
  margin-bottom: 16px;
}
.doka-projet .video-frame.video-frame-square {
  aspect-ratio: 1 / 1;
}
.doka-projet .video-frame iframe,
.doka-projet .video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---- footer ---- */
.doka-projet footer {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

@media (max-width: 760px) {
  .doka-projet .col-side, .doka-projet .col-main { grid-column: 1 / -1; }
  .doka-projet .head { border-bottom: none; }
  .doka-projet .year { margin-top: 24px; }
  .doka-projet .gallery { grid-template-columns: repeat(2, 1fr); }
  .doka-projet .stats { grid-template-columns: 1fr; gap: 16px; }
}

/* ---- lightbox (composant global, hors .doka-projet) ---- */
.doka-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10,10,12,0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.doka-lightbox.active { display: flex; }
.doka-lightbox-img {
  max-width: 88vw;
  max-height: 86vh;
  object-fit: contain;
}
.doka-lightbox-close,
.doka-lightbox-prev,
.doka-lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 12px;
  font-family: 'DM Sans', sans-serif;
}
.doka-lightbox-close { top: 18px; right: 20px; font-size: 30px; }
.doka-lightbox-prev  { left: 8px;  top: 50%; transform: translateY(-50%); font-size: 44px; }
.doka-lightbox-next  { right: 8px; top: 50%; transform: translateY(-50%); font-size: 44px; }
.doka-lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: 'DM Sans', sans-serif;
}

/* ============================================================
   HEADER (global — Divi Theme Builder)
   ============================================================ */
.doka-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-family: 'DM Sans', sans-serif;
}
.doka-header img { height: 102px; width: auto; display: block; }
.doka-burger {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  cursor: pointer;
}
.doka-header nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .doka-burger { display: block; order: 2; }
  .doka-header { justify-content: space-between; }
  .doka-header img { height: 61px; }
  .doka-header nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000000;
    order: 3;
  }
  .doka-header nav.nav-open { display: flex; }
  .doka-header nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
}
.doka-header nav a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.doka-header nav a:hover,
.doka-header nav a.active {
  border-bottom: 2px solid #000000;
}

/* ============================================================
   FOOTER (global — Divi Theme Builder)
   ============================================================ */
.doka-footer-wrap {
  background: #3399ff;
}
.doka-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 40px;
  font-family: 'DM Sans', sans-serif;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.doka-footer img {
  height: 70px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
.doka-footer .doka-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doka-footer .doka-footer-nav a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  opacity: 0.9;
}
.doka-footer .doka-footer-nav a:hover { opacity: 1; text-decoration: underline; }
.doka-footer address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.8;
  color: #ffffff;
  opacity: 0.9;
}
.doka-footer address a { color: #ffffff; text-decoration: none; }
.doka-footer address a:hover { text-decoration: underline; }
.doka-footer .doka-footer-legal {
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 0.55;
  margin-bottom: 2px;
}
.doka-footer .doka-footer-copy {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid rgba(255,255,255,0.25);
}

/* ============================================================
   PROJETS — page listing (groupée par catégorie)
   ============================================================ */
.doka-listing {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 24px 88px;
  font-family: 'DM Sans', sans-serif;
}
.doka-listing h1 {
  font-weight: 400;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0 0 48px;
}
.doka-listing .cat-block { margin-bottom: 64px; }
.doka-listing .cat-title {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3399ff;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #000000;
}
.doka-listing .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
.doka-listing .card {
  display: block;
  text-decoration: none;
  color: #000000;
}
.doka-listing .card .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
  margin-bottom: 14px;
}
.doka-listing .card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transition: transform 0.25s ease;
}
.doka-listing .card:hover .thumb img { transform: scale(1.04); }
.doka-listing .card .card-category {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin: 0 0 6px;
}
.doka-listing .card .card-year {
  font-weight: 400;
  font-size: 12px;
  color: #3399ff;
  margin: 0 0 4px;
}
.doka-listing .card .card-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  margin: 0;
}

@media (max-width: 900px) {
  .doka-listing .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .doka-listing .cards { grid-template-columns: 1fr; }
  .doka-header { padding: 20px; }
  .doka-header img { height: 61px; }
  .doka-footer { flex-direction: column; }
  .doka-footer img { height: 44px; }
}

/* ---- filtres catégories (page listing) ---- */
.doka-listing .filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.doka-listing .filters button {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #000000;
  padding: 4px 20px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.doka-listing .filters button:first-child { padding-left: 0; }
.doka-listing .filters button + button {
  border-left: 1px solid #cccccc;
}
.doka-listing .filters button:hover { color: #3399ff; }
.doka-listing .filters button.active { color: #3399ff; }

/* ---- icônes réseaux sociaux (footer) ---- */
.doka-footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.doka-footer-social a { display: inline-flex; color: #ffffff; opacity: 0.9; }
.doka-footer-social a:hover { opacity: 1; }
.doka-footer-social i { font-size: 22px; line-height: 1; display: block; }

/* ============================================================
   VIGNETTES PROJETS — style identique aux tuiles "Nos expertises"
   (scrim permanent + titre visible, survol : zoom + voile bleu)
   ============================================================ */
.doka-thumbs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.doka-thumbs-grid .item {
  display: block;
  text-decoration: none;
  color: #000000;
}
.doka-thumbs-grid .item .thumb {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #000000;
}
.doka-thumbs-grid .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.doka-thumbs-grid .item:hover .thumb img {
  transform: scale(1.08);
}
.doka-thumbs-grid .item .tint {
  position: absolute;
  inset: 0;
  background: #3399ff;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.4s ease;
}
.doka-thumbs-grid .item:hover .tint { opacity: 0.32; }
.doka-thumbs-grid .item .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.05) 55%, rgba(0,0,0,0) 100%);
}
.doka-thumbs-grid .item .label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #ffffff;
  transition: transform 0.4s ease;
}
.doka-thumbs-grid .item:hover .label { transform: translateY(-4px); }
.doka-thumbs-grid .item .hv-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}
.doka-thumbs-grid .item .hv-year {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

@media (max-width: 760px) {
  .doka-thumbs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .doka-thumbs-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE CATÉGORIE (ex: Commandes artistiques) — grille de
   vignettes projets, réutilise le système .doka-projet
   ============================================================ */
.doka-cat-projects {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.doka-cat-projects .cat-projects-label {
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3399ff;
  margin: 0 0 20px;
  padding-top: 20px;
  border-top: 2px solid #000000;
}

.doka-projet .content-heading,
.doka-presentation .content-heading {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  padding-top: 40px;
  margin: 0 0 6px;
}
.doka-projet .inline-link {
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid var(--blue);
}
.doka-projet .inline-link:hover { opacity: 0.7; }

.doka-projet .site-web-link {
  margin: 0 0 8px;
}

.doka-projet .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #6b6b6b;
  text-decoration: none;
  margin-bottom: 16px;
}
.doka-projet > .back-link {
  margin-bottom: 12px;
}
.doka-projet > .back-link + .top-line {
  margin-top: 0;
}
.doka-projet .back-link:hover { color: #000000; }
.doka-projet .back-link .arrow { font-size: 15px; line-height: 1; }

/* ============================================================
   PAGE "ACCUEIL"
   ============================================================ */
.doka-home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #000;
}
.doka-home .home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.doka-home .home-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) brightness(0.7);
}
.doka-home .home-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.6) 100%);
}
.doka-home .home-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 100px;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
}
.doka-home h1 {
  font-weight: 700;
  font-size: clamp(44px, 6.5vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  max-width: 920px;
}
.doka-home .home-sub {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  max-width: 520px;
  color: rgba(255,255,255,0.88);
  margin: 0 0 40px;
}
.doka-home .home-cta {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.doka-home .home-cta:hover {
  background: #ffffff;
  color: #000000;
}
.doka-home .home-scroll {
  position: absolute;
  right: 24px;
  bottom: 32px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.doka-home .home-scroll .line {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.5);
}
@media (max-width: 700px) {
  .doka-home .home-scroll { display: none; }
}

/* ============================================================
   PAGE "CONTACT"
   ============================================================ */
.doka-projet .contact-row {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  margin: 40px 0 48px;
}
.doka-projet .contact-address p {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0 0 4px;
}
.doka-projet .contact-address .contact-name {
  font-weight: 700;
  margin-bottom: 12px;
}
.doka-projet .contact-address a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.doka-projet .contact-address a:hover { opacity: 0.7; }

.doka-projet .contact-form label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin: 0 0 6px;
}
.doka-projet .contact-form .form-row {
  margin-bottom: 24px;
}
.doka-projet .contact-form input,
.doka-projet .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 8px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #000000;
  background: transparent;
}
.doka-projet .contact-form textarea {
  resize: vertical;
  min-height: 100px;
}
.doka-projet .contact-form input:focus,
.doka-projet .contact-form textarea:focus {
  outline: none;
  border-bottom: 1px solid var(--blue);
}
.doka-projet .contact-form button {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  padding: 12px 28px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.doka-projet .contact-form button:hover {
  background: #ffffff;
  color: #000000;
}

.doka-projet .contact-map {
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
}
.doka-projet .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 800px) {
  .doka-projet .contact-row { grid-template-columns: 1fr; gap: 40px; }
  .doka-projet .contact-map { aspect-ratio: 4 / 3; }
}

/* ============================================================
   PAGE "PRESSE"
   ============================================================ */
.doka-projet .presse-list {
  max-width: 900px;
  margin-top: 40px;
}
.doka-projet .presse-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid #000000;
}
.doka-projet .presse-item:last-child {
  border-bottom: 1px solid #000000;
}
.doka-projet .presse-item .presse-thumb {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eee;
}
.doka-projet .presse-item .presse-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.doka-projet .presse-item .presse-meta {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin: 0 0 8px;
}
.doka-projet .presse-item .presse-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  max-width: 640px;
}
.doka-projet .presse-item .presse-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 10px 20px;
  transition: background 0.15s ease, color 0.15s ease;
}
.doka-projet .presse-item .presse-link:hover {
  background: #000000;
  color: #ffffff;
}
@media (max-width: 600px) {
  .doka-projet .presse-item { grid-template-columns: 80px 1fr; gap: 16px; }
}

/* ============================================================
   PAGE "NOTRE FONDS DE DOTATION"
   ============================================================ */
.doka-projet .fonds-hero {
  width: 100%;
  aspect-ratio: 2.4 / 1;
  overflow: hidden;
  margin-bottom: 32px;
}
.doka-projet .fonds-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 800px) {
  .doka-projet .fonds-hero { aspect-ratio: 4 / 3; }
}

.doka-projet .fonds-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 0 0 48px;
}
.doka-projet .fonds-intro .fonds-intro-logo img {
  width: 75%;
  height: auto;
  display: block;
}
.doka-projet .fonds-intro .fonds-intro-text h1 {
  margin: 0 0 20px;
}
.doka-projet .fonds-intro .fonds-intro-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0 0 16px;
}
.doka-projet .fonds-intro .fonds-intro-text p:last-child { margin-bottom: 0; }

/* Trait double générique (réutilisable, 2 colonnes égales) */
.split-line-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}
.split-line-2col span {
  display: block;
  border-top: 1px solid #000000;
}

.doka-projet .fonds-volets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.doka-projet .fonds-volets .volet-title {
  font-weight: 700;
  font-size: clamp(26px, 3.7vw, 38px);
  line-height: 1.05;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.doka-projet .fonds-volets .volet p {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0 0 24px;
}
.doka-projet .fonds-volets .volet .volet-logo {
  display: block;
  max-width: 225px;
  height: auto;
  margin: 0 auto 24px;
}
.doka-projet .fonds-volets .volet .gallery {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  .doka-projet .fonds-intro { grid-template-columns: 1fr; }
  .doka-projet .fonds-intro .fonds-intro-logo { order: -1; max-width: 220px; }
  .split-line-2col { grid-template-columns: 1fr; gap: 8px; }
  .doka-projet .fonds-volets { grid-template-columns: 1fr; gap: 56px; }
}

/* ============================================================
   PAGE "PRÉSENTATION" — intro + duo fondateurs
   ============================================================ */
.doka-presentation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 96px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
}
.doka-presentation h1 {
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 40px;
}
.doka-presentation .pres-statement {
  max-width: 900px;
  margin: 0 0 48px;
}
.doka-presentation .pres-statement p {
  font-size: 17px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0;
}

.doka-presentation .pres-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin: 0 0 48px;
}
.doka-presentation .pres-intro .pres-intro-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0 0 20px;
}
.doka-presentation .pres-intro .pres-intro-text p:last-child { margin-bottom: 0; }
.doka-presentation .pres-intro .pres-intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
.doka-presentation .pres-intro .pres-intro-image .caption {
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  color: #6b6b6b;
  text-align: right;
  margin: 8px 0 0;
}

.doka-presentation .team-grid {
  display: grid;
  grid-template-columns: 273px 1fr 273px 1fr;
  gap: 20px 28px;
  align-items: start;
  margin-top: 56px;
}
.doka-presentation .team-split-line {
  display: grid;
  grid-template-columns: 273px 1fr 273px 1fr;
  gap: 20px 28px;
  margin-bottom: 32px;
}
.doka-presentation .team-split-line span {
  border-top: 1px solid #000000;
}
.doka-presentation .team-split-line span:first-child { grid-column: 1 / 3; }
.doka-presentation .team-split-line span:last-child { grid-column: 3 / 5; }
.doka-presentation .team-grid .portrait {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #eee;
}
.doka-presentation .team-grid .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.doka-presentation .team-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 8px;
}
.doka-presentation .team-title {
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #000000;
  line-height: 1.35;
  margin: 0 0 10px;
}
.doka-presentation .team-text p.bio {
  font-size: 15px;
  line-height: 1.7;
  color: #2b2c30;
  margin: 0 0 8px;
}
.doka-presentation .content-heading {
  padding-top: 16px;
}
.doka-presentation .team-text a.inline-link { color: #3399ff; text-decoration: none; border-bottom: 1px solid #3399ff; }
.doka-presentation .team-text a.inline-link:hover { opacity: 0.7; }

@media (max-width: 800px) {
  .doka-presentation .team-grid { grid-template-columns: 1fr; gap: 20px; }
  .doka-presentation .team-grid .portrait { max-width: 220px; }
  .doka-presentation .pres-intro { grid-template-columns: 1fr; }
  .doka-presentation .team-split-line { display: block; }
  .doka-presentation .team-split-line span:first-child,
  .doka-presentation .team-split-line span:last-child {
    display: block;
    border-top: 1px solid #000000;
  }
  .doka-presentation .team-split-line span:first-child { margin-bottom: 8px; }
}
.doka-projet .video-link,
.doka-projet .pdf-download a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 10px 20px;
  transition: background 0.15s ease, color 0.15s ease;
}
.doka-projet .video-link:hover,
.doka-projet .pdf-download a:hover {
  background: #000000;
  color: #ffffff;
}
.doka-projet .pdf-download {
  margin: 0 0 16px;
}
.doka-projet .site-web-link a {
  font-size: 13px;
  font-weight: 400;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid var(--blue);
}
.doka-projet .site-web-link a:hover { opacity: 0.7; }
.doka-projet .soundcloud-embed {
  margin-bottom: 16px;
}
.doka-projet .soundcloud-embed iframe {
  border-radius: 0 !important;
}

/* Ligne fine avant le titre (page catégorie) */
.doka-projet .top-line,
.doka-presentation .top-line {
  border-top: 1px solid #000000;
  margin-bottom: 32px;
}

/* Ligne mini-texte (gauche) + expertises Doka (droite) sur page catégorie */
.doka-projet .cat-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin: 32px 0 48px;
}
.doka-projet .cat-row .expertises-list,
.doka-presentation .expertises-list {
  list-style: disc;
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
}
@media (max-width: 760px) {
  .doka-projet .cat-row { grid-template-columns: 1fr; gap: 24px; }
}

