/* ==================================================
   GALLIKA – DERNIER NIVEAU CSS
   --------------------------------------------------
   - Corrige les conflits SPIP / plugins
   - Toujours chargé en fin de cascade
   - Ne contient PAS de style structurel
   ================================================== */

/* Légendes des documents SPIP dans les articles */
.post-content .spip_document_avec_legende figcaption.spip_doc_legende {
  margin-top: .75rem;
}

.post-content .spip_document_avec_legende .spip_doc_titre {
  font-size: .95rem;
  line-height: 1.35;
  color: #4f5d75;
  font-weight: 700;
}

.post-content .spip_document_avec_legende .spip_doc_titre strong {
  font-weight: 300;
}


