/*
 * 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.
 */

:root {
    --color-fr: #B1CADA;
    --color-en: #E6CA80;
    --color-de: #A0A970;
    --color-fond: #3E3A38;
}

.color-main, .color-main * {
    color: var(--color-main);
    stroke: var(--color-main);
}

.color-fr, .color-fr * {
    color: var(--color-fr);
}

.color-en, .color-en * {
    color: var(--color-en);
}

.color-de, .color-de * {
    color: var(--color-de);
}


.bg-main {
    background-color: var(--color-main) !important;
}


.bg-fr {
    background-color: var(--color-fr) !important;
}

.bg-en {
    background-color: var(--color-en) !important;
}

.bg-de {
    background-color: var(--color-de) !important;
}


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: var(--color-fond);
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

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' */

    /* Empeche d'avoir des retours en arrière en glissant depuis l'extérieur de l'écran  */
    overscroll-behavior-x: none;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Akzidenz-Grotesk Next", Arial, Verdana, sans-serif;
    /* -webkit-font-smoothing: antialiased;
     -webkit-text-stroke: 1px rgba(255, 255, 255, .15);*/
    color: var(--color-fond);
    background-color: var(--color-fond) !important;
    font-size: 18px;
    font-weight: 300;
    /* line-height: 22px; */;
}

body {
    position: fixed;
    background: var(--color-fond);
    /* background: url("../loading.png") no-repeat center center #004C97; */
    transition: background .3s;
}

img {
    pointer-events: none;
    vertical-align: bottom;
}

p {
    /*-webkit-text-stroke: 1px rgba(0, 0, 0, .15);*/

}

button {
    font-family: "Akzidenz-Grotesk Next", Arial, Verdana, sans-serif;
    border: none;
    background: none;
}

#screens,
#content {
    /* width: 100%;
    height: 100%; */
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    position: relative;

}

#content.lang-fr, #content .lang-fr {
    --color-main: var(--color-fr);
}

#content.lang-en, #content .lang-en {
    --color-main: var(--color-en);
}

#content.lang-de, #content .lang-de {
    --color-main: var(--color-de);
}

#content {
    /* background:#ffffff; */
}

/* #app {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    position: relative;
} */

.screen {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s;
    position: absolute;
    /* overflow-y: auto; */
    overflow-y: hidden;
    overflow-x: hidden;
    left: 0;
    top: 0;
    will-change: opacity;
}

.screen.active {
    /* transform: none; */
    opacity: 1;
    /* visibility: visible; */
}

.screen-out {
    background: var(--color-fond);
    height: 100%;
}

.screen-padding {
    /* padding: 60px 0px 0px 0px; */
    padding: 0;
    background: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


button {
    transition: opacity .25s;
    cursor: pointer;
}

button:focus,
button:active {
    transition: opacity .1s;
    outline: none;
    /*  opacity: .5;*/
}


@font-face {
    font-family: 'Akzidenz-Grotesk Next XBold';
    src: url("../fonts/AkzidGrtskNext-ExtraBold.woff2") format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-Italic.woff2") format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-LightItalic.woff2") format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-BlackIt.woff2") format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-Regular.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-Black.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next XLight';
    src: url("../fonts/AkzidGrtskNext-ExtraLight.woff2") format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-Bold.woff2") format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next Med';
    src: url("../fonts/AkzidGrtskNext-MedIt.woff2") format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next XBold';
    src: url("../fonts/AkzidGrtskNext-ExtraBoldIt.woff2") format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next Med';
    src: url("../fonts/AkzidGrtskNext-Med.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-Light.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url("../fonts/AkzidGrtskNext-BoldIt.woff2") format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next XLight';
    src: url("../fonts/AkzidGrtskNext-ExtraLightIt.woff2") format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Block Berthold';
    src: url("../fonts/BlockBerthold.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
    min-height: 80px;
    background: var(--color-main);
    box-shadow: 0px 2.5px 1.9px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}


.btn--big {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
    gap: 20px;

}

.btn--img {
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn--medium {
    min-height: 50px;
}

.btn--inverse {
    color: var(--color-main);
    background: var(--color-fond);
    border: 2px solid var(--color-main);
}

.btn--inverse path {
    fill: var(--color-main);
    stroke: var(--color-main);
}

.btn--inverse span {
    color: var(--color-main);
}

.help {


    position: absolute;
    left: 470px;
    width: calc(1920px - 470px);
    bottom: 50px;

    font-family: 'Akzidenz-Grotesk Next';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;

    /* #D9D9D9 */
    color: var(--color-main);


}

.scrollable {
    overflow-y: scroll;

}

.scrollable::-webkit-scrollbar-track {

    background: url("../img/scrollbar.svg") repeat-y 2px 0;
    background-color: var(--color-fond);
    border: 0;
}

.scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: var(--color-fond);
    border: 0;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 5px;
    min-height: 50px;
    background-color: white;
}


.scrollable::after {
    content: '';
    position: fixed;
    width: calc(100% - 6px);
    bottom: 170px;
    height: 0;
    left: 0;
    box-shadow: 0 0px 30px 50px var(--color-fond);
    transform: translateZ(0);
}
#accroche-out {
    /* font-size: 200%; */
    width: 1920px;
    height: 1080px;
    position: relative;
}

/* .s1366 #accroche-out {
  transform: scale(0.71146);
  transform-origin: top left;
} */

#accroche-titles {
    /* height:100%;
    width:100%;
    display:flex; */

}

