/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
:root{
    /*persistent colors */
    --clearer-color:255,255,255;
    --somber-color:43,43,43;

    --dark-color:0,0,0;

    /*borne colors */
    --borne-background-color:97,132,121;
    --borne-text-background-color:43,43,43;

    --borne-element-color:249,236,201;
    --borne-text-element-color:43,43,43;

    --borne-special-color:113,111,111;
    --borne-text-special-color:255,255,255;

    font-size: 14px;
}
body,
html {
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    /* prevent copy paste, to allow, change 'none' to 'text' */
    color: #333333;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Roboto Condensed", sans-serif;
    /* font-size: 14px; */

    display: flex;
    flex-direction: column;
    /* -webkit-font-smoothing: antialiased;
     -webkit-text-stroke: 1px rgba(255, 255, 255, .15);*/
}

body:has(#basrelief-out, #frise-out, #friseTexte-out), #basrelief-out, #frise-out, #friseTexte-out{
    background-color: #333333;
}
body:has(#personnage-out), #personnage-out{
    background-color: #F9ECC9;
}
#accroche-out, #accueil-out, #statueTexte-out, #statue-out, #poi-out, #date-out, #credits-out{
    background-color: #618483;
}

body {
    position: fixed;
    /*background: url(../loading.png) no-repeat center center #fff;*/
    /* background: url(../loading.png) no-repeat center center #004C97; */
    transition: background 1s;
    /* TODO Voir si c'est efficace sur le zoom*/
    touch-action: none;
    --jaune: #F9ECC9;
    --vert: #618483;
    --noir: #333333;
    background-color: #618483;
}
button{
    color: var(--noir);
}
.accroche-btn{
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: white;
    border-radius: 0.2rem;
    left: 3rem;
    bottom: 3rem;
    z-index: 100;
}

img {
    pointer-events: none;
}
button:focus,button:active, select:focus, select:active,input:focus, input:active, input[type="radio"]:focus, input[type="radio"]:active {
    outline: none;
}
p {
    /*-webkit-text-stroke: 1px rgba(0, 0, 0, .15);*/

}

h1, h2, p, li{
    font-family: "Roboto Condensed";
    font-weight: normal;
}
i{
    font-style: italic;
}
sup {font-size:60%; vertical-align:super;}

#basrelief-out h1, #date-out h1, #frise-out h1, #friseTexte-out h1, #personnage-out h1, #poi-out h1, #statue-out h1, #statueTexte-out h1, #credits-out h1{
    font-size: 3rem;
    position: relative;
}
#basrelief-out h1, #frise-out h1, #friseTexte-out h1, #personnage-out h1, #statue-out h1, #statueTexte-out h1{
    font-size: 3rem;
    position: relative;
    top: 3rem;
    left: 3rem;
}
#basrelief-out h1::after, #frise-out h1::after, #friseTexte-out h1::after, #personnage-out h1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.3rem;
    background-color: var(--jaune);
    bottom: -2rem;
    left: 50%;  /* Start from the middle */
    transform: translateX(-50%) rotate(-2deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}
#credits-out h1::after{
    content: '';
    position: absolute;
    width: 14%;
    height: 0.2rem;
    background-color: var(--jaune);
    bottom: -2rem;
    left: 50%;  /* Start from the middle */
    transform: translateX(-50%) rotate(6deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}
#date-out h1::after, #poi-out h1::after{
    content: '';
    position: absolute;
    width: 50%;
    height: 0.3rem;
    background-color: var(--noir);
    bottom: -2.5rem;
    left: 50%;  /* Start from the middle */
    transform: translateX(-50%) rotate(7deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}

#statue-out h1::after, #statueTexte-out h1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: var(--noir);
    bottom: -1rem;
    left: 50%;  /* Start from the middle */
    transform: translateX(-50%) rotate(-4deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}

#personnage-out h2:not(.personnage-h2)::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 0.25rem;
    background-color: var(--vert);
    bottom: -2rem;
    left: 50%;  /* Start from the middle */
    transform: translateX(-50%) rotate(-6deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}
#personnage-out h2.personnage-h2::before{
    content: '';
    position: absolute;
    width: 80%;
    height: 0.25rem;
    background-color: var(--noir);
    top: -2.5rem;
    right: 0;
    transform: rotate(-8deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}

button {
    font-family: "Roboto Condensed";
    border: none;
    background: none;
}

#screens,
#content {
    width: 100%;
    height: 100%;
    position: relative;
}

#content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.screen {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: 0;
    will-change: opacity;
}

.screen.active {
    opacity: 1;
}

.screen-out{
    height:100%;
}

