@charset "UTF-8";

/* ==========================
*  Louvre - Athène
*  CSS - écran de veille
========================== */

body {
    overflow: hidden;
    margin: 0;
}

body,
html {
    height: 100%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#container {
    max-width: none !important;
    height: 100% !important;
    background: url('../../images/tools/veille.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -170px;
}

.cartouche {
    width: 445px;
    height: 445px;
    background: #6f7072;
    position: absolute;
    left: 49.5%;
    top: 49%;
    transform: translate(-50%, -50%);
    font-size: 41px;
    color: #fff;
}

.cartouche p {
    margin: 0;
    padding: 25px;
    font-family: 'UniversLTStdRegular';
}

.cartouche em p {
    margin: 0;
    padding: 0px 25px 25px 25px;
    font-family: 'UniversLTStdLight';
    font-style: italic;
}


/* ==========================
*  Louvre - Athène
*  CSS - écran principal
========================== */

.app {
    display: none;
    background: #6f7072;
    /*background: url('/images/model/MAQUETTE\ FLIP\ PRINCE\ IMPERIAL3.jpg');*/
    position: absolute;
    max-height: 1005px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.app .header {
    display: flex;
    justify-content: center;
    margin: 44px;
    visibility: hidden;
}

.app .header img {
    width: 3px;
    height: 20px;
    align-self: center;
}

.app .header h2 {
    margin: 0;
    padding: 25px;
    font-family: 'UniversLTStdRegular';
    font-weight: normal;
    font-size: 27px;
}

.app .header em h2 {
    margin: 0;
    padding: 25px 32px 25px 25px;
    font-family: 'UniversLTStdLight';
    font-style: italic;
    font-weight: normal;
}

.app .content {
    display: flex;
}

.app .content .text .fr h2 {
    margin: 2px 0px 0px 134px;
    font-family: 'UniversLTStdRegular';
    font-weight: normal;
    font-size: 31px;
    line-height: 30px;
    width: 600px;
}

.app .content .text .fr p {
    margin: 9px 0px 61px 134px;
    font-size: 23px;
    font-family: 'UniversLTStdRegular';
    width: 640px;
    line-height: 43px;
}

.app .content .text em h2 {
    margin: 0px 0px 0px 134px;
    font-family: 'UniversLTStdLight';
    font-weight: 100;
    font-size: 31px;
    line-height: 30px;
    width: 600px;
}

.app .content .text em p {
    margin: 9px 0px 61px 134px;
    font-size: 23px;
    font-family: 'UniversLTStdLight';
    width: 640px;
    line-height: 43px;
}

.app .content #book {
    left: -715px;
}

.app .toolbar {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
    height: 120px;
    margin: 0px 70px;
    visibility: hidden;
    width: -webkit-fill-available;
}

.zoom-modal-left,
.zoom-modal-right {
    margin: 0;
    height: fit-content;
    z-index: 2;
}

.app .zoom {
    margin: 10px 0px 0px 0px;
    height: 42px;
}

.app .toolbar .description {
    display: flex;
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.app .toolbar .description img {
    height: 60px;
}

.app .toolbar .description .left {
    padding: 0 25px 0 50px;
    text-align: right;
    width: 48%;
}

.app .toolbar .description .right {
    padding: 0 50px 0 25px;
    text-align: left;
    width: 48%;
    border-left: 4.5px solid white;
}

.app .toolbar .description div h3 {
    margin: 0px 0px 10px 0px;
    font-family: 'UniversLTStdRegular';
    font-size: 20px;
    font-weight: normal;
}

.app .toolbar .description div em h3 {
    margin: 0;
    font-family: 'UniversLTStdLight';
    font-size: 20px;
    font-weight: normal;
}


/* ==========================
*  Louvre - Athène
*  CSS - Crédit
========================== */

.credit {
    display: none;
    background: #6f7072;
    /*background: url('/images/model/MAQUETTE\ FLIP\ PRINCE\ IMPERIAL6.jpg');*/
    position: absolute;
    max-height: 1005px;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
}

#close {
    display: none;
    position: absolute;
    top: 4%;
    right: 2%;
    color: #FFFFFF;
    width: auto;
    padding: 20px;
    z-index: 3;
}

.credit div {
    display: flex;
    height: inherit;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.credit div h2 {
    font-family: 'UniversLTStdRegular';
    font-weight: normal;
    font-size: 31px;
    margin: 15px 0 10px 0;
}

.credit div p {
    font-size: 20px;
    font-family: 'UniversLTStdRegular';
    font-weight: normal;
    /*width: 695px;*/
    text-align: center;
    line-height: 40px;
    margin: 10px 0 20px 0;
}

.credit div p.end-fr {
    margin-bottom: 75px;
}


/* ==========================
*  Louvre - Athène
*  CSS - Thumbnails
========================== */

.wowbook-wrapper {
    margin: 30px 0px 0px 0px;
}

.wowbook-wrapper .wowbook-clipper {
    cursor: grab;
    overflow-x: auto;
    overflow-y: unset;
}

.wowbook-horizontal.wowbook-thumbnails {
    background: #A8A9AD;
}

.wowbook-thumbnail {
    overflow: unset !important;
}

.wowbook-thumbnail-page {
    position: absolute;
    bottom: 0;
    background: #A8A9AD;
    color: #FFFFFF;
    margin: 0 auto;
    left: 50%;
    transform: translateX(100%);
    padding: 5px 10px;
    z-index: 110000;
    font-family: 'UniversLTStdRegular';
    font-weight: normal;
}

.wowbook-thumbnail-page2 {
    position: absolute;
    bottom: 0;
    background: #A8A9AD;
    color: #FFFFFF;
    margin: 0 auto;
    left: 50%;
    transform: translateX(80%);
    padding: 5px 10px;
    z-index: 110000;
    font-family: 'UniversLTStdRegular';
    font-weight: normal;
}

.wowbook-back.wowbook-button.wowbook-control.wowbook-control-back {
    background: rgb(2, 0, 36);
    background: linear-gradient(270deg, rgba(2, 0, 36, 0) 0%, rgba(168, 169, 173, 1) 100%);
    width: 80px;
    z-index: 1;
}

.wowbook-next.wowbook-button.wowbook-control.wowbook-control-next {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(168, 169, 173, 1) 100%);
    width: 80px;
    z-index: 1;
}


/* ==========================
*  Louvre - Athène
*  CSS - Modal Images (zoom)
========================== */

#modal {
    display: none;
    position: fixed;
    text-align: center;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .75);
    ;
}

