{"id":1381,"date":"2020-11-19T17:17:31","date_gmt":"2020-11-19T06:17:31","guid":{"rendered":"https:\/\/workerchecks.com\/?page_id=1381"},"modified":"2026-03-05T09:20:20","modified_gmt":"2026-03-04T22:20:20","slug":"valider-un-controle-de-police","status":"publish","type":"page","link":"https:\/\/workerchecks.com\/fr\/validate-a-police-check\/","title":{"rendered":"Valider un contr\u00f4le de police"},"content":{"rendered":"<style>\n  :root {\n    --wc-royal: #005bab;\n    --wc-sky: #bde4f7;\n    --wc-dark: #0B1D3A;\n    --wc-bg: #F4F7FB;\n    --wc-white: #ffffff;\n    --wc-border: #E2E8F0;\n    --red-soft: #FEE2E2;\n    --red-icon: #EF4444;\n    --green-soft: #DCFCE7;\n    --green-icon: #10B981;\n    --amber-soft: #FEF3C7;\n    --amber-icon: #F59E0B;\n    --amber-border: #FDE68A;\n    --text-primary: #0B1D3A;\n    --text-secondary: #475569;\n    --text-muted: #94A3B8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: &#39;DM Sans&#39;, sans-serif;\n    background: var(--wc-white);\n    color: var(--text-primary);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ====================================\n     SECTION 1: HERO WITH CTA\n     ==================================== *\/\n  .hero {\n    background: linear-gradient(170deg, var(--wc-dark) 0%, #0d2748 60%, #112d52 100%);\n    padding: 72px 24px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -30%; right: -15%;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(0,91,171,0.18) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero::after {\n    content: &#39;&#39;;\n    position: absolute;\n    bottom: -40%; left: -10%;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(189,228,247,0.08) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero__inner {\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero__badge {\n    display: inline-block;\n    background: rgba(189,228,247,0.12);\n    border: 1px solid rgba(189,228,247,0.2);\n    color: var(--wc-sky);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 100px;\n    margin-bottom: 24px;\n  }\n\n  .hero h1 {\n    font-size: 40px;\n    font-weight: 700;\n    line-height: 1.15;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n\n  .hero h1 .hl {\n    color: var(--wc-sky);\n  }\n\n  .hero p {\n    font-size: 16px;\n    color: rgba(189,228,247,0.7);\n    line-height: 1.6;\n    max-width: 580px;\n    margin: 0 auto 32px;\n  }\n\n  .hero p strong {\n    color: #fff;\n    font-weight: 600;\n  }\n\n  .hero__cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--wc-royal);\n    color: #fff;\n    font-size: 17px;\n    font-weight: 700;\n    padding: 18px 40px;\n    border-radius: 14px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n    box-shadow: 0 8px 32px rgba(0,91,171,0.35);\n  }\n\n  .hero__cta:hover {\n    background: #0069c8;\n    transform: translateY(-2px);\n    box-shadow: 0 12px 40px rgba(0,91,171,0.45);\n  }\n\n  .hero__cta svg {\n    width: 20px; height: 20px;\n    stroke: #fff; fill: none; stroke-width: 2;\n  }\n\n  .hero__sub {\n    margin-top: 16px;\n    font-size: 13px;\n    color: rgba(189,228,247,0.5);\n  }\n\n  \/* ====================================\n     SECTION 2: WARNING CALLOUT\n     ==================================== *\/\n  .warning-section {\n    background: var(--wc-white);\n    padding: 56px 24px 0;\n  }\n\n  .warning-section__inner {\n    max-width: 840px;\n    margin: 0 auto;\n  }\n\n  .warning-box {\n    background: #FFFBEB;\n    border: 2px solid var(--amber-border);\n    border-radius: 16px;\n    padding: 28px 32px;\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n  }\n\n  .warning-box__icon {\n    width: 48px; height: 48px;\n    background: var(--amber-soft);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .warning-box__icon svg {\n    width: 24px; height: 24px;\n    stroke: var(--amber-icon); fill: none; stroke-width: 1.5;\n  }\n\n  .warning-box h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n    line-height: 1.3;\n  }\n\n  .warning-box p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.6;\n  }\n\n  .warning-box p strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  \/* ====================================\n     SECTION 3: PDF VS BLOCKCHAIN\n     ==================================== *\/\n  .compare-section {\n    background: var(--wc-white);\n    padding: 64px 24px;\n  }\n\n  .compare-section__inner {\n    max-width: 960px;\n    margin: 0 auto;\n  }\n\n  .compare-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .compare-header h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .compare-header h2 .strike {\n    text-decoration: line-through;\n    text-decoration-color: var(--red-icon);\n    text-decoration-thickness: 3px;\n    color: var(--text-muted);\n  }\n\n  .compare-header h2 .hl {\n    color: var(--wc-royal);\n  }\n\n  .compare-header p {\n    font-size: 15px;\n    color: var(--text-secondary);\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.55;\n  }\n\n  .versus {\n    display: grid;\n    grid-template-columns: 1fr 56px 1fr;\n    align-items: stretch;\n    gap: 0;\n  }\n\n  .vs-card {\n    border-radius: 18px;\n    padding: 36px 30px;\n    position: relative;\n  }\n\n  \/* PDF card *\/\n  .vs-card--pdf {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n  }\n\n  \/* Blockchain card *\/\n  .vs-card--bc {\n    background: linear-gradient(145deg, var(--wc-dark) 0%, #0f2a50 100%);\n    color: #fff;\n    box-shadow: 0 20px 56px rgba(11,29,58,0.22);\n  }\n\n  .vs-card--bc::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -35%; right: -12%;\n    width: 250px; height: 250px;\n    background: radial-gradient(circle, rgba(0,91,171,0.25) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .vs-card__tag {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .vs-card--pdf .vs-card__tag { color: var(--text-muted); }\n  .vs-card--bc .vs-card__tag { color: var(--wc-sky); }\n\n  .vs-card__icon {\n    width: 56px; height: 56px;\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n  }\n\n  .vs-card--pdf .vs-card__icon { background: var(--red-soft); }\n  .vs-card--pdf .vs-card__icon svg { width: 26px; height: 26px; stroke: var(--red-icon); fill: none; stroke-width: 1.5; }\n\n  .vs-card--bc .vs-card__icon {\n    background: rgba(189,228,247,0.1);\n    border: 1.5px solid rgba(189,228,247,0.18);\n  }\n  .vs-card--bc .vs-card__icon svg { width: 26px; height: 26px; stroke: var(--wc-sky); fill: none; stroke-width: 1.5; }\n\n  .vs-card__title { font-size: 19px; font-weight: 700; margin-bottom: 6px; line-height: 1.2; }\n  .vs-card--pdf .vs-card__title { color: var(--text-primary); }\n  .vs-card--bc .vs-card__title { color: #fff; }\n\n  .vs-card__subtitle { font-size: 13px; margin-bottom: 22px; line-height: 1.4; }\n  .vs-card--pdf .vs-card__subtitle { color: var(--text-muted); }\n  .vs-card--bc .vs-card__subtitle { color: rgba(189,228,247,0.65); }\n\n  .vs-list {\n    list-style: none;\n    display: flex; flex-direction: column; gap: 14px;\n  }\n\n  .vs-item {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 13.5px; line-height: 1.5;\n    text-align: left;\n  }\n\n  .vs-item span:last-child {\n    flex: 1;\n  }\n\n  .vs-dot {\n    width: 20px; height: 20px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0; margin-top: 2px;\n  }\n\n  .vs-dot svg { width: 10px; height: 10px; stroke-width: 2.5; fill: none; }\n\n  .vs-card--pdf .vs-dot { background: var(--red-soft); }\n  .vs-card--pdf .vs-dot svg { stroke: var(--red-icon); }\n  .vs-card--pdf .vs-item { color: var(--text-secondary); }\n  .vs-card--pdf .vs-item strong { color: var(--text-primary); font-weight: 600; }\n\n  .vs-card--bc .vs-dot { background: rgba(16,185,129,0.15); }\n  .vs-card--bc .vs-dot svg { stroke: var(--green-icon); }\n  .vs-card--bc .vs-item { color: rgba(255,255,255,0.85); }\n  .vs-card--bc .vs-item strong { color: #fff; font-weight: 600; }\n\n  \/* VS circle *\/\n  .vs-divider {\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  .vs-circle {\n    width: 44px; height: 44px;\n    background: var(--wc-royal);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700; color: #fff;\n    box-shadow: 0 4px 16px rgba(0,91,171,0.3);\n    z-index: 2;\n  }\n\n  \/* ====================================\n     SECTION 4: HOW TO VALIDATE\n     ==================================== *\/\n  .howto-section {\n    background: var(--wc-bg);\n    padding: 64px 24px;\n  }\n\n  .howto-section__inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .howto-header {\n    text-align: center;\n    margin-bottom: 44px;\n  }\n\n  .howto-header h2 {\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n  }\n\n  .howto-header p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n  }\n\n  .steps {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 28px;\n    margin-bottom: 44px;\n  }\n\n  .step {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 16px;\n    padding: 32px 24px;\n    text-align: center;\n    position: relative;\n    transition: box-shadow 0.25s ease;\n  }\n\n  .step:hover {\n    box-shadow: 0 8px 28px rgba(11,29,58,0.08);\n  }\n\n  .step__num {\n    width: 32px; height: 32px;\n    background: var(--wc-royal);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700; color: #fff;\n    margin: 0 auto 16px;\n  }\n\n  .step__icon {\n    width: 56px; height: 56px;\n    background: var(--wc-sky);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n  }\n\n  .step__icon svg {\n    width: 26px; height: 26px;\n    stroke: var(--wc-royal); fill: none; stroke-width: 1.5;\n  }\n\n  .step__title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n  }\n\n  .step__desc {\n    font-size: 13px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n  }\n\n  .step__desc strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  .step__or {\n    font-size: 11px;\n    color: var(--text-muted);\n    margin-top: 10px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Big CTA block *\/\n  .cta-block {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 16px;\n    padding: 36px;\n    text-align: center;\n  }\n\n  .cta-block h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .cta-block p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    margin-bottom: 24px;\n    line-height: 1.5;\n    max-width: 480px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cta-block__btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--wc-royal);\n    color: #fff;\n    font-size: 16px;\n    font-weight: 700;\n    padding: 16px 36px;\n    border-radius: 12px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n    box-shadow: 0 6px 24px rgba(0,91,171,0.3);\n  }\n\n  .cta-block__btn:hover {\n    background: #0069c8;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 32px rgba(0,91,171,0.4);\n  }\n\n  .cta-block__btn svg {\n    width: 18px; height: 18px;\n    stroke: #fff; fill: none; stroke-width: 2;\n  }\n\n  .cta-block__note {\n    margin-top: 14px;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  \/* ====================================\n     SECTION 5: TECHNOLOGY & TRUST\n     ==================================== *\/\n  .tech-section {\n    background: var(--wc-white);\n    padding: 64px 24px;\n  }\n\n  .tech-section__inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .tech-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .tech-header h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .tech-header p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  \/* Features grid *\/\n  .tech-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 44px;\n  }\n\n  .tech-card {\n    background: var(--wc-bg);\n    border-radius: 14px;\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .tech-card__icon {\n    width: 48px; height: 48px;\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n  }\n\n  .tech-card__icon svg {\n    width: 22px; height: 22px;\n    stroke: var(--wc-royal); fill: none; stroke-width: 1.5;\n  }\n\n  .tech-card__title {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 4px;\n  }\n\n  .tech-card__desc {\n    font-size: 12px;\n    color: var(--text-secondary);\n    line-height: 1.45;\n  }\n\n  \/* Trust bar *\/\n  .trust-strip {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    padding: 28px 0;\n    border-top: 1px solid var(--wc-border);\n  }\n\n  .trust-item {\n    display: flex; align-items: center; gap: 9px;\n    font-size: 13px; font-weight: 500; color: var(--text-primary);\n  }\n\n  .trust-item__icon {\n    width: 34px; height: 34px;\n    background: var(--wc-sky); border-radius: 9px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .trust-item__icon svg {\n    width: 16px; height: 16px;\n    stroke: var(--wc-royal); stroke-width: 1.5; fill: none;\n  }\n\n  \/* ====================================\n     SECTION 6: FOOTER DISCLAIMER\n     ==================================== *\/\n  .page-footer {\n    background: var(--wc-bg);\n    padding: 24px;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  .page-footer .pipe { margin: 0 6px; color: var(--wc-border); }\n\n  .page-footer a {\n    color: var(--wc-royal);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  \/* ====================================\n     ANIMATIONS\n     ==================================== *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero__inner { animation: fadeUp 0.6s ease-out both; }\n  .warning-box { animation: fadeUp 0.6s ease-out 0.15s both; }\n  .vs-card--pdf { animation: fadeUp 0.5s ease-out 0.2s both; }\n  .vs-card--bc { animation: fadeUp 0.5s ease-out 0.35s both; }\n\n  \/* ====================================\n     RESPONSIVE\n     ==================================== *\/\n  @media (max-width: 768px) {\n    .hero { padding: 56px 20px 64px; }\n    .hero h1 { font-size: 28px; }\n    .hero p { font-size: 14px; }\n    .hero__cta { font-size: 15px; padding: 16px 28px; }\n\n    .warning-box { flex-direction: column; padding: 24px 20px; }\n\n    .versus { grid-template-columns: 1fr; gap: 16px; }\n    .vs-divider { padding: 4px 0; }\n    .vs-circle { width: 36px; height: 36px; font-size: 11px; }\n    .compare-header h2 { font-size: 22px; }\n\n    .steps { grid-template-columns: 1fr; gap: 16px; }\n    .step:not(:last-child)::after { display: none; }\n\n    .tech-grid { grid-template-columns: 1fr; gap: 14px; }\n    .trust-strip { gap: 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ==============================================\n     SECTION 1: HERO\n     ============================================== -->\n<section class=\"hero\">\n  <div class=\"hero__inner\">\n    <div class=\"hero__badge\">Valider un contr\u00f4le de police<\/div>\n    <h1>Vous avez re\u00e7u un certificat ?<br><span class=\"hl\">V\u00e9rifier son authenticit\u00e9.<\/span><\/h1>\n    <p>Un PDF imprim\u00e9 n'est qu'une copie. Pour confirmer qu'il n'a pas \u00e9t\u00e9 modifi\u00e9, entrez le mot-cl\u00e9 <strong>Code de validation \u00e0 6 caract\u00e8res<\/strong> ou de scanner le <strong>Code QR<\/strong> sur le certificat - et voir le r\u00e9sultat r\u00e9el, rendu en direct \u00e0 partir de notre blockchain priv\u00e9e.<\/p>\n    <a href=\"https:\/\/app.workerchecks.com\/Validate\" class=\"hero__cta\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      Valider un ch\u00e8que maintenant\n    <\/a>\n    <div class=\"hero__sub\">Utilisation gratuite - aucun compte n'est requis<\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 2: WARNING\n     ============================================== -->\n<section class=\"warning-section\">\n  <div class=\"warning-section__inner\">\n    <div class=\"warning-box\">\n      <div class=\"warning-box__icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 9v2m0 4h.01M5.07 19h13.86c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L3.34 16c-.77 1.33.19 3 1.73 3z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>Un PDF peut \u00eatre modifi\u00e9. Un enregistrement de la blockchain ne peut pas l'\u00eatre.<\/h3>\n        <p>N'importe quel PDF - de n'importe quel fournisseur - peut \u00eatre modifi\u00e9 \u00e0 l'aide d'un logiciel de base. Si quelqu'un vous fournit un certificat Worker Checks, <strong>toujours le valider<\/strong> en utilisant le code QR ou le code de validation figurant sur le document. Le r\u00e9sultat affich\u00e9 \u00e0 l'\u00e9cran apr\u00e8s validation est la seule version dont l'authenticit\u00e9 est garantie - elle est lue directement \u00e0 partir de notre blockchain priv\u00e9e immuable.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 3: PDF VS BLOCKCHAIN\n     ============================================== -->\n<section class=\"compare-section\">\n  <div class=\"compare-section__inner\">\n\n    <div class=\"compare-header\">\n      <h2><span class=\"strike\">Un PDF dans une base de donn\u00e9es<\/span> &nbsp;vs&nbsp; <span class=\"hl\">En direct de la blockchain<\/span><\/h2>\n      <p>Comprendre la diff\u00e9rence entre une copie imprim\u00e9e et l'original v\u00e9rifi\u00e9 et infalsifiable.<\/p>\n    <\/div>\n\n    <div class=\"versus\">\n\n      <!-- PDF -->\n      <div class=\"vs-card vs-card--pdf\">\n        <div class=\"vs-card__tag\">Le certificat imprim\u00e9<\/div>\n        <div class=\"vs-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"vs-card__title\">Certificat PDF<\/div>\n        <div class=\"vs-card__subtitle\">Une copie pratique - mais juste une copie<\/div>\n        <ul class=\"vs-list\">\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Peut \u00eatre <strong>\u00e9dit\u00e9 ou falsifi\u00e9<\/strong> avec un logiciel de base<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Aucun moyen de le confirmer <strong>n'a pas \u00e9t\u00e9 alt\u00e9r\u00e9<\/strong> avec<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>A <strong>instantan\u00e9 statique<\/strong> - d\u00e9connect\u00e9 de la source<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Contient un <strong>Code QR<\/strong> + <strong>code de validation<\/strong> pour que vous puissiez le v\u00e9rifier \u2192<\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- VS -->\n      <div class=\"vs-divider\">\n        <div class=\"vs-circle\">VS<\/div>\n      <\/div>\n\n      <!-- Blockchain -->\n      <div class=\"vs-card vs-card--bc\">\n        <div class=\"vs-card__tag\">Le r\u00e9sultat valid\u00e9 \u00e0 l'\u00e9cran<\/div>\n        <div class=\"vs-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"vs-card__title\">R\u00e9sultat v\u00e9rifi\u00e9 par la blockchain<\/div>\n        <div class=\"vs-card__subtitle\">Le dossier authentique - en provenance directe de la source<\/div>\n        <ul class=\"vs-list\">\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Rendu en direct<\/strong> \u00e0 partir de notre blockchain priv\u00e9e exclusive<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Immuable<\/strong> - ne peuvent jamais \u00eatre modifi\u00e9es ou supprim\u00e9es une fois qu'elles ont \u00e9t\u00e9 \u00e9crites<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Scell\u00e9 cryptographiquement<\/strong> - une authenticit\u00e9 prouv\u00e9e \u00e0 chaque fois<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Piste d'audit<\/strong> - le demandeur est notifi\u00e9 lorsqu'il est consult\u00e9<\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 4: HOW TO VALIDATE\n     ============================================== -->\n<section class=\"howto-section\">\n  <div class=\"howto-section__inner\">\n\n    <div class=\"howto-header\">\n      <h2>Comment valider en quelques secondes<\/h2>\n      <p>Deux m\u00e9thodes - toutes deux vous conduisent au m\u00eame r\u00e9sultat authentique, s\u00e9curis\u00e9 par la blockchain.<\/p>\n    <\/div>\n\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step__num\">1<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 4h4v4H4zM16 4h4v4h-4zM4 16h4v4H4zM16 16h1v1h-1zM19 16h1v1h-1zM16 19h1v1h-1zM19 19h1v1h-1zM12 4h1v4h-1zM4 12h4v1H4zM12 12h1v1h-1zM16 12h4v1h-4zM12 16h1v4h-1z\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Scanner le code QR<\/div>\n        <div class=\"step__desc\">Pointez l'appareil photo de votre t\u00e9l\u00e9phone sur le code QR imprim\u00e9 en haut \u00e0 gauche du certificat.<\/div>\n        <div class=\"step__or\">- ou -<\/div>\n      <\/div>\n\n      <div class=\"step\">\n        <div class=\"step__num\">2<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Saisir le code de validation<\/div>\n        <div class=\"step__desc\">Trouver le <strong>Code \u00e0 6 caract\u00e8res<\/strong> en haut du certificat et le saisir dans le portail de validation.<\/div>\n      <\/div>\n\n      <div class=\"step\">\n        <div class=\"step__num\">3<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Voir le r\u00e9sultat authentique<\/div>\n        <div class=\"step__desc\">Voir le <strong>certificat r\u00e9el<\/strong> rendu en direct de la blockchain - inalt\u00e9r\u00e9, infalsifiable, directement \u00e0 la source.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CTA block -->\n    <div class=\"cta-block\">\n      <h3>Pr\u00eat \u00e0 valider ?<\/h3>\n      <p>Saisissez le code \u00e0 6 caract\u00e8res du certificat et nous vous montrerons le r\u00e9sultat authentique, s\u00e9curis\u00e9 par la blockchain.<\/p>\n      <a href=\"https:\/\/app.workerchecks.com\/Validate\" class=\"cta-block__btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        Valider un ch\u00e8que maintenant\n      <\/a>\n      <div class=\"cta-block__note\">Utilisation gratuite - Aucun compte n'est requis - Le demandeur est inform\u00e9 que son dossier a \u00e9t\u00e9 consult\u00e9.<\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 5: TECHNOLOGY & TRUST\n     ============================================== -->\n<section class=\"tech-section\">\n  <div class=\"tech-section__inner\">\n\n    <div class=\"tech-header\">\n      <h2>Notre blockchain priv\u00e9e propri\u00e9taire<\/h2>\n      <p>Construit \u00e0 partir de la base par Worker Checks. Pas de plateformes tierces. Pas d'externalisation. Vos donn\u00e9es ne quittent jamais nos mains.<\/p>\n    <\/div>\n\n    <div class=\"tech-grid\">\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Technologie propri\u00e9taire<\/div>\n        <div class=\"tech-card__desc\">Notre blockchain priv\u00e9e a \u00e9t\u00e9 enti\u00e8rement con\u00e7ue et construite en interne - il ne s'agit pas d'un produit pr\u00eat \u00e0 l'emploi ou d'un service tiers.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 7v10c0 2 1 3 3 3h10c2 0 3-1 3-3V7c0-2-1-3-3-3H7c-2 0-3 1-3 3z\" stroke-linecap=\"round\"\/><path d=\"M8 12h8m-8-3h8m-8 6h4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Enregistrements immuables<\/div>\n        <div class=\"tech-card__desc\">Une fois que le r\u00e9sultat de votre contr\u00f4le de police est enregistr\u00e9 dans notre blockchain, il ne peut jamais \u00eatre modifi\u00e9, supprim\u00e9 ou alt\u00e9r\u00e9. Jamais.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Aucun acc\u00e8s de tiers<\/div>\n        <div class=\"tech-card__desc\">Seuls vous et Worker Checks pouvez acc\u00e9der \u00e0 vos donn\u00e9es. Pas de plateforme externe, pas d'infrastructure partag\u00e9e, pas de stockage externalis\u00e9.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Distribu\u00e9 et crypt\u00e9<\/div>\n        <div class=\"tech-card__desc\">Les donn\u00e9es sont crypt\u00e9es et r\u00e9parties entre les n\u0153uds. M\u00eame si un n\u0153ud est compromis, les donn\u00e9es restent s\u00e9curis\u00e9es et illisibles.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\" stroke-linecap=\"round\"\/><path d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Piste d'audit transparente<\/div>\n        <div class=\"tech-card__desc\">Chaque fois qu'un certificat est valid\u00e9, le demandeur en est inform\u00e9, ce qui lui permet de savoir qui consulte son dossier en toute transparence.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"12\" cy=\"12\" r=\"10\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">100% australienne<\/div>\n        <div class=\"tech-card__desc\">Toutes les donn\u00e9es sont stock\u00e9es en Australie, comme l'exige la Commission australienne du renseignement criminel (ACIC).<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Trust strip -->\n    <div class=\"trust-strip\">\n      <a href=\"https:\/\/www.acic.gov.au\/accredited-bodies\" target=\"_blank\" rel=\"noopener\" class=\"trust-item\" style=\"text-decoration:none;\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        Accr\u00e9ditation ACIC\n      <\/a>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"12\" cy=\"12\" r=\"10\"\/><\/svg><\/div>\n        100% Donn\u00e9es australiennes\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        Cryptage au repos\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        75% Dans les 5 minutes\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     FOOTER\n     ============================================== -->\n<footer class=\"page-footer\">\n  Aliment\u00e9 par notre blockchain priv\u00e9e propri\u00e9taire<span class=\"pipe\">-<\/span>Pas de crypto-monnaie<span class=\"pipe\">-<\/span>Pas le bitcoin<span class=\"pipe\">-<\/span>Juste la s\u00e9curit\u00e9.\n  <br>\n  <a href=\"https:\/\/workerchecks.com\/fr\/controle-des-travailleurs-blockchain-privee-controle-de-police\/\">En savoir plus sur notre technologie blockchain<\/a><span class=\"pipe\">-<\/span><a href=\"https:\/\/workerchecks.com\/fr\/la-protection-de-vos-donnees\/\">Comment nous prot\u00e9geons vos donn\u00e9es<\/a>\n<\/footer>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Validate a Police Check Received a certificate?Verify it&#39;s authentic. A printed PDF is just a copy. To confirm it hasn&#39;t been altered, enter the 6-character validation code or scan the QR code on the certificate &mdash; and view the real result, rendered live from our private blockchain. Validate a Check Now Free to use &mdash;&#8230;<\/p>","protected":false},"author":196713191,"featured_media":888,"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":"","_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":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-1381","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/pages\/1381","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=1381"}],"version-history":[{"count":0,"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/pages\/1381\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/media\/888"}],"wp:attachment":[{"href":"https:\/\/workerchecks.com\/fr\/wp-json\/wp\/v2\/media?parent=1381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}