body {
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	background-image: url("/assets/img/background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.double_logo {
	display: block;
	position: absolute;
	top: 0;
	margin-top: 1%;
	margin-left: 35%;
	width: 30%;
}
.unofficial {
	display: block;
	position: absolute;
	top: 0;
	margin-top: 16%;
	margin-left: 50%;
	width: 12%;
}
.time_en {
	display: block;
	position: absolute;
	top: 60%;
	margin-left: 25%;
	width: 50%;
}
.time_fr {
	display: block;
	position: absolute;
	top: 70%;
	margin-left: 25%;
	width: 48%;
}
.robot_fr {
	display: block;
	position: absolute;
	top: 70%;
	margin-left: 73.5%;
	width: 1.8%;
}
#img_barre {
	visibility: visible;
}
.web_acceuil_eng {
	position: absolute;
	left: 0;
	top: 25%;
	margin-left: 3%;
	width: 15%;
}
.logo_2000 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 5%;
	margin-bottom: 3%;
	width: 15%;
}
.web_acceuil_fra {
	position: absolute;
	right: 0;
	top: 25%;
	margin-right: 3%;
	width: 15%;
}
.logo_2024 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 1%;
	margin-bottom: 3%;
	width: 18%;
}
.player {
	display: block;
	position: absolute;
	left: 40%;
	top: 78%;
	width: fit-content;
	border-radius: 50px;
	background-color: darkorchid;
}
.player audio {
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
