:root {
    --md-primary-fg-color:        #00847F;
    --md-primary-fg-color--light: #00847F;
    --md-primary-fg-color--dark:  #00847F;
  }

/* Maximum space for text block */

/* .md-grid {
  max-width: 100%;
} */

@keyframes heart {
  0%, 40%, 80%, 100% {
    transform: scale(1);
  }
  20%, 60% {
    transform: scale(1.15);
  }
}
.heart {
  animation: heart 1000ms infinite;
}

.md-nav__item--section>.md-nav>.md-nav__list>.md-nav__item {
        padding: 1px;
}

/* .md-nav {
    font-size: .75rem;
    line-height: 1.3;
} */


/* Maximum space for text block */
.md-grid {
  max-width: 85%; /* or 100%, if you want to stretch to full-width */
}

.md-typeset .admonition,
.md-typeset details {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.grayscale-emoji {
  filter: grayscale(100%);
}

.grayscale-emoji:hover {
  filter: brightness(0.8) saturate(1.5) hue-rotate(180deg);
}

ul {
  line-height: 1.2; /* Cela définit l'espacement entre les lignes à 1.5 fois la taille de la police */
}

p {
  line-height: 1.5;
}