.accroche-title {
    transition: opacity 1s;
    opacity: 0;
    position: absolute;
    left: 200px;
    top: 178px;
    font-family: "Block Berthold", Arial, Verdana, sans-serif;

}

.accroche-title .trait {
    font-size: 100px;
    line-height: 1em;
    letter-spacing: -15px;
}

.accroche-title.active {
    opacity: 1;
}


.accroche-title > h1 {
    position: relative;
    color: #ffffff;
    font-family: "Block Berthold", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.accroche-title > h2 {
    position: relative;
    color: #ffffff;
    font-family: "Block Berthold", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 60px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.accroche-title > h1 span {
    display: block;
    /* line-height: 13px; */
}

.accroche-title.active > h1 span {

}

.accroche-title > h2 span {
    display: block;
    /* line-height: 13px; */
}

.accroche-title.active > h2 span {
    /* transform: translateY(0); */
    /* opacity:1;
    display:block; */
}

.accroche-buttons {
    position: absolute;
    top: 732px;
    left: 200px;
    display: flex;
    justify-content: center;
    gap: 100px;
}


.accroche-help {
    opacity: 0;
    transition: all 0.5s;
}

.accroche-help.active {
    opacity: 1;
}


.accroche-buttons .btn.active {
    box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.25);
    opacity: 1;
}

.accroche-buttons .btn {
    opacity: .5;
    transition: all .5s;
}

#btn-credits {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #ECEBEB;
    opacity: .8;
}




#accueil-menu {
    position: absolute;
    top: 150px;
    left: 50px;
    gap: 30px;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

#accueil-menu a.menu-item {

    display: block;
    height: 750px;
    width: 894px;
    cursor: pointer;
    border: 4px solid var(--color-main);
    border-radius: 8px;


}

#accueil-menu #menu1 {
    background: url("../img/btn_carte.png") no-repeat center center;
    background-size: cover;
}

#accueil-menu #menu2 {
    background: url("../img/btn_liste.png") no-repeat center center;
    background-size: cover;
}

#accueil-menu .menu-item {
    display: flex;
    font-size: 55px;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 100px;
    color: var(--color-main);
    font-family: "Block Berthold";
    letter-spacing: 2px;
    line-height: 1.2em;
}

.wysiwyg {
    position:relative;
    width: 100%;
    height:100%;
    /* background: rgba(47, 47, 47, 0.98); */
    background:#141414;

    overflow-y: auto;
    color:#ffffff;
    text-align: center;

    padding:0 44px;
    /* display:flex;
    flex-direction: column;
    justify-content: space-evenly; */
}

