{"id":23094,"date":"2026-09-08T15:44:01","date_gmt":"2026-09-08T19:44:01","guid":{"rendered":"https:\/\/www.healthcoalition.ca\/assemblees-publiques-partout-au-canada\/"},"modified":"2026-09-24T13:54:48","modified_gmt":"2026-09-24T17:54:48","slug":"assemblees-publiques-partout-au-canada","status":"publish","type":"page","link":"https:\/\/www.healthcoalition.ca\/fr\/assemblees-publiques-partout-au-canada\/","title":{"rendered":"Assembl\u00e9es publiques partout au Canada"},"content":{"rendered":"<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Conversations urgentes sur les soins de sant\u00e9 publics : assembl\u00e9es publiques partout au Canada<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  :root {\r\n    --bg: #ffffff;\r\n    --ink: #000000;\r\n    --red: #a32d2d;\r\n    --red-bright: #c51300;\r\n    --gold: #b9791f;\r\n    --navy: #282f4b;\r\n    --rule: rgba(23, 23, 23, 0.12);\r\n    --muted: #000000;\r\n  }\r\n\r\n  * { box-sizing: border-box; }\r\n\r\n  html { scroll-behavior: smooth; }\r\n\r\n  body {\r\n    margin: 0;\r\n    background: var(--bg);\r\n    color: var(--ink);\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-weight: 400;\r\n    line-height: 1.55;\r\n    -webkit-font-smoothing: antialiased;\r\n  }\r\n\r\n  a { color: inherit; }\r\n\r\n  .wrap {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 0 32px;\r\n  }\r\n\r\n  \/* ---------- Hero ---------- *\/\r\n\r\n  .hero {\r\n    padding: 56px 0 32px;\r\n    border-bottom: 1px solid var(--rule);\r\n  }\r\n\r\n  .hero h1 {\r\n    font-size: clamp(40px, 6vw, 72px);\r\n    font-weight: 800;\r\n    line-height: 1.05;\r\n    letter-spacing: -0.01em;\r\n    margin: 0 0 36px;\r\n  }\r\n\r\n  .hero h1 em {\r\n    font-style: normal;\r\n    color: var(--red-bright);\r\n  }\r\n\r\n  .hero-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.1fr 0.9fr;\r\n    align-items: start;\r\n    gap: 48px;\r\n  }\r\n\r\n  .hero-visual img {\r\n    display: block;\r\n    width: 100%;\r\n    aspect-ratio: 4 \/ 5;\r\n    object-fit: cover;\r\n    border-radius: 2px;\r\n  }\r\n\r\n  .hero-body {\r\n    max-width: 900px;\r\n  }\r\n\r\n  .hero-body p {\r\n    font-size: 18px;\r\n    margin: 0 0 20px;\r\n    color: var(--muted);\r\n    max-width: 80ch;\r\n  }\r\n\r\n  .hero-body p:last-child { margin-bottom: 0; }\r\n\r\n  \/* ---------- Section shell ---------- *\/\r\n\r\n  section.block {\r\n    padding: 40px 0;\r\n    border-bottom: 1px solid var(--rule);\r\n  }\r\n\r\n  .block-head {\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .block-head h2 {\r\n    font-size: 28px;\r\n    font-weight: 700;\r\n    margin: 0;\r\n    letter-spacing: -0.01em;\r\n  }\r\n\r\n  \/* ---------- Tour dates ---------- *\/\r\n\r\n  .dates {\r\n    border-top: 1px solid var(--rule);\r\n  }\r\n\r\n  .date-row {\r\n    display: grid;\r\n    grid-template-columns: 230px 1fr auto;\r\n    align-items: baseline;\r\n    gap: 24px;\r\n    padding: 28px 0;\r\n    border-bottom: 1px solid var(--rule);\r\n  }\r\n\r\n  .date-row .when {\r\n    font-size: 15px;\r\n    font-weight: 700;\r\n    color: var(--gold);\r\n  }\r\n\r\n  .date-row .where h3 {\r\n    margin: 0 0 4px;\r\n    font-size: 24px;\r\n    font-weight: 800;\r\n    letter-spacing: -0.01em;\r\n  }\r\n\r\n  .date-row .where p {\r\n    margin: 0;\r\n    font-size: 15px;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .date-row a.learn {\r\n    display: inline-block;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    color: #ffffff;\r\n    background: var(--red-bright);\r\n    text-decoration: none;\r\n    padding: 10px 20px;\r\n    border-radius: 2px;\r\n    white-space: nowrap;\r\n    transition: background 0.15s ease;\r\n  }\r\n\r\n  .date-row a.learn:hover { background: var(--red); }\r\n\r\n  .date-row .tba {\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    color: var(--muted);\r\n    opacity: 0.65;\r\n    font-style: italic;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  \/* ---------- Coming soon: running line ---------- *\/\r\n\r\n  .soon-lede {\r\n    font-size: 18px;\r\n    max-width: 66ch;\r\n    margin: 0;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .soon-lede strong { color: var(--ink); }\r\n\r\n  \/* ---------- Responsive ---------- *\/\r\n\r\n  .hero-visual {\r\n    margin-top: 8px;\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .hero-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .wrap { padding: 0 20px; }\r\n    .hero { padding: 64px 0 48px; }\r\n    .date-row {\r\n      grid-template-columns: 1fr;\r\n      gap: 8px;\r\n    }\r\n    .date-row a.learn { justify-self: start; margin-top: 4px; }\r\n  }\r\n\r\n  @media (prefers-reduced-motion: reduce) {\r\n    html { scroll-behavior: auto; }\r\n    * { transition: none !important; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<header class=\"hero\">\r\n  <div class=\"wrap\">\r\n    <div class=\"hero-grid\">\r\n      <div>\r\n        <h1>Conversations urgentes <em>sur les soins de sant\u00e9 publics.<\/em><\/h1>\r\n        <div class=\"hero-body\">\r\n          <p>Les coalitions provinciales et territoriales de la sant\u00e9, en partenariat avec la Coalition canadienne de la sant\u00e9, organisent des assembl\u00e9es publiques dans des communaut\u00e9s partout au pays pour discuter de ce qui est en jeu pour les soins de sant\u00e9 publics et de ce que nous pouvons faire ensemble pour freiner la propagation d'une m\u00e9decine \u00e0 but lucratif de type am\u00e9ricain au Canada.<\/p>\r\n          <p>Ces \u00e9v\u00e9nements sont gratuits et ouverts au public. Venez entendre des conf\u00e9renciers locaux et des d\u00e9fenseurs des soins de sant\u00e9, poser vos questions et rencontrer d'autres personnes de votre communaut\u00e9 qui souhaitent prot\u00e9ger le syst\u00e8me de sant\u00e9 dont nous d\u00e9pendons tous.<\/p>\r\n          <p><strong>D'autres dates seront ajout\u00e9es. Revenez consulter cette page r\u00e9guli\u00e8rement, ou communiquez avec votre coalition provinciale ou territoriale de la sant\u00e9 pour plus de renseignements.<\/strong><\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"hero-visual\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.healthcoalition.ca\/wp-content\/uploads\/2026\/09\/updated-town-hall-photo-1.png\" alt=\"Des membres de la communaut\u00e9 lors d'une assembl\u00e9e publique sur les soins de sant\u00e9 publics\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<section class=\"block\">\r\n  <div class=\"wrap\">\r\n    <div class=\"block-head\">\r\n      <h2>Assembl\u00e9es publiques confirm\u00e9es<\/h2>\r\n    <\/div>\r\n    <div class=\"dates\">\r\n      <div class=\"date-row\">\r\n        <div class=\"when\">7 octobre 2026<\/div>\r\n        <div class=\"where\">\r\n          <h3>Fredericton, NB<\/h3>\r\n        <\/div>\r\n        <a class=\"learn\" href=\"https:\/\/www.healthcoalition.ca\/fredericton-townhall-an-urgent-conversation-on-health-care\/\" target=\"_blank\" rel=\"noopener\">En savoir plus<\/a>\r\n      <\/div>\r\n      <div class=\"date-row\">\r\n        <div class=\"when\">7 octobre 2026<\/div>\r\n        <div class=\"where\">\r\n          <h3>Dieppe, NB<\/h3>\r\n        <\/div>\r\n        <a class=\"learn\" href=\"https:\/\/www.facebook.com\/events\/1603922581176731\/\" target=\"_blank\" rel=\"noopener\">En savoir plus<\/a>\r\n      <\/div>\r\n      <div class=\"date-row\">\r\n        <div class=\"when\">8 octobre 2026<\/div>\r\n        <div class=\"where\">\r\n          <h3>Moncton, NB<\/h3>\r\n        <\/div>\r\n        <a class=\"learn\" href=\"https:\/\/www.facebook.com\/events\/2192544391655185\" target=\"_blank\" rel=\"noopener\">En savoir plus<\/a>\r\n      <\/div>\r\n      <div class=\"date-row\">\r\n        <div class=\"when\">15 octobre 2026<\/div>\r\n        <div class=\"where\">\r\n          <h3>Winnipeg, MB<\/h3>\r\n        <\/div>\r\n        <a class=\"learn\" href=\"https:\/\/mbhealthcoalition.ca\/event\/urgent-community-conversation-public-health-care-in-manitoba\/\" target=\"_blank\" rel=\"noopener\">En savoir plus<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"block\" style=\"border-bottom: none;\">\r\n  <div class=\"wrap\">\r\n    <div class=\"block-head\">\r\n      <h2>Assembl\u00e9es publiques pass\u00e9es<\/h2>\r\n    <\/div>\r\n    <div class=\"dates\">\r\n      <div class=\"date-row\">\r\n        <div class=\"when\">19 septembre 2026<\/div>\r\n        <div class=\"where\">\r\n          <h3>Saskatoon, SK<\/h3>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"Conversations urgentes sur les soins de sant\u00e9 publics : assembl\u00e9es publiques partout au Canada Conversations urgentes sur les soins de\u2026","protected":false},"author":142,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"visual-builder-template.php","meta":{"give_campaign_id":0,"footnotes":""},"class_list":["post-23094","page","type-page","status-publish","hentry"],"campaignId":"","_links":{"self":[{"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/pages\/23094","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/users\/142"}],"replies":[{"embeddable":true,"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/comments?post=23094"}],"version-history":[{"count":1,"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/pages\/23094\/revisions"}],"predecessor-version":[{"id":23168,"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/pages\/23094\/revisions\/23168"}],"wp:attachment":[{"href":"https:\/\/www.healthcoalition.ca\/fr\/wp-json\/wp\/v2\/media?parent=23094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}