/* ------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

@font-face {
    font-family: "TemposRoman";
    src: url("./font/ESFace-Regular.otf");
  }

  :root, html {
    overflow: hidden;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100vw;
    max-height: 100vh;
    }
  

    svg{

        z-index: -12000;
    }

h3 {
    margin: 0;
}

.container {
    height: 100vh;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* color: #cc0000; */
}

#gin-container{
   position: sticky;
   top: 23%;
  }


#container1 {
    width: 67vw;
    position: relative;

    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

/* ------------------------------------------*/





article {
    background-color: rgb(208, 208, 208);

    position: absolute;
    height: 100vh;
    width: 33%;


    top: 100%;
    right: 0;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    transition: all 1s ease;

    z-index: 5;
}

.open {
    top: 35px;

}




/* --------------------languettes ----------------------*/
.languette {
    position: absolute;

    width: 25%;
    height: 30px;
    top: -30px;


    cursor: pointer;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
}

.un {
    background-color: rgb(241, 241, 241);
}

.deux {
    background-color: rgb(0, 0, 0);
    left: 25%;
}

.trois {
    background-color: rgb(241, 241, 241);
    left: 50%;
}

.quatre {
    background-color: rgb(0, 0, 0);
    left: 75%;
}

/* .cinq{
    background-color: rgb(188, 45, 255);
    left: 80%;
} */
/* --------------------languettes ----------------------*/



/* --------------------Contenu des articles, là tu te fais plaisir----------------------*/
.contenuArticle {
    padding: 20px;
}

.boutonContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boutonContainer a {
    text-decoration: none;
    padding: 20px;
    background-color: black;
    color: white;
}

/* --------------------Contenu des articles, là tu te fais plaisir----------------------*/


/* --------------------RECETTE----------------------*/

#article1{
    background-color: rgb(241, 241, 241); 
}
#article2{
    background-color: rgb(0, 0, 0); 
}
#article3{
    background-color: rgb(241, 241, 241); 
}
#article4{
    background-color: rgb(0, 0, 0); 
}

.gin {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 
}


.gin:hover {
    color: rgb(119, 119, 119);
}



.citronv {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.citronv:hover {
    color: rgb(119, 119, 119);
}



.citronj {
    font-size: 1.6em;
     color: rgb(0, 0, 0); 

}


.citronj:hover {
    color: rgb(119, 119, 119);
}


.oeuf {

    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.oeuf:hover {
    color: rgb(119, 119, 119);
}



.sirop {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.sirop:hover {
    color: rgb(119, 119, 119);
}






.creme {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.creme:hover {
    color: rgb(119, 119, 119);
}




.oranger {
    color: rgb(0, 0, 0); 
    font-size: 1.6em;

}


.oranger:hover {
    color: rgb(119, 119, 119);
}




.eau {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.eau:hover {
    color: rgb(119, 119, 119);
}




.Lime {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.Lime:hover {
    color: rgb(119, 119, 119);
}


.glaçons {
    font-size: 1.6em;
    color: rgb(0, 0, 0); 

}


.glaçons:hover {
    color: rgb(119, 119, 119);
}




.scene {
    width: 0;
    height: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: 0%;
    transition: opacity 0.5s ease-in-out;
    /* width: 50vw; */
}

.visible {
    opacity: 100% !important;
}

#scene1 {
    width: 5vw;
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    order: 5;
}

.circle {
    width: 5vw;
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    order: 5;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}

.circle span {
    position: absolute;
}

/* -------2----- */






#scene2 {
    /* width: 10vw; */
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    order: 4;

}



.circle2 {
    text-transform: uppercase;
    font-family: TemposRoman;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    order: 4;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle2 span {
    position: absolute;
}




/* ______3-_____ */






#scene3 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
}



.circle3 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}




.circle3 span {
    position: absolute;
}

/* ______4______ */




#scene4 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
}



.circle4 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle4 span {
    position: absolute;
}


/* ______5______ */






#scene5 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
}



.circle5 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle5 span {
    position: absolute;
}


/* ______6______ */






#scene6 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    
}