.wysiwyg.padd{
    /* padding: 50px 200px !important; */
}

    .wysiwyg h1#wysiwyg-titre {
        font-family: "Quattrocento", Arial, Verdana, sans-serif;
        font-size:80px;
        font-weight: normal;
        line-height: 36px;
        /* padding:44px 0 35px 0; */
        display:flex;
        align-items: end;
        justify-content: center;
        height:114px;
        margin:0;
        text-transform: uppercase;
    }  
    .wysiwyg h1#wysiwyg-titre:before,
    .wysiwyg h1#wysiwyg-titre:after {
        content:'';
        height:1px;
        width:95px;
        margin-bottom:20px;
        background:#ffffff;
        display:block;
    }
    .wysiwyg h1#wysiwyg-titre:before{margin-right:45px;}
    .wysiwyg h1#wysiwyg-titre:after{margin-left:45px;}
    
    .wysiwyg #wysiwyg-content {
        text-transform: uppercase;
        position:relative;
        background:#141414;
        height:815px;
        margin:0 auto;
        /* padding:20px 0; */
        
        text-align: left;        
    }    
    
    .wysiwyg #wysiwyg-content #wysiwyg-content-wrapper{
      
        height:815px;
        padding-left: 400px;
        padding-right: 400px;
        margin:25px 20px;
        overflow-x: auto;  
        text-align:center;
        
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }   

    .wysiwyg #wysiwyg-content #wysiwyg-content-wrapper::-webkit-scrollbar{
        width: 14px;
        /* background-color: #F5F5F5; */
    }
    
    .wysiwyg #wysiwyg-content #wysiwyg-content-wrapper::-webkit-scrollbar-track{
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
        /* background-color: #F5F5F5; */
    }
    
    .wysiwyg #wysiwyg-content #wysiwyg-content-wrapper::-webkit-scrollbar-thumb{
        /* background-color: #000000; */
        border:#ffffff solid 1px;
        border-radius:12px;
        /* height:200px; */
    }

    .wysiwyg #wysiwyg-content #wysiwyg-content-wrapper > div{
        margin: auto;
    }   

        .wysiwyg #wysiwyg-content img {
            max-width: 100%;
        }

        .wysiwyg #wysiwyg-content h2 {
            font-family: "Quattrocento", Arial, Verdana, sans-serif;
            font-size: 44px;
            font-weight: normal;
            line-height:40px;
            margin:80px 0 30px 0;
        }
        .wysiwyg #wysiwyg-content p {
            color:#787677;
            /* font-family: "Verlag", Arial, Verdana, sans-serif; */
            white-space: pre-wrap;
            font-size:15px;
            line-height: 22px;
            /* font-weight:bold; */
            margin:0 0 25px 0;
        }
            .wysiwyg #wysiwyg-content p span.soustitre {               
                font-size:20px;     
                color:#ffffff;          
            }

            .wysiwyg #wysiwyg-content a {
                /* color:#ffffff; */
                display:inline-block;
            }
            .wysiwyg #wysiwyg-content a:hover {
                text-decoration: none;
            }

        .wysiwyg #wysiwyg-content hr {
            padding:15px 0 0 0;
            margin:0 0 25px 0;
            border:none;
            border-bottom:#aeaba7 solid 1px;
            width:100%;
        }




#wysiwyg button.button-retour{
    /* background:rgba(20, 20, 20, 0.7) url("../img/picto-close.png") no-repeat 10px center;
                    
    color:#ffffff;
    border:#ffffff solid 1px;
    padding:0 10px;
    border-radius:40px;
    font-size:18px;
    font-weight: 200;
    width:170px;
    height:65px;
    display:block;
    padding-left:45px;    */

    /* position:relative; */
}
       
#carte {
    background: url("../img/carte-fond.png") no-repeat center center;
    position: relative;
    width: 100%;
    height: 100%;
}

#carte .zone {
    position: absolute;
    /* EtiquetteZone1 */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 10px;
    gap: 10px;

    position: absolute;
    width: 250px;
    height: 170px;
    left: 1005px;
    top: 247px;

    /* 10% */
    background: #ECEBEB;
    /* Ombre bouton */
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    transition: all .5s;
}

.zone::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 4px solid var(--color-main);
    border-radius: 6px;
}

.zone .zone-titre {
    color: #3E3A38;
    font-size: 22px;
    font-weight: 700;
}

.zone-stitre {
    font-size: 18px;
}

#carte #zone-abords::after {
    border-style: dotted;
}

