{
svg
.append("text")
.attr("x", 5)
.attr("y", 32)
.style("font-size", 30)
.style("font-weight", "bold")
.style("font-family", "Arial")
.text("CP 2024 PEM en Métropole");
svg
.append("text")
.attr("x", 5)
.attr("y", 60)
.style("font-size", 20)
.style("font-family", "Arial")
.text("par commune de France métropolitaine");
}