@font-face {
	font-family: 'Until';
	src: url("../../police/main/UntilIDie.otf") /*domaine publique*/
}
@font-face {
	font-family: 'apple';
	src: url("../../police/F25_Bank_Printer.otf") /*domaine publique*/
}
* {
    padding: 0;
    margin: 0;
}
html {
	/* cursor: none; */
	background-color: black;
    height: 850%;
}
body {
    margin-top: 0%;
}
.image-container {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    height: 100vh; /* Exemple : 100% de la hauteur de la fenêtre */
}
.image {
    /* background-image: url('../../img/staticrgb/Mtop_V2.webp'); */
    background-size: cover;
    background-position: center;
    margin-left: 5%;
    padding-top: -36%;
    max-width: 100%;
    height: auto;
    margin-top: -72vh;
    width: 200vh;
    position: fixed;
    z-index: 0;
    transition: transform 3s ease-in-out, opacity 0.6s ease-in-out;
}
.image.active {
    transform: translateX(94%);
}
.image2 {
    background-image: url('../../img/staticrgb/Msecond_V2.webp');
    background-size: cover;
    background-position: bottom;
    margin-left: 5%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    transform: translateX(-100%);
    transition: transform 3s ease-in-out, opacity 0.6s ease-in-out;
}
.image2.active {
    transform: translateX(0%);
}
.image3 {
    background-image: url('../../img/staticrgb/Mtree_V2.webp');
    background-size: cover;
    background-position: bottom;
    margin-left: 5%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    transform: translateX(100%);
    transition: transform 3s ease-in-out, opacity 0.6s ease-in-out;
}
.image3.active {
    transform: translateX(0%);
}
.image4 {
    background-image: url('../../img/staticrgb/Mfour_V2.webp');
    background-size: cover;
    margin-left: 5%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    transform: translateX(-100%);
    transition: transform 3s ease-in-out, opacity 0.6s ease-in-out;
}
.image4.active {
    transform: translateX(0%);
}
.image5 {
    background-image: url('../../img/staticrgb/Mfive_V2.webp');
    background-size: cover;
    background-position: bottom;
    margin-left: 5%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    transform: translateX(100%);
    transition: transform 3s ease-in-out, opacity 0.6s ease-in-out;
}
.image5.active {
    transform: translateX(0%);
}
.gradient {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(0,0,0) 14%, rgba(0,0,0,0) 100%);
    position: fixed; 
    z-index: 0;
}
.gstyle1 {
    height: 100%;
    width: 98%;
    margin-left: 2%;
    position: fixed;
    border-left: 1px solid gold;
}
.gstyle2 {
    height: 100%;
    width: 97%;
    margin-left: 3%;
    position: fixed;
    border-left: 1px solid gold;
}
.hh1 {
    font-size: 10vh;
    text-align: center;
    color: aliceblue;
    font-family: Until;
    font-style: italic;
    position: relative;
}
.ative {
    background-color: yellow;
}
.modif {
    color: aliceblue;
    font-family: apple;
    z-index: 1;
    position: relative;
    margin-top: 70%;
    font-size: 3vh;
    transform: translateX(-50%);
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 0.6s ease-in-out;
}
.modif.active {
    transform: translateX(0%);
    opacity: 1;
    margin-left: 5%;
}
ul {
    margin-top: 3%;
    margin-left: 8%;
    width: 55vh;
    border-top: 1px gold solid; 
    border-bottom: 1px gold solid;
}
li {
    margin-left: 10%;
    list-style: none;
    font-size: 2vh;
    margin-top: 0.5%;
}
.details {
    width: 97%;
    margin-left: 3%;
    text-align: center;
    font-family:Until;
    border-bottom: 1px gold solid;
    margin-top: 50%;
    position: relative;
    color: aliceblue;
    font-size: 6vh;
    z-index: 1;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 0.6s ease-in-out;
}
.details.active {
    transform: translateX(0%);
    opacity: 1;
}
.jr {
    border-right: 1px gold solid;
    height: 4vh;
    width: 40vh;
    margin-top: 30%;
    color: aliceblue;
    font-size: 3vh;
    position: relative;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 0.6s ease-in-out;
}
.jr.active {
    transform: translateX(0%);
    opacity: 1;
    margin-left: 10%;
}
.ligne-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ligne {
    border-right: 1px gold solid;
    height: 11vh;
    width: 52vh;
    margin-top: 30%;
    color: aliceblue;
    font-size: 3vh;
    display: inline-block;
    position: relative;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 0.6s ease-in-out;
}
.ligne.active {
    transform: translateX(0%);
    opacity: 1;
    margin-left: 10%;
}
.div-sound {
    /* margin-top: -11vh; */
    margin-left: 35.5vw;
    background-color: gold;
    position: absolute;
    height: 11vh;
    width: 10vh;
    display: flex;
    transform: translateX(-1000%);
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 0.6s ease-in-out;
    align-items: center;
    justify-content: center;
    border-radius: 0 50% 50% 0;
    z-index: 5;
}
.div-sound.active {
    transform: translateX(0%);
    opacity: 1;
    /* margin-left: 10%; */
}
.div-sound-button {
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 37px solid transparent;
    border-bottom : 37px solid transparent;
    border-left : 60px solid rgb(255, 255, 255);
}
.div-sound-button.active {
    border-left : 60px solid rgb(241, 241, 241);
}
#sound{
    display: none;
}
#sound::-webkit-media-controls-panel {
    background-color: #56adff00;
  }
#sound::-webkit-media-controls-time-remaining-display {
    color: #ffffff00;
  }
.crew {
    width: 97%;
    margin-left: 3%;
    text-align: center;
    font-family:Until;
    border-bottom: 1px gold solid;
    margin-top: 30%;
    position: relative;
    color: aliceblue;
    font-size: 6vh;
    z-index: 1;
}
.ulcrew {
    margin-left: 35%;
    margin-top: 10%;
}
.ulcrew li {
    border-top: 1px gold solid;
}
.scs {
    background-image: url("../../img/staticrgb/scs.webp");
    background-size: cover;
    width: 110%;
    height: 1%;
    position: relative;
}
.sc {
    background-image: url("../../img/staticrgb/sc.webp");
    background-size: cover;
    margin-top: 9%;
    margin-left: 35%;
    width: 50%;
    height: 1.19%;
    position: relative;
}
.xtrfrsh {
    background-image: url("../../img/staticrgb/xtrfrsh.webp");
    background-size: cover;
    margin-top: 9%;
    margin-left: 34%;
    width: 50%;
    height: 1%;
    position: relative;
}