#carte #zone-abords {
    left: 283px;
    top: 663px;
}


#carte #zone-perim {
    left: 670px;
    top: 465px;
}

#carte #zone-perim::after {
    border-style: dashed;
}

.zone-desc {
    /* Fenetre */
    z-index: 1;
    position: absolute;
    width: 635px;
    height: 100%;
    right: 0;
    top: 0px;
    border-left: 3px solid var(--color-main);
    /* Rectangle 6 */

    position: absolute;
    width: 635px;
    height: 1080px;
    left: 1285px;
    top: 0px;

    background: #3E3A38;
    box-shadow: -4px 0px 10px 2px #000000;
    color: #fff;
    padding-top: 120px;
    padding-left: 120px;
    padding-right: 50px;

    transform: translateX(120%);
    transition: all .5s;

}

.zone.off {
    filter: brightness(.5) contrast(.5);
}

#carte .zone.active {
    box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.25);
}

.zone-desc.active {
    transform: translateX(0%);
}

.zone-desc h2::before {
    position: absolute;
    content: '';
    width: 190px;
    top: -25px;
    height: 5px;
    background: var(--color-main);
}

.zone-desc p {
    color: #ffffff;
    font-size: 32px;
}

.zone-desc .btn-acceder {
    position: absolute;
    bottom: 70px;
    left: 120px;
}

.zone-desc .zone-desc-close {
    position: absolute;
    right: 50px;
    top: 50px;
}

.zone-desc h2 {
    position: relative;
    font-size: 40px;
    font-family: 'Block Berthold';
    font-weight: lighter;
    letter-spacing: 3px;
    line-height: 1.2em;
}

.zone-desc .zone-desc-frise {
    position: absolute;
    left: 0;
    top: 0;
}

#liste table * {
    color: white;
}

#liste th {
    font-family: "Block Berthold";
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}

#liste th span {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
}

#liste th svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#liste td {
    font-family: "Akzidenz-Grotesk Next Med";
    font-size: 30px;
}

#liste td.nom {
    text-transform: uppercase;
}

#liste table {
    position: absolute;
    top: 242px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    border-collapse: collapse;
}

#liste td, #liste th {
    padding-left: 20px;
    height: 70px;
}

#liste th {
    height: 60px;
}

#liste table {
    overflow: hidden;
}

#liste thead {
    box-shadow: 0px 15px 24px -7px rgba(0, 0, 0, 0.8);
    display: block;
    z-index: 1;
    position: relative;
}


#liste tbody {
    overflow-y: scroll;
    max-height: 650px;
    position: relative;
    display: block;
    padding-bottom: 35px;
    margin-top: 5px;

}

#liste table .btn span {
    color: var(--color-fond);
}


#liste tbody::after {
    content: '';
    position: fixed;
    width: 100%;
    bottom: 120px;
    height: 0;
    left: 0;
    box-shadow: 0 0px 30px 40px var(--color-fond);
}

#liste tbody tr:nth-child(2n +1) {
    background: #474341;
}

#liste tr > :nth-child(1) { /* column 1 ! */
    width: 370px;
}

#liste tr > :nth-child(2) { /* column 2 ! */
    width: 540px;
}

#liste tr > :nth-child(3) { /* column 3 ! */
    width: 270px;
}

#liste tr > :nth-child(4) { /* column 4 ! */
    width: 330px;
}

#liste tr > :nth-child(5) { /* column 1 ! */
    width: 300px;
}

#liste tr > th:nth-child(5) {
    width: 280px;
    overflow: hidden;
}


tbody::-webkit-scrollbar-track {

    background: url("../img/scrollbar.svg") no-repeat 2px 0;
    background-color: #3E3A38;
}

tbody::-webkit-scrollbar {
    width: 6px;
    background-color: #3E3A38;
}

tbody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 5px;
    min-height: 50px;
    background-color: white;
}

.sortable .sort-asc, .sortable .sort-desc {
    opacity: 0;
    transition: opacity .2s;
}

.sorted-asc .sort-asc {
    opacity: 1;
}

.sorted-desc .sort-desc {
    opacity: 1;
}

.btn-top-right {
    position: absolute;
    right: 50px;
    top: 50px;
}

