var map = L.map('map').setView([8, 20], 3);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap' }).addTo(map);
L.marker([14.7167, -17.4677]).addTo(map) .bindPopup("Dakar - Migration vers l'Europe");
L.marker([6.5244, 3.3792]).addTo(map) .bindPopup("Lagos - Migration économique");
L.marker([33.5731, -7.5898]).addTo(map) .bindPopup("Maroc - Route migratoire vers l'Europe");