button {
    transition: all .1s;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.paysage, .paysage .svg{
    display: none;
}

@media (max-width: 1000px) {
    #basrelief-out h1, #frise-out h1, #statue-out h1, #friseTexte-out h1, #statueTexte-out h1{
        top: 0;
        left: 0;
    }
    h1{
        font-size: 150% !important;
    }
    h2{
        font-size: 120% !important;
    }
    h3{
        font-size: 110% !important;
    }
    p{
        font-size: 100% !important;
    }
    .accroche-btn {
        width: 3rem !important;
        height: 3rem !important;
        left: 2% !important;
        bottom: 5% !important;
        padding: 0 !important;
        z-index: 1000;
    }
    .accroche-btn svg{
        width: 25px !important;
        height: 18px !important;
    }
    .close svg{
        width: 22px;
        height: 22px;
    }
    #accroche-out h1 {
        font-size: 450% !important;
    }
    button.plus, button.close{
        width: 3rem !important;
        height: 3rem !important;
    }
    button:not(.rubrique_1,.rubrique_2, .accroche-btn, .close, .plus, .poi){
        font-size: 100% !important;
        padding: 0 !important;
        padding: 1rem 1.5rem !important;
        /* padding: 4% 5.5%; */
        width: auto !important;
        height: auto !important;
    }
    button.basreliefs-bouton{
        padding: .5rem 1.5rem !important;
        margin-bottom: 12% !important;
    }
    #accroche-out .contenu{
        height: 80% !important;
        justify-content: space-evenly !important;
    }
    #accroche-out h1 {
        font-size: 240% !important;
    }
    #accroche-out .langues{
        width: 45% !important;
    }
    #accueil-out .rubriques button {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    #accueil-out p {
        font-size: 300% !important;
    }
    #statue-out #vers-gauche, #statueTexte-out #vers-gauche {
        left: 5% !important;
    }
    #statue-out #vers-droite, #statueTexte-out #vers-droite {
        right: 5% !important;
    }
    #statue-out button img, #statueTexte-out button img{
        width: 50% !important;
    }
    #statue-out .basreliefs, #statueTexte-out .basreliefs {
        bottom: 0 !important;
        right: 5% !important;
    }
    #statue-out h1, #frise-out h1, #statueTexte-out h1, #friseTexte-out h1 {
        margin-left: 2% !important;
        margin-top: 2% !important;
    }
    #statue-out .statue-container .statue-pois button, #statueTexte-out .statue-container .statue-pois button{
        background-size: 1rem !important;
    }
    #statue-out .statue-container .statue-pois button#poi-1, #statueTexte-out .statue-container .statue-pois button#poi-1,#statue-out .statue-container .statue-pois button#poi-3,#statueTexte-out .statue-container .statue-pois button#poi-3{
        padding-right: 2.5rem !important;
    }
    #statue-out .statue-container .statue-pois button#poi-2,#statue-out .statue-container .statue-pois button#poi-4, #statueTexte-out .statue-container .statue-pois button#poi-2,#statueTexte-out .statue-container .statue-pois button#poi-4{
        padding-left: 3rem !important;
    }
    #statue-out .statue-container .statue-pois button#poi-1, #statueTexte-out .statue-container .statue-pois button#poi-1{
        left: -50% !important;
    }
    #statue-out .statue-container .statue-pois button#poi-2, #statueTexte-out .statue-container .statue-pois button#poi-2{
        right: -65% !important;
        top: 20% !important;
    }
    #statue-out .statue-container .statue-pois button#poi-3, #statueTexte-out .statue-container .statue-pois button#poi-3{
        left: -70% !important;
    }
    #statue-out .statue-container .statue-pois button#poi-4, #statueTexte-out .statue-container .statue-pois button#poi-4{
        bottom: 35% !important;
        right: -75% !important;
    }
    #statue-out .boutons-tourner, #statueTexte-out .boutons-tourner{
        width: 9.5rem !important;
        height: 8rem !important;
        padding: 0 !important;
        bottom: 35% !important;
    }
    #statue-out .basreliefs-bouton svg, #statueTexte-out .basreliefs-bouton svg {
        margin-right: 1.2rem !important;
        width: 1rem !important;
    }
    #statue-out .avertissement .avertissement-container p, #statueTexte-out .avertissement .avertissement-container p, #statueTexte-out .premierAvertissement .premierAvertissement-container p, #friseTexte-out .premierAvertissement .premierAvertissement-container p{
        padding: 1rem !important;
    }
    #basrelief-out .boutons {
        bottom: 5% !important;
    }
    #basrelief-out .boutons .accroche-btn {
        bottom: 0 !important;
    }
    #basrelief-out .dragger svg{
        width: 33px;
        height: 65.5px;
    }
    #basrelief-out .boutons{
        width: 100% !important;
        padding: 0 1rem !important;
    }
    #basrelief-out .boutons .accroche-btn{
        position: relative !important;
        margin-right: 2rem !important;
        margin-left: 0 !important;
    }
    #basrelief-out .statue-btn{
        margin-left: 0 !important;
        padding-left: 4rem !important;
    }
    #personnage-out .personnages {
        height: auto !important;
    }
    #personnage-out .personnages ul .rond {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
    #personnage-out .explications {
        padding-right: 20% !important;
        padding-left: 10% !important;
    }
    #personnage-out .explications li:not(:last-child) {
        margin-bottom: 0 !important;
    }
    #personnage-out .statue-btn {
        bottom: 5% !important;
        left: 10% !important;
        padding-left: 4rem !important;
    }

    #frise-out, #friseTexte-out{
        padding: 0 !important;
        padding-bottom: 10% !important;
    }
    #frise-out .frise, #friseTexte-out .frise {
        width: 100% !important;
        gap: 12% !important;
    }
    #frise-out .frise .plus, #friseTexte-out .frise .plus{
        width: 3rem !important;
        height: 3rem !important;
    }
    #frise-out .frise .plus svg, #friseTexte-out .frise .plus svg, #personnage-out .poi svg{
        width: 20px !important;
        height: 20px !important;
    }
    #frise-out .frise h2:first-of-type, #friseTexte-out .frise h2:first-of-type {
        margin-left: 2%;
    }
    #frise-out .frise .ligne, #friseTexte-out .frise .ligne{
        border-left: .3rem dashed white !important;
    }
    #frise-out .frise button, #friseTexte-out .frise button {
        left: -3rem !important;
        grid-template-columns: 3rem 100% !important;
        padding-bottom: 0 !important;
    }
    #frise-out .frise > div:nth-of-type(2n), #friseTexte-out .frise > div:nth-of-type(2n) {
        height: 80% !important;
    }
    #frise-out .frise > div:nth-of-type(2n+1), #friseTexte-out .frise > div:nth-of-type(2n+1) {
        height: 60% !important;
    }
    #personnage-out .explications #close-perso {
        right: 2% !important;
        top: 2% !important;
    }

    #basrelief-out h1::after, #frise-out h1::after, #friseTexte-out h1::after, #personnage-out h1::after, #date-out h1::after, #poi-out h1::after, #statue-out h1::after, #personnage-out h2:not(.personnage-h2)::after, #credits-out h1::after{
        height: 0.15rem !important;
        bottom: -1rem !important;
    }
    #accroche-out h1::after{
        height: 0.2rem !important;
        bottom: -1rem !important;
    }
    #date-out .date-desc, #poi-out .poi-desc{
        padding: 2rem 1.5rem 2rem 1.5rem !important;
    }
    #date-out .date-desc-carousel .ronds, #poi-out .poi-desc-carousel .ronds{
        gap: 0.5rem !important;
    }
    #date-out .date-desc-carousel .ronds .rond, #poi-out .poi-desc-carousel .ronds .rond{
        width: 1rem !important;
        height: 1rem !important;
    }
    #date-out .date-desc h1, #poi-out .poi-desc h1{
        margin-bottom: 2rem !important;
    }
    #date-out .date-desc-text, #poi-out .poi-desc-text{
        font-size: 1.2rem !important;
    }

    #date-out .date-desc-text.is-bottom-overflowing, #poi-out .poi-desc-text.is-bottom-overflowing{
        -webkit-mask-image: linear-gradient(to bottom, black calc(100% - calc(100% - 90px)), transparent 100%) !important;
    }

    @media (orientation: portrait) {
        .paysage{
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: var(--jaune);
        }
        .paysage .svg{
            display: block;
            position: relative;
        }
        .paysage .svg .tourner{
            animation: 2s linear 0s infinite turnPhone;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
    }
    @keyframes turnPhone {
        from{
            transform: rotate(0);
        }
        to{
            transform: rotate(-45deg);
        }
    }
}
#accroche-out {
    text-align: center;
    /*background: url(../../../img/loadingBg.png) no-repeat center center;*/
    -webkit-background-size: contain;
    background-size: contain;
    position: fixed;
    background-color: rgb(var(--borne-background-color));
    /* z-index:1; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100svh;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#accroche-out .contenu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40%;
}
#accroche-out h1{
    font-size: 5.375rem;
    color: var(--jaune);
    position: relative;
    display: inline-block;
}
#accroche-out h1::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 0.5rem;
    background-color: var(--jaune);
    bottom: -3rem;
    left: 50%;  /* Start from the middle */
    transform: translateX(-50%) rotate(-5deg);  /* Center it and apply the tilt */
    transform-origin: center;  /* Rotate around the center of the element */
}
#accroche-out button{
    font-size: 1.875rem;
    padding: 1.5rem 2.5rem;
    background-color: white;
    border-radius: 0.2rem;
}
#accroche-out .langues{
    width: 35%;
    display: flex;
    justify-content: space-between;
}
#accroche-out .credits-btn{
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}
#accueil-out{
    height: 100%;
    position: fixed;
}
#accueil-out .rubriques{
    display:flex;
    height: 100%;
}
#accueil-out .rubriques button{
    width: 50%;
    height: 100vh;
    padding-left: 2.5rem;
    padding-right: 6rem;
    color: white;
    text-align: left;
}
#accueil-out .rubriques button:first-of-type{
    background-color: var(--vert);
}
#accueil-out .rubriques button:last-of-type{
    background-color: var(--jaune);
}
#accueil-out p{
    font-size: 5rem;
    height: fit-content;
    margin: 0;
}
#accueil-out .rubrique_1, #accueil-out .rubrique_2{
    display: flex;
    align-items: end;
    padding-bottom: 15%;
}
#credits-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
    margin: 0;
    padding: 0;

}
#credits-out h1{
    font-weight: bold;
}
#credits-out h1, #credits-out h2{
    color: var(--jaune);
}
#credits-out h2{
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 100% !important;

}
#credits-out .credits{
    text-align: center;
    color: white;
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#credits-out .credits-credits{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#credits-out .credits-logo{
    display: flex;
    justify-content: space-around;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
