.sl-glossaire-tooltip {
	position: absolute;
	display: none;
	padding: 0.4rem 0.6rem;
	font-size: 0.85rem;
	line-height: 1.4;
	background: #111;
	color: #fff;
	border-radius: 4px;
	max-width: 320px;
	z-index: 9999;
}

.sl-glossaire-term {
	color: inherit;
	text-decoration: none !important;
	border-bottom: none !important;
	cursor: help; /* optionnel */
}

/* Le petit "?" en exposant */
.sl-glossaire-term::after {
	content: "?";
	font-size: 0.7em;
	vertical-align: super;
	margin-left: 0.15em;
}

/* On garde le texte lisse au survol/focus */
.sl-glossaire-term:hover,
.sl-glossaire-term:focus {
	text-decoration: none !important;
	border-bottom: none !important;
}