.talent-cache::after {
    content: " (Talent caché)"; /* Ajoute le symbole après le lien */
    font-size: 100%; 
    color: var(--couleur-ecriture); 
    margin-left: 5px; 
}


.hasardex {
	width: 150px;
	background-image: url("img/pokeballdex.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}