/* Le logo */
body:after {
content: url(../../images/logo/logo_dalibo_landscape_blue_tagline.186x50.png);
position: fixed;
bottom: 1em;
left: 1em;
}


:root {
  /* Reduire la taille de la police */
  --r-main-font-size: 36px;
  /* https://gitlab.dalibo.info/formation/manuels/-/issues/665 */
  --r-heading-text-transform: none;
}

/*
 * Style des mots-clés
 * /!\ A garder en cohérence avec revealjs
 * https://gitlab.dalibo.info/formation/manuels/-/issues/665
 */
code {
  color: var(--r-link-color-dark);
}

em {
  color: var(--r-link-color-dark);
}

/* Cacher les notes de bas de pages */
section#footnotes {
    display: none !important;
}
