svg#france path,
svg#france polygon {
transition: all .2s ease-in-out;
fill: #F0F0F0;
stroke: #FFFFFF;
}

svg#france path:hover,
svg#france polygon:hover {
fill: #ccc;
}

svg#france path.active,
svg#france polygon.active {
fill: #a72c4c;
}

.supplierList li {
transition: all .2s ease-in-out;
}