* {
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: monospace;
    background-color: black;
    color: white;
    overflow: hidden;
}


#main-slider-container{
    display: flex;
    height: 100vh;
    overflow: hidden;
    transition: 1s;
    
}



.slider-container{
    position: absolute;
    display: flex;
    overflow: hidden;
    height: 100vh;
    min-width: 100%;
    width: fit-content;
    align-items: flex-start;
}

.slider-container > div{
    position: relative;
    overflow: hidden;
    height: 100vh;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    
    
}

.titrage-date{
    font-size: 110px;
    color: #FF3408;
    line-height: 55px;
}

.subtitle{
    font-size: 50px;
    color: white;
    line-height: 55px;
}

.titrage-date span{
    font-size: 50px;
    color: white;
    line-height: 0%;
}



/* CARTOUCHES */

.cartouche-orange{
    padding: 10px;
    padding-left: 12px;
    background-color: #FF3408;
    color: black;
    box-sizing: border-box;
}

.cartouche-blanc{
    padding: 10px;
    padding-left: 12px;
    background-color: white;
    color: black;
    box-sizing: border-box;
}

.cartouche-noir{
    padding: 10px;
    padding-left: 12px;
    background-color: black;
    color: white;
    box-sizing: border-box;
}



.section-C1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 130vw;
}

.section-C1::before{
    content: url(/img/saturn_bg.png);
    width: 100vw;
    height: 100vh;
    position: absolute;
    left:-350px;
    top: -70px;
    z-index: -1;
}



/* PLACEMENT DATE */
.section-C1 .titrage-date{
    position: absolute;
    top: 110px;
    left: 520px ;
    
}

/* VIDEO TIMELAPSE */
.timelapse-saturn video{
    position: absolute;
    left: 500px;
    top: 340px;
    width: 340px;
    transform: rotate(2deg); 
    border: 5px solid whitesmoke;
}

/* ANNEAUX */

.c1-anneaux{
    position: absolute;
    width: 800px;
    top: 50%;
    height: 100vh;
    left: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.c1-anneaux_button-anneaux-disable{
    position: absolute;
    background: transparent;
    border: none;
    transform: translate(350px, -480px) rotate(45deg);
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s;
}

.c1-anneaux_button-anneaux-enable{
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10000;
    transform: translate(300px, -400px) rotate(0deg);
    transition: 0.3s;

}


.section-c1-anneaux-container{
    width: 800px;
    position: relative;

}


/* ANNEAUX DISABLE */
.c1-anneaux_text1-disable{
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 30px;
    height: auto;
    width: 600px;
    transition: 0.3s;

    transform: translate(-10%, -50%) rotate(0deg);
    
    opacity: 0;

}

.c1-anneaux_img1-disable{
    width: 10px;
    height: auto;
    position: absolute;
    transition: 0.3s;
    transform: translate(-10%, -10%) rotate(0deg);
    left: 50%;
    top: 10%;
    opacity: 0;
}

.c1-anneaux_img2-disable{
    width: 10px;
    height: auto;
    position: absolute;
    transition: 0.4s;
    transform: translate(-10%, -10%) rotate(0deg);
    left: 50%;
    top: 10%;
    opacity: 0;
}

.c1-anneaux_img3-disable{
    width: 10px;
    height: auto;
    position: absolute;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(0deg);
    left: 50%;
    top: 10%;
    opacity: 0;
}


/* ANNEAUX ENABLE */
.c1-anneaux_text1-enable{
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 30px;
    height: auto;
    width: 600px;
    transition: 0.3s;

    transform: translate(0%, 0%) rotate(-7deg);
    
    opacity: 100;

}


.c1-anneaux_img1-enable{
    width: 50%;
    height: auto;
    position: absolute;
    transition: 0.3s;

    transform: translate(0%, 0%) rotate(-7deg);
    left: -10px;
    top: -350px;
    opacity: 100;
}

.c1-anneaux_img2-enable{
    width: 50%;
    z-index: 9999;
    height: auto;
    position: absolute;
    transition: 0.4s;
    transform: translate(0%, 0%) rotate(-7deg);
    left: -30px;
    top: -180px;
    opacity: 100;
}

.c1-anneaux_img3-enable{
    width: 50%;
    height: auto;
    position: absolute;
    transition: 0.5s;
    z-index: 9999;
    transform: translate(0%, 0%) rotate(-7deg);
    left: 250px;
    top: -280px;
    opacity: 100;
}

/* SATURN FLOAT */

.section-C2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
}

