
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;
}

.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.one-column-centered {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    
    height: calc(var(--slide-height) * 0.85);
    max-height: 90%;
}

article.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: calc(var(--slide-height) * 0.85);
}

.francais {
    font-family: Borel;
}

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

.small {
    font-size: 80%;
}

.little {
    font-size: 70%;
}

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

.tiny {
    font-size: 50%;
}

.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;
}