.circle6 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle6 span {
    position: absolute;
}

/* ______7______ */






#scene7 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    
}



.circle7 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle7 span {
    position: absolute;
}

/* --------- */
/* ______8______ */






#scene8 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
}



.circle8 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle8 span {
    position: absolute;
}

/* --------- */
/* ______9______ */






#scene9 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
}



.circle9 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle9 span {
    position: absolute;
}

/* --------- */
/* ______10______ */






#scene10 {
    margin: auto;
    transform: rotateY(0deg) rotate(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
}



.circle10 {
    font-family: TemposRoman;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
    color: #ffffff;
    -webkit-text-stroke: 0.01px black ;
}



.circle10 span {
    position: absolute;
}




.line {
    text-decoration: line-through rgb(119, 119, 119);;
    color: rgb(119, 119, 119);
}
.line:hover{
    color: rgb(0, 0, 0);
    text-decoration: line-through  rgb(0, 0, 0);
}




@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(1turn);
    }
}

/* --------------------///RECETTE///----------------------*/


/* --------------------INGREDIENT----------------------*/
.title{
    font-size: 4em;
    line-height: 1em;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.titlew{
    font-size: 4em;
    line-height: 1em;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.rotate {
    width: 100px;
    animation: rotation 100s infinite linear;
}

.line1{
    height: 0.1vh;
    width:30vw;
    background-color: black;
    margin-left: 2.5vh;
}

.line1w{
    height: 0.1vh;
    width:30vw;
    background-color: rgb(255, 255, 255);
    margin-left: 2.5vh;  
}
/* .croix1{
    height: 18px;
    width: 2px;
    background: black;
    position: absolute;
    top: 35px;
    left: 50vh;
} */
/* .croix2{
    height: 18px;
    width: 2px;
    background: black;
    position: absolute;
    rotate: 90deg;
    top: 35px;
    left: 50vh;
} */


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.rotate2 {
    width: 100px;
    animation: rotation2 80s infinite linear;
}


@keyframes rotation2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}


.ingredient{
    font-family: "TemposRoman";
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
}

.ingredientw{
    font-family: "TemposRoman";
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.premier{
line-height: 2em;
}

.premierw{
    color: white;
    line-height: 2em;
    text-transform: uppercase;
    }


.rotate3 {
    width: 100px;
    animation: rotation3 150s infinite linear;
}

.rotate4 {
    width: 100px;
    animation: rotation4 150s infinite linear;
}

.rotate6 {
    width: 100px;
    animation: rotation4 150s infinite linear;
}

@keyframes rotation6 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rotate7 {
    width: 100px;
    animation: rotation4 150s infinite linear;
}

@keyframes rotation7 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.rotate5 {
    width: 100px;
    animation: rotation4 150s infinite linear;
}

@keyframes rotation5 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

@keyframes rotation4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}
.rotate7 {
    width: 100px;
    animation: rotation4 150s infinite linear;
}

@keyframes rotation7 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}



.layers {
    z-index: -1000;

    /* z-index: -12000; */
    width: 100%;
    height: 100%;
    position: absolute;
}

.centrer {
    /* z-index: -1200; */

    width: 100vw;
    height: 100vh;
    position: absolute;
    transform: translate(-30%, -50%);
}



#layer-beige {

    position: absolute;
    opacity: 0%;
    width: 100%;
    height: 100%;
    transition: 0.9s ease-in-out;
    /* background-image: url(../images/gradient_02.png); */
    filter: blur(20px);
    ;
    /* background: radial-gradient(circle, rgba(63,94,251,0.4486388305322129) 0%, rgba(252,70,107,0.33925259643916916) 100%); */
}

