/* tour du point de regroupement */ .marker-cluster-small { background-color: rgba(181, 226, 140, 0.5); } /* zone centrale du point de regroupement */ .marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div { background-color: rgba(0,0,0,0.75); } .marker-cluster-medium { background-color: rgba(241, 211, 87, 0.5); } .marker-cluster-large { background-color: rgba(253, 156, 115, 0.5); } .marker-cluster { background-clip: padding-box; border-radius: 20px; } .marker-cluster div { width: 30px; height: 30px; margin-left: 5px; margin-top: 5px; text-align: center; border-radius: 15px; font: 14px monospace; color: white; } .marker-cluster span { line-height: 30px; }