
body {
    font-family: Roboto, Lato, Verdana, sans-serif;
}


/* Target the main container and the slides container */
.reveal {
    background: #fff; 
    font-family: Roboto, Lato, Verdana, sans-serif;
    padding: 10px;
}

.reveal h2 {
    color: white;
    border-radius: 5px;
}

.reveal h3 {
    background: #0bbbef;
    color: white;
    border-radius: 5px;
}

.reveal h3.small {
    font-size: 1.0em;
}

.bleu_clair {
    color: #0bbbef;
}

.reveal a {
    /*color: #07a18d;*/
    color: #0bbbef;
}

.reveal a:visited {
    color: #0bbbef;
}

.reveal .slide-number {
    font-size: 12px;
    display: block !important; /* Force l'affichage si masqué */
    bottom: 40px !important;
    right: 40px;
    margin: 0px;
    padding: 0px;
}

.reveal .slide-number a {
    color: black;
    background: white;
    border: 0px;
}

article.jmrslide {
    height: calc(var(--slide-height) * 0.85);
    width: 90%;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    

}

article.jmrslide ul {
    list-style-type : square;
}


article.one-column-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90%;
    width:100%;
    margin: 2px auto;
    
}

article.one-column-justified {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
    width:100%;
    margin: 2px auto;
}

article.two-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 10px;
    height: 100%;
}

.francais {
    font-family: Borel;
}

.cadre {
    background: #013050;
    color: white;
    padding: 20px;
    margin-top: 10px;
    border-radius: 15px ;
}

.pink {
    background: pink;
}

.demande {
    background: #800150;
    color: white;
    padding: 10px;
    border-radius: 15px ;
}

.reponse {
    background: #508001;
    color: white;
    padding: 10px;
    border-radius: 15px ;
}

.reponse b {
    color: orange;
}

.small {
    font-size: 80%;
}

.little {
    font-size: 70%;
}

.very-small {
    font-size: 60%;
}

.tiny {
    font-size: 50%;
}

.very-tiny {
    font-size: 40%;
}

.justify {
    text-align: justify;
}

img {
    margin: 10px auto;
}

b {
    font-weight: bold;
    color: #eb5b56;
}

kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

figure {
    position: relative;
    display: inline-block;
}
  
figcaption {
    position: absolute;
    bottom: 34px;
    left: 18px;
    right: 18px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 2px;
    font-size: 14px;
}