#layer-mauve {

    position: absolute;
    opacity: 0%;
    width: 100%;
    height: 100%;
    transition: 0.9s ease-in-out;
    /* background-image: url(../images/gradient_02.png); */
    filter: blur(20px);
    ;
    /* background: radial-gradient(circle, rgba(63,94,251,0.4486388305322129) 0%, rgba(252,70,107,0.33925259643916916) 100%); */
}


#layer-vert {

    position: absolute;
    opacity: 0%;
    width: 100vw;
    height: 100vh;
    transition: 0.7s ease-in-out;
    /* background-image: url(../images/gradient_05.png); */
    filter: blur(20px);
    /* background: radial-gradient(circle, rgba(63,94,251,0.4486388305322129) 0%, rgba(252,70,107,0.33925259643916916) 100%); */
}

#layer-red {
    position: absolute;
    opacity: 0%;
    width: 100vw;
    height: 100vh;
    /* background-image: url(../images/gradient_01.png); */
    transition: 0.5s ease-in-out;

    filter: blur(20px);
    /* background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(34,193,195,0) 29%, rgba(253,187,45,0.4234287464985994) 100%) */
}

#layer-jaune {

    position: absolute;
    opacity: 0%;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/gradient_07.png); */
    transition: 0.8s ease-in-out;

    filter: blur(20px);
    /* background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(34,193,195,0) 29%, rgba(253,187,45,0.4234287464985994) 100%) */
}

#layer-rose {

    position: absolute;
    opacity: 0%;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/gradient_07.png); */
    transition: 0.8s ease-in-out;

    filter: blur(20px);
    /* background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(34,193,195,0) 29%, rgba(253,187,45,0.4234287464985994) 100%) */
}

#layer-orange {

    position: absolute;
    opacity: 0%;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/gradient_07.png); */
    transition: 0.8s ease-in-out;

    filter: blur(20px);
    /* background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(34,193,195,0) 29%, rgba(253,187,45,0.4234287464985994) 100%) */
}

#layer-turc {

    position: absolute;
    opacity: 0%;
    width: 100vw;
    height: 100vh;
    transition: 0.7s ease-in-out;
    /* background-image: url(../images/gradient_05.png); */
    filter: blur(20px);
    /* background: radial-gradient(circle, rgba(63,94,251,0.4486388305322129) 0%, rgba(252,70,107,0.33925259643916916) 100%); */
}

.triggerButton {
    cursor: pointer;
    z-index: 15;
    font-size: 1.7em;
    text-transform: uppercase;
}

#beige {
    background-color: rgb(0, 0, 0);
    color: white;
}

#turc {
    background-color: rgb(0, 0, 0);
    color: white;
}

#red {
    background-color: rgb(0, 0, 0);
    color: white;
}

#mauve {
    background-color: rgb(0, 0, 0);
    color: white;
}


#jaune {
    background-color: rgb(0, 0, 0);
    color: white;
}

#vert {
    background-color: rgb(0, 0, 0);
    color: white;
}

#orange {
    background-color: rgb(0, 0, 0);
    color: white;
}

.metaball {
    filter: url('#metaball-filter');

}



/* –––––––––– HOVER RECETTE––––––––––––– */


#vert:hover {
    color: rgba(79, 79, 79, 0.593);
}

#jaune:hover {
    color: rgba(79, 79, 79, 0.593);
}

#beige:hover {
    color: rgba(79, 79, 79, 0.593);
}

#red:hover {
    color: rgba(79, 79, 79, 0.593);
}

#rose:hover {
    color: rgba(79, 79, 79, 0.593);
}

#orange:hover {
    color: rgba(79, 79, 79, 0.593);
}

#turc:hover {
    color: rgba(79, 79, 79, 0.593);
}
#mauve:hover {
    color: rgba(79, 79, 79, 0.593);
}