#credits-out .credits-logo img{
    height: 3rem;
}

#credits-out .close{
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: white;
    border-radius: 0.2rem;
    right: 1rem;
    top: 1rem;
}
#statue-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    transition: all .3s;
    flex-direction: row;
    margin: 0;
    padding: 0;

}
#statue-out h1{
    position: fixed;
    margin-left: 3rem;
    margin-top: 3rem;
}
#statue-out button:not(.accroche-btn){
    font-size: 2rem;
}
#statue-out .statue-container{
    width: 100%;
}
#statue-out .statue{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#statue-out .cote{
    display: none;
}
#statue-out .cote.current {
    display: flex;
}
#statue-out .cote.current img{
    height: 90vh;
}
#statue-out .statue-container .statue-pois{
    position: absolute;
    height: 100%;
    width: 20%;
}
#statue-out .statue-container .statue-pois button{
    padding: 1.5rem 2.5rem;
    background-color: white;
    border-radius: 0.2rem;
    height: fit-content;
    background-image: url('../../../img/plus.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
}
#statue-out .statue-container .statue-pois button#poi-1{
    position: absolute;
    top: 12%;
    left: -45%;
    background-position: 90%;
    padding-right: 4rem;
}
#statue-out .statue-container .statue-pois button#poi-2{
    right: -10%;
    position: absolute;
    top: 25%;
    background-position: 10%;
    padding-left: 4rem;
}
#statue-out .statue-container .statue-pois button#poi-3{
    position: absolute;
    left: -15%;
    top: 35%;
    background-position: 92%;
    padding-right: 4rem;
    display: none;
}
#statue-out .statue-container .statue-pois button#poi-4{
    position: absolute;
    bottom: 47%;
    right: -25%;
    background-position: 10%;
    padding-left: 4rem;
}
#statue-out .boutons-tourner{
    position: absolute;
    /* top: 50%; */
    bottom: 40%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding: 0 3rem;
    padding: 1.5rem 2.5rem; */
    /* padding: 0;
    padding-bottom: 2rem;
    padding-top: 0; */
    background-color: white;
    border-radius: 0.2rem;
    width: 18.75rem;
    height: 15.125rem;
}
#statue-out #vers-gauche{
    left: 3rem;
}
#statue-out #vers-droite{
    right: 3rem;
}
#statue-out .boutons-tourner img{
    width: 50% !important;
}

