svg {
    width: 100%;
    height: 100%;
    z-index: 1;
}

#toutesCommunes {
    fill: #f5f5f5;
    stroke: #000;
    stroke-width: 1px;
    stroke-linejoin: bevel;
}



path:hover, path:active {
    stroke-linejoin: bevel;
}

.departement {
    display: block;
    fill: #555555;
    stroke: #000;
    stroke-width: 1px;
    stroke-linejoin: bevel;
}


