* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    background-image: url(Capture\ d’écran\ 2026-01-25\ 160618.jpg);
    background-size: cover;       
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center;
}


.main {
margin: 10%;
margin-top: 15%;
}



.text {
    text-align: center;
    color: beige;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.video {
    position: relative;
    width: 800px;
    height: 500px;    
    left: calc(50% - 400px);
}

.video video {
    text-align: center;
    width: 800px;
    height: 500px;

}

.flexyeux {
    display: flex;
    padding: 1%;
    flex-direction: row;
    justify-content: center;
}


.yeuxvid video{
    width: 20vw;
    height: 15vh;
}


.Photocode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.Photocode img {
    width: 95vw;
    height: 95vh;
}