#statue-out .basreliefs{
    position: absolute;
    bottom: 20%;
    right: 10%;
}
#statue-out .basreliefs-bouton{
    display: none;
    align-items: center;
    padding: 0 3rem;
    padding: 1.5rem 2.5rem;
    background-color: white;
    border-radius: 0.2rem;
}
#statue-out .basreliefs-bouton svg{
    margin-right: 2rem;
    width: 1.6rem;
}
#statue-out #basrelief-bouton-1{
    display: flex;
}

#statue-out .avertissement{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}
#statue-out .avertissement .avertissement-container{
    background-color: var(--jaune);
    width: 60%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#statue-out .avertissement .avertissement-container h2{
    font-size: 2.5rem;
}
#statue-out .avertissement .avertissement-container-texte{
    height: 60%;
}
#statue-out .avertissement .avertissement-container-texte p{
    font-size: 1.5rem;
    padding: 2rem;
    overflow-y: auto;
    height: 90%;
}
#statue-out .avertissement .avertissement-container .basreliefs-btn{
    position: absolute;
    bottom: -2.5rem;
    background-color: white;
    width: 53%;
    padding: 1rem 0;
    /* display: none; */
}

.none{
    display: none !important;
}
.block{
    display: block;
}

#statue-out .close{
    position: absolute;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 0.2rem;
    right: 0.5rem;
    top: 0.5rem;
}
#poi-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
    margin: 0;
    padding: 0;
}

#poi-out .poi{
    display: flex;
    width: 90%;
    height: 100%;
}
#poi-out .poi-desc{
    background-color: var(--jaune);
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 3.375rem 1rem 2rem 3rem;
}
#poi-out .poi-desc h1{
    text-align: center;
    font-size: 3.625rem;
    margin-top: 0;
    margin-bottom: 7.75rem;
}
#poi-out .poi-desc-text{
    height: 80%;
    overflow-y: auto;
    padding-right: 1rem;
}
#poi-out .poi-desc-text p{
    font-size: 2.25rem;
}
#poi-out .poi-desc-text.is-bottom-overflowing {
    --bottom-mask-size: 48px !important;
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - calc(100% - 48px)), transparent 100%);
    mask-image: linear-gradient(to bottom, black calc(100% - 48px), transparent 100%);
  }
#poi-out .poi-desc-text::-webkit-scrollbar{
    background-color: white;
    border-radius: 20px;
    width: .4rem;
}
#poi-out .poi-desc-text::-webkit-scrollbar-thumb{
    background-color: black;
    border-radius: 20px;
}

