
.mediterranean #bigeu .line {
    stroke: #fff !important;
    stroke-width: .015vw !important;
    transition: stroke ease 500ms, stroke-width ease 500ms;
}
.mediterranean #bigeu .point {
    fill: #fff !important;
    transition: fill ease 500ms;
}
  
#bigeu .point { transition: fill ease 500ms; }
#bigeu .line { transition: stroke ease 500ms, stroke-width ease 500ms; }
  
#bigeu .line.white { 
    stroke: #fff; 
    stroke-width: .015vw;
}
#bigeu .point.white { fill: #fff; }
  
#bigeu .line.light { 
    stroke: #fdffd2; 
    stroke-width: .015vw;
}
#bigeu .point.light { fill: #fdffd2; }
  
#bigeu .line.yellow {
    stroke: #f5e347;
    stroke-width: .025vw;
}
#bigeu .point.yellow { fill: #f5e347; }
  
#bigeu .line.dark {
    stroke: #e1ac00;
    stroke-width: .05vw;
}
#bigeu .point.dark { fill: #e1ac00; }
  
#bigeu .line { 
    fill: none; 
    stroke-linejoin: round;
}
