Tooltip {
	position: absolute;
	right: 500px;
	bottom: 100px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 20px;

	.title {
		font-size: 20px;
		font-family: Poppins;
		color: #fff;
		padding: 10px 10px; // Espacement interne
		background-color: #2F4F4F;
		border-radius: 20px;
		max-width: 350px;
	}
}
