:root {
    --r-background-color: #EEEEEE;
    --r-main-color: #111012;
    --r-heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.qrcode {
    position: absolute;
    top: -20%;
}

/**
Change the QR code position
 */
.qrcode.five {
    top: -5%;
}

.qrcode.right {
    left: 90%;
}

.small-title {
    font-size: medium;
}

.reveal section.title {
    background: rgba(255, 255, 255, 0.3); /* Couleur de fond blanche avec opacité */
}

.reveal section.title h1 {
    position: relative;
    color: black;
    font-size: 70px;
    text-shadow: var(--r-heading1-text-shadow);
    font-weight: 700;
    letter-spacing: normal;
}

.reveal section.title h1 + .preamble > .paragraph > p {
    color: black;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: normal;
}

.reveal section.title {
    background: rgba(255,255,255,60%);
}

footer {
    z-index: 10;
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: -30px;
    min-height: 80px;
    text-align: center;
}

body::after {
    background-color: rgba(242, 243, 245, 0.5);
    content: url("../images/france-devops/logo.png");
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.reveal section h1 {
    color: white;
}

.reveal section h1 + div.preamble > div.paragraph > p {
    color: white;
}

.reveal ul {
    list-style-type: none;
}

.light h2 {
    color: var(--r-background-color);
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    font-size: var(--r-heading2-size);
}


.transparency.slide-background.present {
    opacity: 0.30;
}

.big {
    font-size: 60px;
    color: #012d3f;
}

.red {
    color: #111012;
}

img {
    border-radius: 10px;
}


.reveal .progress {
    color: #54B49C;
    height: 7px;
}

.vertical-align-middle > p {
    vertical-align: middle;
}

.vertical-align-middle > p > span {
    vertical-align: middle;
    margin: 0;
}

.vertical-align-middle > p > span > img {
    vertical-align: middle;
    margin: 0;
}

.important-text > * {
    font-size: xxx-large;
    font-weight: bold;
    color: #012d3f;
}

.small {
    font-size: small;
}

.medium {
    font-size: 38px;
}

.column.has-text-right > div > div.hdlist.small > table {
    margin-right: 0;
}

.column.has-text-left > div > div.hdlist.small > table {
    margin-left: 0;
}

.blur {
    filter: blur(4px);
}

#_cas_dusage img {
    border: black 1px solid;
}

#recap img {
    position: absolute;
    left: 15%;
    border: black 1px solid;
}

#prize p {
    font-size: small;
}