/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

/* Load of Font Awesome for use by Presentation Plugin */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');

/* CSS to style Presentation Plugin slides */
.reveal .slides {
    text-align: left;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    text-transform: unset !important;
}

.reveal .slides section section img {
    margin: auto;
}

.reveal .slides section section .link-overlay:focus, .reveal .slides section section .link-overlay:hover {
  outline: none!important;
}

/*
===========================
Modifications personnelles
===========================
*/

/* CSS pour la balise mark */
mark.roundedmark { background: bisque; padding: 0 8px; border-radius: 1em; }

/* CSS pour label formulaire login */
#grav-login .form-field label.col-sm-2 {
    display: block;
    max-width:50%;
    text-align: left; }
    
/* #grav-login ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /* color: white; */
  /* opacity: 1; /* Firefox */
/* } */

/* #grav-login ::-ms-input-placeholder { /* Microsoft Edge */
  /* color: white;
} */