.section-C2:before{
    content: url(/img/saturn_bg.png);
    width: 100vw;
    height: 100vh;
    position: absolute;
    transform: translateX(-130vw);
    left:-350px;
    top: -70px;
    z-index: -1;
}


#c2-saturn-float{
    position: absolute;
    width: 800px;
    top: 30%;
    left: 55%;
}

/* SATURN FLOAT DISABLE */

.c2-saturn-float_img1-disable{
    position: absolute;
    top: 10px;
    left: 50px;
    width: 400px;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(0deg);
    transform: rotate(11deg);
    z-index: 9999;
    opacity: 100;
}

.c2-saturn-float_img2-disable{
    position: absolute;
    top: 10px;
    left: 50px;
    width: 400px;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(0deg);
    transform: rotate(11deg);
    opacity: 100;
}

.c2-saturn-float_txt1-disable{
    position: absolute;
    z-index: 0;
    top: 100px;
    left: 30px;
    width: 260px;
    transition: 0.5s;
    transform: translate(-20%, -20%) rotate(0deg);
    transform: rotate(-10deg);
    
    opacity: 0;
}

.c2-saturn-float_txt2-disable{
    position: absolute;
    z-index: 999;
    width: 260px;
    top: 200px;
    left: 200px;
    transition: 0.5s;
    transform: translate(-20%, -20%) rotate(-11deg);
    z-index: 0;
    opacity: 0;
}

/* SATURN FLOAT ENABLE */

.c2-saturn-float_img1-enable{
    position: absolute;
    top: 50px;
    left: 60px;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(0deg);
    transform: rotate(11deg);
    width: 400px;
    opacity: 0;
}

.c2-saturn-float_img2-enable{
    position: absolute;
    top: 50px;
    left: 60px;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(0deg);
    transform: rotate(11deg);
    width: 400px;
    opacity: 100;
}

.c2-saturn-float_txt1-enable{
    position: absolute;
    z-index: 999;
    top: -110px;
    left: 0px;
    width: 260px;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(0deg);
    transform: rotate(-3deg);
    opacity: 100;
}

.c2-saturn-float_txt2-enable{
    position: absolute;
    z-index: 999;
    top: 390px;
    left: 280px;
    width: 260px;
    transition: 0.5s;
    transform: translate(-10%, -10%) rotate(-11deg);
   
    opacity: 100;
}


.section-C3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 120vw;
}

.section-C3:before{
    content: url(/img/saturn_bg.png);
    width: 100vw;
    height: 100vh;
    position: absolute;
    transform: translateX(-230vw);
    left:-380px;
    top: -70px;
    z-index: -1;
}

.section-C3 img{
    position: absolute;
    top: 15%;
    left: 50%;
    height: 75vh;
}

.saturn-son .cartouche-orange{
    position: absolute;
    z-index: 999;
    top: 79%;
    left: 1170px;
    width: 300px;
    transform: rotate(7deg);
}

.saturn-son .cartouche-noir{
    position: absolute;
    z-index: 999;
    top: 20%;
    left: 820px;
    width: 250px;
    transform: rotate(-5deg);
}

.section-C4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 120vw;
    
}

.section-C4:before{
    content: url(/img/saturn_bg.png);
    width: 120vw;
    height: 100vh;
    position: absolute;
    transform: translateX(-350vw);
    left:-380px;
    top: -70px;
    z-index: -1;
    
}

.c4-titan{
    position: absolute;
    top: 0px;
    left: 300px;
    width: 800px;
    height: 100vh;
}
.c4-titan-moon{
    position: absolute;
    top: 15%;
    left: 30%;
    height: 50vh;
}

.c4-titan_button-enable{
    position: absolute;
    background: transparent;
    border: none;
    transform: translate(410px, 300px) rotate(45deg);
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s;
}

.c4-titan_button-disable{
    position: absolute;
    background: transparent;
    border: none;
    transform: translate(410px, 300px) rotate(-45deg);
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s;
}
.c4-titan_img1-disable{
    position: absolute;
    width: 150px;
    transition: 0.3s;
    transform: translate(320px, 280px) rotate(0deg);
    z-index: -1000;
    border: 5px solid whitesmoke;
    opacity: 0;
}

