/*
    The code is heavily influenced by Camille Mormal and her website https://camillemormal.com/. Thank her for her great work.
*/

body {
    height: 100vh;
    width: 100vw;
    background-color: rgb(20, 20, 20);
    margin: 0rem;
    overflow: hidden;
    color: white;
    font-family: 'EB Garamond';
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.annule {
    text-decoration: line-through;
}

ul {
    list-style-type: none;
    padding-left: 0px;
    column-count: 2;
}

li {
    margin-left: -4px;
}

.container-lr>p {
    margin: 0px 20px 0px 20px;
    padding: 0;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#div-retour {
    position: absolute;
    top: 10vh;
    left: -15vw;
    border: 2px white solid;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    z-index: 20;
}

#div-retour>#p-retour {
    font-size: large;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
}

#div-accueil-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#div-accueil {
    display: flex;
    justify-content: center;
}

#div-accueil>img {
    width: 30vw;
    height: auto;
    align-self: center;
}

.accueil-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40vw;
    font-size: large;
    font-weight: normal;
    padding-bottom: 2vh;
    margin-right: 10vw;
    margin-left: 10vw;
}

#accueil-intitule {
    padding-bottom : 2vh;
    font-size:x-large;
}

.accueil-desc-loc {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40vw;
    font-size: larger;
    font-weight: bold;
    /*margin-right: 10vw;
    margin-left: 10vw;*/
    color:#FF9C01;
}

.accueil-desc-date {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40vw;
    font-size: normal;
    font-weight: normal;
    padding-bottom: 3vh;
    /* margin-right: 10vw;
    margin-left: 10vw; */
}

#accueil-info {
    font-weight: normal;
    font-size: large;
}

#accueil-contact-text {
    padding-bottom: 2vh;
}

#accueil-contact-adresse {
    cursor: pointer;
}

#accueil-nvx-dates {
    font-weight:bold;
}

@media only screen and (max-height: 700px) {
    #div-accueil {
        padding-top: 75px;
    }

    .accueil-desc-date-last {
        padding-bottom:1vh;
    }

    #accueil-intitule {
        font-size: large;
        padding-bottom: 1vh;
    }

    .accueil-desc-loc {
        font-size:large;
    }

    #accueil-info {
        font-size:large;
    }
}

@media only screen and (min-height: 701px) and (max-height: 800px) {
    #div-accueil {
        padding-top: 100px;
    }
}

@media only screen and (min-height: 801px) {
    #div-accueil {
        padding-top: 150px;
    }
}

@keyframes accueil-show {
    0% {
        right: 110vw;
        visibility: hidden;
    }

    1% {
        right: 110vw;
        visibility: visible;
    }

    100% {
        right: 0vw;
        visibility: visible;
    }
}

@keyframes accueil-hide {
    0% {
        right: 0vw;
        visibility: visible;
    }

    99% {
        right: 110vw;
        visibility: visible;
    }

    100% {
        right: 110vw;
        visibility: hidden;
    }
}

#div-accueil {
    /* background-color: rgb(20, 20, 20); */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/qm7_3_medium.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0vw;
    
    z-index: 12;
    position: absolute;
    width: 100vw;
    
}

@media only screen and (min-width: 801px) {
    #div-accueil {
        height: 100vh;
    }
}


#div-apropos-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#div-apropos {
    display: flex;
    justify-content: center;
}

#div-apropos>img {
    width: 30vw;
    height: auto;
    align-self: center;
}

.apropos-desc {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40vw;
    font-size: large;
    font-weight: bold;
    padding-bottom: 5vh;
    margin-right: 10vw;
    margin-left: 10vw;
}

#apropos-contact-text {
    padding-bottom: 2vh;
}

#apropos-contact-adresse {
    cursor: pointer;
}

@keyframes apropos-show {
    0% {
        left: 110vw;
        visibility: hidden;
    }

    1% {
        left: 110vw;
        visibility: visible;
    }

    100% {
        left: 0vw;
        visibility: visible;
    }
}

@keyframes apropos-hide {
    0% {
        left: 0vw;
        visibility: visible;
    }

    99% {
        left: 110vw;
        visibility: visible;
    }

    100% {
        left: 110vw;
        visibility: hidden;
    }
}

