		/* Style pour le bouton de retour en haut */
		#scrollToTopBtn {
			position: fixed;
			bottom: 20px;
			right: 20px;
			display: none;
			background-color: #007bff;
			color: white;
			border: none;
			border-radius: 50%;
			width: 50px;
			height: 50px;
			cursor: pointer;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
		}
		#scrollToTopBtn i {
			font-size: 24px;
		}