svg path {
    fill-rule: evenodd;
    stroke-width: 0.906258px;
}

svg path#Champagne-Bourgogne,
svg path#Nord-Est,
svg path#Alsace-Vosges,
svg path#Brie-Picardie,
svg path#Nord-de-France,
svg path#Franche-Comte,
svg path#Lorraine
{
    fill: rgb(0, 149, 152);
}

svg path#Champagne-Bourgogne:hover,
svg path#Nord-Est:hover,
svg path#Alsace-Vosges:hover,
svg path#Brie-Picardie:hover,
svg path#Nord-de-France:hover,
svg path#Franche-Comte:hover,
svg path#Lorraine:hover
{
    fill: rgb(0, 249, 254) !important;
}

svg path#Normandie,
svg path#Normandie-Seine,
svg path#Ile-de-France,
svg path#Val-de-France,
svg path#La-Reunion
{
    fill: rgb(255, 129, 0);
}

svg path#Normandie:hover,
svg path#Normandie-Seine:hover,
svg path#Ile-de-France:hover,
svg path#Val-de-France:hover,
svg path#La-Reunion:hover
{
    fill: rgb(255, 179, 102) !important;
}

svg path#Cotes-Armor,
svg path#Finistere,
svg path#Ille-et-Vilaine,
svg path#Morbihan,
svg path#Atlantique-Vendee,
svg path#Anjou-Maine,
svg path#Guadeloupe,
svg path#Martinique-Guyane
{
    fill: rgb(255, 192, 44);
}

svg path#Cotes-Armor:hover,
svg path#Finistere:hover,
svg path#Ille-et-Vilaine:hover,
svg path#Morbihan:hover,
svg path#Atlantique-Vendee:hover,
svg path#Anjou-Maine:hover,
svg path#Guadeloupe:hover,
svg path#Martinique-Guyane:hover
{
    fill: rgb(255, 222, 146) !important;
}

svg path#Centre-Loire,
svg path#Touraine-Poitou,
svg path#Charente-Mme-2-Sevres,
svg path#Centre-Ouest,
svg path#Charente-Perigord,
svg path#Aquitaine,
svg path#Pyrenees-Gascogne
{
    fill: rgb(0, 12, 126);
}

svg path#Centre-Loire:hover,
svg path#Touraine-Poitou:hover,
svg path#Charente-Mme-2-Sevres:hover,
svg path#Centre-Ouest:hover,
svg path#Charente-Perigord:hover,
svg path#Aquitaine:hover,
svg path#Pyrenees-Gascogne:hover
{
    fill: rgb(0, 22, 228) !important;
}

svg path#Centre-Est,
svg path#Centre-France,
svg path#Savoie,
svg path#Loire-Haute-Loire,
svg path#Sud-Rhone-Alpes
{
    fill: rgb(10, 33, 255);
}

svg path#Centre-Est:hover,
svg path#Centre-France:hover,
svg path#Savoie:hover,
svg path#Loire-Haute-Loire:hover,
svg path#Sud-Rhone-Alpes:hover
{
    fill: rgb(112, 125, 255) !important;
}

svg path#Nord-Midi-Pyrenees,
svg path#Languedoc,
svg path#Provence-Cote-Azur,
svg path#Toulouse31,
svg path#Corse,
svg path#Sud-Mediterranee,
svg path#Alpes-Provence
{
    fill: rgb(189, 95, 0);
}

svg path#Nord-Midi-Pyrenees:hover,
svg path#Languedoc:hover,
svg path#Provence-Cote-Azur:hover,
svg path#Toulouse31:hover,
svg path#Corse:hover,
svg path#Sud-Mediterranee:hover,
svg path#Alpes-Provence:hover
{
    fill: rgb(255, 146, 36) !important;
}

@media (min-width: 992px) {
    #clickable-map svg {
        width: 75%;
        height: 75%;
    }
}