:root {
    color-scheme: light;
    --accent: #265d58;
    --secondary: #d07d00;
    --r-background-color: #fffffc;
    --r-link-color: #265d58;
    --r-link-color-hover: #d07d00;
    --r-link-color-dark: #265d58;

}


.impress-supported .fallback-message {
    display: none;
}

.footnote {
    font-size: 70%;
    color: #444;
}
#title .footnote {
    margin-top: 2em;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.row.fixe>* {
    flex: 1;
}

.row.nogap {
    gap: 0;
}

.row .small {
    width: 500px;
}
.row .tiny {
    width: 150px;
    margin-top: -70px;
}
.row img {
    width: 100%;
}

img.full-page {
    height:auto !important;
    width:auto !important;
    position:absolute;
    top:-100%; bottom:-100%;
    left:-100%; right:-100%;
    margin:auto;
}

img.full-width {
    width: 990px;
    height: auto;
    display: block;
    border-radius: 0;
    margin-bottom: 1em;
}

.schema {
    border: 0.5em solid white;
    padding-left: 1em;
    padding-right: 1em;
    background-color: white;
    border-radius: 1em;

}

h2 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 1.5em;
}

ul {
    padding-left: 1.5em;
}
.row img.badge {
    width: 100px;
    height: auto;
}

pre.full {
    height: 60vh !important;
    width: 95% !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
    background: #272822;
}

pre.full code {
    flex-grow: 1;
    font-size: 1.3em !important;
    line-height: 1.3em !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    padding: 20px !important;
    box-sizing: border-box;
}

.explanation-container {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.soixante {
    width: 60%;
}

.qrcode {
    width: 200px !important;
}

.right {
    text-align: right;
}

.screenshots {
    position: relative; width: 1000px; height: 100%;
}

.screenshots img {
    position: absolute; top: 0; left: 0;
}

.smartphone {
    height: 70%;
}

.bottom-left {
    position: fixed;
    left: 2em;
    bottom: 2em;
}

.icone-site {
    width: 300px !important;
}

.full-page-svg {
    display: block;
    zoom: 2;
}

.reduced {
    width: 60% !important;
}

.categories {
    max-height: 70px !important;
    width: auto !important;
}

.nopuce li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}