/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 21:29:40 */
/* Style des liens "EN SAVOIR PLUS →" présents sur les cartes produit,
   services, mises en œuvre. Au survol : soulignement rouge apparaît +
   flèche décalée vers la droite.
   Classe à appliquer sur le widget Heading qui porte le lien :
   lien-fleche */

.lien-fleche a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  text-decoration: none;
  transition: border-color 0.2s ease, padding-right 0.2s ease;
}
.lien-fleche a:hover {
  border-bottom-color: #E30613;
  padding-right: 6px;
}