/* ---- DEBUT : TEST CSS MINIMAL ---- */

.lampelec-gamme-link {
    display: inline-block !important; /* Force le display */
    border: 3px solid red !important; /* Bordure rouge très visible */
    background-color: yellow !important; /* Fond jaune très visible */
    padding: 10px !important; /* Espacement visible */
    margin: 5px !important; /* Marge visible */
    color: black !important; /* Couleur de texte forcée */
    width: auto !important; /* Pas de largeur fixe pour l'instant */
    text-decoration: none !important; /* Pas de soulignement */
}

/* ---- FIN : TEST CSS MINIMAL ---- */