{"id":6059,"date":"2022-08-03T18:43:58","date_gmt":"2022-08-03T08:43:58","guid":{"rendered":"https:\/\/workerchecks.com\/home2-2\/"},"modified":"2026-04-21T22:19:49","modified_gmt":"2026-04-21T12:19:49","slug":"home","status":"publish","type":"page","link":"https:\/\/workerchecks.com\/fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"<style>\n  :root {\n    --wc-royal: #005bab;\n    --wc-royal-dark: #004a8a;\n    --wc-royal-75: rgba(0,91,171,0.75);\n    --wc-navy: #0B1D3A;\n    --wc-sky: #bde4f7;\n    --wc-sky-light: #e3f3fc;\n    --wc-bg: #F4F7FB;\n    --wc-border: #E2E8F0;\n    --wc-white: #ffffff;\n    --wc-green: #16a34a;\n    --wc-green-light: #dcfce7;\n    --wc-amber: #f59e0b;\n    --wc-text: #1e293b;\n    --wc-text-mid: #475569;\n    --wc-text-light: #64748b;\n    --font-display: 'Gilroy', 'DM Sans', sans-serif;\n    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: var(--font-body);\n    color: var(--wc-text);\n    background: var(--wc-white);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 Hero \u2500\u2500 *\/\n  .hero {\n    background: var(--wc-bg);\n    padding: 64px 32px 56px;\n    text-align: center;\n    position: relative;\n  }\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--wc-green-light);\n    color: var(--wc-green);\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 16px;\n    border-radius: 100px;\n    margin-bottom: 24px;\n    animation: fadeInUp 0.5s ease-out;\n  }\n  .hero-badge .dot {\n    width: 7px; height: 7px;\n    background: var(--wc-green);\n    border-radius: 50%;\n    animation: pulse 2s infinite;\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 1; } 50% { opacity: 0.4; }\n  }\n  @keyframes fadeInUp {\n    from { opacity: 0; transform: translateY(14px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero h1 {\n    font-family: var(--font-display);\n    font-size: clamp(30px, 4.5vw, 48px);\n    font-weight: 800;\n    line-height: 1.15;\n    color: var(--wc-navy);\n    max-width: 680px;\n    margin: 0 auto 14px;\n    animation: fadeInUp 0.5s ease-out 0.08s both;\n  }\n  .hero h1 .accent { color: var(--wc-royal); }\n\n  .hero-sub {\n    font-size: 17px;\n    color: var(--wc-text-mid);\n    max-width: 560px;\n    margin: 0 auto 28px;\n    line-height: 1.6;\n    animation: fadeInUp 0.5s ease-out 0.16s both;\n  }\n\n  .hero-cta-group {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-bottom: 28px;\n    animation: fadeInUp 0.5s ease-out 0.24s both;\n  }\n\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--wc-royal);\n    color: white;\n    font-family: var(--font-display);\n    font-size: 16px;\n    font-weight: 700;\n    padding: 14px 28px;\n    border-radius: 10px;\n    text-decoration: none;\n    transition: all 0.2s;\n    box-shadow: 0 4px 14px rgba(0,91,171,0.22);\n  }\n  .btn-primary:hover {\n    background: var(--wc-royal-dark);\n    transform: translateY(-1px);\n    box-shadow: 0 6px 20px rgba(0,91,171,0.28);\n  }\n  .btn-primary .price {\n    background: rgba(255,255,255,0.2);\n    padding: 3px 10px;\n    border-radius: 6px;\n    font-size: 14px;\n  }\n\n  .btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    color: var(--wc-royal);\n    font-family: var(--font-display);\n    font-size: 14px;\n    font-weight: 600;\n    padding: 13px 22px;\n    border-radius: 10px;\n    text-decoration: none;\n    border: 2px solid var(--wc-border);\n    background: var(--wc-white);\n    transition: all 0.2s;\n  }\n  .btn-secondary:hover {\n    border-color: var(--wc-royal);\n    background: var(--wc-sky-light);\n  }\n\n  .hero-proof {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n    font-size: 13px;\n    color: var(--wc-text-light);\n    animation: fadeInUp 0.5s ease-out 0.32s both;\n  }\n  .hero-proof .sep {\n    width: 4px; height: 4px;\n    background: var(--wc-border);\n    border-radius: 50%;\n  }\n  .hero-proof strong { color: var(--wc-text); font-weight: 600; }\n\n  \/* \u2500\u2500 Speed Strip \u2500\u2500 *\/\n  .speed-strip {\n    background: var(--wc-navy);\n    padding: 24px 32px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n  .speed-stat {\n    text-align: center;\n    color: white;\n  }\n  .speed-stat .num {\n    font-family: var(--font-display);\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--wc-sky);\n  }\n  .speed-stat .label {\n    font-size: 12px;\n    color: rgba(255,255,255,0.65);\n    margin-top: 2px;\n  }\n  .speed-divider {\n    width: 1px; height: 36px;\n    background: rgba(255,255,255,0.12);\n  }\n\n  \/* \u2500\u2500 Two Paths \u2500\u2500 *\/\n  .paths {\n    padding: 64px 32px;\n    max-width: 920px;\n    margin: 0 auto;\n  }\n  .section-header {\n    text-align: center;\n    margin-bottom: 36px;\n  }\n  .section-header h2 {\n    font-family: var(--font-display);\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--wc-navy);\n    margin-bottom: 6px;\n  }\n  .section-header p {\n    color: var(--wc-text-mid);\n    font-size: 15px;\n  }\n\n  .paths-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  .path-card {\n    background: var(--wc-white);\n    border: 2px solid var(--wc-border);\n    border-radius: 14px;\n    padding: 32px 28px;\n    transition: all 0.25s;\n    cursor: pointer;\n  }\n  .path-card:hover {\n    border-color: var(--wc-royal);\n    box-shadow: 0 6px 24px rgba(0,91,171,0.08);\n    transform: translateY(-2px);\n  }\n  .path-card .card-icon {\n    width: 48px; height: 48px;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    background: var(--wc-sky-light);\n  }\n  .path-card .card-icon svg {\n    width: 24px; height: 24px;\n    stroke: var(--wc-royal);\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .path-card.business .card-icon { background: #eef2ff; }\n  .path-card.business .card-icon svg { stroke: #4f46e5; }\n  .path-card h3 {\n    font-family: var(--font-display);\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--wc-navy);\n    margin-bottom: 8px;\n  }\n  .path-card p {\n    color: var(--wc-text-mid);\n    font-size: 14px;\n    line-height: 1.55;\n    margin-bottom: 18px;\n  }\n  .path-card .card-link {\n    color: var(--wc-royal);\n    font-weight: 600;\n    font-size: 14px;\n    text-decoration: none;\n  }\n\n  \/* \u2500\u2500 Products \u2500\u2500 *\/\n  .products {\n    background: var(--wc-bg);\n    padding: 64px 32px;\n  }\n  .products-inner {\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .products-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n  .product-tile {\n    background: var(--wc-white);\n    border-radius: 12px;\n    padding: 24px 20px;\n    border: 1px solid var(--wc-border);\n    transition: all 0.25s;\n    text-decoration: none;\n    color: inherit;\n    display: block;\n  }\n  .product-tile:hover {\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n    transform: translateY(-2px);\n  }\n  .product-tile .tile-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--wc-sky-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n  }\n  .product-tile .tile-icon svg {\n    width: 20px; height: 20px;\n    stroke: var(--wc-royal);\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .product-tile h4 {\n    font-family: var(--font-display);\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--wc-navy);\n    margin-bottom: 6px;\n    line-height: 1.35;\n  }\n  .product-tile p {\n    font-size: 13px;\n    color: var(--wc-text-light);\n    line-height: 1.5;\n  }\n  .product-tile .tag {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 600;\n    padding: 3px 8px;\n    border-radius: 4px;\n    margin-top: 10px;\n    background: var(--wc-sky-light);\n    color: var(--wc-royal);\n  }\n\n  \/* \u2500\u2500 Business Hub \u2500\u2500 *\/\n  .biz-hub {\n    padding: 72px 32px;\n    max-width: 1000px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n  }\n  .biz-hub-content .eyebrow {\n    font-family: var(--font-display);\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: var(--wc-royal);\n    margin-bottom: 10px;\n  }\n  .biz-hub-content h2 {\n    font-family: var(--font-display);\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--wc-navy);\n    line-height: 1.2;\n    margin-bottom: 12px;\n  }\n  .biz-hub-content > p {\n    color: var(--wc-text-mid);\n    font-size: 15px;\n    line-height: 1.6;\n    margin-bottom: 24px;\n  }\n  .biz-features {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 24px;\n  }\n  .biz-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: var(--wc-text);\n    line-height: 1.5;\n  }\n  .biz-features .chk {\n    flex-shrink: 0;\n    width: 20px; height: 20px;\n    background: var(--wc-green-light);\n    color: var(--wc-green);\n    border-radius: 5px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    font-weight: 700;\n    margin-top: 1px;\n  }\n  .biz-features li a {\n    color: var(--wc-royal);\n    text-decoration: none;\n    font-weight: 600;\n  }\n  .biz-features li a:hover {\n    text-decoration: underline;\n  }\n\n  .biz-hub-visual {\n    background: var(--wc-bg);\n    border-radius: 16px;\n    padding: 28px;\n  }\n  .biz-mock {\n    background: white;\n    border-radius: 10px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.07);\n    overflow: hidden;\n  }\n  .biz-mock-bar {\n    background: var(--wc-royal);\n    padding: 10px 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .biz-mock-bar .dots { display: flex; gap: 4px; }\n  .biz-mock-bar .dots span {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.25);\n  }\n  .biz-mock-bar .url {\n    color: rgba(255,255,255,0.6);\n    font-size: 10px;\n    font-family: monospace;\n  }\n  .biz-mock-body { padding: 16px; }\n  .biz-mock-body .row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 9px 0;\n    border-bottom: 1px solid var(--wc-border);\n    font-size: 13px;\n  }\n  .biz-mock-body .row:last-child { border-bottom: none; }\n  .biz-mock-body .avatar {\n    width: 26px; height: 26px;\n    border-radius: 50%;\n    background: var(--wc-sky-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 10px;\n    color: var(--wc-royal);\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .biz-mock-body .name { flex: 1; font-weight: 500; }\n  .biz-mock-body .status {\n    font-size: 11px;\n    font-weight: 600;\n    padding: 2px 9px;\n    border-radius: 100px;\n  }\n  .status.clear { background: var(--wc-green-light); color: var(--wc-green); }\n  .status.pending { background: #fef3c7; color: #d97706; }\n  .status.expired { background: #fee2e2; color: #dc2626; }\n\n  \/* \u2500\u2500 Trust \u2500\u2500 *\/\n  .trust {\n    background: var(--wc-navy);\n    padding: 52px 32px;\n    text-align: center;\n    color: white;\n  }\n  .trust h2 {\n    font-family: var(--font-display);\n    font-size: 22px;\n    font-weight: 700;\n    margin-bottom: 10px;\n    color: #ffffff;\n  }\n  .trust p {\n    color: rgba(255,255,255,0.65);\n    font-size: 14px;\n    max-width: 580px;\n    margin: 0 auto 28px;\n    line-height: 1.6;\n  }\n  .trust-badges {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .trust-badge {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(255,255,255,0.07);\n    padding: 12px 18px;\n    border-radius: 10px;\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n  .trust-badge svg {\n    width: 22px; height: 22px;\n    stroke: var(--wc-sky);\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n  .trust-badge .badge-text { text-align: left; }\n  .trust-badge .badge-text .title { font-size: 13px; font-weight: 600; }\n  .trust-badge .badge-text .sub { font-size: 11px; color: rgba(255,255,255,0.45); }\n\n  \/* \u2500\u2500 Industries \u2500\u2500 *\/\n  .industries {\n    padding: 64px 32px;\n    max-width: 1000px;\n    margin: 0 auto;\n    text-align: center;\n  }\n  .industries > p {\n    color: var(--wc-text-mid);\n    font-size: 15px;\n    margin-bottom: 32px;\n  }\n  .industry-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n  .industry-tag {\n    background: var(--wc-bg);\n    border: 1px solid var(--wc-border);\n    border-radius: 100px;\n    padding: 9px 18px;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--wc-text);\n    text-decoration: none;\n    transition: all 0.2s;\n  }\n  .industry-tag:hover {\n    background: var(--wc-sky-light);\n    border-color: var(--wc-royal);\n    color: var(--wc-royal);\n  }\n\n  \/* \u2500\u2500 Final CTA \u2500\u2500 *\/\n  .final-cta {\n    background: var(--wc-royal);\n    padding: 64px 32px;\n    text-align: center;\n    color: white;\n  }\n  .final-cta h2 {\n    font-family: var(--font-display);\n    font-size: 30px;\n    font-weight: 800;\n    margin-bottom: 10px;\n    color: #ffffff;\n  }\n  .final-cta p {\n    font-size: 15px;\n    color: #ffffff;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n  .btn-white {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: white;\n    color: var(--wc-royal);\n    font-family: var(--font-display);\n    font-size: 16px;\n    font-weight: 700;\n    padding: 14px 28px;\n    border-radius: 10px;\n    text-decoration: none;\n    transition: all 0.2s;\n    box-shadow: 0 4px 14px rgba(0,0,0,0.1);\n  }\n  .btn-white:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  }\n  .final-cta .sub-note {\n    margin-top: 14px;\n    font-size: 13px;\n    color: rgba(255,255,255,0.55);\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .paths-grid { grid-template-columns: 1fr; }\n    .products-grid { grid-template-columns: 1fr; }\n    .biz-hub { grid-template-columns: 1fr; }\n    .speed-strip { gap: 20px; padding: 20px 16px; }\n    .speed-stat .num { font-size: 22px; }\n    .hero { padding: 48px 20px 40px; }\n  }\n<\/style>\n\n<!-- Hero -->\n<section class=\"hero\">\n  <div class=\"hero-badge\">\n    <span class=\"dot\"><\/span>\n    83% of NCCHCs returned within 3 minutes (March 2026)\n  <\/div>\n\n  <h1>Le syst\u00e8me australien rapide et s\u00fbr <span class=\"accent\">contr\u00f4les de police<\/span><\/h1>\n\n  <p class=\"hero-sub\">\n    V\u00e9rifications des ant\u00e9c\u00e9dents criminels coordonn\u00e9es au niveau national (NCCHC) via le National Police Checking Service. 100% en ligne, ACIC accr\u00e9dit\u00e9 et de propri\u00e9t\u00e9 australienne.\n  <\/p>\n\n  <div class=\"hero-cta-group\">\n    <a href=\"https:\/\/workerchecks.com\/fr\/checkout-link\/?products=2804\" class=\"btn-primary\">\n      Commencez votre contr\u00f4le de police <span class=\"price\">$49<\/span>\n    <\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/checkout-link\/?products=6573\" class=\"btn-primary\" style=\"background:#16a34a;box-shadow:0 4px 14px rgba(22,163,74,0.22);\">\n      Volontaire ? Commencez ici <span class=\"price\">$21<\/span>\n    <\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/solution-commerciale-pour-les-controles-de-police\/\" class=\"btn-secondary\">\n      Pour les entreprises \u2192\n    <\/a>\n  <\/div>\n\n  <div class=\"hero-proof\">\n    <span style=\"color:var(--wc-amber);\">\u2605\u2605\u2605\u2605\u2605<\/span><span><strong>4.6<\/strong> sur Google Reviews<\/span>\n    <span class=\"sep\"><\/span>\n    <span>Norme NCCHC <strong>$49<\/strong><\/span>\n    <span class=\"sep\"><\/span>\n    <span>B\u00e9n\u00e9vole NCCHC <strong>$21<\/strong><\/span>\n  <\/div>\n<\/section>\n\n<!-- Speed Stats -->\n<section class=\"speed-strip\">\n  <div class=\"speed-stat\">\n    <div class=\"num\">75%<\/div>\n    <div class=\"label\">renvoy\u00e9 dans les 10 minutes<\/div>\n  <\/div>\n  <div class=\"speed-divider\"><\/div>\n  <div class=\"speed-stat\">\n    <div class=\"num\">100%<\/div>\n    <div class=\"label\">En ligne - pas de formulaires papier<\/div>\n  <\/div>\n  <div class=\"speed-divider\"><\/div>\n  <div class=\"speed-stat\">\n    <div class=\"num\">ACIC<\/div>\n    <div class=\"label\">Accr\u00e9dit\u00e9 par le gouvernement<\/div>\n  <\/div>\n  <div class=\"speed-divider\"><\/div>\n  <div class=\"speed-stat\">\n    <div class=\"num\" style=\"font-size:24px;\">\ud83c\udde6\ud83c\uddfa<\/div>\n    <div class=\"label\">Propri\u00e9t\u00e9 et exploitation australiennes<\/div>\n  <\/div>\n<\/section>\n<div style=\"background:var(--wc-navy);padding:0 32px 20px;text-align:center;\">\n  <p style=\"color:rgba(255,255,255,0.6);font-size:12px;max-width:600px;margin:0 auto;line-height:1.6;\">On average, 80% of all Worker Checks NCCHCs are completed within 1-3 minutes of receiving your application. The remaining checks are generally finalised within a day, but some can take longer than 10 days to process.<\/p>\n<\/div>\n\n<!-- Two Paths -->\n<section class=\"paths\">\n  <div class=\"section-header\">\n    <h2>Comment pouvons-nous vous aider ?<\/h2>\n    <p>Que vous ayez besoin d'un contr\u00f4le pour vous-m\u00eame ou pour toute votre \u00e9quipe<\/p>\n  <\/div>\n  <div class=\"paths-grid\">\n    <div class=\"path-card individual\">\n      <div class=\"card-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\/><circle cx=\"12\" cy=\"7\" r=\"4\"\/><\/svg>\n      <\/div>\n      <h3>J'ai besoin d'un ch\u00e8que pour moi-m\u00eame<\/h3>\n      <p>Les NCCHC standard et volontaires pour l'emploi, le volontariat, les visas ou \u00e0 des fins personnelles. Faites votre demande en ligne en quelques minutes.<\/p>\n      <a href=\"https:\/\/workerchecks.com\/fr\/product-category\/controles-de-police\/\" class=\"card-link\">Commencez votre v\u00e9rification - $49 \u2192<\/a> &nbsp; <a href=\"https:\/\/workerchecks.com\/fr\/product-category\/controles-de-police\/\" class=\"card-link\" style=\"color:var(--wc-green);\">Volontaire $21 \u2192<\/a>\n    <\/div>\n    <div class=\"path-card business\">\n      <div class=\"card-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n      <\/div>\n      <h3>J'ai besoin de ch\u00e8ques pour mon \u00e9quipe<\/h3>\n      <p>Portail Business Hub gratuit avec suivi de la conformit\u00e9, alertes automatis\u00e9es et options de paiement par l'employeur ou par le travailleur.<\/p>\n      <a href=\"https:\/\/workerchecks.com\/fr\/solution-commerciale-pour-les-controles-de-police\/\" class=\"card-link\">Cr\u00e9ation d'un centre d'affaires gratuit \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Products -->\n<section class=\"products\">\n  <div class=\"products-inner\">\n    <div class=\"section-header\">\n      <h2>Tout ce dont vous avez besoin pour le contr\u00f4le des effectifs<\/h2>\n      <p>NCCHCs et contr\u00f4les suppl\u00e9mentaires - une plateforme unique, la souverainet\u00e9 des donn\u00e9es australiennes garantie.<\/p>\n    <\/div>\n    <div class=\"products-grid\">\n      <a href=\"https:\/\/workerchecks.com\/fr\/product-category\/controles-de-police\/\" class=\"product-tile\">\n        <div class=\"tile-icon\">\n          <svg viewbox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"M21 21l-4.35-4.35\"\/><\/svg>\n        <\/div>\n        <h4>Contr\u00f4les de police australiens et internationaux<\/h4>\n        <p>V\u00e9rifications des ant\u00e9c\u00e9dents criminels coordonn\u00e9es au niveau national et v\u00e9rifications des ant\u00e9c\u00e9dents criminels au niveau international. 100% en ligne.<\/p>\n        <span class=\"tag\">Standard $49 - Volontaire $21<\/span>\n      <\/a>\n      <a href=\"https:\/\/workerchecks.com\/fr\/product-category\/education-qualification-checks\/\" class=\"product-tile\">\n        <div class=\"tile-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 6 3 6 3s3 0 6-3v-5\"\/><\/svg>\n        <\/div>\n        <h4>Contr\u00f4les de l'\u00e9ducation et des qualifications<\/h4>\n        <p>V\u00e9rifier les dipl\u00f4mes et les qualifications professionnelles directement aupr\u00e8s des institutions \u00e9mettrices.<\/p>\n      <\/a>\n      <a href=\"https:\/\/workerchecks.com\/fr\/product-category\/les-controles-de-linsolvabilite-financiere\/\" class=\"product-tile\">\n        <div class=\"tile-icon\">\n          <svg viewbox=\"0 0 24 24\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\/><\/svg>\n        <\/div>\n        <h4>Contr\u00f4les financiers et d'insolvabilit\u00e9<\/h4>\n        <p>Recherche de faillites via le National Personal Insolvency Index et le registre des personnes interdites et disqualifi\u00e9es de l'ASIC.<\/p>\n      <\/a>\n      <a href=\"https:\/\/workerchecks.com\/fr\/product-category\/controles-didentite-et-deligibilite\/\" class=\"product-tile\">\n        <div class=\"tile-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\/><circle cx=\"12\" cy=\"7\" r=\"4\"\/><\/svg>\n        <\/div>\n        <h4>Contr\u00f4les d'identit\u00e9 et d'\u00e9ligibilit\u00e9<\/h4>\n        <p>V\u00e9rification de l'identit\u00e9 (VOI) par comparaison biom\u00e9trique et contr\u00f4le du droit au travail VEVO pour les d\u00e9tenteurs de visas.<\/p>\n      <\/a>\n      <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/controle-des-travailleurs-dassistance-aux-personnes-handicapees\/\" class=\"product-tile\">\n        <div class=\"tile-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n        <h4>Handicap et NDIS<\/h4>\n        <p>Solutions de d\u00e9pistage pour les travailleurs de l'aide aux personnes handicap\u00e9es et les prestataires de services NDIS dans tous les \u00c9tats et territoires.<\/p>\n      <\/a>\n      <a href=\"https:\/\/workerchecks.com\/fr\/product\/plan-demploi-pour-les-aides-soignants\/\" class=\"product-tile\">\n        <div class=\"tile-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\n        <\/div>\n        <h4>Plans du travailleur de soutien<\/h4>\n        <p>Toutes vos v\u00e9rifications et r\u00e9f\u00e9rences en un seul portail - police, VEVO, NDIS, qualifications, premiers secours et assurance.<\/p>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Business Hub -->\n<section class=\"biz-hub\">\n  <div class=\"biz-hub-content\">\n    <div class=\"eyebrow\">Gratuit pour toutes les entreprises<\/div>\n    <h2>Business Hub - votre tableau de bord de la conformit\u00e9 des effectifs<\/h2>\n    <p>Un seul endroit pour g\u00e9rer le statut de contr\u00f4le de chaque travailleur. Pas de contrat, pas de frais d'installation, pas de blocage.<\/p>\n    <ul class=\"biz-features\">\n      <li><span class=\"chk\">\u2713<\/span> Alertes automatiques en cas d'expiration ou de non-conformit\u00e9 des ch\u00e8ques<\/li>\n      <li><span class=\"chk\">\u2713<\/span> Invitez les travailleurs \u00e0 effectuer des contr\u00f4les directement \u00e0 partir de votre portail<\/li>\n      <li><span class=\"chk\">\u2713<\/span> Paiement par l'employeur ou par le travailleur - votre choix par ch\u00e8que<\/li>\n      <li><span class=\"chk\">\u2713<\/span> Tableau de bord de conformit\u00e9 en direct avec suivi de l'\u00e9tat en temps r\u00e9el<\/li>\n      <li><span class=\"chk\">\u2713<\/span> Partage \u00e9lectronique s\u00e9curis\u00e9 - plus besoin d'envoyer des certificats PDF par courrier \u00e9lectronique<\/li>\n      <li><span class=\"chk\">\u2713<\/span> Facturation mensuelle disponible pour les organisations \u00e0 fort volume.<\/li>\n      <li><span class=\"chk\">\u2713<\/span> <span>Int\u00e9grez des ch\u00e8ques dans votre propre portail avec <a href=\"https:\/\/workerchecks.com\/fr\/documents\/embedded-one-click-check\/\">V\u00e9rification int\u00e9gr\u00e9e en un clic<\/a><\/span><\/li>\n    <\/ul>\n    <a href=\"https:\/\/app.workerchecks.com\/Account\/AddBusinessAccount\" class=\"btn-primary\" style=\"font-size:14px; padding:12px 22px;\">\n      Cr\u00e9ation d'un compte professionnel gratuit \u2192\n    <\/a>\n  <\/div>\n  <div class=\"biz-hub-visual\">\n    <div class=\"biz-mock\">\n      <div class=\"biz-mock-bar\">\n        <div class=\"dots\"><span><\/span><span><\/span><span><\/span><\/div>\n        <span class=\"url\">app.workerchecks.com\/business<\/span>\n      <\/div>\n      <div class=\"biz-mock-body\">\n        <div class=\"row\" style=\"font-weight:600; color: var(--wc-text-light); font-size:10px; text-transform:uppercase; letter-spacing:0.05em; padding:6px 0;\">\n          <div style=\"width:26px;\"><\/div>\n          <div class=\"name\">Travailleur<\/div>\n          <div>Statut<\/div>\n        <\/div>\n        <div class=\"row\">\n          <div class=\"avatar\">JS<\/div>\n          <div class=\"name\">Jane Smith<\/div>\n          <div class=\"status clear\">Clair<\/div>\n        <\/div>\n        <div class=\"row\">\n          <div class=\"avatar\">TN<\/div>\n          <div class=\"name\">Tom Nguyen<\/div>\n          <div class=\"status clear\">Clair<\/div>\n        <\/div>\n        <div class=\"row\">\n          <div class=\"avatar\">KP<\/div>\n          <div class=\"name\">Kim Patel<\/div>\n          <div class=\"status pending\">En attente<\/div>\n        <\/div>\n        <div class=\"row\">\n          <div class=\"avatar\">AR<\/div>\n          <div class=\"name\">Alex Rivera<\/div>\n          <div class=\"status expired\">Expirant<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Trust -->\n<section class=\"trust\">\n  <h2>Organisme accr\u00e9dit\u00e9 - Service de contr\u00f4le de la police nationale<\/h2>\n  <p>Worker Checks Pty Ltd est un organisme accr\u00e9dit\u00e9 aupr\u00e8s de l'Organisation mondiale de la sant\u00e9 (OMS). <a href=\"https:\/\/www.acic.gov.au\/accredited-bodies\" style=\"color:var(--wc-sky);text-decoration:underline;\" target=\"_blank\" rel=\"noopener\">Commission australienne du renseignement criminel (ACIC)<\/a>, Les CNAPC sont d\u00e9livr\u00e9es par le ACIC, autoris\u00e9 \u00e0 acc\u00e9der au service de contr\u00f4le de la police nationale. Les NCCHC sont d\u00e9livr\u00e9es par le ACIC.<\/p>\n  <div class=\"trust-badges\">\n    <div class=\"trust-badge\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n      <div class=\"badge-text\">\n        <div class=\"title\">Accr\u00e9ditation ACIC<\/div>\n        <div class=\"sub\">Commission australienne du renseignement criminel<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"trust-badge\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\n      <div class=\"badge-text\">\n        <div class=\"title\">Propri\u00e9t\u00e9 australienne<\/div>\n        <div class=\"sub\">Les donn\u00e9es restent en Australie<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"trust-badge\">\n      <svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"\/><\/svg>\n      <div class=\"badge-text\">\n        <div class=\"title\"><a href=\"https:\/\/workerchecks.com\/fr\/la-protection-de-vos-donnees\/\" style=\"color:white;text-decoration:none;\" target=\"_blank\">H\u00e9bergement s\u00e9curis\u00e9 en Australie<\/a><\/div>\n        <div class=\"sub\">Infrastructure propri\u00e9taire de la blockchain<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Industries -->\n<section class=\"industries\">\n  <div class=\"section-header\">\n    <h2>La confiance dans tous les secteurs d'activit\u00e9<\/h2>\n  <\/div>\n  <p>Contr\u00f4le de la main-d'\u0153uvre dans tous les secteurs<\/p>\n  <div class=\"industry-tags\">\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Soins de sant\u00e9<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">NDIS &amp; Handicap<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Soins aux personnes \u00e2g\u00e9es<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">L'\u00e9ducation<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">La construction<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Entreprise<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Transport et logistique<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Immobilier<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Services financiers<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">L'hospitalit\u00e9<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Le b\u00e9n\u00e9volat<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Contr\u00f4les de licence DEMIRS<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Livraison de nourriture et covoiturage<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Nettoyage et services immobiliers<\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/secteurs-dactivite\/\" class=\"industry-tag\">Recrutement de personnel et de main-d'\u0153uvre<\/a>\n  <\/div>\n<\/section>\n\n<!-- Final CTA -->\n<section class=\"final-cta\">\n  <h2>Pr\u00eat \u00e0 commencer ?<\/h2>\n  <p>Votre NCCHC n'est qu'\u00e0 quelques minutes. 100% en ligne, ACIC accr\u00e9dit\u00e9, propri\u00e9t\u00e9 et exploitation australiennes.<\/p>\n  <div style=\"display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\">\n    <a href=\"https:\/\/workerchecks.com\/fr\/checkout-link\/?products=2804\" class=\"btn-white\">\n      Commencez votre contr\u00f4le de police - $49\n    <\/a>\n    <a href=\"https:\/\/workerchecks.com\/fr\/checkout-link\/?products=6573\" class=\"btn-white\" style=\"background:var(--wc-green-light);color:var(--wc-green);\">\n      B\u00e9n\u00e9vole ? Commencez ici - $21\n    <\/a>\n  <\/div>\n  <div class=\"sub-note\">80% of checks returned within 1-3 minutes of application<\/div>\n<\/section>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>83% of NCCHCs returned within 3 minutes (March 2026) Australia&#8217;s fast, secure police checks Nationally Coordinated Criminal History Checks (NCCHCs) via the National Police Checking Service. 100% online, ACIC-accredited, and Australian owned. Start your police check $49 Volunteer? Start here $21 For businesses &rarr; &#9733;&#9733;&#9733;&#9733;&#9733;4.6 on Google Reviews Standard NCCHC $49 Volunteer NCCHC $21 75%&#8230;<\/p>","protected":false},"author":196713191,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-6059","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/pages\/6059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/users\/196713191"}],"replies":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/comments?post=6059"}],"version-history":[{"count":0,"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/pages\/6059\/revisions"}],"wp:attachment":[{"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/media?parent=6059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}