.lien-texte { color: #315DCF; font-weight: 600; text-decoration: none; background: none; transition: color 0.2s ease, text-decoration-color 0.2s ease; } .lien-texte:hover { color: #05164E; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }