#backToTop {
	position: fixed;
	right: 10px;
	bottom: 170px;
	background-color: var(--color1);
	color: var(--color2);
	border: none;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	display: none; /* Caché par défaut */
	align-items: center; /* Centrage vertical */
	justify-content: center; /* Centrage horizontal */
	cursor: pointer;
	font-size: var(--size7);
	text-decoration: none; /* Pour éviter tout soulignement par défaut */
	z-index: 5;
}