{"id":284,"date":"2026-01-25T00:09:50","date_gmt":"2026-01-25T00:09:50","guid":{"rendered":"https:\/\/hopeful-sutherland.87-106-30-83.plesk.page\/?page_id=284"},"modified":"2026-01-25T00:09:51","modified_gmt":"2026-01-25T00:09:51","slug":"carte-des-conflits","status":"publish","type":"page","link":"https:\/\/docusdefense.docusflix.com\/index.php\/carte-des-conflits\/","title":{"rendered":"CARTE DES CONFLITS"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <title>Carte des Conflits Majeurs<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" \/>\n    <style>\n        body { margin: 0; padding: 0; background: #1a1a1a; }\n        #map { height: 100vh; width: 100%; }\n        \n        \/* Titre flottant *\/\n        .title-box {\n            position: absolute;\n            top: 15px;\n            left: 50%;\n            transform: translateX(-50%);\n            z-index: 1000;\n            background: rgba(0,0,0,0.8);\n            color: #ff4d4d;\n            padding: 10px 20px;\n            border: 2px solid #ff4d4d;\n            font-family: Arial, sans-serif;\n            font-weight: bold;\n            pointer-events: none;\n        }\n\n        \/* Le point rouge qui pulse *\/\n        .pulse {\n            width: 12px;\n            height: 12px;\n            background: #ff4d4d;\n            border-radius: 50%;\n            box-shadow: 0 0 0 rgba(255, 77, 77, 0.7);\n            animation: pulse-red 1.5s infinite;\n        }\n\n        @keyframes pulse-red {\n            0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }\n            70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); }\n            100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }\n        }\n\n        .leaflet-popup-content-wrapper { background: #222; color: #fff; border-radius: 4px; }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"title-box\">SURVEILLANCE MONDIALE : CONFLITS ACTIFS<\/div>\n    <div id=\"map\"><\/div>\n\n    <script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"><\/script>\n    <script>\n        \/\/ Initialisation de la carte sur un fond sombre\n        const map = L.map('map').setView([25, 15], 3);\n\n        L.tileLayer('https:\/\/{s}.basemaps.cartocdn.com\/dark_all\/{z}\/{x}\/{y}{r}.png', {\n            attribution: '&copy; OpenStreetMap'\n        }).addTo(map);\n\n        \/\/ Les points de conflits majeurs\n        const points = [\n            { n: \"Ukraine (Invasion Russe)\", c: [48.37, 31.16], d: \"Guerre de haute intensit\u00e9 sur le front Est.\" },\n            { n: \"Isra\u00ebl \/ Gaza\", c: [31.42, 34.38], d: \"Op\u00e9rations militaires majeures.\" },\n            { n: \"Soudan\", c: [15.50, 32.55], d: \"Affrontements entre l'arm\u00e9e et les paramilitaires (RSF).\" },\n            { n: \"Myanmar\", c: [21.91, 95.95], d: \"Guerre civile contre la junte militaire.\" },\n            { n: \"RDC (Est)\", c: [-1.67, 29.22], d: \"Conflit avec le groupe rebelle M23.\" },\n            { n: \"Y\u00e9men\", c: [15.35, 44.20], d: \"Tensions en Mer Rouge et instabilit\u00e9 interne.\" },\n            { n: \"Sahel (Mali\/Burkina)\", c: [14.00, -1.00], d: \"Insurrections djihadistes et coups d'\u00c9tat.\" },\n            { n: \"Ha\u00efti\", c: [18.53, -72.33], d: \"Guerre des gangs et crise politique.\" },\n            { n: \"Syrie\", c: [34.80, 38.99], d: \"Conflit gel\u00e9 mais zones de frappes actives.\" }\n        ];\n\n        \/\/ Ic\u00f4ne personnalis\u00e9e\n        const pulseIcon = L.divIcon({\n            className: 'custom-icon',\n            html: '<div class=\"pulse\"><\/div>',\n            iconSize: [12, 12],\n            iconAnchor: [6, 6]\n        });\n\n        \/\/ Ajout des marqueurs\n        points.forEach(p => {\n            L.marker(p.c, {icon: pulseIcon})\n             .addTo(map)\n             .bindPopup(`<b>${p.n}<\/b><br>${p.d}`);\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Carte des Conflits Majeurs SURVEILLANCE MONDIALE : CONFLITS ACTIFS<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-284","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/pages\/284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":1,"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/pages\/284\/revisions"}],"predecessor-version":[{"id":285,"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/pages\/284\/revisions\/285"}],"wp:attachment":[{"href":"https:\/\/docusdefense.docusflix.com\/index.php\/wp-json\/wp\/v2\/media?parent=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}