#poi-out .poi-desc-boutons{
    position: absolute;
    bottom: -2rem;
    right: 1rem;
}
#poi-out .poi-desc-boutons button{
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 0.2rem;
}
#poi-out .poi-desc-carousel{
    padding-top: 1rem;
}
#poi-out .poi-desc-carousel p{
    font-size: 2rem;
    margin-bottom: .8rem;
}
#poi-out .poi-desc-carousel .ronds{
    display: flex;
    gap: .938rem;
}
#poi-out .poi-desc-carousel .ronds .rond{
    height: 1.438rem;
    width: 1.438rem;
    border-radius: 50%;
    background-color: #C2C2C2;
}
#poi-out .poi-desc-carousel .ronds .rond.rond-current{
    background-color: var(--vert);
}

#poi-out .poi-carousel{
    width: 60%;
    height: 100%;
    background-size: contain !important;
    position: relative;
    transition: background 0.5s ease;
}
#poi-out .poi-carousel .credits{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    bottom: 0;
    padding: .6rem;
}

#poi-out .statue-btn{
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: white;
    border-radius: 0.2rem;
    right: 2rem;
    top: 2rem;
}
#basrelief-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all .3s;
    margin: 0;
    padding: 0;
    background-color: var(--noir);
}

#basrelief-out .comparaison{
    width: 100%;
    height: 100vh;
    position: relative;
}
#basrelief-out .boutons, #basrelief-out h1{
    position: absolute;
    z-index: 10;
}
#basrelief-out h1{
    color:beige;
    top: 1rem;
    left: 1rem;
}
#basrelief-out .boutons{
    width: 96%;
    bottom: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 2000;
}
#basrelief-out .boutons button:not(.accroche-btn){
    font-size: 2rem;
    padding: 1.2rem 3rem;
    background-color: white;
    border-radius: 0.2rem;
}
#basrelief-out .statue-btn {
    background: url("../../../img/fleche.svg") no-repeat 10% white;
    background-size: 15%;
    padding-left: 7rem;
    margin-left: 8rem;
}
#basrelief-out .accroche-btn{
    position: auto;
    left: 0;
    bottom: 0;
    margin-left: 3rem;
}

#basrelief-out .gallery {
    height: 100vh;
    width: 80%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#basrelief-out .gallery figure {
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0;
}

#basrelief-out .gallery img {
    width: 100%;
    height: auto;
    display: block;
}

#basrelief-out .legend {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 5px;
    font-size: 0.9rem;
    color: white;
    width: 40%;
    text-align: right;
}

#basrelief-out .dragger {
    width: 0.5rem;
    height: 100vh;
    background: white;
    position: absolute;
    place-content: center;
}

#basrelief-out .dragger svg{
    position: absolute;
    top: 40%;
}

#basrelief-out .clipped1 {
    clip-path: inset(0px 66.66% 0px 0px);
}

#basrelief-out .clipped2 {
    clip-path: inset(0px 33.33% 0px 33.33%);
}

#frise-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    transition: all .3s;
    flex-direction: row;
    margin: 0;
    padding: 0;
    background-color: var(--noir);
    padding-bottom: 9rem;
    padding-left: 3rem;
}

#frise-out > h1{
    position: fixed;
    margin-top: 3rem;
    color: var(--jaune);
    font-size: 3.625rem;
}
#frise-out h2:not(.premierAvertissement h2){
    color: var(--jaune);
    font-size: 3.625rem;
}
#frise-out h3, #frise-out .frise button{
    color: white;
    font-size: 3rem;
}

#frise-out .frise{
    display: flex;
    align-items: end;
    overflow-x: auto;
    height: 100%;
    width: fit-content;
    gap: 15rem;
}
#frise-out .frise::-webkit-scrollbar{
    display: none;
}
#frise-out .frise h2, #frise-out .frise h3{
    margin: 0;
}
#frise-out .frise .date{
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
#frise-out .frise > div:nth-of-type(odd){
    height: 40%;
}
#frise-out .frise > div:nth-of-type(even){
    height: 70%;
}
#frise-out .frise button{
    position: absolute;
    top: 2rem;
    left: -7rem;
    text-align: left;
    display: grid;
    /* grid-template-columns: 4.5rem 8rem; */
    grid-template-columns: 25% 150%;
    align-items: center;
    gap: 1rem;
    background-color: #333;
    padding-bottom: 2rem;
}
#frise-out .frise button .plus{
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 0.2rem;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
#frise-out .frise .ligne{
    border-left: .3rem dashed white;
    width: 1px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
}
#frise-out .frise > div:nth-of-type(even) .ligne{
    height: 70%;
    bottom: 10%;
}
#frise-out .frise > div:nth-of-type(odd) .ligne{
    height: 45%;
    bottom: 20%;
} 
#frise-out .frise > div:last-of-type{
    margin-right: 100px;
} 