.c4-titan_img1-enable{
    position: absolute;
    width: 250px;
    transition: 0.3s;    
    transform: translate(50px, 420px) rotate(10deg);
    border: 5px solid whitesmoke;
    opacity: 100;
    z-index: 9999;
}

.c4-titan_text1-disable{
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    transform: translate(150px, 250px) scale(0%) rotate(0deg);
    width: 480px;
    
    z-index: 9999;
    
}

.c4-titan_text1-enable{
    position: absolute;
    transition: 0.3s;
    transform: translate(-200px, 270px) scale(100%) rotate(-10deg);
    width: 480px;
    
    z-index: 9999;
}

.c4-titan_text2-disable{
    position: absolute;
    transition: 0.3s;
    transform: translate(300px, 300px) scale(0%) rotate(4deg);
    width: 380px;
    z-index: 9999;
    opacity: 100;
    opacity: 0;
}

.c4-titan_text2-enable{
    position: absolute;
    transition: 0.3s;
    transform: translate(250px, 600px) scale(100%) rotate(-4deg);
    width: 380px;
    z-index: 9999;
    opacity: 100;
}

.section-c4_container1{
    width: 800px;
    margin-top: 100px;
    margin-left: 200px;
    display: flex;
    align-self : flex-start;
    justify-content: space-around;
    z-index: 999;
}

.section-c4_container1 p:nth-child(1){
    width: 350px;
}

.section-c4_container1 p:nth-child(2){
    margin-top: 70px;
    width: 200px;
    margin-right: 300px;
}

.section-c4_container1 p:nth-child(3){
    margin-top: 70px;
    width: 100px;
    margin-right: 50px;
}



.section-c4_container2{
    position: absolute;
    height: 40vh;
    margin-left: 52%;
    margin-top: 17%;
    display: flex;
    justify-content: space-around;
    z-index: 999;
}

.section-c4_container2 .section-c4-text4{
    align-self: flex-end;
    width: 120%;
}

.section-c4_container2 .section-c4-text5{
    width: 100%;
    align-self: center;
}

.section-c4_container2 .section-c4-text6{
    width: 120%;
    margin-right: 14%;
    align-self: flex-start;
}

.section-c4_container2 .section-c4-text7{
    position: absolute;
    top: -25%;
    right: 0;
}

.section-C5{
    margin-left: 20vw;
    display: flex;
    position: absolute  ;
    width: 100vw;
    
}

.section-C5 .titrage-date{
    position: absolute;
    top: 110px;
    left: 20px ;
    
}

.c5-axe{
    position: absolute;
    top: 50px;
    left: 800px;
    width: 800px;
    
}
.c5-axe_button-enable{
    position: absolute;
    background: transparent;
    border: none;
    transform: translate(90px, 340px) rotate(45deg);
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s;
}

.c5-axe_button-disable{
    position: absolute;
    background: transparent;
    border: none;
    transform: translate(-40px, 300px) rotate(-45deg);
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s;
}

.c5-axe_img1-disable{
    position: absolute;
    width: 300px;
    transition: 0.3s;
    transform: translate(0px, 300px) rotate(-8deg);
    z-index: -1000;
    
}

.c5-axe_img1-enable{
    position: absolute;
    width: 400px;
    height: auto;
    transition: 0.3s;    
    transform: translate(-150px, 350px) rotate(0deg);
    opacity: 100;
    z-index: 9999;
}

.c5-axe_img2-disable{
    position: absolute;
    width: 650px;
    transition: 0.3s;
    transform: translate(-280px, 300px) rotate(0deg);
    z-index: 1000;
    
}

.c5-axe_img2-enable{
    position: absolute;
    width: 250px;
    height: auto;
    transition: 0.3s;    
    transform: translate(-150px, 360px) rotate(-20deg);
    opacity: 100;
    z-index: 0;
}

.c5-axe_text1-disable{
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    transform: translate(-100px, 250px) scale(0%) rotate(0deg);
    width: 480px;
    
    z-index: 9;
    
}

.c5-axe_text1-enable{
    position: absolute;
    transition: 0.3s;
    transform: translate(80px, 100px) scale(100%) rotate(12deg);
    width: 450px;
    
    z-index: 9;
}






