.mermaid {
  background-color: white;
  border-radius: 4px;
  padding: 16px;
  margin: 16px 0;
  text-align: center;
}

/* Pour le thème sombre */
/* [data-md-color-scheme="slate"] .mermaid {  background-color: #2e3440;} */

/* Forcer l'affichage de la navigation sur grands écrans */

/* @media screen and (min-width: 76.25em) {  .md-sidebar--primary {    display: block !important;  }} */

/* .md-sidebar--primary {  display: block !important;  position: fixed !important;} */

/* Augmenter la hauteur du header */
.md-header {
    height: 3rem !important; /* Au lieu de 4.8rem par défaut */
}

/* Ajuster la taille du logo si besoin */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 4rem !important;
    width: auto !important;
}

/* Titre du site - remonter */
.md-header__title {
    margin-top: -0.3rem !important;     /* Remonte le titre */
}

/* Barre de recherche - remonter */
.md-search {
    margin-top: -1.3rem !important;     /* Légère remontée */
}

/* Logo GitHub - remonter */
.md-header__source {
    margin-top: -1.3rem !important;     /* Remonte le logo GitHub */
}