.linew {
    text-decoration: line-through rgb(255, 255, 255);;
    color: rgb(119, 119, 119);
}
.linew:hover{
    color: rgb(255, 255, 255);
    text-decoration: line-through  rgb(119, 119, 119);
}

*/
/* --------------------///RECETTE///----------------------


  /* --------------------HISTOIRE----------------------*/

#triggerPhoto1 {
    background-color: rgb(0, 0, 0);
    color: white;
}

.triggerPHOTO1 {

    color: rgb(0, 0, 0);
    font-size: 1.6em;
}

.triggerPHOTO1:hover {
    color: rgba(79, 79, 79, 0.593);
}




/* #triggerPhoto2 {
    background-color: rgb(0, 0, 0);
    color: white;
} */

.triggerPHOTO2 {
    font-size: 1.6em;
    color: rgb(0, 0, 0);

}

.triggerPHOTO2:hover {
color: rgba(79, 79, 79, 0.593);
}




.triggerPHOTO3 {
    font-size: 1.6em;
    color: rgb(0, 0, 0);
}

.triggerPHOTO3:hover {
    color: rgba(79, 79, 79, 0.593);
}



.triggerPHOTO4 {
    font-size: 1.6em;
    color: rgb(0, 0, 0);

}

.triggerPHOTO4:hover {
color: rgba(79, 79, 79, 0.593);
}



.MesImages {
    z-index: 60000;
    position: absolute;
    width: 30vw;
    /* z-index: -26; */

}

.photo1 {
    position: absolute;
    opacity: 0%; 
    transition: 0.5s ease-in-out;
    z-index: 1000000000000;

    left: 2%;
    top: 30%;
   

}

.photo2 {
    position: absolute;
    opacity: 0%; 
    transition: 0.5s ease-in-out;
    z-index: 1000000000000;

    left: 30%;
    top: 50%;

}

.photo3 {
    position: absolute;
    opacity: 0%; 
    transition: 0.5s ease-in-out;
    z-index: 1000000000000;

    left: 43%;
    top: 10%;

}

.photo4 {
    z-index: -1300000;
    position: absolute;
    opacity: 0%; 
    transition: 0.5s ease-in-out;

    left: 20%;
    top: 3%;
    z-index: 1000000000000;

}

/* --------------------////HISTOIRE////----------------------*/


/* --------------------CHRONO----------------------*/



#lottie-player {
z-index: 900000;
opacity: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67vw !important;
    height: auto !important;
}



.triggerANIMATION {

    color: rgb(255, 255, 255);
    font-size: 1.7em;
    text-transform: uppercase;

}

.triggerANIMATION:hover {
    color: rgb(119, 119, 119);

}




/* #red:hover {
    color: rgba(79, 79, 79, 0.593);
}



.linew {
    text-decoration: line-through rgb(255, 255, 255);;
    color: rgb(119, 119, 119);
}
.linew:hover{
    color: rgb(255, 255, 255);
    text-decoration: line-through  rgb(119, 119, 119);
} */
/* --------------------////CHRONO/////----------------------*/




/* --------------------TELEPHONE----------------------*/



