/*
 * based on https://kb.dalibo.com/assets/dalibo.css
 */

:root  > * {
  --md-primary-fg-color:        #3D7AB7;
  --md-accent-fg-color:         #5c7e8d;
}

.md-typeset .admonition,
.md-typeset details {
  font-size: 0.75rem;     /* 0.64 est trop petit, 0.8 est la casse du texte */
  border-left-width: 5px; /* bordure gauche + large */
}

/* amelioration du rendu (contraste) dans la bannière */
.md-banner {
  color: var(--md-footer-fg-color--lighter);
}
.md-banner a {
  color: var(--md-footer-fg-color--light);
}
.md-banner a:focus,
.md-banner  a:hover {
  color: var(--md-footer-fg-color);
}

/* FIX # Réduire la marge sous la bandeau horizontal*/
.md-main__inner {
    margin-top: 0.5rem;
}