.liste-legende {
    font-family: 'Block Berthold';
    font-size: 30px;
    position: absolute;
    left: 50px;
    top: 150px;
    font-weight: normal;
}

#liste-keyboard {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 900px;
    background: var(--color-fond);
    z-index: 9;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, .5);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(110%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#liste-keyboard.active {
    transform: translateY(0%);
}

.keyboard-input input {
    width: 856px;
    font-size: 50px;
    background: none;
    border: 0;
    text-align: center;
    border-bottom: 3px solid #ECEBEB;
    text-transform: uppercase;
    color: #ffffff;
    outline: 0;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.keyboard-input input::placeholder {
    font-size: 40px;
    font-style: italic;
    text-transform: none;
}

.keyboard {
    border-radius: 14px;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.row {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.key {
    font-family: "Akzidenz-Grotesk Next";
    font-weight: 600;
    background: var(--color-fond);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    width: 80px;
    height: 80px;
    font-size: 32px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.1s ease, transform 0.08s ease;
    user-select: none;
    letter-spacing: 0.5px;
    box-shadow: -2px 4px 2px rgba(0, 0, 0, 0.5), inset -1px 1px 4px rgba(255, 255, 255, 0.1);


}

.key:hover {
    background: #4a4a4e;
}

.key:active {
    background: #555558;
    transform: scale(0.95);
}

/* Touche Suppr */
.key-suppr {
    width: 120px;
}

/* Touche Espace */
.key-space {
    width: 890px;
}

/* Touche Valider */
.key-valider {
    background: #f5f5f5;
    color: #1c1c1e;
    font-weight: 600;
    width: 120px;
    height: 260px;

    align-self: flex-end;
}

.key-valider:hover {
    background: #e0e0e0;
}

.key-valider:active {
    background: #cccccc;
    transform: scale(0.97);
}

/* Colonne droite : Valider s'étend sur les rangées 3 et 4 */
.row-3-4 {
    display: flex;
    gap: 6px;
    align-items: stretch;
}

.rows-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rows-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.bottom-section {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.btn-remove-search {
    transform: translateX(100%);
    opacity: 0;
}


.btn-remove-search.active {
    transform: translateX(0%);
    opacity: 1;
}

.btn-search.hidden {
    transform: translateX(100%);
    opacity: 0;
}

.btn-top-right {
    transition: all .5s;
}
#fiche h2, #fiche p, #fiche sup {
    color: #ECEBEB;
}

#fiche sup {
    font-size: 1rem;
}


.fiche-close {
    position: absolute;
    right: 50px;
    top: 50px;
}
#fiche h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.05em;

}

#fiche p {
    font-size: 30px;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 32px;
}

.fiche-infos {
    display: flex;
    flex-wrap: wrap;
    color: #ECEBEB;
    border-bottom: 3px solid #fff;
    margin-bottom: 50px;
}

.fiche-left {
    width: 740px;
    margin-top: 50px;
    margin-left: 50px;
}


.fiche-infos > div {
    width: 50%;
}

.fiche-infos {

}

.fiche-image {
    position: absolute;
    left: 890px;
    top: 50px;
    display: flex;
    align-items: center;
    width: 643px;
    height: 980px;

}

.fiche-photo img {
    max-width: 277px;
    max-height: 623px;
    box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.4);
}

.fiche-photo {
    position: absolute;
    left: 1593px;
    top: 200px;
}



.fiche-image img {
    max-width: 643px;
    max-height: 980px;
    object-fit: contain;
    box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.4);
    max-width: 100%;
    flex-grow: 0;
}

.fiche-legende {
    position: absolute;
    width: 277px;
    left: 1593px;
    bottom: 50px;
}

.fiche-legende h2 {
    font-family: 'Akzidenz-Grotesk Next';
    font-style: normal;
    font-weight: bold !important;
    font-size: 13px !important;
    letter-spacing: 0.05em;
    /* 10% */
    color: #ECEBEB;
}

.fiche-legende p {
    font-family: 'Akzidenz-Grotesk Next';
    font-style: normal;
    font-weight: lighter !important;
    font-size: 12px !important;
    letter-spacing: 0.05em;
    /* 10% */
    color: #ECEBEB;
}
.credits-txt * {
    color: white;
}