#div-apropos {
    /* background-color: rgb(20, 20, 20); */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/qm7_1_medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 110vw;
}

@keyframes retour-show {
    from {
        left: -15vw;
    }

    to {
        left: 8vw;
    }
}

@keyframes retour-hide {
    from {
        left: 8vw;
    }

    to {
        left: -15vw;
    }
}

.container {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-none {
    visibility: collapse;
}

#credits.display-none {
    display: none;
}

#aide.display-none {
    display: none;
}

.div-piece {
    z-index: 12;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top:0px;
}


#div-apropos {
    z-index: 12;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

@keyframes text-clip {
    from {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes text-clip-hb {
    from {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes text-fondu-show {
    0% {
        opacity: 0%;
        visibility: collapse;
    }

    1% {
        opacity: 0%;
        visibility: visible;
    }

    100% {
        visibility: visible;
        opacity: 100%;
    }
}

@keyframes text-fondu-hide {
    0% {
        opacity: 100%;
        visibility: visible;
    }

    99% {
        opacity: 0%;
        visibility: visible;
    }

    100% {
        opacity: 0%;
        visibility: collapse;
    }
}

@keyframes text-declip-hb {
    from {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
}

@keyframes text-declip {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    99% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
}

@keyframes div-hide {
    0% {
        visibility: visible;
    }

    99% {
        visibility: visible;
    }

    100% {
        visibility: collapse;
    }

}

@keyframes page-show {
    0% {
        visibility: collapse;
        top: 100vh;
    }

    1% {
        visibility: visible;
        top: 100vh;
    }

    100% {
        visibility: visible;
        top: 0vh;
    }
}

@keyframes page-hide {
    0% {
        visibility: visible;
        top: 0vh;
    }

    99% {
        visibility: visible;
        top: 100vh;
    }

    100% {
        visibility: hidden;
        top: 100vh;
    }
}

@keyframes page-show-fondu {
    0% {
        visibility: collapse;
        top: 0vh;
        opacity: 0%;
    }

    1% {
        visibility: visible;
        top: 0vh;
        opacity: 0%;
    }

    100% {
        visibility: visible;
        top: 0vh;
        opacity: 100%;
    }
}

@keyframes page-hide-fondu {
    0% {
        visibility: visible;
        top: 0vh;
        opacity: 100%;
    }

    99% {
        visibility: visible;
        top: 0vh;
        opacity: 0%;
    }

    100% {
        visibility: hidden;
        top: 0vh;
        opacity: 0%;
    }
}

.btn {
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    font-size: 28px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
}

.btn:after,
.btn:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid black;
    transition: all 1s;
}

.btn:after {
    top: -1px;
    left: -1px;
    border-top: 5px solid white;
    border-left: 5px solid white;
}

.btn:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
}

.btn:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color:black;
}

.btn:hover:before,
.btn:hover:after {
    width: 100%;
    height: 100%;
}

.page-piece {
    z-index: 12;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.page-piece>.title-piece-long {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 25%;
    left: 50%;
    width: 30vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2.5vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: default;

}

.page-piece>#title-faust-long {
    top: 15%;
}


.page-piece>.synopsis-piece {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 52%;
    left: 50%;
    width: 40vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2.2vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: default;
}

.page-piece>#synopsis-faust {
    top: 42%;
}

.page-piece>.duree-piece {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 68%;
    left: 50%;
    width: 40vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2.2vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: default;
}

.page-piece>#duree-faust {
    top: 67%;
}

.page-piece>.prochaines-dates {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 80%;
    left: 50%;
    width: 40vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2.2vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: default;
}

.page-piece>#prochaines-dates-faust {
    top: 78%;
}

.boutons-bas {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    top: 90%;
    width: 100vw;
    text-align: center;
    font-size: 2vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    z-index: 17;
}

.boutons-bas > p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boutons-bas > a > p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ensavoirplus {
    cursor: pointer;
    border: 1px solid white;
    padding: 3px 5px 3px 5px;
    width: 7.5vw;
    position:relative;
    z-index: 18;
}

#ensavoirplus-faust {
    margin-right: 1vw;
}

#dossier-faust {
    margin-left: 1vw;
}

