*{margin : 0}


section{
    height: 100vh;
    width: 96vw;
    grid-template-columns: repeat(2, 1fr) ;
    grid-template-rows: repeat(6, 1fr);
    display: grid;
    column-gap: 1vh;
    margin-left: 2vw;
    margin-right: 2vw; 
    font-family: "DM Sans", sans-serif;
    position: fixed;
}



#left {
    height: 1000vh;
    width: 33vw;
    display: flex;
    animation-play-state: running; /* Assure que l'animation est en cours */
}


.leftleft{
    height: 100%;
    width: 50%;

}


.leftright{

    height: 100%;
    width: 50%;
}



#left {
    animation: scroll 130s linear infinite; 
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8910px); /* Ajustez la valeur en fonction de votre contenu */
    }
}

.right{
    height: 100vh;
    width: 61vw;
   
}



.topright{
display: flex;
justify-content: space-between;
font-size: 2.3vh;
font-weight: 200;
margin-top: 4%;

}

.mail{
    text-decoration: none;
    color: black;
}

.maill{
    text-decoration: none;
    color: black;
}


.mail:visited{
    text-decoration: none;
    color: black;
}



.midright{

margin-top: 5vh;

}

.cho{
    font-weight: 250;
    letter-spacing: -4px;
    font-size: 11.3vw; 
}


.botright {
    height: 50%;
    width: 100%;
    font-size: 2vh;
    margin-top: -3%;
    z-index: 9999;
    
}

.barrenoir{
    height: 0.1%;
    width: 100%;
    background-color: black;
    margin-top: 6px;
}


.Memory{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
    position: relative;
}


.coexistence{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}

.Process{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}

.Smoking{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}

.billie{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}

.Trauma{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
     z-index: 999;
}


.Flower{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}



.bloody{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}

.forlove{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}

.Life{
    display: flex;
    width: 97%;
    justify-content: space-between;
    font-weight: 200;;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 6px;
    z-index: 999;
}




.leftleft div {
    width: 100%;
    height: 38vh;
    margin: 2%;
}


.leftleft img{
    object-fit: cover;
    width: 100%; /* S'assure que l'image prend toute la largeur de la div */
    height: 100%; /* S'assure que l'image prend toute la hauteur de la div */
}


.leftright div {
    width: 100%;
    height: 38vh;
    margin: 2%;
}


.leftright img{
    object-fit: cover;
    width: 100%; 
    height: 100%; 
}


a{
    text-decoration: none;
    color: black;
}

a:visited{
    text-decoration: none;
    color: black;
}



body {
    opacity: 0; 
    transition: opacity 2s ease; 
}

body.loaded {
    opacity: 1; 
}


body.fade-out {
    opacity: 0; 
    transition: opacity 1s ease;
}


a:hover{
    opacity: 60%;
}



.bottom{

height: 5vh;
width: 20vw;
margin-left: 41vw;
margin-top: 6vh;
text-align: right;
align-items: center;
justify-content: center;
font-size: 1.5vh;
font-weight: 250;
}


.maill {
    animation: none !important;
}