#modal-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#modal-content {
    margin: auto;
    vertical-align: middle;
    max-width: 70%;
}

#modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* ==========================
*  Louvre - Athène
*  CSS - Tools
========================== */

.hand {
    position: absolute;
    left: 50%;
    transform: translateX(15%);
    bottom: -125px;
}

@keyframes slidein {
    0% {
        left: 87%;
    }
    75% {
        left: 80%;
    }
    100% {
        left: 80%;
    }
}

.content .hand {
    position: absolute;
    left: 87%;
    transform: rotate(25deg);
    bottom: 40px;
    z-index: 1;
    animation: 3s linear 0s infinite both running slidein;
}

.content .hand img {
    width: 120px;
}

#page {
    color: #FFFFFF;
    font-family: 'UniversLTStdRegular';
    font-size: 35px;
    margin: 0;
}

button {
    background: none;
    border: 0px;
    width: 50px;
    margin: 0px 20px;
}

.zoomHolder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

#contrast {
    margin: 0;
}

#thumbs {
    width: initial;
    margin: 0px 0px 0px 10px;
}


/* ==========================
*  Louvre - Athène
*  CSS - Footer
========================== */

footer {
    position: absolute;
    bottom: 0;
    height: 74px;
    background: #969b9e;
    width: 100%;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}

#other,
#control {
    visibility: hidden;
}

#widget ul,
#other ul,
#control ul {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    padding: 0px 30px;
    align-items: center;
}

#widget ul li {
    padding: 0px 10px;
}


/* ==========================
*  Louvre - Athène
*  CSS - Accessibility
========================== */

.accessibility-text #container .app .header h2 {
    font-size: 32px;
}

.accessibility-text #container .app .header img {
    height: 30px;
}

.accessibility-text #container .app .toolbar {
    height: 140px;
}

.accessibility-text #container .app .toolbar .zoom {
    margin: 15px 0px 0px 0px;
}

.accessibility-text #container .app .toolbar .description div h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
}

.accessibility-text #container .app .toolbar .description div img {
    height: 85px;
    width: 4px;
}

.accessibility-text #container .content {
    margin-top: -20px;
}

.accessibility-text #container .toolbar {
    bottom: 10px;
}

.accessibility-text #container .credit div h2 {
    font-size: 34px;
}

.accessibility-text #container .credit div p {
    font-size: 23px;
}

.accessibility-contrast footer #control ul li p,
.accessibility-contrast .wowbook-thumbnails .wowbook-clipper ul li p,
.accessibility-contrast .app .content .text,
.accessibility-contrast .toolbar,
.accessibility-contrast .app .header,
.accessibility-contrast #close,
.accessibility-contrast .cartouche {
    color: #000000;
}

.accessibility-contrast .app .content .hand,
.accessibility-contrast .app .header,
.accessibility-contrast footer div ul li button img,
.accessibility-contrast footer div ul li img,
.accessibility-contrast .toolbar,
.accessibility-contrast .cartouche .hand {
    filter: brightness(0);
}

.accessibility-contrast .wowbook-thumbnails .wowbook-back::after,
.accessibility-contrast .wowbook-thumbnails .wowbook-next::after {
    filter: brightness(0);
}

.accessibility-contrast #container .app,
.accessibility-contrast .cartouche {
    background: #e1e1e3;
}

.accessibility-contrast footer,
.accessibility-contrast .wowbook-horizontal.wowbook-thumbnails {
    background: #f0f0f1;
    border-top: 1px solid #000000
}

.accessibility-contrast .wowbook-thumbnail-page {
    background: #f0f0f1;
}

.accessibility-contrast .wowbook-back.wowbook-button.wowbook-control.wowbook-control-back {
    background: rgb(2, 0, 36);
    background: linear-gradient(270deg, rgba(240, 240, 241, 1) 0%, rgba(225, 225, 227, 1) 100%);
    width: 80px;
    z-index: 1;
}

.accessibility-contrast .wowbook-next.wowbook-button.wowbook-control.wowbook-control-next {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(240, 240, 241, 1) 0%, rgba(225, 225, 227, 1) 100%);
    width: 80px;
    z-index: 1;
}


/* ==========================
*  Louvre - Athène
*  CSS - SVG
========================== */

.times {
    width: 30px;
}