#frise-out .premierAvertissement{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}
#frise-out .premierAvertissement .premierAvertissement-container{
    background-color: var(--jaune);
    width: 60%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 2rem;
}
#frise-out .premierAvertissement .premierAvertissement-container h2{
    font-size: 2.5rem;
}
#frise-out .premierAvertissement .premierAvertissement-container p{
    font-size: 1.5rem;
    padding: 2rem;
    padding-top: 1rem;
    overflow: scroll;
}
#frise-out .premierAvertissement .premierAvertissement-container button{
    position: absolute;
    background-color: white;
    width: 53%;
    padding: 1rem 0;
}
#frise-out .premierAvertissement .premierAvertissement-container button{
    bottom: -1.5rem;
}
.none{
    display: none !important;
}

#frise-out #date-out{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--noir);
}

#date-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
    margin: 0;
    padding: 0;
}

#date-out .Fichedate{
    display: flex;
    width: 90%;
    height: 100%;
}
#date-out .date-desc{
    background-color: var(--jaune);
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 3.375rem 1rem 2rem 3rem;
}
#date-out .date-desc h1{
    text-align: center;
    font-size: 3.625rem;
    margin-top: 0;
    margin-bottom: 7.75rem;
}
#date-out .date-desc-text{
    height: 80%;
    font-size: 2.25rem;
    overflow-y: auto;
    padding-right: 1rem;
}
#date-out .date-desc-text.is-bottom-overflowing {
    --bottom-mask-size: 48px !important;
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - calc(100% - 48px)), transparent 100%);
    mask-image: linear-gradient(to bottom, black calc(100% - 48px), transparent 100%);
  }
#date-out .date-desc-text::-webkit-scrollbar{
    background-color: white;
    border-radius: 20px;
    width: .4rem;
}
#date-out .date-desc-text::-webkit-scrollbar-thumb{
    background-color: black;
    border-radius: 20px;
}

#date-out .date-desc-boutons{
    position: absolute;
    bottom: -2rem;
    right: 1rem;
}
#date-out .date-desc-boutons button{
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 0.2rem;
}
#date-out .date-desc-carousel{
    padding-top: 1rem;
}
#date-out .date-desc-carousel p{
    font-size: 2rem;
    margin-bottom: .8rem;
}
#date-out .date-desc-carousel .ronds{
    display: flex;
    gap: .938rem;
}
#date-out .date-desc-carousel .ronds .rond{
    height: 1.438rem;
    width: 1.438rem;
    border-radius: 50%;
    background-color: #C2C2C2;
}
#date-out .date-desc-carousel .ronds .rond.rond-current{
    background-color: var(--vert);
}
#date-out .date-carousel{
    width: 60%;
    height: 100%;
    background-size: contain !important;
    position: relative;
    transition: background 0.5s ease;
}
#date-out .date-carousel .credits{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    bottom: 0;
    padding: .6rem;
}
#date-out .statue-btn{
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: white;
    border-radius: 0.2rem;
    right: 2rem;
    top: 2rem;
}
#personnage-out{
    height: 100%;
    width: 100%;
    position: fixed;
    display: grid;
    grid-template-columns: 70% 30%;
    background-color: var(--noir);
}
#personnage-out .basrelief{
    width: 100%;
    height: 100%;
    position: relative;
}
#personnage-out .basrelief h1{
    position: absolute;
    color: var(--jaune);
    z-index: 1000;
    top: 1rem;
    left: 1rem;
}
#personnage-out .basrelief .images{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#personnage-out .basrelief .images .fond, #personnage-out .basrelief .images .fond-sombre, #personnage-out .basrelief .images .detour{
    width: 100%;
    position: absolute;
}
#personnage-out .basrelief .images .fond{
    z-index: 10;
}
#personnage-out .basrelief .images .fond-sombre{
    z-index: 0;
}
#personnage-out .basrelief .images .detour{
    z-index: 110;
}
#personnage-out .statue-btn, #personnage-out .poi{
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    background-color: white;
    border-radius: 0.2rem;
    z-index: 1000;
}
#personnage-out .statue-btn{
    bottom: 3rem;
    left: 12rem;
    padding: 2.4rem 2.5rem;
    background: url("../../../img/fleche.svg") no-repeat 10% white;
    background-size: 15%;
    padding-left: 7rem;
    width: fit-content;
    display: flex;
    align-items: center;
}
#personnage-out .statue-btn svg{
    margin-right: 2rem;
    margin-top: 0.35rem;
}
#personnage-out .poi{
    display: none;
    bottom: 5%;
    right: 5%;
}
/* #personnage-out #poi-1{
    right: 30%;
    top: 50%;
    bottom: auto;
    left: auto;
}
#personnage-out #poi-2{
    right: 20%;
    bottom: 10%;
}
#personnage-out #poi-3{
    left: 30%;
    top: 50%;
}
#personnage-out #poi-4{
    left: 10%;
    top: 40%;
} */
#personnage-out .explications{
    background-color: var(--jaune);
    padding-right: 5rem;
    padding-left: 5rem;
    position: relative;
    overflow: auto;
}
#personnage-out .explications ul{
    list-style: none;
    padding: 0;
    text-align: right;
}
#personnage-out .explications li:not(:last-child){
    margin-bottom: 5rem;
}
#personnage-out .personnages{
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    height: fit-content;
}
#personnage-out .personnages:after{
    content:"";
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -10%;
    border-left: .7rem dotted #C9BAB7; /*change these values to suit your liking*/
}
#personnage-out .personnages ul li{
    position: relative;
}
#personnage-out .personnages ul li .rondCont{
    display: none;
    position: absolute;
    right: -15.5%;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    height: 100%;
}
#personnage-out .personnages ul .rond{
    display: none;
    content: "";
    width: 3.625rem;
    height: 3.625rem;
    background-color: var(--vert);
    border-radius: 50%;
    /* transition: transform 200ms ease-in-out; */
}
#personnage-out .personnages li button{
    font-size: 2rem;
    text-align: right;
    width: 100%;
}
.personnage{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    padding: 2%;
    height: 100%;
    background-color: var(--jaune);
    z-index: 100;
    overflow: auto;
    padding-bottom: 4%;
}
#personnage-out .personnage #close-perso{
    width: 5rem;
    height: 5rem;
    background-color: white;
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: none;
    z-index: 500;
}
#personnage-out .personnage h2:not(.personnage-h2){
    margin-top: 30%;
    font-size: 2.688rem;
    text-align: center;
    position: relative;
    color: var(--vert);
    margin-bottom: 3rem;
}
#personnage-out .personnage small{
    font-size: 1rem;
}
#personnage-out .personnage p{
    font-size: 1.875rem;
}

