.svg-salle { transition: fill .3s; fill: #bbb; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; } .svg-salle:hover { fill: #fe5400aa; } .current-room { fill: #fe5400; }