{"id":39425,"date":"2026-08-21T15:00:48","date_gmt":"2026-08-21T19:00:48","guid":{"rendered":"https:\/\/staging.cbf.ca\/?page_id=39425"},"modified":"2026-09-09T15:51:23","modified_gmt":"2026-09-09T19:51:23","slug":"championnats-canadiens-de-bridge","status":"publish","type":"page","link":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/","title":{"rendered":"Championnats canadiens de bridge"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   CBF CANADIAN BRIDGE CHAMPIONSHIPS HUB\n   ========================================================= *\/\n\n.cbf-cbc-hub{\n  --red:#c00000;\n  --red-dark:#9d0000;\n  --gold:#d7a716;\n  --gold-dark:#aa7d00;\n  --cream:#fbf7ee;\n  --border:#e2e2e2;\n  --text:#151515;\n\n  max-width:1280px;\n  margin:0 auto 45px;\n  padding:0 30px;\n\n  font-family:Arial, Helvetica, sans-serif;\n  color:var(--text);\n}\n\n.cbf-cbc-hub *,\n.cbf-cbc-hub *::before,\n.cbf-cbc-hub *::after{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.cbf-cbc-hero{\n  display:grid;\n  grid-template-columns:41% 59%;\n  gap:34px;\n  align-items:center;\n\n  padding:20px 0 10px;\n}\n\n\n\/* HERO TITLE *\/\n\n.cbf-cbc-hero__intro h1{\n  margin:0;\n\n  font-family:Montserrat, Arial, sans-serif;\n  font-size:52px;\n  line-height:1.04;\n  font-weight:900;\n  letter-spacing:-1px;\n}\n\n.cbf-cbc-hero__intro h1 span{\n  display:inline-block;\n  white-space:nowrap;\n  color:var(--red);\n}\n\n\n\/* GOLD RULE *\/\n\n.cbf-cbc-hero__line{\n  position:relative;\n\n  max-width:475px;\n  height:2px;\n\n  margin:18px 0;\n\n  background:var(--gold);\n}\n\n.cbf-cbc-hero__line::before{\n  content:\"\";\n\n  position:absolute;\n  left:0;\n  top:50%;\n\n  width:13px;\n  height:13px;\n\n  background:var(--gold);\n\n  transform:translateY(-50%) rotate(45deg);\n}\n\n\n.cbf-cbc-hero__intro p{\n  max-width:490px;\n  margin:0;\n\n  font-size:17px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   CURRENT CHAMPIONSHIP CARD\n   ========================================================= *\/\n\n.cbf-cbc-current{\n  display:grid;\n  grid-template-columns:48% 52%;\n\n  min-height:295px;\n\n  overflow:hidden;\n\n  border:1px solid #ddd;\n  border-radius:9px;\n\n  background:#fff;\n\n  box-shadow:0 7px 19px rgba(0,0,0,.09);\n}\n\n\n.cbf-cbc-current__content{\n  position:relative;\n  z-index:4;\n\n  padding:20px 22px;\n}\n\n\n.cbf-cbc-current__badge{\n  display:inline-block;\n\n  margin-bottom:13px;\n  padding:6px 11px;\n\n  border-radius:4px;\n\n  background:var(--gold);\n\n  color:#fff;\n\n  font-size:11px;\n  font-weight:800;\n}\n\n\n.cbf-cbc-current h2{\n  margin:0 0 16px;\n\n  color:var(--red);\n\n  font-family:Montserrat, Arial, sans-serif;\n  font-size:27px;\n  line-height:1.08;\n  font-weight:900;\n}\n\n\n\/* DETAILS *\/\n\n.cbf-cbc-current__detail{\n  display:flex;\n  gap:11px;\n\n  margin-bottom:13px;\n}\n\n\n.cbf-cbc-detail-icon{\n  width:24px;\n\n  color:var(--red);\n\n  font-size:20px;\n}\n\n\n.cbf-cbc-current__detail div{\n  display:flex;\n  flex-direction:column;\n}\n\n\n.cbf-cbc-current__detail strong{\n  font-size:14px;\n}\n\n\n.cbf-cbc-current__detail div span{\n  margin-top:3px;\n\n  color:#444;\n\n  font-size:13px;\n}\n\n\n\/* BUTTON *\/\n\n.cbf-cbc-current__button{\n  display:inline-flex;\n  align-items:center;\n\n  gap:14px;\n\n  margin-top:4px;\n\n  padding:11px 19px;\n\n  border-radius:4px;\n\n  background:var(--red);\n\n  color:#fff !important;\n\n  font-size:12px;\n  font-weight:800;\n\n  text-decoration:none !important;\n\n  transition:\n    background .18s ease,\n    transform .18s ease;\n}\n\n\n.cbf-cbc-current__button:hover{\n  background:var(--red-dark);\n\n  transform:translateY(-1px);\n}\n\n\n\/* =========================================================\n   NEW CH\u00c2TEAU IMAGE\n   ========================================================= *\/\n\n.cbf-cbc-current__image{\n  position:relative;\n\n  overflow:hidden;\n\n  background:#e9f1f5;\n}\n\n\n.cbf-cbc-current__image img{\n  display:block;\n\n  width:100%;\n  height:100%;\n\n  object-fit:cover;\n\n  \/*\n     This new image already has the Ch\u00e2teau positioned well.\n     No translations or huge scaling.\n  *\/\n  object-position:61% center;\n}\n\n\n\/* FADE INTO CONTENT *\/\n\n.cbf-cbc-current__image::after{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  z-index:2;\n\n  pointer-events:none;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff 0%,\n      rgba(255,255,255,.90) 7%,\n      rgba(255,255,255,.48) 17%,\n      rgba(255,255,255,.08) 29%,\n      rgba(255,255,255,0) 40%\n    );\n}\n\n\n\/* =========================================================\n   SWOOSH\n   ========================================================= *\/\n\n.cbf-cbc-swoosh{\n  position:relative;\n\n  height:60px;\n\n  margin-top:2px;\n\n  overflow:hidden;\n}\n\n\n.cbf-cbc-swoosh__gold{\n  position:absolute;\n\n  left:7%;\n  right:-2%;\n\n  bottom:-31px;\n\n  height:57px;\n\n  border-radius:50% 50% 0 0;\n\n  background:var(--gold);\n\n  transform:rotate(-1.2deg);\n}\n\n\n.cbf-cbc-swoosh__red{\n  position:absolute;\n\n  left:-3%;\n  right:-3%;\n\n  bottom:-42px;\n\n  height:60px;\n\n  border-radius:50% 50% 0 0;\n\n  background:var(--red);\n\n  transform:rotate(-.8deg);\n}\n\n\n\/* =========================================================\n   SECTION HEADINGS\n   ========================================================= *\/\n\n.cbf-cbc-section{\n  margin-top:4px;\n}\n\n\n.cbf-cbc-section__heading{\n  text-align:center;\n}\n\n\n.cbf-cbc-section__heading h2{\n  margin:0;\n\n  color:var(--red);\n\n  font-family:Montserrat, Arial, sans-serif;\n  font-size:27px;\n  font-weight:900;\n}\n\n\n.cbf-cbc-heading-rule{\n  position:relative;\n\n  width:95px;\n  height:2px;\n\n  margin:9px auto 10px;\n\n  background:var(--gold);\n}\n\n\n.cbf-cbc-heading-rule::after{\n  content:\"\";\n\n  position:absolute;\n\n  left:50%;\n  top:50%;\n\n  width:10px;\n  height:10px;\n\n  background:var(--gold);\n\n  transform:\n    translate(-50%,-50%)\n    rotate(45deg);\n}\n\n\n.cbf-cbc-section__heading p{\n  margin:0 0 22px;\n\n  font-size:14px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   TEAM GRID\n   ========================================================= *\/\n\n.cbf-cbc-team-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(6,minmax(0,1fr));\n\n  gap:14px;\n}\n\n\n\/* =========================================================\n   TEAM CARDS\n   ========================================================= *\/\n\n.cbf-cbc-team-card{\n  display:flex;\n  flex-direction:column;\n\n  min-height:335px;\n\n  padding:16px 14px 13px;\n\n  border:1px solid var(--border);\n  border-radius:8px;\n\n  background:#fff;\n\n  text-align:center;\n\n  box-shadow:0 4px 13px rgba(0,0,0,.045);\n\n  transition:\n    transform .18s ease,\n    box-shadow .18s ease;\n}\n\n\n.cbf-cbc-team-card:hover{\n  transform:translateY(-3px);\n\n  box-shadow:0 8px 20px rgba(0,0,0,.08);\n}\n\n\n\/* ICON CIRCLE *\/\n\n.cbf-cbc-team-icon{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:69px;\n  height:69px;\n\n  margin:0 auto 11px;\n\n  border-radius:50%;\n\n  color:#fff;\n}\n\n\n.cbf-cbc-icon-red{\n  background:var(--red);\n}\n\n\n.cbf-cbc-icon-gold{\n  background:var(--gold);\n}\n\n\n\/* TROPHY SVG *\/\n\n.cbf-cbc-team-icon svg{\n  width:42px;\n  height:42px;\n\n  fill:none;\n\n  stroke:#fff;\n\n  stroke-width:2.4;\n\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\n\/* UPLOADED ICONS *\/\n\n.cbf-cbc-team-icon img{\n  display:block;\n\n  width:44px;\n  height:44px;\n\n  object-fit:contain;\n}\n\n\n\/* TEAM TITLES *\/\n\n.cbf-cbc-team-card h3{\n  margin:0 0 5px;\n\n  color:var(--red);\n\n  font-family:Montserrat, Arial, sans-serif;\n  font-size:22px;\n  font-weight:900;\n}\n\n\n.cbf-cbc-title-gold{\n  color:var(--gold-dark) !important;\n}\n\n\n.cbf-cbc-team-card > strong{\n  display:block;\n\n  min-height:36px;\n\n  font-size:14px;\n  line-height:1.3;\n}\n\n\n.cbf-cbc-team-card > p{\n  margin:8px 0 15px;\n\n  font-size:13.5px;\n  line-height:1.45;\n}\n\n\n\/* CARD LINKS *\/\n\n.cbf-cbc-card-links{\n  margin-top:auto;\n\n  padding-top:10px;\n\n  border-top:1px solid #e4d3a8;\n\n  text-align:left;\n}\n\n\n.cbf-cbc-card-links a{\n  display:flex;\n\n  align-items:center;\n  justify-content:space-between;\n\n  padding:5px 0;\n\n  color:var(--red) !important;\n\n  font-size:12px;\n  font-weight:700;\n\n  text-decoration:none !important;\n}\n\n\n.cbf-cbc-card-links a:hover{\n  text-decoration:underline !important;\n}\n\n\n\/* =========================================================\n   PAIRS\n   ========================================================= *\/\n\n.cbf-cbc-pairs{\n  margin-top:28px;\n}\n\n\n.cbf-cbc-pair-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:15px;\n}\n\n\n.cbf-cbc-pair-card{\n  display:grid;\n\n  grid-template-columns:\n    95px minmax(0,1fr);\n\n  gap:18px;\n\n  align-items:center;\n\n  min-height:180px;\n\n  padding:19px;\n\n  border:1px solid #e5ded0;\n\n  border-radius:8px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff,\n      #fffdf8\n    );\n\n  transition:\n    transform .18s ease,\n    box-shadow .18s ease;\n}\n\n\n.cbf-cbc-pair-card:hover{\n  transform:translateY(-2px);\n\n  box-shadow:0 7px 18px rgba(0,0,0,.06);\n}\n\n\n\/* PAIR ICON *\/\n\n.cbf-cbc-pair-icon{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:82px;\n  height:82px;\n\n  border-radius:50%;\n}\n\n\n.cbf-cbc-pair-icon img{\n  display:block;\n\n  width:56px;\n  height:56px;\n\n  object-fit:contain;\n}\n\n\n\/* PAIR TEXT *\/\n\n.cbf-cbc-pair-card h3{\n  margin:0 0 2px;\n\n  color:var(--red);\n\n  font-family:Montserrat, Arial, sans-serif;\n  font-size:22px;\n  font-weight:900;\n}\n\n\n.cbf-cbc-pair-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:14px;\n}\n\n\n.cbf-cbc-online{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:13px;\n  font-weight:700;\n}\n\n\n.cbf-cbc-pair-line{\n  width:180px;\n  max-width:100%;\n\n  height:1px;\n\n  margin:8px 0;\n\n  background:var(--gold);\n}\n\n\n.cbf-cbc-pair-card p{\n  margin:0 0 9px;\n\n  font-size:13.5px;\n  line-height:1.45;\n}\n\n\n.cbf-cbc-pair-card a{\n  color:var(--red) !important;\n\n  font-size:12px;\n  font-weight:700;\n\n  text-decoration:none !important;\n}\n\n\n\/* =========================================================\n   REALBRIDGE\n   ========================================================= *\/\n\n.cbf-cbc-realbridge{\n  display:grid;\n\n  grid-template-columns:\n    44px minmax(0,1fr) auto;\n\n  gap:13px;\n\n  align-items:center;\n\n  margin-top:12px;\n\n  padding:12px 18px;\n\n  border:1px solid #eed9d4;\n  border-radius:7px;\n\n  background:#fff8f7;\n}\n\n\n.cbf-cbc-realbridge__icon{\n  color:var(--red);\n\n  font-size:28px;\n}\n\n\n.cbf-cbc-realbridge strong{\n  color:var(--red);\n\n  font-size:12px;\n}\n\n\n.cbf-cbc-realbridge p{\n  margin:2px 0 0;\n\n  font-size:12px;\n  line-height:1.4;\n}\n\n\n.cbf-cbc-realbridge__logo{\n  font-size:22px;\n  font-weight:900;\n}\n\n\n.cbf-cbc-realbridge__logo span{\n  color:#078124;\n}\n\n\n\/* =========================================================\n   PAST CHAMPIONS\n   ========================================================= *\/\n\n.cbf-cbc-history{\n  display:grid;\n\n  \/*\n     Smaller left area so divider\/list sit farther left.\n  *\/\n  grid-template-columns:\n    36% 1px minmax(0,64%);\n\n  gap:14px;\n\n  align-items:stretch;\n\n  margin-top:16px;\n\n  padding:15px 17px;\n\n  border:1px solid #eadcbc;\n  border-radius:8px;\n\n  background:var(--cream);\n}\n\n\n\/* LEFT SIDE *\/\n\n.cbf-cbc-history__intro{\n  display:grid;\n\n  grid-template-columns:\n    76px minmax(0,1fr);\n\n  gap:12px;\n\n  align-items:center;\n\n  min-width:0;\n}\n\n\n.cbf-cbc-history__icon{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:68px;\n  height:68px;\n\n  border-radius:50%;\n\n  background:var(--red);\n\n  color:#fff;\n\n  font-size:27px;\n}\n\n\n.cbf-cbc-history__text{\n  min-width:0;\n}\n\n\n.cbf-cbc-history__text h2{\n  margin:0 0 5px;\n\n  color:var(--red);\n\n  font-family:Montserrat, Arial, sans-serif;\n  font-size:20px;\n  line-height:1.04;\n  font-weight:900;\n}\n\n\n.cbf-cbc-history__text p{\n  max-width:285px;\n\n  margin:0 0 9px;\n\n  font-size:12.5px;\n  line-height:1.4;\n}\n\n\n.cbf-cbc-history__button{\n  display:inline-flex;\n\n  align-items:center;\n\n  gap:9px;\n\n  padding:8px 13px;\n\n  border-radius:4px;\n\n  background:var(--red);\n\n  color:#fff !important;\n\n  font-size:10.5px;\n  font-weight:800;\n\n  text-decoration:none !important;\n}\n\n\n\/* DIVIDER *\/\n\n.cbf-cbc-history__divider{\n  width:1px;\n  height:100%;\n\n  background:var(--gold);\n}\n\n\n\/* RIGHT LINKS *\/\n\n.cbf-cbc-history__links{\n  display:flex;\n  flex-direction:column;\n\n  justify-content:center;\n\n  min-width:0;\n\n  padding-left:0;\n}\n\n\n.cbf-cbc-history__links a{\n  display:flex;\n\n  align-items:center;\n  justify-content:space-between;\n\n  gap:12px;\n\n  min-height:27px;\n\n  padding:4px 0;\n\n  border-bottom:1px solid #ddd3bd;\n\n  color:#111 !important;\n\n  font-size:12.5px;\n\n  text-decoration:none !important;\n}\n\n\n.cbf-cbc-history__links a:last-child{\n  border-bottom:0;\n}\n\n\n.cbf-cbc-history__links strong{\n  font-weight:700;\n}\n\n\n.cbf-cbc-history__links span{\n  flex:0 0 auto;\n\n  color:var(--red);\n\n  font-size:11px;\n  font-weight:700;\n\n  white-space:nowrap;\n}\n\n\n\/* =========================================================\n   TABLET \u2014 1050px\n   ========================================================= *\/\n\n@media(max-width:1050px){\n\n  .cbf-cbc-hub{\n    padding:0 22px;\n  }\n\n  .cbf-cbc-hero{\n    grid-template-columns:1fr;\n\n    gap:25px;\n  }\n\n  .cbf-cbc-hero__intro{\n    max-width:700px;\n  }\n\n  .cbf-cbc-team-grid{\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  .cbf-cbc-history{\n    grid-template-columns:1fr;\n\n    gap:14px;\n  }\n\n  .cbf-cbc-history__divider{\n    width:100%;\n    height:1px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE \u2014 700px\n   ========================================================= *\/\n\n@media(max-width:700px){\n\n  .cbf-cbc-hub{\n    padding:0 12px;\n  }\n\n\n  \/* HERO *\/\n\n  .cbf-cbc-hero{\n    padding-top:10px;\n  }\n\n\n  .cbf-cbc-hero__intro h1{\n    font-size:37px;\n  }\n\n\n  .cbf-cbc-hero__intro h1 span{\n    white-space:normal;\n  }\n\n\n  .cbf-cbc-hero__intro p{\n    font-size:15px;\n  }\n\n\n  \/* CURRENT CHAMPIONSHIP *\/\n\n  .cbf-cbc-current{\n    grid-template-columns:1fr;\n\n    min-height:0;\n  }\n\n\n  .cbf-cbc-current__content{\n    padding:20px;\n  }\n\n\n  .cbf-cbc-current h2{\n    font-size:25px;\n  }\n\n\n  .cbf-cbc-current__image{\n    height:235px;\n  }\n\n\n  .cbf-cbc-current__image img{\n    width:100%;\n    height:100%;\n\n    object-position:58% center;\n  }\n\n\n  .cbf-cbc-current__image::after{\n    background:\n      linear-gradient(\n        180deg,\n        #fff 0%,\n        rgba(255,255,255,.55) 10%,\n        rgba(255,255,255,.05) 28%,\n        rgba(255,255,255,0) 40%\n      );\n  }\n\n\n  \/* SWOOSH *\/\n\n  .cbf-cbc-swoosh{\n    height:45px;\n  }\n\n\n  \/* TITLES *\/\n\n  .cbf-cbc-section__heading h2{\n    font-size:24px;\n  }\n\n\n  \/* TEAM CARDS *\/\n\n  .cbf-cbc-team-grid{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n\n  .cbf-cbc-team-card{\n    min-height:330px;\n  }\n\n\n  \/* PAIRS *\/\n\n  .cbf-cbc-pair-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .cbf-cbc-pair-card{\n    grid-template-columns:\n      78px minmax(0,1fr);\n\n    gap:13px;\n\n    padding:16px;\n  }\n\n\n  .cbf-cbc-pair-icon{\n    width:68px;\n    height:68px;\n  }\n\n\n  .cbf-cbc-pair-icon img{\n    width:46px;\n    height:46px;\n  }\n\n\n  \/* REALBRIDGE *\/\n\n  .cbf-cbc-realbridge{\n    grid-template-columns:\n      38px minmax(0,1fr);\n  }\n\n\n  .cbf-cbc-realbridge__logo{\n    grid-column:2;\n\n    font-size:18px;\n  }\n\n\n  \/* HISTORY *\/\n\n  .cbf-cbc-history{\n    padding:16px;\n  }\n\n\n  .cbf-cbc-history__intro{\n    grid-template-columns:1fr;\n\n    text-align:center;\n  }\n\n\n  .cbf-cbc-history__icon{\n    margin:auto;\n  }\n\n\n  .cbf-cbc-history__text p{\n    margin-left:auto;\n    margin-right:auto;\n  }\n\n\n  .cbf-cbc-history__links a{\n    font-size:12px;\n  }\n\n\n  .cbf-cbc-history__links span{\n    font-size:10px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE \u2014 470px\n   ========================================================= *\/\n\n@media(max-width:470px){\n\n  .cbf-cbc-hero__intro h1{\n    font-size:32px;\n  }\n\n\n  .cbf-cbc-current h2{\n    font-size:23px;\n  }\n\n\n  \/* ONE CARD PER ROW *\/\n\n  .cbf-cbc-team-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .cbf-cbc-team-card{\n    min-height:0;\n  }\n\n\n  \/* PAIR CARD STACK *\/\n\n  .cbf-cbc-pair-card{\n    grid-template-columns:1fr;\n\n    text-align:center;\n  }\n\n\n  .cbf-cbc-pair-icon{\n    margin:auto;\n  }\n\n\n  .cbf-cbc-pair-line{\n    margin-left:auto;\n    margin-right:auto;\n  }\n\n\n  \/* HISTORY LINKS STACK *\/\n\n  .cbf-cbc-history__links a{\n    align-items:flex-start;\n\n    flex-direction:column;\n\n    gap:2px;\n\n    padding:7px 0;\n  }\n\n}\n<\/style>\n\n<div class=\"cbf-cbc-hub\">\n\n  <!-- =====================================================\n       HERO\n       ===================================================== -->\n  <section class=\"cbf-cbc-hero\">\n\n    <div class=\"cbf-cbc-hero__intro\">\n\n      <h1>\n        CHAMPIONNATS<br>\n        CANADIENS DE<br>\n        <span>BRIDGE<\/span>\n      <\/h1>\n\n      <div class=\"cbf-cbc-hero__line\"><\/div>\n\n      <p>\n        Les championnats nationaux du Canada c\u00e9l\u00e8brent\n        l\u2019excellence au plus haut niveau du bridge.\n      <\/p>\n\n    <\/div>\n\n\n    <!-- CHAMPIONNAT ACTUEL -->\n    <div class=\"cbf-cbc-current\">\n\n      <div class=\"cbf-cbc-current__content\">\n\n        <span class=\"cbf-cbc-current__badge\">\n          CHAMPIONNAT ACTUEL\n        <\/span>\n\n        <h2>\n          CHAMPIONNATS CANADIENS<br>\n          DE BRIDGE 2027\n        <\/h2>\n\n\n        <div class=\"cbf-cbc-current__detail\">\n\n          <span class=\"cbf-cbc-detail-icon\">\u25a3<\/span>\n\n          <div>\n            <strong>Tournoi \u00e0 la ronde en ligne<\/strong>\n            <span>Janvier \u2013 f\u00e9vrier 2027<\/span>\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"cbf-cbc-current__detail\">\n\n          <span class=\"cbf-cbc-detail-icon\">\u2316<\/span>\n\n          <div>\n            <strong>\u00c9liminatoires<\/strong>\n            <span>19\u201325 mai 2027 \u00b7 Qu\u00e9bec<\/span>\n          <\/div>\n\n        <\/div>\n\n\n        <a class=\"cbf-cbc-current__button\" href=\"https:\/\/cbf.ca\/fr\/2027-championnats-canadiens-bridge\/\">\n          VOIR LES CHAMPIONNATS 2027\n          <span>\u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n\n      <div class=\"cbf-cbc-current__image\">\n\n        <img decoding=\"async\" src=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/chateau.png\" alt=\"Qu\u00e9bec et le Ch\u00e2teau Frontenac\">\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       SWOOSH\n       ===================================================== -->\n  <div class=\"cbf-cbc-swoosh\">\n    <div class=\"cbf-cbc-swoosh__gold\"><\/div>\n    <div class=\"cbf-cbc-swoosh__red\"><\/div>\n  <\/div>\n\n\n  <!-- =====================================================\n       CHAMPIONNATS PAR \u00c9QUIPES\n       ===================================================== -->\n  <section class=\"cbf-cbc-section\">\n\n    <div class=\"cbf-cbc-section__heading\">\n\n      <h2>CHAMPIONNATS PAR \u00c9QUIPES<\/h2>\n\n      <div class=\"cbf-cbc-heading-rule\"><\/div>\n\n      <p>\n        Six championnats par \u00e9quipes sont organis\u00e9s chaque ann\u00e9e dans le cadre\n        des Championnats canadiens de bridge.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"cbf-cbc-team-grid\">\n\n\n      <!-- CNTC-A -->\n      <article class=\"cbf-cbc-team-card\">\n\n        <div class=\"cbf-cbc-team-icon cbf-cbc-icon-red\">\n\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M20 11h24v15c0 13-5 21-12 21S20 39 20 26z\"><\/path>\n            <path d=\"M20 16H9v8c0 9 5 14 13 15\"><\/path>\n            <path d=\"M44 16h11v8c0 9-5 14-13 15\"><\/path>\n            <path d=\"M32 47v8\"><\/path>\n            <path d=\"M23 59h18\"><\/path>\n          <\/svg>\n\n        <\/div>\n\n        <h3>CNTC-A<\/h3>\n\n        <strong>\u00c9quipes Open<\/strong>\n\n        <p>\n          Le principal championnat canadien par \u00e9quipes Open.\n        <\/p>\n\n        <div class=\"cbf-cbc-card-links\">\n\n          <a href=\"YOUR-CNTC-A-FRENCH-PAGE\">\n            \u00c0 propos du CNTC-A <span>\u2192<\/span>\n          <\/a>\n\n          <a href=\"YOUR-CNTC-A-FRENCH-AWARDS\">\n            Anciens champions <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- CNTC-B -->\n      <article class=\"cbf-cbc-team-card\">\n\n        <div class=\"cbf-cbc-team-icon cbf-cbc-icon-gold\">\n\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M20 11h24v15c0 13-5 21-12 21S20 39 20 26z\"><\/path>\n            <path d=\"M20 16H9v8c0 9 5 14 13 15\"><\/path>\n            <path d=\"M44 16h11v8c0 9-5 14-13 15\"><\/path>\n            <path d=\"M32 47v8\"><\/path>\n            <path d=\"M23 59h18\"><\/path>\n          <\/svg>\n\n        <\/div>\n\n        <h3 class=\"cbf-cbc-title-gold\">CNTC-B<\/h3>\n\n        <strong>\u00c9quipes B<\/strong>\n\n        <p>\n          Un championnat canadien par \u00e9quipes pour les membres de la FCB dans les limites de points du CNTC-B.\n        <\/p>\n\n        <div class=\"cbf-cbc-card-links\">\n\n          <a href=\"YOUR-CNTC-B-FRENCH-PAGE\">\n            \u00c0 propos du CNTC-B <span>\u2192<\/span>\n          <\/a>\n\n          <a href=\"YOUR-CNTC-B-FRENCH-AWARDS\">\n            Anciens champions <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- CNTC-C -->\n      <article class=\"cbf-cbc-team-card\">\n\n        <div class=\"cbf-cbc-team-icon cbf-cbc-icon-red\">\n\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M20 11h24v15c0 13-5 21-12 21S20 39 20 26z\"><\/path>\n            <path d=\"M20 16H9v8c0 9 5 14 13 15\"><\/path>\n            <path d=\"M44 16h11v8c0 9-5 14-13 15\"><\/path>\n            <path d=\"M32 47v8\"><\/path>\n            <path d=\"M23 59h18\"><\/path>\n          <\/svg>\n\n        <\/div>\n\n        <h3>CNTC-C<\/h3>\n\n        <strong>\u00c9quipes C<\/strong>\n\n        <p>\n          Un championnat canadien par \u00e9quipes pour les membres de la FCB\n          comptant moins de 1 000 points de ma\u00eetre.\n        <\/p>\n\n        <div class=\"cbf-cbc-card-links\">\n\n          <a href=\"YOUR-CNTC-C-FRENCH-PAGE\">\n            \u00c0 propos du CNTC-C <span>\u2192<\/span>\n          <\/a>\n\n          <a href=\"YOUR-CNTC-C-FRENCH-AWARDS\">\n            Anciens champions <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- CWTC -->\n      <article class=\"cbf-cbc-team-card\">\n\n        <div class=\"cbf-cbc-team-icon cbf-cbc-icon-gold\">\n\n          <img decoding=\"async\" src=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/woman-silhouette.png\" alt=\"\">\n\n        <\/div>\n\n        <h3 class=\"cbf-cbc-title-gold\">CWTC<\/h3>\n\n        <strong>\u00c9quipes f\u00e9minines<\/strong>\n\n        <p>\n          Le Championnat canadien des \u00e9quipes f\u00e9minines.\n        <\/p>\n\n        <div class=\"cbf-cbc-card-links\">\n\n          <a href=\"YOUR-CWTC-FRENCH-PAGE\">\n            \u00c0 propos du CWTC <span>\u2192<\/span>\n          <\/a>\n\n          <a href=\"YOUR-CWTC-FRENCH-AWARDS\">\n            Anciennes championnes <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- CSTC -->\n      <article class=\"cbf-cbc-team-card\">\n\n        <div class=\"cbf-cbc-team-icon cbf-cbc-icon-red\">\n\n          <img decoding=\"async\" src=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/maple-leaf-white.png\" alt=\"\">\n\n        <\/div>\n\n        <h3>CSTC<\/h3>\n\n        <strong>\u00c9quipes seniors<\/strong>\n\n        <p>\n          Le championnat canadien des \u00e9quipes seniors.\n        <\/p>\n\n        <div class=\"cbf-cbc-card-links\">\n\n          <a href=\"YOUR-CSTC-FRENCH-PAGE\">\n            \u00c0 propos du CSTC <span>\u2192<\/span>\n          <\/a>\n\n          <a href=\"YOUR-CSTC-FRENCH-AWARDS\">\n            Anciens champions <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- CMTC -->\n      <article class=\"cbf-cbc-team-card\">\n\n        <div class=\"cbf-cbc-team-icon cbf-cbc-icon-gold\">\n\n          <img decoding=\"async\" src=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/mixed.png\" alt=\"\">\n\n        <\/div>\n\n        <h3 class=\"cbf-cbc-title-gold\">CMTC<\/h3>\n\n        <strong>\u00c9quipes mixtes<\/strong>\n\n        <p>\n          Le championnat canadien des \u00e9quipes mixtes.\n        <\/p>\n\n        <div class=\"cbf-cbc-card-links\">\n\n           <a href=\"YOUR-CMTC-FRENCH-PAGE\">\n            \u00c0 propos du CMTC <span>\u2192<\/span>\n          <\/a>\n\n          <a href=\"YOUR-CMTC-FRENCH-AWARDS\">\n            Anciens champions <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       CHAMPIONNATS PAR PAIRES\n       ===================================================== -->\n  <section class=\"cbf-cbc-section cbf-cbc-pairs\">\n\n    <div class=\"cbf-cbc-section__heading\">\n\n      <h2>CHAMPIONNATS PAR PAIRES<\/h2>\n\n      <div class=\"cbf-cbc-heading-rule\"><\/div>\n\n      <p>\n        Les championnats par paires se d\u00e9roulent en ligne sur RealBridge.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"cbf-cbc-pair-grid\">\n\n\n      <!-- COPC -->\n      <article class=\"cbf-cbc-pair-card\">\n\n        <div class=\"cbf-cbc-pair-icon cbf-cbc-icon-red\">\n\n          <img decoding=\"async\" src=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/cards.png\" alt=\"\">\n\n        <\/div>\n\n        <div>\n\n          <h3>COPC<\/h3>\n\n          <strong>\n            Championnat canadien par paires Open\n          <\/strong>\n\n          <span class=\"cbf-cbc-online\">\n            Jou\u00e9 en ligne sur RealBridge\n          <\/span>\n\n          <div class=\"cbf-cbc-pair-line\"><\/div>\n\n          <p>\n            Le championnat canadien par paires Open.\n          <\/p>\n\n          <a href=\"YOUR-COPC-FRENCH-PAGE\">\n            \u00c0 propos du COPC <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- CMPC -->\n      <article class=\"cbf-cbc-pair-card\">\n\n        <div class=\"cbf-cbc-pair-icon cbf-cbc-icon-gold\">\n\n          <img decoding=\"async\" src=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/cards.png\" alt=\"\">\n\n        <\/div>\n\n        <div>\n\n          <h3 class=\"cbf-cbc-title-gold\">CMPC<\/h3>\n\n          <strong>\n            Championnat canadien par paires mixtes\n          <\/strong>\n\n          <span class=\"cbf-cbc-online\">\n            Jou\u00e9 en ligne sur RealBridge\n          <\/span>\n\n          <div class=\"cbf-cbc-pair-line\"><\/div>\n\n          <p>\n            Le championnat canadien par paires mixtes.\n          <\/p>\n\n          <a href=\"YOUR-CMPC-FRENCH-PAGE\">\n            \u00c0 propos du CMPC <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n\n    <!-- REALBRIDGE -->\n    <div class=\"cbf-cbc-realbridge\">\n\n      <div class=\"cbf-cbc-realbridge__icon\">\n        \u25a3\n      <\/div>\n\n      <div>\n\n        <strong>Championnats en ligne<\/strong>\n\n        <p>\n          Nos championnats par paires en ligne se d\u00e9roulent sur RealBridge.\n          Un compte RealBridge est requis pour jouer.\n        <\/p>\n\n      <\/div>\n\n      <div class=\"cbf-cbc-realbridge__logo\">\n        <span>Real<\/span>Bridge\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       ANCIENS CHAMPIONS\n       ===================================================== -->\n  <section class=\"cbf-cbc-history\">\n\n    <div class=\"cbf-cbc-history__intro\">\n\n      <div class=\"cbf-cbc-history__icon\">\n        \u2605\n      <\/div>\n\n\n      <div class=\"cbf-cbc-history__text\">\n\n        <h2>\n          ANCIENS CHAMPIONS<br>\n          ET R\u00c9SULTATS\n        <\/h2>\n\n        <p>\n          D\u00e9couvrez les anciens champions, les r\u00e9sultats et\n          l\u2019histoire des championnats de la FCB.\n        <\/p>\n\n        <a class=\"cbf-cbc-history__button\" href=\"YOUR-FRENCH-AWARDS-ARCHIVE-URL\">\n          CONSULTER LES ARCHIVES\n          <span>\u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"cbf-cbc-history__divider\"><\/div>\n\n\n    <div class=\"cbf-cbc-history__links\">\n\n      <a href=\"YOUR-CNTC-A-FRENCH-AWARDS\">\n        <strong>CNTC-A \u2014 \u00c9quipes Open<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-CNTC-B-FRENCH-AWARDS\">\n        <strong>CNTC-B \u2014 \u00c9quipes B<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-CNTC-C-FRENCH-AWARDS\">\n        <strong>CNTC-C \u2014 \u00c9quipes C<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-CWTC-FRENCH-AWARDS\">\n        <strong>CWTC \u2014 \u00c9quipes f\u00e9minines<\/strong>\n        <span>Voir les championnes \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-CSTC-FRENCH-AWARDS\">\n        <strong>CSTC \u2014 \u00c9quipes seniors<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-CMTC-FRENCH-AWARDS\">\n        <strong>CMTC \u2014 \u00c9quipes mixtes<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-COPC-FRENCH-AWARDS\">\n        <strong>COPC \u2014 Paires ouvertes<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n      <a href=\"YOUR-CMPC-FRENCH-AWARDS\">\n        <strong>CMPC \u2014 Paires mixtes<\/strong>\n        <span>Voir les champions \u2192<\/span>\n      <\/a>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>CHAMPIONNATS CANADIENS DE BRIDGE Les championnats nationaux du Canada c\u00e9l\u00e8brent l\u2019excellence au plus haut niveau du bridge. CHAMPIONNAT ACTUEL CHAMPIONNATS CANADIENS DE BRIDGE 2027 \u25a3 Tournoi \u00e0 la ronde en ligne Janvier \u2013 f\u00e9vrier 2027 \u2316 \u00c9liminatoires 19\u201325 mai 2027 \u00b7 Qu\u00e9bec VOIR LES CHAMPIONNATS 2027 \u2192 CHAMPIONNATS PAR \u00c9QUIPES Six championnats par \u00e9quipes sont [&hellip;]<\/p>\n","protected":false},"author":2392,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_cbf_header_section":"type-2","_cbf_footer_section":"type-2","_cbf_lang":"fr","footnotes":""},"class_list":["post-39425","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Championnats canadiens de bridge - Canadian Bridge Federation<\/title>\n<meta name=\"description\" content=\"D\u00e9couvrez les Championnats canadiens de bridge, les comp\u00e9titions nationales par \u00e9quipes et par paires, ainsi que les anciens champions\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Championnats canadiens de bridge - Canadian Bridge Federation\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couvrez les Championnats canadiens de bridge, les comp\u00e9titions nationales par \u00e9quipes et par paires, ainsi que les anciens champions\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/\" \/>\n<meta property=\"og:site_name\" content=\"Canadian Bridge Federation\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Canadian.Bridge.Federation\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-09T19:51:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/chateau.png\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/\",\"url\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/\",\"name\":\"Championnats canadiens de bridge - Canadian Bridge Federation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cbf.ca\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/chateau.png\",\"datePublished\":\"2026-08-21T19:00:48+00:00\",\"dateModified\":\"2026-09-09T19:51:23+00:00\",\"description\":\"D\u00e9couvrez les Championnats canadiens de bridge, les comp\u00e9titions nationales par \u00e9quipes et par paires, ainsi que les anciens champions\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cbf.ca\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/chateau.png\",\"contentUrl\":\"https:\\\/\\\/cbf.ca\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/chateau.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/championnats-canadiens-de-bridge\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Championnats canadiens de bridge\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/\",\"name\":\"CBF - STAGING\",\"description\":\"F\u00e9d\u00e9ration canadienne de bridge\",\"publisher\":{\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/#organization\",\"name\":\"CBF - STAGING\",\"url\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cbf.ca\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/LOGO.png\",\"contentUrl\":\"https:\\\/\\\/cbf.ca\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/LOGO.png\",\"width\":804,\"height\":621,\"caption\":\"CBF - STAGING\"},\"image\":{\"@id\":\"https:\\\/\\\/cbf.ca\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Canadian.Bridge.Federation\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Championnats canadiens de bridge - Canadian Bridge Federation","description":"D\u00e9couvrez les Championnats canadiens de bridge, les comp\u00e9titions nationales par \u00e9quipes et par paires, ainsi que les anciens champions","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:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/","og_locale":"fr_FR","og_type":"article","og_title":"Championnats canadiens de bridge - Canadian Bridge Federation","og_description":"D\u00e9couvrez les Championnats canadiens de bridge, les comp\u00e9titions nationales par \u00e9quipes et par paires, ainsi que les anciens champions","og_url":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/","og_site_name":"Canadian Bridge Federation","article_publisher":"https:\/\/www.facebook.com\/Canadian.Bridge.Federation\/","article_modified_time":"2026-09-09T19:51:23+00:00","og_image":[{"url":"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/chateau.png","type":"","width":"","height":""}],"twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/","url":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/","name":"Championnats canadiens de bridge - Canadian Bridge Federation","isPartOf":{"@id":"https:\/\/cbf.ca\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/#primaryimage"},"image":{"@id":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/#primaryimage"},"thumbnailUrl":"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/chateau.png","datePublished":"2026-08-21T19:00:48+00:00","dateModified":"2026-09-09T19:51:23+00:00","description":"D\u00e9couvrez les Championnats canadiens de bridge, les comp\u00e9titions nationales par \u00e9quipes et par paires, ainsi que les anciens champions","breadcrumb":{"@id":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/#primaryimage","url":"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/chateau.png","contentUrl":"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/08\/chateau.png"},{"@type":"BreadcrumbList","@id":"https:\/\/cbf.ca\/fr\/championnats-canadiens-de-bridge\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cbf.ca\/fr\/"},{"@type":"ListItem","position":2,"name":"Championnats canadiens de bridge"}]},{"@type":"WebSite","@id":"https:\/\/cbf.ca\/fr\/#website","url":"https:\/\/cbf.ca\/fr\/","name":"CBF - STAGING","description":"F\u00e9d\u00e9ration canadienne de bridge","publisher":{"@id":"https:\/\/cbf.ca\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cbf.ca\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/cbf.ca\/fr\/#organization","name":"CBF - STAGING","url":"https:\/\/cbf.ca\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/cbf.ca\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/02\/LOGO.png","contentUrl":"https:\/\/cbf.ca\/wp-content\/uploads\/2026\/02\/LOGO.png","width":804,"height":621,"caption":"CBF - STAGING"},"image":{"@id":"https:\/\/cbf.ca\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Canadian.Bridge.Federation\/"]}]}},"_links":{"self":[{"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/pages\/39425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/users\/2392"}],"replies":[{"embeddable":true,"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/comments?post=39425"}],"version-history":[{"count":14,"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/pages\/39425\/revisions"}],"predecessor-version":[{"id":40278,"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/pages\/39425\/revisions\/40278"}],"wp:attachment":[{"href":"https:\/\/cbf.ca\/fr\/wp-json\/wp\/v2\/media?parent=39425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}