/* Rendu responsive des schémas mermaid */
.mermaid {
  text-align: center;
  overflow-x: auto;
  display: block;
  margin: 1.5em 0;
}
.mermaid svg {
  max-width: 100%;
  height: auto;
}