.dossier-piece {
    cursor: pointer;
    border: 1px solid white;
    padding: 3px 5px 3px 5px;
    width: 7.5vw;
    position:relative;
    z-index: 18;
}

#div-faust {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#div-qm7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#yt-faust {
    z-index: 19;
    margin-top: 5vh;
}

#yt-qm7 {
    z-index: 19;
    margin-top: 5vh;
}

.page-piece-2 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 15;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/faust_2_medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-piece>.faust-desc {
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: 50%;
    width: 40vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: default;
}

#page-faust-2>#faust-desc-0 {
    top: 35%;
}

#page-faust-2>#faust-desc-1 {
    top: 64%;
}

#page-faust-3 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 16;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/faust_2_medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#page-faust-3>.faust-desc {
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: 50%;
    width: 40vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: default;
}

#page-faust-3>#faust-desc-2 {
    top: 35%;
}

#page-faust-3>#faust-desc-3 {
    top: 62%;
}

#page-faust-4 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 17;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/faust_2_medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#page-faust-4>.faust-desc {
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: 50%;
    width: 40vw;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 1.8vh;
    font-weight: bold;
    letter-spacing: .1rem;
    cursor: default;
}

#page-faust-4>#faust-desc-4 {
    top: 35%;
}

#page-faust-4>#faust-desc-5 {
    top: 64%;
}


.div-piece > div > .title-piece-court {
    margin: 0px 0px 0px 0px;
    top: 45%;
    left: 50%;
    font-size: 3vh;
    font-weight: bolder;
    letter-spacing: .1rem;
    cursor: pointer;
    text-align: center;
}

#page-faust {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/faust_1_medium.jpg);
    /* background-image: url(../images/faust_1_medium.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

#page-qm7 {
    background-image: url(../images/qm7_3_medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    position: absolute;
    top: 37px;
    font-size: large;
    letter-spacing: .1rem;
    display: flex;
    z-index: 50;
}

nav p {
    position: relative;
    margin: 0 20px;
    text-decoration: none;
}
/*
nav #marker {
    position: absolute;
    height: 2px;
    left: 0;
    width: 0;
    background: white;
    bottom: -5px;
    transition: 0.5s;
    border-radius: 4px;
}*/

.navbar #marker {
	width: 0;
	height: 2px;

	position: absolute;
	bottom: -8px;

	background-color: white;
	border-radius: 4px;

	transition: 0.5s;
}

#image-track {
    display: flex;
    gap: 4vmin;
    position: absolute;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    user-select: none;
    /* -- Prevent image highlighting -- */
}

#image-track>.image {
    width: 40vmin;
    height: 56vmin;
    object-fit: cover;
    object-position: 50% center;
    cursor: pointer;
}


/*
.image {
    transition: all .8s linear;
}
*/

@keyframes getfullscreen {
    0% {
        width: 40vmin;
        height: 56vmin;
        max-height: auto;
        top: auto;
        left: auto;
    }

    30% {
        width: 40vmin;
        height: 56vmin;
        max-height: auto;
        top: auto;
        left: auto;
    }

    100% {
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
        top: 0;
        left: 0;
    }
}

@keyframes getbacknormal {
    0% {
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
        top: 0;
        left: 0;
    }

    70% {
        width: 40vmin;
        height: 56vmin;
        max-height: auto;
        top: auto;
        left: auto;
    }

    100% {
        width: 40vmin;
        height: 56vmin;
        max-height: auto;
        top: auto;
        left: auto;
    }
}


@keyframes getreduced {
    0% {
        width: 40vmin;
    }

    30% {
        width: 0px;
    }

    100% {
        width: 0px;
    }
}

@keyframes getaugmented {
    0% {
        width: 0px;
    }

    70% {
        width: 0px;
    }

    100% {
        width: 40vmin;
    }
}

@keyframes track-fullscreen {
    0% {
        gap: 4vmin;
    }

    100% {
        gap: 0;
    }
}

@keyframes track-normal {
    0% {
        gap: 0;
    }

    100% {
        gap: 4vmin;
    }
}

#image-track>.image.fullscreen {
    z-index: 10;
}

#image-track>.image.normal {
    z-index: 10;
}