#personnage-out .personnage-titre{
    display: none;
}
#personnage-out .personnage-h2{
    position: relative;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
    padding-left: 1rem;
    font-weight: bold;
    margin-right: 1rem;
}

#statueTexte-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    transition: all .3s;
    flex-direction: row;
    margin: 0;
    padding: 0;

}
#statueTexte-out h1{
    position: fixed;
    margin-left: 3rem;
    margin-top: 3rem;
}
#statueTexte-out button:not(.accroche-btn){
    font-size: 2rem;
}
#statueTexte-out .statue-container{
    width: 100%;
}
#statueTexte-out .statue{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#statueTexte-out .cote{
    display: none;
}
#statueTexte-out .cote.current {
    display: flex;
}
#statueTexte-out .cote.current img{
    height: 90vh;
}
#statueTexte-out .statue-container .statue-pois{
    position: absolute;
    height: 100%;
    width: 20%;
}
#statueTexte-out .statue-container .statue-pois button{
    padding: 1.5rem 2.5rem;
    background-color: white;
    border-radius: 0.2rem;
    height: fit-content;
    background-image: url('../../../img/plus.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
}
#statueTexte-out .statue-container .statue-pois button#poi-1{
    position: absolute;
    top: 12%;
    left: -45%;
    background-position: 90%;
    padding-right: 4rem;
}
#statueTexte-out .statue-container .statue-pois button#poi-2{
    right: -10%;
    position: absolute;
    top: 25%;
    background-position: 10%;
    padding-left: 4rem;
}
#statueTexte-out .statue-container .statue-pois button#poi-3{
    position: absolute;
    left: -15%;
    top: 35%;
    background-position: 92%;
    padding-right: 4rem;
    display: none;
}
#statueTexte-out .statue-container .statue-pois button#poi-4{
    position: absolute;
    bottom: 47%;
    right: -25%;
    background-position: 10%;
    padding-left: 4rem;
}
#statueTexte-out .boutons-tourner{
    position: absolute;
    /* top: 50%; */
    bottom: 40%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding: 0 3rem;
    padding: 1.5rem 2.5rem; */
    /* padding: 0;
    padding-bottom: 2rem;
    padding-top: 0; */
    background-color: white;
    border-radius: 0.2rem;
    width: 18.75rem;
    height: 15.125rem;
}
#statueTexte-out #vers-gauche{
    left: 3rem;
}
#statueTexte-out #vers-droite{
    right: 3rem;
}
#statueTexte-out .boutons-tourner img{
    width: 50% !important;
}

#statueTexte-out .basreliefs{
    position: absolute;
    bottom: 20%;
    right: 10%;
}
#statueTexte-out .basreliefs-bouton{
    display: none;
    align-items: center;
    padding: 0 3rem;
    padding: 1.5rem 2.5rem;
    background-color: white;
    border-radius: 0.2rem;
}
#statueTexte-out .basreliefs-bouton svg{
    margin-right: 2rem;
    width: 1.6rem;
}
#statueTexte-out #basrelief-bouton-1{
    display: flex;
}

#statueTexte-out .avertissement, #statueTexte-out .premierAvertissement{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}
#statueTexte-out .avertissement .avertissement-container, #statueTexte-out .premierAvertissement .premierAvertissement-container{
    background-color: var(--jaune);
    width: 60%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#statueTexte-out .avertissement .avertissement-container h2, #statueTexte-out .premierAvertissement .premierAvertissement-container h2{
    font-size: 2.5rem;
}
#statueTexte-out .avertissement .avertissement-container-texte{
    height: 60%;
}
#statueTexte-out .avertissement .avertissement-container p, #statueTexte-out .premierAvertissement .premierAvertissement-container p{
    font-size: 1.5rem;
    padding: 2rem;
    overflow-y: auto;
}
#statueTexte-out .avertissement .avertissement-container p{
    height: 90%;
}
#statueTexte-out .avertissement .avertissement-container .basreliefs-btn, #statueTexte-out .premierAvertissement .premierAvertissement-container .premierAvertissement-btn{
    position: absolute;
    background-color: white;
    width: 53%;
    padding: 1rem 0;
    bottom: -2.5rem;
}
/* #statueTexte-out .avertissement .avertissement-container .basreliefs-btn{
    display: none;
} */
#statueTexte-out .premierAvertissement .premierAvertissement-container .premierAvertissement-btn{
    bottom: -1.5rem;
}
.none{
    display: none !important;
}
.block{
    display: block;
}

