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

/*
 * Style des bloc "slides" dans le handout
 * https://gitlab.dalibo.info/formation/manuels/-/issues/666
 */
.slide-content {
  -moz-box-shadow: 2px 2px 5px #888;
  -webkit-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;
  background-color: rgba(153, 204, 255, 0.4);
  padding: 5px;
  margin: 5px;
}


/*
 * Style des mots-clés
 * /!\ A garder en cohérence avec revealjs
 * https://gitlab.dalibo.info/formation/manuels/-/issues/665
 */
code {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #1a53a1;
    white-space: nowrap;
/* Issue #18
    padding: 0 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
*/
    background: #fafafa;
}

/*
 * On peut "cacher" certains blocs de code dans le handout
 * avec la syntaxe
 *
 * ``` { .hidden-in-html-handout }
 * Ce texte n'apparait pas dans le handhout HTML !
 * ```
 *
 */
.hidden-in-html-handout {
  display: none;
}