@media only screen and (max-width: 600px) {
    body {
        flex-direction: column;
        overflow:hidden;
    }
    .circle {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle1 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle2 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle3 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle4 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle5 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle6 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle7 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle8 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle9 {
        -webkit-text-stroke: 0.3px black ;
    }
    .circle10 {
        -webkit-text-stroke: 0.3px black ;
    }

    .photo1 {
        left: 20%;
        top: 15%;
    }
    .photo2 {
        left: 50%;
        top: 30%;
    }
    .photo3 {
        left: 60%;
        top: 15%;
    }
    .photo4 {
        left: 20%;
        top: 2%;
    }




    .ingredient{
        font-size: 0.6em;
        line-height: 1.2em;
        padding-left: 10px;
        padding-right: 10px;
    }

    .line1w{
        height: 0.1vh;
        width:90vw;
    }
    .line1{
        height: 0.1vh;
        width:90vw;
    }


    .ingredientw{
        font-size: 0.8em;
        line-height: 1.2em;
        padding-left: 3px;
        padding-right: 3px;
    }


    .premier{
        font-size: 1.3em;
        }

    .container {
        width: 100vw;
        height: 40vh;
        justify-content: center;
        align-items: center;
    }

    article {
        width: 100vw;

    }

    .open {
        top: 50vh;

    }

    #container1 {
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    #lottie-player {
        position: center;
z-index: 1000000;
        bottom: 50%;
        width: 100vw !important;
        height: auto !important;
    }


    .centrer {
        width: 100vw;
        height: 100vh;
        position: absolute;
        transform: translate(-20%, -80%);

    }
    #gin-parent-container {
        width: 100%;
        height: 90%;
        padding-left: 45%;
        /* background-color: rgba(0, 0, 255, 0.886); */
    }

}


/* ELODIE */

#gin-parent-container {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 255, 0.886); */
}

#imgs-container {
    position: absolute;
    top: 0px;
    right: 5vh;
    border-radius: 90%;
    /* background-color: pink; */
    width: 100%;
    height: 100%;
}

.mesImages-container{
    width: 100%;
    height: 100%;
    position: relative;
}


#timer {
    font-weight: bold;
    font-size: 2em;
    font-family: TemposRoman;
    position: center;
    color: white;
    text-transform: uppercase;
    /* margin-left: 31.5vw;
    margin-top: 95vh; */
  }

  .tab {
    display: inline-block;
    margin-left: 30px;
}

.words {
    color: #ffffff;
    line-height: 1;
    font-family: TemposRoman;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;  
  }

  .words spak {
    font-size: 12rem;
    display: inline-block;
    animation: move 3s ease-in-out infinite;
    animation-iteration-count: 3; 
    z-index: -100000;
  }
  .intro{
    margin-right: 600px;
  }
  
    .word-1 {
    margin-left: 30vw;
    margin-top: 15vh;
    }

    .word-2 {
      margin-left: 35vw;
      margin-top: 35vh;
    }
    
    .word-3 {
    margin-left: 32.5vw;
    margin-top: 55vh;
    }

  @keyframes move {
    0% {
      transform: translate(-30%, 0);
      filter: blur(0px);
    }
    50% {
      text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
    }
    100% {
      transform: translate(30%, 0);
      filter: blur(5px);
    }
  }
  
  .words spak:nth-child(2) {
    animation-delay: 0.5s;
  }
  
  .words spak:nth-child(3) {
    animation-delay: 1s;
  }
  
  .words spak:nth-child(4) {
    animation-delay: 1.5s;
  }
  
  .words spak:nth-child(5) {
    animation-delay: 2s;
  }
  
  .words spak:nth-child(6) {
    animation-delay: 2.5s;
  }
  
  .words spak:nth-child(7) {
    animation-delay: 3s;
  }

    .un {
font-size: 1.5em;
padding-left:3.8vw ;
padding-top: 5px;
font-family: Temposroman;
}

.trois {
    font-size: 1.5em;
    padding-left:3.8vw ;
    padding-top: 5px;
    font-family: Temposroman;
    }

.deux {
    font-size: 1.5em;
    padding-left:3.8vw ;
    padding-top: 5px;
    font-family: Temposroman;
    color: #ffffff;
    }

.quatre {
        font-size: 1.5em;
        padding-left:3.8vw ;
        padding-top: 5px;
        font-family: Temposroman;
        color: #ffffff;
        }

        @media only screen and (max-width: 600px) {


            .quatre {
                text-align: center;
                padding-left:0vw ;
                }

            }
            .trois {
                text-align: center;
                padding-left:0vw ;
                }
                .deux {
                    text-align: center;
                    padding-left:0vw ;
                    }
                    .un {
                        text-align: center;
                        padding-left:0vw ;
                        }