#muframex-carto {
	background-color: #fafafa;
}

#muframex-carto .select2-selection__rendered
{
    font-size: 12px;
}

#muframex-carto .region { fill: #f5f5f5; cursor:: pointer; outline: none; transition: fill .2s ease, filter .2s ease; } 
#muframex-carto .region:hover { fill: #a21915 !important; } 
#muframex-carto .region.active { fill: #a21915 !important; } 
#muframex-carto .region-fr:hover path {fill: #edd4d3; }
#muframex-carto .border { stroke:#000; stroke-width:0.5; }