#hyperspace {
	height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
}

.pageGroupe {
	width: min-content;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.presentation.groupe {
	width: 60vw;
	height: min-content;
	text-align: center;
	margin-top: 10px;
}

.presentation.groupe a {
	text-decoration: none;
	color: white;
}


#textPresentationGroupe1 {
	transition: all 0.5s linear;
}

#PresentationGroupe2 p:hover a{
	color: #debe47;
}

#textPresentationGroupe1 p {
    padding: 5px 0px 5px 0px;
    margin: 0px -20px 0px -20px;
    cursor: context-menu;
}

#textPresentationGroupe1 p:hover {
    color: #debe47;
}

#hyperspace {
	filter: brightness(0.5);
}