body, html {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
	background-color: RGBA(0,0,0,1) ; /* Le fond de la page sera noir */
	display: flex;
	align-items: center;
	justify-content: center;
    color: white; /* Le texte de la page sera blanc */
}

#bloc_page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
	background-color: RGBA(0,0,0,1); /* Le fond de la page sera noir */
	display: flex;
	align-items: center;
	justify-content: center;
    color: white; /* Le texte de la page sera blanc */

#logointro {
    width: 70%; /* Prend toute la largeur */
    margin: 0 auto; /* Centrage horizontal */
}

.intrologo {
    width: 70%; /* Prend toute la largeur disponible */
    height: 70%; /* Garde les proportions de l'image */
    /* Ajoutez des styles supplémentaires ici si nécessaire */
}