{"id":836,"date":"2026-09-05T20:31:17","date_gmt":"2026-09-06T00:31:17","guid":{"rendered":"https:\/\/ledistingoinfo.com\/home\/"},"modified":"2026-09-16T09:53:55","modified_gmt":"2026-09-16T13:53:55","slug":"accueil","status":"publish","type":"page","link":"https:\/\/ledistingoinfo.com\/","title":{"rendered":"Accueil"},"content":{"rendered":"\n<!-- BANDEAU TAUX DE CHANGE -->\n<div class=\"distingo-taux\">\n  <div class=\"distingo-taux-titre\">\ud83d\udcb1 TAUX DE CHANGE<\/div>\n\n  <div class=\"distingo-taux-wrapper\">\n    <div class=\"distingo-taux-track\" id=\"distingo-taux-track\">\n      <span>Chargement des taux&#8230;<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n.distingo-taux {\n  width: 100%;\n  background: #111;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  margin: 15px 0;\n  border-radius: 5px;\n  font-family: Arial, sans-serif;\n}\n\n.distingo-taux-titre {\n  background: #c0392b;\n  padding: 10px 16px;\n  font-size: 13px;\n  font-weight: bold;\n  white-space: nowrap;\n  z-index: 2;\n}\n\n.distingo-taux-wrapper {\n  flex: 1;\n  overflow: hidden;\n  white-space: nowrap;\n}\n\n.distingo-taux-track {\n  display: inline-block;\n  padding-left: 100%;\n  animation: distingo-defilement 25s linear infinite;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.distingo-taux-track span {\n  margin-right: 45px;\n}\n\n.distingo-taux-track .devise {\n  color: #f1c40f;\n}\n\n.distingo-taux-track .separateur {\n  color: #777;\n  margin: 0 15px;\n}\n\n@keyframes distingo-defilement {\n  0% {\n    transform: translateX(0);\n  }\n\n  100% {\n    transform: translateX(-100%);\n  }\n}\n\n@media (max-width: 600px) {\n  .distingo-taux-titre {\n    font-size: 11px;\n    padding: 9px 10px;\n  }\n\n  .distingo-taux-track {\n    font-size: 13px;\n    animation-duration: 20s;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n\n  const track = document.getElementById(\"distingo-taux-track\");\n\n  fetch(\"https:\/\/open.er-api.com\/v6\/latest\/HTG\")\n    .then(response => response.json())\n    .then(data => {\n\n      const rates = data.rates;\n\n      const usd = rates.USD;\n      const cad = rates.CAD;\n      const eur = rates.EUR;\n      const dop = rates.DOP;\n\n      \/*\n       * L'API donne :\n       * 1 HTG = X devise\n       *\n       * On inverse donc pour afficher :\n       * 1 devise = X HTG\n       *\/\n\n      const usdHTG = 1 \/ usd;\n      const cadHTG = 1 \/ cad;\n      const eurHTG = 1 \/ eur;\n      const dopHTG = 1 \/ dop;\n\n      track.innerHTML = `\n        <span>\n          \ud83c\uddfa\ud83c\uddf8 <strong class=\"devise\">1 USD<\/strong> = ${usdHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\udde8\ud83c\udde6 <strong class=\"devise\">1 CAD<\/strong> = ${cadHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\uddea\ud83c\uddfa <strong class=\"devise\">1 EUR<\/strong> = ${eurHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\udde9\ud83c\uddf4 <strong class=\"devise\">1 DOP<\/strong> = ${dopHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\uddfa\ud83c\uddf8 <strong class=\"devise\">1 USD<\/strong> = ${usdHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\udde8\ud83c\udde6 <strong class=\"devise\">1 CAD<\/strong> = ${cadHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\uddea\ud83c\uddfa <strong class=\"devise\">1 EUR<\/strong> = ${eurHTG.toFixed(2)} HTG\n        <\/span>\n\n        <span class=\"separateur\">|<\/span>\n\n        <span>\n          \ud83c\udde9\ud83c\uddf4 <strong class=\"devise\">1 DOP<\/strong> = ${dopHTG.toFixed(2)} HTG\n        <\/span>\n      `;\n\n    })\n    .catch(error => {\n      track.innerHTML = `\n        <span>\u26a0\ufe0f Taux de change momentan\u00e9ment indisponibles<\/span>\n      `;\n    });\n\n})();\n<\/script>\n\n\n\n<!-- ================================\n     DISTINGO 360\u00b0\n================================ -->\n\n<div id=\"distingo-360\">\n\n  <div class=\"d360-heading\">\n    <h2>Distingo 360\u00b0<\/h2>\n    <span>L\u2019essentiel en un coup d\u2019\u0153il<\/span>\n  <\/div>\n\n  <div class=\"d360-grid\">\n\n    <!-- ================================\n         M\u00c9T\u00c9O\n    ================================= -->\n\n    <div class=\"d360-card\">\n\n      <div class=\"d360-title\">\ud83c\udf24\ufe0f M\u00c9T\u00c9O<\/div>\n\n      <div class=\"d360-weather\">\n\n        <span id=\"d360-weather-icon\">\ud83c\udf24\ufe0f<\/span>\n\n        <strong id=\"d360-temperature\">&#8211;\u00b0C<\/strong>\n\n      <\/div>\n\n      <div class=\"d360-weather-state\" id=\"d360-weather-state\">\n        Chargement&#8230;\n      <\/div>\n\n      <div class=\"d360-humidity\" id=\"d360-humidity\">\n        Humidit\u00e9 : &#8211;%\n      <\/div>\n\n      <div class=\"d360-location\">\n        \ud83d\udccd Port-au-Prince\n      <\/div>\n\n    <\/div>\n\n\n    <!-- ================================\n         MARCH\u00c9S\n    ================================= -->\n\n    <div class=\"d360-card\">\n\n      <div class=\"d360-title\">\ud83d\udcc8 MARCH\u00c9S<\/div>\n\n      <div class=\"d360-oil\">\n\n        <div class=\"d360-oil-name\">\n          \ud83d\udee2\ufe0f Brent\n        <\/div>\n\n        <div class=\"d360-widget\">\n\n          <script type=\"text\/javascript\" src=\"https:\/\/www.oil-price.net\/widgets\/brent_text\/gen.php?lang=fr\">\n          <\/script>\n\n        <\/div>\n\n      <\/div>\n\n\n      <div class=\"d360-oil\">\n\n        <div class=\"d360-oil-name\">\n          \ud83d\udee2\ufe0f WTI\n        <\/div>\n\n        <div class=\"d360-widget\">\n\n          <script type=\"text\/javascript\" src=\"https:\/\/www.oil-price.net\/TABLE3\/gen.php?lang=fr\">\n          <\/script>\n\n        <\/div>\n\n      <\/div>\n\n      <div class=\"d360-market-note\">\n        Prix du p\u00e9trole \u00b7 USD\/baril\n      <\/div>\n\n    <\/div>\n\n\n    <!-- ================================\n         MOT DU JOUR\n    ================================= -->\n\n    <div class=\"d360-card\">\n\n      <div class=\"d360-title\">\n        \ud83d\udcd6 MOT DU JOUR\n      <\/div>\n\n      <div class=\"d360-word\" id=\"d360-word\">\n        Audace\n      <\/div>\n\n      <div class=\"d360-definition\" id=\"d360-definition\">\n        Courage de prendre des risques ou de faire face aux difficult\u00e9s.\n      <\/div>\n\n    <\/div>\n\n\n    <!-- ================================\n         HEURES\n    ================================= -->\n\n    <div class=\"d360-card\">\n\n      <div class=\"d360-title\">\n        \ud83d\udd50 HEURES\n      <\/div>\n\n      <div class=\"d360-clock\">\n        <span>\ud83c\udded\ud83c\uddf9 Ha\u00efti<\/span>\n        <strong id=\"d360-haiti\">&#8211;:&#8211;:&#8211;<\/strong>\n      <\/div>\n\n      <div class=\"d360-clock\">\n        <span>\ud83c\uddfa\ud83c\uddf8 New York<\/span>\n        <strong id=\"d360-newyork\">&#8211;:&#8211;:&#8211;<\/strong>\n      <\/div>\n\n      <div class=\"d360-clock\">\n        <span>\ud83c\uddeb\ud83c\uddf7 Paris<\/span>\n        <strong id=\"d360-paris\">&#8211;:&#8211;:&#8211;<\/strong>\n      <\/div>\n\n      <div class=\"d360-clock\">\n        <span>\ud83c\udde6\ud83c\uddea Duba\u00ef<\/span>\n        <strong id=\"d360-dubai\">&#8211;:&#8211;:&#8211;<\/strong>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n\n<style>\n\n\/* =====================================\n   DISTINGO 360\u00b0\n===================================== *\/\n\n#distingo-360 {\n  width:100%;\n  margin:20px 0;\n  font-family:Arial,Helvetica,sans-serif;\n  box-sizing:border-box;\n}\n\n\n\/* TITRE *\/\n\n.d360-heading {\n  margin-bottom:12px;\n}\n\n.d360-heading h2 {\n  margin:0;\n  font-size:25px;\n  line-height:1.2;\n  font-weight:800;\n  color:#111;\n}\n\n.d360-heading span {\n  display:block;\n  margin-top:4px;\n  font-size:13px;\n  color:#777;\n}\n\n\n\/* GRILLE *\/\n\n.d360-grid {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n}\n\n\n\/* CARTES *\/\n\n.d360-card {\n  background:#fff;\n  border:1px solid #e4e4e4;\n  border-radius:8px;\n  padding:14px;\n  min-height:150px;\n  box-sizing:border-box;\n  overflow:hidden;\n}\n\n\n\/* TITRE CARTE *\/\n\n.d360-title {\n  font-size:12px;\n  font-weight:800;\n  color:#777;\n  margin-bottom:12px;\n  letter-spacing:.3px;\n}\n\n\n\/* =====================================\n   M\u00c9T\u00c9O\n===================================== *\/\n\n.d360-weather {\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n\n#d360-weather-icon {\n  font-size:34px;\n  line-height:1;\n}\n\n#d360-temperature {\n  font-size:29px;\n  color:#111;\n}\n\n.d360-weather-state {\n  margin-top:7px;\n  font-size:15px;\n  font-weight:700;\n  color:#222;\n}\n\n.d360-humidity {\n  margin-top:6px;\n  font-size:11px;\n  color:#666;\n}\n\n.d360-location {\n  margin-top:5px;\n  font-size:10px;\n  color:#999;\n}\n\n\n\/* =====================================\n   MARCH\u00c9S\n===================================== *\/\n\n.d360-oil {\n  margin-bottom:8px;\n}\n\n.d360-oil-name {\n  font-size:11px;\n  font-weight:700;\n  color:#444;\n  margin-bottom:2px;\n}\n\n\/*\n   Les widgets Oil-Price.net font\n   200 x 20 px.\n*\/\n\n.d360-widget {\n  width:200px;\n  max-width:100%;\n  min-height:20px;\n  overflow:hidden;\n}\n\n.d360-widget table {\n  font-size:10px !important;\n}\n\n.d360-market-note {\n  margin-top:5px;\n  font-size:9px;\n  color:#999;\n}\n\n\n\/* =====================================\n   MOT DU JOUR\n===================================== *\/\n\n.d360-word {\n  font-size:22px;\n  font-weight:800;\n  color:#111;\n  margin-bottom:7px;\n}\n\n.d360-definition {\n  font-size:12px;\n  line-height:1.45;\n  color:#555;\n}\n\n\n\/* =====================================\n   HORAIRES\n===================================== *\/\n\n.d360-clock {\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:5px;\n  padding:4px 0;\n  font-size:12px;\n  color:#333;\n}\n\n.d360-clock strong {\n  font-size:13px;\n  color:#111;\n}\n\n\n\/* =====================================\n   TABLETTE\n===================================== *\/\n\n@media(max-width:900px){\n\n  .d360-grid {\n    grid-template-columns:repeat(2,1fr);\n  }\n\n}\n\n\n\/* =====================================\n   PETITS T\u00c9L\u00c9PHONES\n===================================== *\/\n\n@media(max-width:600px){\n\n  #distingo-360 {\n    margin:14px 0;\n  }\n\n  .d360-heading h2 {\n    font-size:21px;\n  }\n\n  .d360-heading span {\n    font-size:11px;\n  }\n\n  .d360-grid {\n    grid-template-columns:repeat(2,1fr);\n    gap:7px;\n  }\n\n  .d360-card {\n    padding:10px;\n    min-height:150px;\n  }\n\n  .d360-title {\n    font-size:10px;\n    margin-bottom:9px;\n  }\n\n  #d360-weather-icon {\n    font-size:27px;\n  }\n\n  #d360-temperature {\n    font-size:22px;\n  }\n\n  .d360-weather-state {\n    font-size:12px;\n  }\n\n  .d360-humidity {\n    font-size:9px;\n  }\n\n  .d360-location {\n    font-size:9px;\n  }\n\n  .d360-oil-name {\n    font-size:9px;\n  }\n\n  .d360-widget {\n    transform-origin:left top;\n    transform:scale(.88);\n  }\n\n  .d360-market-note {\n    font-size:8px;\n  }\n\n  .d360-word {\n    font-size:17px;\n  }\n\n  .d360-definition {\n    font-size:10px;\n  }\n\n  .d360-clock {\n    font-size:9px;\n  }\n\n  .d360-clock strong {\n    font-size:10px;\n  }\n\n}\n\n<\/style>\n\n\n<script>\n\n\/* =====================================\n   M\u00c9T\u00c9O OPEN-METEO\n===================================== *\/\n\n(function(){\n\n  async function chargerMeteo(){\n\n    const url =\n      \"https:\/\/api.open-meteo.com\/v1\/forecast\" +\n      \"?latitude=18.5944\" +\n      \"&longitude=-72.3074\" +\n      \"&current=temperature_2m,relative_humidity_2m,weather_code\" +\n      \"&timezone=America%2FPort-au-Prince\";\n\n    try {\n\n      const response = await fetch(\n        url,\n        {\n          cache:\"no-store\"\n        }\n      );\n\n      const data = await response.json();\n\n      const current = data.current;\n\n      const temperature =\n        Math.round(current.temperature_2m);\n\n      const humidity =\n        Math.round(current.relative_humidity_2m);\n\n      const code =\n        current.weather_code;\n\n\n      let icon = \"\ud83c\udf24\ufe0f\";\n      let description = \"Partiellement nuageux\";\n\n\n      \/* CIEL D\u00c9GAG\u00c9 *\/\n\n      if(code === 0){\n\n        icon = \"\u2600\ufe0f\";\n        description = \"Ciel d\u00e9gag\u00e9\";\n\n      }\n\n\n      \/* PARTIELLEMENT NUAGEUX *\/\n\n      else if(\n        code === 1 ||\n        code === 2\n      ){\n\n        icon = \"\u26c5\";\n        description = \"Partiellement nuageux\";\n\n      }\n\n\n      \/* NUAGEUX *\/\n\n      else if(code === 3){\n\n        icon = \"\u2601\ufe0f\";\n        description = \"Nuageux\";\n\n      }\n\n\n      \/* BROUILLARD *\/\n\n      else if(\n        code === 45 ||\n        code === 48\n      ){\n\n        icon = \"\ud83c\udf2b\ufe0f\";\n        description = \"Brouillard\";\n\n      }\n\n\n      \/* BRUINE *\/\n\n      else if(\n        code >= 51 &&\n        code <= 57\n      ){\n\n        icon = \"\ud83c\udf26\ufe0f\";\n        description = \"Bruine\";\n\n      }\n\n\n      \/* PLUIE *\/\n\n      else if(\n        code >= 61 &&\n        code <= 67\n      ){\n\n        icon = \"\ud83c\udf27\ufe0f\";\n        description = \"Pluie\";\n\n      }\n\n\n      \/* NEIGE *\/\n\n      else if(\n        code >= 71 &&\n        code <= 77\n      ){\n\n        icon = \"\u2744\ufe0f\";\n        description = \"Neige\";\n\n      }\n\n\n      \/* AVERSSES *\/\n\n      else if(\n        code >= 80 &&\n        code <= 82\n      ){\n\n        icon = \"\ud83c\udf26\ufe0f\";\n        description = \"Averses\";\n\n      }\n\n\n      \/* ORAGE *\/\n\n      else if(code >= 95){\n\n        icon = \"\u26c8\ufe0f\";\n        description = \"Orages\";\n\n      }\n\n\n      document.getElementById(\n        \"d360-weather-icon\"\n      ).textContent = icon;\n\n\n      document.getElementById(\n        \"d360-temperature\"\n      ).textContent =\n        temperature + \"\u00b0C\";\n\n\n      document.getElementById(\n        \"d360-weather-state\"\n      ).textContent =\n        description;\n\n\n      document.getElementById(\n        \"d360-humidity\"\n      ).textContent =\n        \"Humidit\u00e9 : \" + humidity + \"%\";\n\n\n    }\n\n    catch(error){\n\n      document.getElementById(\n        \"d360-weather-state\"\n      ).textContent =\n        \"Donn\u00e9es indisponibles\";\n\n    }\n\n  }\n\n\n  \/* =====================================\n     MOT DU JOUR\n  ===================================== *\/\n\n  const mots = [\n\n    [\n      \"Audace\",\n      \"Courage de prendre des risques ou de faire face aux difficult\u00e9s.\"\n    ],\n\n    [\n      \"Pers\u00e9v\u00e9rance\",\n      \"Qualit\u00e9 de celui qui poursuit son effort malgr\u00e9 les difficult\u00e9s.\"\n    ],\n\n    [\n      \"Int\u00e9grit\u00e9\",\n      \"Qualit\u00e9 d\u2019une personne qui agit avec honn\u00eatet\u00e9 et probit\u00e9.\"\n    ],\n\n    [\n      \"Lucidit\u00e9\",\n      \"Capacit\u00e9 \u00e0 voir et comprendre les choses avec clart\u00e9.\"\n    ],\n\n    [\n      \"\u00c9loquence\",\n      \"Art de s\u2019exprimer avec aisance et de mani\u00e8re convaincante.\"\n    ],\n\n    [\n      \"R\u00e9silience\",\n      \"Capacit\u00e9 \u00e0 surmonter une difficult\u00e9 et \u00e0 se reconstruire.\"\n    ],\n\n    [\n      \"Concorde\",\n      \"Entente et harmonie entre plusieurs personnes ou groupes.\"\n    ],\n\n    [\n      \"Coh\u00e9sion\",\n      \"Union \u00e9troite entre les membres d\u2019un groupe.\"\n    ],\n\n    [\n      \"Sagesse\",\n      \"Qualit\u00e9 de celui qui agit avec prudence et discernement.\"\n    ],\n\n    [\n      \"Engagement\",\n      \"Action de se consacrer \u00e0 une cause ou \u00e0 une responsabilit\u00e9.\"\n    ]\n\n  ];\n\n\n  const jour =\n    Math.floor(\n      Date.now() \/ 86400000\n    );\n\n\n  const mot =\n    mots[jour % mots.length];\n\n\n  document.getElementById(\n    \"d360-word\"\n  ).textContent = mot[0];\n\n\n  document.getElementById(\n    \"d360-definition\"\n  ).textContent = mot[1];\n\n\n  \/* =====================================\n     HORLOGES\n  ===================================== *\/\n\n  function heure(zone){\n\n    return new Intl.DateTimeFormat(\n      \"fr-FR\",\n      {\n        timeZone:zone,\n        hour:\"2-digit\",\n        minute:\"2-digit\",\n        second:\"2-digit\",\n        hour12:false\n      }\n    ).format(\n      new Date()\n    );\n\n  }\n\n\n  function actualiserHeures(){\n\n    document.getElementById(\n      \"d360-haiti\"\n    ).textContent =\n      heure(\"America\/Port-au-Prince\");\n\n\n    document.getElementById(\n      \"d360-newyork\"\n    ).textContent =\n      heure(\"America\/New_York\");\n\n\n    document.getElementById(\n      \"d360-paris\"\n    ).textContent =\n      heure(\"Europe\/Paris\");\n\n\n    document.getElementById(\n      \"d360-dubai\"\n    ).textContent =\n      heure(\"Asia\/Dubai\");\n\n  }\n\n\n  \/* =====================================\n     LANCEMENT\n  ===================================== *\/\n\n  chargerMeteo();\n\n  actualiserHeures();\n\n\n  \/* HORLOGES EN TEMPS R\u00c9EL *\/\n\n  setInterval(\n    actualiserHeures,\n    1000\n  );\n\n\n  \/* M\u00c9T\u00c9O : ACTUALISATION 10 MINUTES *\/\n\n  setInterval(\n    chargerMeteo,\n    600000\n  );\n\n})();\n\n<\/script>\n\n\n\n<!-- =====================================================\n     LE DISTINGO INFO \u2014 \u00c0 LA UNE\n     3 DERNIERS ARTICLES AUTOMATIQUES\n     ===================================================== -->\n\n<section class=\"distingo-auto-news\">\n\n  <div class=\"distingo-auto-news-heading\">\n\n    <div>\n      <span>\n        Actualit\u00e9s\n      <\/span>\n\n      <h2>\n        \u00c0 la une\n      <\/h2>\n    <\/div>\n\n\n    <div class=\"distingo-auto-controls\">\n\n      <button type=\"button\" id=\"distingo-auto-prev\" aria-label=\"Article pr\u00e9c\u00e9dent\">\n        \u2039\n      <\/button>\n\n      <button type=\"button\" id=\"distingo-auto-next\" aria-label=\"Article suivant\">\n        \u203a\n      <\/button>\n\n    <\/div>\n\n  <\/div>\n\n\n  <div id=\"distingo-auto-loading\" class=\"distingo-auto-loading\">\n    Chargement des derni\u00e8res actualit\u00e9s\u2026\n  <\/div>\n\n\n  <div id=\"distingo-auto-slider\" class=\"distingo-auto-slider\"><\/div>\n\n\n  <div id=\"distingo-auto-dots\" class=\"distingo-auto-dots\"><\/div>\n\n<\/section>\n\n\n<style>\n\n.distingo-auto-news {\n  width:100%;\n  margin:35px 0;\n}\n\n.distingo-auto-news-heading {\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:15px;\n  margin-bottom:12px;\n}\n\n.distingo-auto-news-heading span {\n  display:block;\n  font-size:10px;\n  font-weight:700;\n  text-transform:uppercase;\n  letter-spacing:.08em;\n  opacity:.55;\n}\n\n.distingo-auto-news-heading h2 {\n  margin:3px 0 0;\n  font-size:25px;\n}\n\n.distingo-auto-controls {\n  display:flex;\n  gap:5px;\n}\n\n.distingo-auto-controls button {\n  width:34px;\n  height:34px;\n  border:1px solid #ddd;\n  border-radius:50%;\n  background:#fff;\n  cursor:pointer;\n  font-size:23px;\n  line-height:1;\n}\n\n.distingo-auto-controls button:hover {\n  background:#c0392b;\n  color:#fff;\n}\n\n.distingo-auto-slider {\n  position:relative;\n  overflow:hidden;\n  border-radius:10px;\n  background:#111;\n}\n\n.distingo-auto-slide {\n  display:none;\n  position:relative;\n  min-height:420px;\n  color:#fff;\n}\n\n.distingo-auto-slide.active {\n  display:block;\n}\n\n.distingo-auto-slide img {\n  display:block;\n  width:100%;\n  height:420px;\n  object-fit:cover;\n}\n\n.distingo-auto-overlay {\n  position:absolute;\n  inset:0;\n  display:flex;\n  flex-direction:column;\n  justify-content:flex-end;\n  padding:30px;\n  background:\n    linear-gradient(\n      to top,\n      rgba(0,0,0,.88),\n      rgba(0,0,0,.03) 75%\n    );\n}\n\n.distingo-auto-category {\n  width:max-content;\n  padding:5px 9px;\n  border-radius:4px;\n  background:#c0392b;\n  color:#fff;\n  font-size:10px;\n  font-weight:700;\n  text-transform:uppercase;\n}\n\n.distingo-auto-title {\n  max-width:850px;\n  margin:9px 0 6px;\n  color:#fff;\n  font-size:clamp(21px,3vw,34px);\n  line-height:1.13;\n}\n\n.distingo-auto-date {\n  font-size:11px;\n  opacity:.75;\n}\n\n.distingo-auto-link {\n  width:max-content;\n  margin-top:12px;\n  padding:7px 12px;\n  border:1px solid rgba(255,255,255,.6);\n  border-radius:5px;\n  color:#fff !important;\n  text-decoration:none;\n  font-size:11px;\n}\n\n.distingo-auto-dots {\n  display:flex;\n  justify-content:center;\n  gap:5px;\n  margin-top:8px;\n}\n\n.distingo-auto-dot {\n  width:7px;\n  height:7px;\n  padding:0;\n  border:0;\n  border-radius:50%;\n  background:#777;\n  opacity:.35;\n  cursor:pointer;\n}\n\n.distingo-auto-dot.active {\n  opacity:1;\n}\n\n.distingo-auto-loading {\n  padding:20px;\n  border:1px solid #e5e5e5;\n  border-radius:10px;\n  font-size:12px;\n  opacity:.6;\n}\n\n.distingo-auto-loading.hidden {\n  display:none;\n}\n\n@media(max-width:700px){\n\n  .distingo-auto-slide {\n    min-height:260px;\n  }\n\n  .distingo-auto-slide img {\n    height:260px;\n  }\n\n  .distingo-auto-overlay {\n    padding:15px;\n  }\n\n  .distingo-auto-title {\n    font-size:19px;\n  }\n\n}\n\n<\/style>\n\n\n<script>\n\n(function(){\n\n  const api =\n    window.location.origin +\n    \"\/wp-json\/wp\/v2\/posts\";\n\n\n  const slider =\n    document.getElementById(\n      \"distingo-auto-slider\"\n    );\n\n  const dots =\n    document.getElementById(\n      \"distingo-auto-dots\"\n    );\n\n  const loading =\n    document.getElementById(\n      \"distingo-auto-loading\"\n    );\n\n\n  if(!slider)\n    return;\n\n\n  function cleanHTML(value){\n\n    const div =\n      document.createElement(\"div\");\n\n    div.innerHTML =\n      value || \"\";\n\n    return (\n      div.textContent ||\n      div.innerText ||\n      \"\"\n    );\n\n  }\n\n\n  function escapeHTML(value){\n\n    const div =\n      document.createElement(\"div\");\n\n    div.textContent =\n      value || \"\";\n\n    return div.innerHTML;\n\n  }\n\n\n  function formatDate(date){\n\n    return new Intl.DateTimeFormat(\n      \"fr-FR\",\n      {\n        day:\"2-digit\",\n        month:\"long\",\n        year:\"numeric\"\n      }\n    ).format(date);\n\n  }\n\n\n  fetch(\n    api +\n    \"?per_page=3\" +\n    \"&status=publish\" +\n    \"&orderby=date\" +\n    \"&order=desc\" +\n    \"&_embed=1\"\n  )\n\n  .then(function(response){\n\n    if(!response.ok)\n      throw new Error();\n\n    return response.json();\n\n  })\n\n  .then(function(posts){\n\n    if(!posts.length){\n\n      loading.textContent =\n        \"Aucun article disponible.\";\n\n      return;\n\n    }\n\n\n    slider.innerHTML = \"\";\n    dots.innerHTML = \"\";\n\n\n    posts.forEach(\n      function(post,index){\n\n        const media =\n          post._embedded &&\n          post._embedded[\n            \"wp:featuredmedia\"\n          ] &&\n          post._embedded[\n            \"wp:featuredmedia\"\n          ][0];\n\n\n        const image =\n          media &&\n          media.source_url\n            ? media.source_url\n            : \"\";\n\n\n        const terms =\n          post._embedded &&\n          post._embedded[\"wp:term\"]\n            ? post._embedded[\"wp:term\"].flat()\n            : [];\n\n\n        const categories =\n          terms.filter(\n            function(term){\n\n              return (\n                term.taxonomy ===\n                \"category\"\n              );\n\n            }\n          );\n\n\n        const category =\n          categories.length\n            ? categories[0].name\n            : \"Actualit\u00e9s\";\n\n\n        const title =\n          cleanHTML(\n            post.title.rendered\n          );\n\n\n        const slide =\n          document.createElement(\n            \"article\"\n          );\n\n\n        slide.className =\n          \"distingo-auto-slide\" +\n          (\n            index === 0\n              ? \" active\"\n              : \"\"\n          );\n\n\n        slide.innerHTML = `\n\n          ${\n            image\n              ? `\n                <img decoding=\"async\"\n                  src=\"${escapeHTML(image)}\"\n                  alt=\"${escapeHTML(title)}\"\n                  loading=\"${\n                    index === 0\n                      ? \"eager\"\n                      : \"lazy\"\n                  }\"\n                >\n              `\n              : \"\"\n          }\n\n          <div class=\"distingo-auto-overlay\">\n\n            <span class=\"distingo-auto-category\">\n              ${escapeHTML(category)}\n            <\/span>\n\n            <h3 class=\"distingo-auto-title\">\n              ${escapeHTML(title)}\n            <\/h3>\n\n            <span class=\"distingo-auto-date\">\n              ${formatDate(\n                new Date(post.date)\n              )}\n            <\/span>\n\n            <a\n              class=\"distingo-auto-link\"\n              href=\"${escapeHTML(post.link)}\"\n            >\n              Lire l\u2019article \u2192\n            <\/a>\n\n          <\/div>\n\n        `;\n\n\n        slider.appendChild(slide);\n\n\n        const dot =\n          document.createElement(\n            \"button\"\n          );\n\n\n        dot.type =\n          \"button\";\n\n        dot.className =\n          \"distingo-auto-dot\" +\n          (\n            index === 0\n              ? \" active\"\n              : \"\"\n          );\n\n\n        dot.setAttribute(\n          \"aria-label\",\n          \"Afficher l\u2019article \" +\n          (index + 1)\n        );\n\n\n        dots.appendChild(dot);\n\n\n        dot.addEventListener(\n          \"click\",\n          function(){\n\n            showSlide(index);\n\n          }\n        );\n\n      }\n    );\n\n\n    loading.classList.add(\n      \"hidden\"\n    );\n\n\n    let current = 0;\n\n\n    function showSlide(index){\n\n      const slides =\n        slider.querySelectorAll(\n          \".distingo-auto-slide\"\n        );\n\n\n      const allDots =\n        dots.querySelectorAll(\n          \".distingo-auto-dot\"\n        );\n\n\n      if(!slides.length)\n        return;\n\n\n      current =\n        (\n          index +\n          slides.length\n        ) %\n        slides.length;\n\n\n      slides.forEach(\n        function(slide,i){\n\n          slide.classList.toggle(\n            \"active\",\n            i === current\n          );\n\n        }\n      );\n\n\n      allDots.forEach(\n        function(dot,i){\n\n          dot.classList.toggle(\n            \"active\",\n            i === current\n          );\n\n        }\n      );\n\n    }\n\n\n    document\n      .getElementById(\n        \"distingo-auto-prev\"\n      )\n      .onclick =\n      function(){\n\n        showSlide(\n          current - 1\n        );\n\n      };\n\n\n    document\n      .getElementById(\n        \"distingo-auto-next\"\n      )\n      .onclick =\n      function(){\n\n        showSlide(\n          current + 1\n        );\n\n      };\n\n\n    let timer =\n      setInterval(\n        function(){\n\n          showSlide(\n            current + 1\n          );\n\n        },\n        6000\n      );\n\n\n    slider.addEventListener(\n      \"mouseenter\",\n      function(){\n\n        clearInterval(\n          timer\n        );\n\n      }\n    );\n\n\n    slider.addEventListener(\n      \"mouseleave\",\n      function(){\n\n        timer =\n          setInterval(\n            function(){\n\n              showSlide(\n                current + 1\n              );\n\n            },\n            6000\n          );\n\n      }\n    );\n\n  })\n\n  .catch(function(error){\n\n    console.error(\n      \"Le Distingo \u2014 carrousel :\",\n      error\n    );\n\n    loading.textContent =\n      \"Les actualit\u00e9s sont temporairement indisponibles.\";\n\n  });\n\n})();\n\n<\/script>\n\n\n\n<!-- \u00c9LECTIONS EN HA\u00cfTI 2026 -->\n\n<div class=\"distingo-elections\">\n\n  <div class=\"distingo-elections-content\">\n\n    <div class=\"distingo-elections-label\">\n      \u00c9LECTIONS 2026\n    <\/div>\n\n    <h2>\u00c9lections en Ha\u00efti 2026<\/h2>\n\n    <p>\n      Retrouvez l&rsquo;actualit\u00e9 \u00e9lectorale, les candidatures,\n      les informations du CEP, le calendrier et les principaux d\u00e9veloppements\n      li\u00e9s au processus \u00e9lectoral.\n    <\/p>\n\n    <div class=\"distingo-elections-buttons\">\n\n      <a href=\"https:\/\/ledistingoinfo.com\/elections\/\" class=\"distingo-btn-principal\">\n        Voir la rubrique \u00c9lections\n      <\/a>\n\n      <a href=\"https:\/\/ledistingoinfo.com\/e-lect-ht\/\" class=\"distingo-btn-secondaire\">\n        D\u00e9couvrir E-Lect-HT\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n<style>\n\n.distingo-elections {\n  margin: 45px 0;\n  padding: 45px 25px;\n  background: #111;\n  color: #fff;\n  border-radius: 7px;\n  text-align: center;\n}\n\n.distingo-elections-content {\n  max-width: 800px;\n  margin: auto;\n}\n\n.distingo-elections-label {\n  display: inline-block;\n  margin-bottom: 12px;\n  padding: 6px 12px;\n  background: #c0392b;\n  border-radius: 4px;\n  font-size: 11px;\n  font-weight: bold;\n  letter-spacing: 1px;\n}\n\n.distingo-elections h2 {\n  margin: 5px 0 15px;\n  color: #fff;\n  font-size: 30px;\n}\n\n.distingo-elections p {\n  max-width: 650px;\n  margin: 0 auto 25px;\n  color: #ddd;\n  line-height: 1.6;\n  font-size: 15px;\n}\n\n.distingo-elections-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.distingo-btn-principal,\n.distingo-btn-secondaire {\n  display: inline-block;\n  padding: 13px 22px;\n  border-radius: 5px;\n  text-decoration: none;\n  font-weight: bold;\n  font-size: 14px;\n}\n\n.distingo-btn-principal {\n  background: #c0392b;\n  color: #fff;\n}\n\n.distingo-btn-secondaire {\n  background: transparent;\n  color: #fff;\n  border: 1px solid #fff;\n}\n\n.distingo-btn-principal:hover {\n  background: #a93226;\n}\n\n.distingo-btn-secondaire:hover {\n  background: #fff;\n  color: #111;\n}\n\n@media (max-width: 600px) {\n\n  .distingo-elections {\n    padding: 35px 18px;\n  }\n\n  .distingo-elections h2 {\n    font-size: 25px;\n  }\n\n  .distingo-elections-buttons {\n    flex-direction: column;\n  }\n\n  .distingo-btn-principal,\n  .distingo-btn-secondaire {\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n}\n\n<\/style>\n\n\n\n<!-- EXPLOREZ LE DISTINGO INFO -->\n\n<section class=\"distingo-explore\">\n\n  <div class=\"distingo-explore-header\">\n    <h2>Explorez Le Distingo Info<\/h2>\n    <p>Nos rubriques et services en un coup d\u2019\u0153il<\/p>\n  <\/div>\n\n  <div class=\"distingo-explore-grid\">\n\n    <a href=\"https:\/\/ledistingoinfo.com\/category\/opinions-tribunes\/\" class=\"explore-btn\">\n      <span>\u270d\ufe0f<\/span> L\u2019\u00c9dito\n    <\/a>\n\n    <a href=\"https:\/\/ledistingoinfo.com\/category\/actualites\/\" class=\"explore-btn\">\n      <span>\ud83d\udcf0<\/span> Actualit\u00e9s\n    <\/a>\n\n    <a href=\"https:\/\/ledistingoinfo.com\/category\/sports\/\" class=\"explore-btn\">\n      <span>\u26bd<\/span> Sport\n    <\/a>\n\n    <a href=\"https:\/\/ledistingoinfo.com\/category\/politique\/\" class=\"explore-btn\">\n      <span>\ud83c\udfdb\ufe0f<\/span> Politique\n    <\/a>\n\n    <!-- Page L'\u00c9quipe \u00e0 cr\u00e9er -->\n    <span class=\"explore-btn explore-disabled\">\n      <span>\ud83d\udc65<\/span> L\u2019\u00c9quipe\n    <\/span>\n\n    <a href=\"https:\/\/ledistingoinfo.com\/a-propos\/\" class=\"explore-btn\">\n      <span>\u2139\ufe0f<\/span> \u00c0 propos\n    <\/a>\n\n    <a href=\"https:\/\/ledistingoinfo.com\/contact\/\" class=\"explore-btn\">\n      <span>\u2709\ufe0f<\/span> Contactez-nous\n    <\/a>\n\n    <a href=\"https:\/\/ledistingoinfo.com\/annoncez-avec-nous\/\" class=\"explore-btn\">\n      <span>\ud83d\udce2<\/span> Annoncez\n    <\/a>\n\n  <\/div>\n\n<\/section>\n\n<style>\n.distingo-explore {\n  width: 100%;\n  max-width: 1100px;\n  margin: 22px auto;\n  padding: 0 10px;\n  box-sizing: border-box;\n}\n\n.distingo-explore-header {\n  text-align: center;\n  margin-bottom: 12px;\n}\n\n.distingo-explore-header h2 {\n  margin: 0;\n  font-size: 24px;\n  font-weight: 800;\n  color: #111;\n}\n\n.distingo-explore-header p {\n  margin: 4px 0 0;\n  font-size: 12px;\n  color: #777;\n}\n\n.distingo-explore-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 8px;\n}\n\n.explore-btn {\n  min-height: 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n  padding: 6px 8px;\n  box-sizing: border-box;\n  background: #fff;\n  border: 1px solid #ddd;\n  border-radius: 7px;\n  color: #111;\n  text-decoration: none;\n  font-size: 13px;\n  font-weight: 700;\n  transition: .2s ease;\n}\n\n.explore-btn span {\n  font-size: 15px;\n}\n\n.explore-btn:hover {\n  background: #111;\n  color: #fff;\n  border-color: #111;\n}\n\n\/* L'\u00c9quipe : destination non disponible pour le moment *\/\n.explore-disabled {\n  cursor: default;\n  opacity: .75;\n}\n\n.explore-disabled:hover {\n  background: #fff;\n  color: #111;\n  border-color: #ddd;\n}\n\n\/* T\u00e9l\u00e9phone *\/\n@media (max-width: 600px) {\n  .distingo-explore {\n    margin: 18px auto;\n    padding: 0 7px;\n  }\n\n  .distingo-explore-header h2 {\n    font-size: 21px;\n  }\n\n  .distingo-explore-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 7px;\n  }\n\n  .explore-btn {\n    min-height: 38px;\n    font-size: 12px;\n    padding: 6px;\n  }\n\n  .explore-btn span {\n    font-size: 14px;\n  }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udcb1 TAUX DE CHANGE Chargement des taux&#8230; Distingo 360\u00b0 L\u2019essentiel en un coup d\u2019\u0153il \ud83c\udf24\ufe0f M\u00c9T\u00c9O \ud83c\udf24\ufe0f &#8211;\u00b0C Chargement&#8230; Humidit\u00e9 : &#8211;% \ud83d\udccd Port-au-Prince \ud83d\udcc8 MARCH\u00c9S \ud83d\udee2\ufe0f Brent \ud83d\udee2\ufe0f WTI Prix du p\u00e9trole \u00b7 USD\/baril \ud83d\udcd6 MOT DU JOUR Audace Courage de prendre des risques ou de faire face aux difficult\u00e9s. \ud83d\udd50 HEURES \ud83c\udded\ud83c\uddf9 Ha\u00efti [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"gutenberg-news-template.php","meta":{"footnotes":"","beyondwords_generate_audio":"","beyondwords_project_id":"","beyondwords_content_id":"","beyondwords_preview_token":"","beyondwords_player_content":"","beyondwords_player_style":"","beyondwords_language_code":"","beyondwords_language_id":"","beyondwords_title_voice_id":"","beyondwords_body_voice_id":"","beyondwords_summary_voice_id":"","beyondwords_error_message":"","beyondwords_disabled":"","beyondwords_delete_content":"","beyondwords_podcast_id":"","beyondwords_hash":"","publish_post_to_speechkit":"","speechkit_hash":"","speechkit_generate_audio":"","speechkit_project_id":"","speechkit_podcast_id":"","speechkit_error_message":"","speechkit_disabled":"","speechkit_access_key":"","speechkit_error":"","speechkit_info":"","speechkit_response":"","speechkit_retries":"","speechkit_status":"","speechkit_updated_at":"","_speechkit_link":"","_speechkit_text":""},"class_list":["post-836","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Le Distingo Info : actualit\u00e9s Ha\u00efti en direct<\/title>\n<meta name=\"description\" content=\"Le Distingo Info : toute l&#039;actualit\u00e9 en Ha\u00efti, politique, \u00e9conomie, \u00e9lections, soci\u00e9t\u00e9 et culture. Informez-vous en temps r\u00e9el.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ledistingoinfo.com\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Le Distingo Info : actualit\u00e9s Ha\u00efti en direct\" \/>\n<meta property=\"og:description\" content=\"Le Distingo Info : toute l&#039;actualit\u00e9 en Ha\u00efti, politique, \u00e9conomie, \u00e9lections, soci\u00e9t\u00e9 et culture. Informez-vous en temps r\u00e9el.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ledistingoinfo.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Le Distingo Info\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-16T13:53:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/\",\"url\":\"https:\\\/\\\/ledistingoinfo.com\\\/\",\"name\":\"Le Distingo Info : actualit\u00e9s Ha\u00efti en direct\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#website\"},\"datePublished\":\"2026-09-06T00:31:17+00:00\",\"dateModified\":\"2026-09-16T13:53:55+00:00\",\"description\":\"Le Distingo Info : toute l'actualit\u00e9 en Ha\u00efti, politique, \u00e9conomie, \u00e9lections, soci\u00e9t\u00e9 et culture. Informez-vous en temps r\u00e9el.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ledistingoinfo.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ledistingoinfo.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#website\",\"url\":\"https:\\\/\\\/ledistingoinfo.com\\\/\",\"name\":\"Le Distingo Info\",\"description\":\"Eclairons les id\u00e9es- Distinguons les v\u00e9rit\u00e9s   \",\"publisher\":{\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ledistingoinfo.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#organization\",\"name\":\"Le Distingo Info\",\"url\":\"https:\\\/\\\/ledistingoinfo.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/ledistingoinfo.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/LE-DISTINGO-INFO-scaled.png?fit=2560%2C1978&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/ledistingoinfo.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/LE-DISTINGO-INFO-scaled.png?fit=2560%2C1978&ssl=1\",\"width\":2560,\"height\":1978,\"caption\":\"Le Distingo Info   \"},\"image\":{\"@id\":\"https:\\\/\\\/ledistingoinfo.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Le Distingo Info : actualit\u00e9s Ha\u00efti en direct","description":"Le Distingo Info : toute l'actualit\u00e9 en Ha\u00efti, politique, \u00e9conomie, \u00e9lections, soci\u00e9t\u00e9 et culture. Informez-vous en temps r\u00e9el.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ledistingoinfo.com\/","og_locale":"fr_FR","og_type":"article","og_title":"Le Distingo Info : actualit\u00e9s Ha\u00efti en direct","og_description":"Le Distingo Info : toute l'actualit\u00e9 en Ha\u00efti, politique, \u00e9conomie, \u00e9lections, soci\u00e9t\u00e9 et culture. Informez-vous en temps r\u00e9el.","og_url":"https:\/\/ledistingoinfo.com\/","og_site_name":"Le Distingo Info","article_modified_time":"2026-09-16T13:53:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ledistingoinfo.com\/","url":"https:\/\/ledistingoinfo.com\/","name":"Le Distingo Info : actualit\u00e9s Ha\u00efti en direct","isPartOf":{"@id":"https:\/\/ledistingoinfo.com\/#website"},"datePublished":"2026-09-06T00:31:17+00:00","dateModified":"2026-09-16T13:53:55+00:00","description":"Le Distingo Info : toute l'actualit\u00e9 en Ha\u00efti, politique, \u00e9conomie, \u00e9lections, soci\u00e9t\u00e9 et culture. Informez-vous en temps r\u00e9el.","breadcrumb":{"@id":"https:\/\/ledistingoinfo.com\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ledistingoinfo.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ledistingoinfo.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ledistingoinfo.com\/"},{"@type":"ListItem","position":2,"name":"Accueil"}]},{"@type":"WebSite","@id":"https:\/\/ledistingoinfo.com\/#website","url":"https:\/\/ledistingoinfo.com\/","name":"Le Distingo Info","description":"Eclairons les id\u00e9es- Distinguons les v\u00e9rit\u00e9s   ","publisher":{"@id":"https:\/\/ledistingoinfo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ledistingoinfo.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/ledistingoinfo.com\/#organization","name":"Le Distingo Info","url":"https:\/\/ledistingoinfo.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/ledistingoinfo.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2025\/10\/LE-DISTINGO-INFO-scaled.png?fit=2560%2C1978&ssl=1","contentUrl":"https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2025\/10\/LE-DISTINGO-INFO-scaled.png?fit=2560%2C1978&ssl=1","width":2560,"height":1978,"caption":"Le Distingo Info   "},"image":{"@id":"https:\/\/ledistingoinfo.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":992,"url":"https:\/\/ledistingoinfo.com\/a-propos\/","url_meta":{"origin":836,"position":0},"title":"\u00c0 propos","author":"Le Distingo Info","date":"15 septembre 2026","format":false,"excerpt":"M\u00e9dia ha\u00eftien \u00b7 Information \u00b7 Soci\u00e9t\u00e9 Le Distingo Info \u00c9clairons les id\u00e9es, distinguons les v\u00e9rit\u00e9s. Le Distingo Info est un m\u00e9dia en ligne ha\u00eftien consacr\u00e9 \u00e0 l\u2019information, \u00e0 l\u2019analyse et \u00e0 la valorisation des r\u00e9alit\u00e9s qui fa\u00e7onnent la soci\u00e9t\u00e9 ha\u00eftienne. Lanc\u00e9 le 25 octobre 2025, Le Distingo Info \u00e9volue dans\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":87,"url":"https:\/\/ledistingoinfo.com\/contactez-nous\/","url_meta":{"origin":836,"position":1},"title":"Contactez- nous","author":"Le Distingo Info","date":"10 septembre 2025","format":false,"excerpt":"Le Distingo Info Contactez-nous Une question, une information \u00e0 transmettre, une suggestion, une proposition de collaboration ou une demande commerciale ? L\u2019\u00e9quipe du Distingo Info reste \u00e0 votre \u00e9coute. 01 Contacter la r\u00e9daction Transmettre une information, proposer un sujet ou signaler un \u00e9l\u00e9ment susceptible d\u2019int\u00e9resser notre r\u00e9daction. 02 Collaboration &\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1027,"url":"https:\/\/ledistingoinfo.com\/annoncez-avec-nous\/","url_meta":{"origin":836,"position":2},"title":"Publicit\u00e9 &amp; Partenariats","author":"Le Distingo Info","date":"15 septembre 2026","format":false,"excerpt":"Publicit\u00e9 & partenariats Annoncez avec Le Distingo Info Vous souhaitez faire conna\u00eetre votre entreprise, votre activit\u00e9, votre \u00e9v\u00e9nement ou votre produit ? Le Distingo Info met \u00e0 votre disposition diff\u00e9rents formats de visibilit\u00e9 adapt\u00e9s \u00e0 vos objectifs de communication. Nos formats disponibles Nous proposons plusieurs solutions permettant aux entreprises, organisations,\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":889,"url":"https:\/\/ledistingoinfo.com\/e-lect-ht\/","url_meta":{"origin":836,"position":3},"title":"E-Lect-HT","author":"Le Distingo Info","date":"12 septembre 2026","format":false,"excerpt":"E-Lect-HT La technologie au service du vote et la d\u00e9mocratie Nous virtualisons l'\u00e9lectorat ha\u00eftien \ud83d\udcdd Fiche candidat \ud83d\udccb Candidats \ud83d\uddf3\ufe0f Sondage Nom complet * Parti politique (laisser vide ou \"Ind\u00e9pendant\") Num\u00e9ro du parti (si le parti en a d\u00e9j\u00e0 un) \u00c0 laisser vide si ind\u00e9pendant ou si le parti n'a\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"Logo officiel: E-Lect-HT","src":"https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2026\/09\/10031251248107045242313101288-e1789579175147.png?fit=1200%2C775&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2026\/09\/10031251248107045242313101288-e1789579175147.png?fit=1200%2C775&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2026\/09\/10031251248107045242313101288-e1789579175147.png?fit=1200%2C775&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2026\/09\/10031251248107045242313101288-e1789579175147.png?fit=1200%2C775&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/ledistingoinfo.com\/wp-content\/uploads\/2026\/09\/10031251248107045242313101288-e1789579175147.png?fit=1200%2C775&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/pages\/836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/comments?post=836"}],"version-history":[{"count":9,"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/pages\/836\/revisions"}],"predecessor-version":[{"id":1071,"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/pages\/836\/revisions\/1071"}],"wp:attachment":[{"href":"https:\/\/ledistingoinfo.com\/wp-json\/wp\/v2\/media?parent=836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}