#statueTexte-out .close{
    position: absolute;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 0.2rem;
    right: 0.5rem;
    top: 0.5rem;
}
#friseTexte-out {
    /* padding: 60px 0 0 0; */
    /*position: relative;*/
    display: flex;
    /*transition: all .3s;*/

    height: 100%;

    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    transition: all .3s;
    flex-direction: row;
    margin: 0;
    padding: 0;
    background-color: var(--noir);
    padding-bottom: 9rem;
    padding-left: 3rem;
}

#friseTexte-out h1{
    position: fixed;
    margin-top: 3rem;
    color: var(--jaune);
    font-size: 3.625rem;
}
#friseTexte-out h2:not(.premierAvertissement h2){
    color: var(--jaune);
    font-size: 3.625rem;
}
#friseTexte-out h3, #friseTexte-out .frise button{
    color: white;
    font-size: 3rem;
}

#friseTexte-out .frise{
    display: flex;
    align-items: end;
    overflow-x: auto;
    height: 100%;
    width: fit-content;
    gap: 15rem;
}
#friseTexte-out .frise::-webkit-scrollbar{
    display: none;
}
#friseTexte-out .frise h2, #friseTexte-out .frise h3{
    margin: 0;
}
#friseTexte-out .frise .date{
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
#friseTexte-out .frise > div:nth-of-type(odd){
    height: 40%;
}
#friseTexte-out .frise > div:nth-of-type(even){
    height: 70%;
}
#friseTexte-out .frise button{
    position: absolute;
    top: 2rem;
    left: -7rem;
    text-align: left;
    display: grid;
    /* grid-template-columns: 4.5rem 8rem; */
    grid-template-columns: 25% 150%;
    align-items: center;
    gap: 1rem;
    background-color: #333;
    padding-bottom: 2rem;
}
#friseTexte-out .frise button .plus{
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    background-color: white;
    border-radius: 0.2rem;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
#friseTexte-out .frise .ligne{
    border-left: .3rem dashed white;
    width: 1px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
}
#friseTexte-out .frise > div:nth-of-type(even) .ligne{
    height: 70%;
    bottom: 10%;
}
#friseTexte-out .frise > div:nth-of-type(odd) .ligne{
    height: 45%;
    bottom: 20%;
} 
#friseTexte-out .frise > div:last-of-type{
    margin-right: 100px;
} 

#friseTexte-out .premierAvertissement{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}
#friseTexte-out .premierAvertissement .premierAvertissement-container{
    background-color: var(--jaune);
    width: 60%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 2rem;
}
#friseTexte-out .premierAvertissement .premierAvertissement-container h2{
    font-size: 2.5rem;
}
#friseTexte-out .premierAvertissement .premierAvertissement-container p{
    font-size: 1.5rem;
    padding: 2rem;
    padding-top: 1rem;
    overflow: scroll;
}
#friseTexte-out .premierAvertissement .premierAvertissement-container button{
    position: absolute;
    background-color: white;
    width: 53%;
    padding: 1rem 0;
}
#friseTexte-out .premierAvertissement .premierAvertissement-container button{
    bottom: -1.5rem;
}
.none{
    display: none !important;
}
#borneTimeout {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(var(--somber-color), 0.9);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    pointer-events: none;
}


#borneTimeout.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

#svgtimeout-cercle {
    transform-origin: center center;
    transform: rotateZ(90deg);
}

#borneTimeout h1 {
    font-size: 2.5rem;
    font-weight:normal;

    color: white;
    z-index: 9;
    padding: 0;

}



#borneTimeout-titres {
    position: absolute;
    z-index: 9;
    top: 62%;
    left: 50%;
    margin-left:-25%;
    width: 50%;
    height: 30%;
    margin-top: -15%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    color: white;

}

#borneTimeout-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 211px;
    font-family: "Univers LT Std";
    vertical-align: top;
    padding-bottom: 20px;
   
}

#borneTimeout h1 {
    opacity: 0;
    transition: opacity .5s 0s;
}


#borneTimeout.active h1 {
    opacity: 1;
    transition: opacity .3s;
}
#svgtimeout, #borneTimeout-count{
    visibility: hidden;

}
#borneTimeout-inside{
    width:0;
    height: 0;
}
@media (max-width: 768px) {
    #borneTimeout-inside {
        left: 65%;
        width: 100%;
    }

}
/*.contrast-mode #borneTimeout{*/
/*    background-color: rgb(var(--dark-color));*/
/*}*/