@keyframes aide-show {
    0% {
        top: 110vh;
    }

    100% {
        top: 80vh;
    }
}

@keyframes aide-hide {
    0% {
        top: 80vh;
    }

    100% {
        top: 110vh;
    }
}

#aide {
    position: absolute;
    top: 110vh;
    left: 65vw;
    border-bottom: 1px solid white;
    padding: 1vh 0vw 1vh 0vw;
    font-style: italic;
    font-size: large;
}

@keyframes credits-show {
    0% {
        bottom: -10vh;
    }

    100% {
        bottom: 1vh;
    }
}

@keyframes credits-hide {
    0% {
        bottom: 1vh;
    }

    100% {
        bottom: -10vh;
    }
}

#credits {
    display: flex;
    position: absolute;
    bottom: -10vh;
    left: 50vw;
    border: 1px solid white;
    padding: 1vh 1vw 1vh 1vw;
    border-radius: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#credits>a {
    padding-left: 5px;
}

html.overflow-none {
    overflow-x: hidden;
}

body.overflow-none {
    overflow-x: hidden;
    position: relative;
}

@media only screen and (min-width: 801px) {
    #div-accueil.show {
        -webkit-animation: accueil-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        -moz-animation: accueil-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        -ms-animation: accueil-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        -o-animation: accueil-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        animation: accueil-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    #div-apropos.show {
        -webkit-animation: apropos-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        -moz-animation: apropos-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        -ms-animation: apropos-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        -o-animation: apropos-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
        animation: apropos-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    #div-accueil.hide {
        animation: accueil-hide 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    #div-apropos.hide {
        animation: apropos-hide 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    #div-retour.show {
        animation: retour-show 1.2s 0.9s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    #div-retour.hide {
        animation: retour-hide 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .page-piece-prem.show {
        animation: page-show 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .page-piece-prem.hide {
        animation: page-hide 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .page-piece-sup.show {
        animation: page-show-fondu 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .page-piece-sup.hide {
        animation: page-hide-fondu 1.2s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .title-piece-long.show {
        animation: text-clip-hb 0.5s 1s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .title-piece-long.hide {
        animation: text-declip-hb 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .synopsis-piece.show {
        animation: text-clip-hb 0.5s 1.1s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .synopsis-piece.hide {
        animation: text-declip-hb 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .duree-piece.show {
        animation: text-clip-hb 0.5s 1.3s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .duree-piece.hide {
        animation: text-declip-hb 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .prochaines-dates.show {
        animation: text-clip-hb 0.5s 1.4s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .prochaines-dates.hide {
        animation: text-declip-hb 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .boutons-bas.show {
        animation: text-clip-hb 0.5s 1.5s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .boutons-bas.quickshow {
        animation: text-fondu-show 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .boutons-bas.hide {
        animation: text-declip-hb 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .boutons-bas.quickhide {
        animation: text-fondu-hide 0.5s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .div-piece > div.show {
        animation: text-clip 1s 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .yt-piece.show {
        animation: text-clip 1s 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
    }
    
    .div-piece > div.hide {
        animation: text-declip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .yt-piece.hide {
        animation: text-declip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    .div-piece.hide {
        animation: div-hide 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    }

    #image-track>.image.fullscreen {
        animation: getfullscreen 1.5s 0s ease-in-out both;
    }

    #image-track>.image.normal {
        animation: getbacknormal 1.5s 0s ease-in-out both;
    }

    #image-track>.img-hide {
        animation: getreduced 1.5s 0s ease-in-out both;
    }

    #image-track>.img-show {
        animation: getaugmented 1.5s 0s ease-in-out both;
    }

    #image-track.fullscreen {
        animation: track-fullscreen 1.5s 0s ease-in-out both;
    }

    #image-track.normal {
        animation: track-normal 1.5s 0s ease-in-out both;
    }

    #aide.show {
        animation: aide-show 1.5s 0s ease-in-out both;
    }

    #aide.hide {
        animation: aide-hide 1.5s 0s ease-in-out both;
    }

    #credits.show {
        animation: credits-show 1.5s 0s ease-in-out both;
    }

    #credits.hide {
        animation: credits-hide 1.5s 0s ease-in-out both;
    }
}