.credits-txt {
    position: absolute;
    left: 204px;
    top: 120px;
    width: 1544px;
    height: 793px;
    overflow: auto;
    padding-bottom: 50px;
}

.credits-txt h1 {
    font-family: "Block Berthold";
    font-size: 60px;
    font-weight: normal;
    position: relative;
    padding-top: 40px;
}

.credits-txt h1::before {
    position: absolute;
    content: '';
    top: 0;
    width: 155px;
    height: 10px;
    border-radius: 3px;
    background: var(--color-main);
}


.credits-txt h2 {
    font-family: "Akzidenz-Grotesk Next";
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

#credits
.scrollable::after {
    content: '';
    position: fixed;
    bottom: 170px;
    height: 0;
    left: 204px;
    width: 1500px;
    box-shadow: 0 0px 30px 50px var(--color-fond);
    transform: translateZ(0);
}

body {
    overflow-x: hidden;
}


/*******************************************/
/*Menu langues*/
/*******************************************/

#borneMenu {
    position: absolute;
    bottom: 0;
    /* bottom: 35px; */
    /* top: 35px; */
    z-index: 5;
    display: flex;
    justify-content: space-between;

    padding: 50px 50px;
    transform: translateY(100%);
}

#menu-langues {
    display: flex;
    gap: 50px;
}

.menu-on #borneMenu {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: all .3s;
    z-index: 15;
}


.screen-out, #borneMenu, .screen-out, #borneMenu-title {
    transition: all .5s;
}


.menu-on.menu-active .screen-out,
.menu-on.menu-active #borneMenu {
    transform: translateX(100%);
}

#borneMenu-title {
    position: absolute;
    top: 50px;
    left: 50px;
    transform: translateY(-100%);
    opacity: 0;
    font-family: "Block Berthold";
}

.menu-on #borneMenu-title {
    transform: translateY(0);
    opacity: 1;
}

#borneMenu-title {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: bold;
}

#borneMenu-title h1 {
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 4px;
}

#borneMenu-title h1::before {
    position: absolute;
    content: '';
    width: 190px;
    top: -25px;
    height: 5px;
    background: var(--color-main);
}

#borneMenu-title h2 {
    font-size: 26px;
    font-weight: normal;
}

#borneMenu button {
    transition: all .5s;
}

#borneMenu .hidden {
    transform: translateY(200px);
}

#borneMenu .off {
    opacity: .4;
}
#borneTimeout {
    position: absolute;
    width: 1920px;
    height: 1080px;
    z-index: 999;
    /* background: rgba(26, 30, 30, .9); */
    /* background: rgba(48, 48, 48, 0.95); */
    background: rgba(62, 58, 56, 0.95);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    pointer-events: none;
}

#borneTimeout.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

#borneTimeout-inside {
    /* color: #000000; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

#borneTimeout-inside svg {
    width: 100%;
    height: 100%;
}

#borneTimeout-inside svg > path {
    stroke: #fff;
}
#borneTimeout-inside svg path:nth-child(2) {
    stroke: var(--color-fond);
}

#svgtimeout-cercle {
    transform-origin: center center;
    transform: rotateZ(90deg);

}

#borneTimeout h1 {
    font-family: "Block Berthold";
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 60px;
    color: #ffffff;
    z-index: 9;
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-weight: normal;
}

#borneTimeout h2 {
    color: #ECEBEB;
    font-family: "Akzidenz-Grotesk Next";
    font-size: 30px;

    z-index: 9;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1em;
    padding-top: 10px;
}

#borneTimeout-titres {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    color: #fff;
}

#borneTimeout-count {
    color:#ffffff;
    /* font-family: "Roboto", Arial, Verdana, sans-serif; */
    font-family: "Quattrocento", Arial, Verdana, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 270px;
    font-weight: 200;
    padding-top: 15px;
}

#borneTimeout h1, #borneTimeout h2 {
    opacity: 0;
    transition: opacity .5s 0s;
}

#borneTimeout.active h1, #borneTimeout.active h2 {
    opacity: 1;
    transition: opacity .3s;
}

@media (max-width: 768px) {
    #borneTimeout-inside {
        left: 65%;
        width: 100%;
    }

}
