{"id":825,"date":"2026-08-16T09:52:07","date_gmt":"2026-08-16T09:52:07","guid":{"rendered":"https:\/\/processrh.com\/?page_id=825"},"modified":"2026-08-16T17:15:02","modified_gmt":"2026-08-16T17:15:02","slug":"accueil-maquette","status":"publish","type":"page","link":"https:\/\/processrh.com\/en\/","title":{"rendered":"Accueil (maquette)"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n:root {\n    --bg: #F7F8FC;\n    --surface: #FFFFFF;\n    --surface-sunken: #EFF2F9;\n    --navy: #0B0A2E;\n    --navy-2: #15144A;\n    --navy-3: #1D1C5C;\n    --ink: #12132B;\n    --ink-soft: #565A78;\n    --ink-faint: #8A8EAC;\n    --line: #E2E4F0;\n    --accent: #2A78D6;\n    --accent-deep: #184F95;\n    --accent-soft: rgba(42,120,214,0.10);\n    --shadow: 0 1px 2px rgba(13,15,43,0.04), 0 10px 28px -14px rgba(13,15,43,0.22);\n\n    --badge-blue-bg: #E4EEFC; --badge-blue-ink: #2A78D6;\n    --badge-violet-bg: #EDE9FB; --badge-violet-ink: #6D4AE0;\n    --badge-mint-bg: #E3F7EF; --badge-mint-ink: #1BAF7A;\n    --badge-rose-bg: #FBE9F1; --badge-rose-ink: #D5518A;\n    --badge-amber-bg: #FBF1DE; --badge-amber-ink: #C98500;\n\n    --font-sans: -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    --font-mono: ui-monospace, \"Cascadia Mono\", \"SFMono-Regular\", Consolas, \"Liberation Mono\", monospace;\n\n    --viz-1: #2a78d6; --viz-2: #eb6834; --viz-3: #1baf7a; --viz-4: #eda100;\n    --viz-status-critical: #d03b3b;\n  }\n\n  * { box-sizing: border-box; }\n  body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }\n  img, svg { max-width: 100%; display: block; }\n  a { color: inherit; }\n  h1, h2, h3, h4 { font-weight: 700; text-wrap: balance; margin: 0; color: var(--ink); letter-spacing: -0.01em; }\n  p { margin: 0; }\n  ul { margin: 0; padding: 0; list-style: none; }\n  button { font: inherit; cursor: pointer; }\n  :focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }\n\n  .wrap { max-width: 1180px; margin: 0 auto; padding-inline: 28px; }\n  @media (max-width: 640px) { .wrap { padding-inline: 18px; } }\n\n  .eyebrow { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-deep); font-weight: 600; }\n  .eyebrow.on-dark { color: #8FC3F2; }\n\n  header.site { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }\n  .nav-row { display: flex; align-items: center; justify-content: space-between; padding-block: 14px; gap: 20px; }\n  .brand { display: flex; align-items: center; gap: 9px; font-size: 1.12rem; font-weight: 800; text-decoration: none; }\n  .brand-logo { height: 34px; width: auto; border-radius: 6px; display: block; }\n  .brand-mark { width: 30px; height: 30px; flex: none; }\n  nav.links { display: flex; gap: 26px; font-size: 0.9rem; color: var(--ink-soft); }\n  nav.links a { padding: 6px 0; color: inherit; border-bottom: 2px solid transparent; text-decoration: none; }\n  nav.links a:hover { color: var(--ink); }\n  nav.links a[aria-current=\"page\"] { color: var(--ink); border-bottom-color: var(--accent); font-weight: 600; }\n  @media (max-width: 900px) { nav.links { display: none; } }\n  .mobile-menu-check { display:none; }\n  .mobile-menu-toggle { display:none; cursor:pointer; padding:6px; color:var(--ink); background:none; border:none; }\n  .mobile-menu-toggle svg { width:24px; height:24px; display:block; }\n  @media (max-width: 900px) {\n    .mobile-menu-toggle { display:flex; align-items:center; }\n    .nav-row { flex-wrap: wrap; }\n    nav.links { display:none; flex-basis:100%; order:3; flex-direction:column; gap:0; padding-top:14px; margin-top:14px; border-top:1px solid var(--line); }\n    nav.links a { padding:10px 0; border-bottom:1px solid var(--line); }\n    .mobile-menu-check:checked ~ nav.links { display:flex; }\n  }\n  .nav-ctas { display: flex; align-items: center; gap: 10px; }\n\n  .btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 9px; font-size: 0.88rem; font-weight: 700; text-decoration: none; border: 1px solid transparent; white-space: nowrap; }\n  .btn-primary { background: var(--accent); color: #fff; }\n  .btn-primary:hover { background: var(--accent-deep); }\n  .btn-ghost { border-color: var(--line); color: var(--ink); background: transparent; }\n  .btn-ghost:hover { border-color: var(--accent); color: var(--accent-deep); }\n  .btn-ghost-dark { border: 1px solid rgba(255,255,255,0.25); color: #fff; background: transparent; }\n  .btn-ghost-dark:hover { border-color: rgba(255,255,255,0.55); }\n  .btn-sm { padding: 8px 14px; font-size: 0.8rem; }\n\n  section { padding-block: 68px; }\n  section + section { border-top: 1px solid var(--line); }\n\n  .hero-dark { background: radial-gradient(120% 100% at 80% -10%, #1B1A5C 0%, var(--navy) 55%); color: #E7E9F7; }\n  .hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding-block: 64px 40px; }\n  @media (max-width: 980px) { .hero-inner { grid-template-columns: 1fr; padding-block: 44px 24px; } }\n  .hero-dark h1, .hero-dark h2 { color: #FBFBFF; font-size: clamp(2.1rem, 4.2vw, 3.1rem); line-height: 1.08; margin-top: 16px; }\n  .hero-dark h2 em { font-style: normal; color: #6FB3EE; }\n  .hero-dark p.lede { font-size: 1.06rem; color: #C7CAE8; max-width: 46ch; margin-top: 16px; }\n  .hero-ctas { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }\n\n  .device { position: relative; padding-top: 10px; }\n  .laptop { background: #06050F; border-radius: 12px; padding: 10px 10px 30px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6); }\n  .laptop-screen { background: var(--surface); border-radius: 6px; overflow: hidden; }\n  .laptop-bar { display: flex; align-items: center; gap: 6px; padding: 8px 10px; background: var(--surface-sunken); border-bottom: 1px solid var(--line); }\n  .laptop-bar span { width: 6px; height: 6px; border-radius: 50%; background: var(--line); }\n  .laptop-base { height: 8px; background: linear-gradient(180deg, #14131f, #06050F); border-radius: 0 0 10px 10px; margin-top: -2px; }\n  .mini-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 12px; }\n  .mini-kpi { background: var(--bg); border: 1px solid var(--line); border-radius: 6px; padding: 8px; }\n  .mini-kpi span { font-size: 0.55rem; color: var(--ink-faint); font-family: var(--font-mono); }\n  .mini-kpi b { display: block; font-family: var(--font-mono); font-size: 0.85rem; margin-top: 2px; }\n  .mini-charts { display: grid; grid-template-columns: 1.3fr 1fr; gap: 10px; padding: 0 12px 14px; }\n  .mini-card { border: 1px solid var(--line); border-radius: 6px; padding: 8px; }\n  .mini-card span { font-size: 0.55rem; color: var(--ink-faint); font-family: var(--font-mono); }\n  .phone { position: absolute; right: -18px; bottom: -26px; width: 34%; background: #06050F; border-radius: 16px; padding: 8px 6px; box-shadow: 0 20px 40px -14px rgba(0,0,0,0.6); }\n  .phone-screen { background: var(--surface); border-radius: 9px; overflow: hidden; }\n  .phone-bar { padding: 7px 9px; background: var(--surface-sunken); border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: 0.5rem; color: var(--ink-faint); }\n  .phone-kpis { display: grid; gap: 6px; padding: 8px; }\n  .phone-kpi { background: var(--bg); border: 1px solid var(--line); border-radius: 5px; padding: 6px 8px; }\n  .phone-kpi span { font-size: 0.5rem; color: var(--ink-faint); font-family: var(--font-mono); }\n  .phone-kpi b { display: block; font-family: var(--font-mono); font-size: 0.7rem; }\n\n  .dark-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-block: 40px 0; }\n  @media (max-width: 860px) { .dark-cards { grid-template-columns: 1fr; } }\n  .dcard { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 12px; }\n  .dcard .icon-badge { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }\n  .dcard .icon-badge svg { width: 18px; height: 18px; }\n  .dcard h3 { color: #F3F4FC; font-size: 1rem; }\n  .dcard ul { display: flex; flex-direction: column; gap: 7px; }\n  .dcard li { display: flex; gap: 8px; align-items: flex-start; font-size: 0.85rem; color: #C7CAE8; }\n  .dcard li svg { width: 14px; height: 14px; flex: none; margin-top: 3px; color: #5FD1A5; }\n  .dcard a { font-size: 0.83rem; font-weight: 700; color: #6FB3EE; text-decoration: none; margin-top: 4px; }\n  .dcard a:hover { text-decoration: underline; }\n\n  .dark-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 40px 56px; border-top: 1px solid rgba(255,255,255,0.09); margin-top: 40px; }\n  @media (max-width: 760px) { .dark-stats { grid-template-columns: 1fr 1fr; } }\n  .dstat { display: flex; align-items: center; gap: 12px; }\n  .dstat .icon-badge { width: 38px; height: 38px; border-radius: 10px; background: rgba(111,179,238,0.14); color: #6FB3EE; display: flex; align-items: center; justify-content: center; flex: none; }\n  .dstat .icon-badge svg { width: 18px; height: 18px; }\n  .dstat b { display: block; font-size: 1.3rem; color: #FBFBFF; }\n  .dstat span { font-size: 0.78rem; color: #A6ABD0; }\n\n  footer.site { padding-block: 36px; }\n  .footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 0.83rem; color: var(--ink-faint); }\n  .footer-links { display: flex; gap: 18px; }\n  .footer-links a { color: inherit; text-decoration: none; }\n  .footer-links a:hover { color: var(--ink); }\n\n  .dashboard-mock { position: relative; }\n  .dash-card { background: var(--surface); border-radius: 14px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5); overflow: hidden; }\n  .dash-topbar { display:flex; align-items:center; justify-content:space-between; padding:10px 14px; background: var(--surface-sunken); border-bottom:1px solid var(--line); gap:8px; }\n  .dash-topbar-left { display:flex; align-items:center; gap:6px; font-size:0.72rem; color: var(--ink); white-space:nowrap; }\n  .dash-topbar-left b { font-weight:700; margin-left:4px; }\n  .dash-dot { width:6px; height:6px; border-radius:50%; background: var(--line); }\n  .dash-badge { font-family: var(--font-mono); font-size:0.6rem; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; padding:3px 8px; border-radius:100px; background: var(--badge-mint-bg); color: var(--badge-mint-ink); white-space:nowrap; }\n  .dash-kpis { display:grid; grid-template-columns: repeat(4,1fr); gap:8px; padding:12px; }\n  .dash-kpi { background: var(--bg); border:1px solid var(--line); border-radius:8px; padding:8px 10px; }\n  .dash-kpi span { font-size:0.52rem; font-family: var(--font-mono); color: var(--ink-faint); letter-spacing:0.03em; }\n  .dash-kpi b { display:block; font-family: var(--font-mono); font-size:0.95rem; margin-top:2px; color: var(--ink); filter: blur(3.5px); user-select: none; }\n  .dash-kpi em { display:block; font-style:normal; font-size:0.6rem; margin-top:2px; }\n  .dash-kpi em.up { color: var(--viz-3); }\n  .dash-kpi em.down { color: var(--viz-status-critical); }\n  .dash-grid { display:grid; grid-template-columns: 1fr 1fr; gap:10px; padding:0 12px 14px; }\n  .dash-panel { border:1px solid var(--line); border-radius:8px; padding:10px; }\n  .dash-panel-title { display:block; font-size:0.6rem; font-family: var(--font-mono); color: var(--ink-faint); margin-bottom:8px; }\n  .dash-legend { display:flex; flex-direction:column; gap:4px; font-size:0.62rem; color: var(--ink-soft); }\n  .dash-legend i { display:inline-block; width:7px; height:7px; border-radius:50%; margin-right:5px; }\n  .dash-alerts { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:7px; }\n  .dash-alerts li { display:flex; align-items:flex-start; gap:6px; font-size:0.64rem; color: var(--ink-soft); line-height:1.35; }\n  .dash-alert-dot { width:6px; height:6px; border-radius:50%; margin-top:4px; flex:none; }\n  .dash-alert-dot.critical { background: var(--viz-status-critical); }\n  .dash-alert-dot.warn { background: var(--viz-4); }\n  .dash-alert-dot.info { background: var(--accent); }\n  @media (max-width: 980px) { .dash-kpis, .dash-grid { grid-template-columns: repeat(2,1fr); } }\n\n  .dash-kpi-head { display:flex; align-items:flex-start; justify-content:space-between; gap:6px; }\n  .dash-kpi-icon svg { display:block; }\n  .dash-grid { grid-template-columns: repeat(3,1fr) !important; }\n  .dash-panel-head { display:flex; align-items:baseline; justify-content:space-between; margin-bottom:8px; }\n  .dash-panel-head .dash-panel-title { margin-bottom:0; }\n  .dp-sub { font-size:0.52rem; font-family: var(--font-mono); color: var(--ink-faint); }\n  .dash-chart-labels { display:flex; justify-content:space-between; font-size:0.42rem; color: var(--ink-faint); font-family: var(--font-mono); margin-top:4px; gap:2px; }\n  .dash-legend b.blur-sm, .dash-filiale-list .blur-sm, .dash-filiale-total .blur-sm, .dash-sim-value b.blur-sm { filter: blur(3px); user-select:none; }\n  .dash-legend span { display:flex; align-items:center; gap:4px; }\n  .dash-legend b { font-weight:400; margin-left:auto; font-family: var(--font-mono); }\n  .dash-filiale-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }\n  .dash-filiale-list li { display:flex; align-items:center; gap:7px; font-size:0.62rem; color: var(--ink-soft); }\n  .dash-filiale-icon { width:20px; height:20px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex:none; }\n  .dash-filiale-name { flex:1; }\n  .dash-filiale-total { display:flex; justify-content:space-between; font-size:0.62rem; font-weight:700; color: var(--ink); border-top:1px solid var(--line); margin-top:8px; padding-top:8px; }\n  .dash-sim-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }\n  .dash-sim-list li { display:flex; align-items:flex-start; gap:7px; }\n  .dash-sim-icon { width:20px; height:20px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex:none; margin-top:1px; }\n  .dash-sim-text { flex:1; display:flex; flex-direction:column; font-size:0.6rem; color: var(--ink); }\n  .dash-sim-text span { color: var(--ink-faint); font-size:0.55rem; }\n  .dash-sim-value { text-align:right; display:flex; flex-direction:column; font-family: var(--font-mono); font-size:0.62rem; color: var(--ink); }\n  .dash-sim-value span { color: var(--ink-faint); font-size:0.5rem; font-family: var(--font-sans); }\n  .dash-alerts li span:first-child.dash-alert-dot { margin-top:4px; }\n  .dash-alerts li > span:not(.dash-alert-dot) { display:flex; flex-direction:column; gap:2px; }\n  .dash-alerts a { color: var(--accent); font-size:0.58rem; text-decoration:underline; }\n  .dash-alerts-all { display:block; text-align:center; font-size:0.6rem; color: var(--accent); text-decoration:underline; margin-top:10px; }\n  @media (max-width: 980px) { .dash-kpis { grid-template-columns: repeat(2,1fr); } .dash-grid { grid-template-columns: 1fr 1fr !important; } }\n  @media (max-width: 640px) { .dash-grid { grid-template-columns: 1fr !important; } }\n  .data-connect-grid { display:grid; grid-template-columns:0.95fr 1.15fr; gap:44px; align-items:start; }\n  @media (max-width: 900px) { .data-connect-grid { grid-template-columns: 1fr; } }\n<\/style>\n\n<header class=\"site\">\n  <div class=\"wrap nav-row\">\n    <a class=\"brand\" href=\"\/\">\n      <img decoding=\"async\" src=\"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-logo-processrh-170x57.jpeg\" alt=\"ProcessRH\" class=\"brand-logo\">\n    <\/a>\n    <input type=\"checkbox\" id=\"mobile-menu-check\" class=\"mobile-menu-check\">\n    <nav class=\"links\">\n      <a href=\"\/\" aria-current=\"page\">Accueil<\/a>\n      <a href=\"\/outil-rh\/\">Outil RH<\/a>\n      <a href=\"\/immigration-professionnelle\/\">Autorisation de travail<\/a>\n      <a href=\"\/a-propos\/\">\u00c0 propos<\/a>\n      <a href=\"\/contact\/\">Contact<\/a>\n    <\/nav>\n    <div class=\"nav-ctas\">\n      <a class=\"btn btn-primary\" href=\"\/contact\/\">Demander une d\u00e9mo<\/a>\n      <label for=\"mobile-menu-check\" class=\"mobile-menu-toggle\" aria-label=\"Menu\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M3 6h18M3 12h18M3 18h18\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><\/path><\/svg><\/label>\n    <\/div>\n  <\/div>\n<\/header>\n\n<main>\n  <section class=\"hero-dark\" style=\"padding-block:0; border-top:none;\">\n    <div class=\"wrap hero-inner\">\n      <div>\n         <span class=\"eyebrow on-dark\">Expertise RH &amp; solutions digitales<\/span>\n        <h2>Simplifier. S\u00e9curiser. <em>Piloter.<\/em><\/h2>\n        <p class=\"lede\">ProcessRH vous accompagne de l\u2019immigration professionnelle au pilotage RH strat\u00e9gique de vos ressources humaines.<\/p>\n        <div class=\"hero-ctas\">\n          <a class=\"btn btn-primary\" href=\"\/outil-rh\/\">D\u00e9couvrir l&rsquo;outil RH \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"dashboard-mock\" aria-hidden=\"true\">\n  <div class=\"dash-card\">\n    <div class=\"dash-topbar\">\n      <div class=\"dash-topbar-left\"><span class=\"dash-dot\"><\/span><span class=\"dash-dot\"><\/span><span class=\"dash-dot\"><\/span><b>ProcessRH \u00b7 Dashboard RH<\/b><\/div>\n      <span class=\"dash-badge\">100% personnalisable<\/span>\n    <\/div>\n    <div class=\"dash-kpis\">\n      <div class=\"dash-kpi\"><div class=\"dash-kpi-head\"><span>EFFECTIF TOTAL<\/span><span class=\"dash-kpi-icon\" style=\"color:var(--accent);\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\"><circle cx=\"9\" cy=\"8\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><path d=\"M3 20c0-3.3 2.7-6 6-6s6 2.7 6 6\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/path><circle cx=\"17\" cy=\"9\" r=\"2.4\" stroke=\"currentColor\" stroke-width=\"1.4\"><\/circle><\/svg><\/span><\/div><b>539<\/b><em class=\"up\">+6,7% vs avr. 2026<\/em><\/div>\n      <div class=\"dash-kpi\"><div class=\"dash-kpi-head\"><span>MASSE SALARIALE TOTALE<\/span><span class=\"dash-kpi-icon\" style=\"color:var(--accent);\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\"><text x=\"12\" y=\"17\" font-size=\"15\" text-anchor=\"middle\" fill=\"currentColor\" font-family=\"serif\">\u20ac<\/text><\/svg><\/span><\/div><b>3 127 K\u20ac<\/b><em class=\"up\">+4,3% vs avr. 2026<\/em><\/div>\n      <div class=\"dash-kpi\"><div class=\"dash-kpi-head\"><span>CO\u00dbT MOYEN \/ ETP<\/span><span class=\"dash-kpi-icon\" style=\"color:var(--accent);\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\"><path d=\"M4 19V5M4 19h16M8 15v-4m4 4V8m4 11v-6\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg><\/span><\/div><b>6 013 \u20ac<\/b><em class=\"up\">+2,1% vs avr. 2026<\/em><\/div>\n      <div class=\"dash-kpi\"><div class=\"dash-kpi-head\"><span>TURNOVER (12 MOIS)<\/span><span class=\"dash-kpi-icon\" style=\"color:var(--accent);\"><svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\"><path d=\"M20 11A8 8 0 1 0 18 16\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" fill=\"none\"><\/path><path d=\"M20 5v6h-6\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"><\/path><\/svg><\/span><\/div><b>12,5%<\/b><em class=\"down\">-1,3 pt vs avr. 2026<\/em><\/div>\n    <\/div>\n    <div class=\"dash-grid\">\n      <div class=\"dash-panel\">\n        <div class=\"dash-panel-head\"><span class=\"dash-panel-title\">\u00c9volution des effectifs<\/span><span class=\"dp-sub\">6 derniers mois<\/span><\/div>\n        <svg viewBox=\"0 0 220 70\" width=\"100%\" height=\"70\"><defs><linearGradient id=\"evoFill\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"var(--accent)\" stop-opacity=\"0.25\"><\/stop><stop offset=\"1\" stop-color=\"var(--accent)\" stop-opacity=\"0\"><\/stop><\/linearGradient><\/defs><polygon points=\"0,55 30,50 60,52 90,40 120,34 150,26 180,16 220,10 220,70 0,70\" fill=\"url(#evoFill)\"><\/polygon><polyline points=\"0,55 30,50 60,52 90,40 120,34 150,26 180,16 220,10\" fill=\"none\" stroke=\"var(--accent)\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/polyline><circle cx=\"220\" cy=\"10\" r=\"3\" fill=\"var(--accent)\"><\/circle><\/svg>\n        <div class=\"dash-chart-labels\"><span>D\u00e9c. 2024<\/span><span>Janv. 2025<\/span><span>F\u00e9vr. 2025<\/span><span>Mars 2025<\/span><span>Avr. 2025<\/span><span>Mai 2026<\/span><\/div>\n      <\/div>\n      <div class=\"dash-panel\">\n        <span class=\"dash-panel-title\">R\u00e9partition par statut<\/span>\n        <div style=\"display:flex; align-items:center; gap:12px;\">\n          <svg viewBox=\"0 0 46 46\" width=\"46\" height=\"46\"><circle cx=\"23\" cy=\"23\" r=\"16\" fill=\"none\" stroke=\"var(--viz-1)\" stroke-width=\"7\" stroke-dasharray=\"63.5 100.6\" transform=\"rotate(-90 23 23)\"><\/circle><circle cx=\"23\" cy=\"23\" r=\"16\" fill=\"none\" stroke=\"var(--viz-2)\" stroke-width=\"7\" stroke-dasharray=\"18.1 100.6\" stroke-dashoffset=\"-63.5\" transform=\"rotate(-90 23 23)\"><\/circle><circle cx=\"23\" cy=\"23\" r=\"16\" fill=\"none\" stroke=\"var(--viz-3)\" stroke-width=\"7\" stroke-dasharray=\"9.1 100.6\" stroke-dashoffset=\"-81.6\" transform=\"rotate(-90 23 23)\"><\/circle><circle cx=\"23\" cy=\"23\" r=\"16\" fill=\"none\" stroke=\"var(--viz-4)\" stroke-width=\"7\" stroke-dasharray=\"9.9 100.6\" stroke-dashoffset=\"-90.7\" transform=\"rotate(-90 23 23)\"><\/circle><\/svg>\n          <div class=\"dash-legend\"><span><i style=\"background:var(--viz-1)\"><\/i>CDI<b class=\"blur-sm\">(%)<\/b><\/span><span><i style=\"background:var(--viz-2)\"><\/i>CDD<b class=\"blur-sm\">(%)<\/b><\/span><span><i style=\"background:var(--viz-3)\"><\/i>Alternance<b class=\"blur-sm\">(%)<\/b><\/span><span><i style=\"background:var(--viz-4)\"><\/i>Autres<b class=\"blur-sm\">(%)<\/b><\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"dash-panel\">\n        <span class=\"dash-panel-title\">R\u00e9partition par filiale<\/span>\n        <ul class=\"dash-filiale-list\">\n          <li><span class=\"dash-filiale-icon\" style=\"background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\"><rect x=\"6\" y=\"3\" width=\"12\" height=\"18\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"><\/rect><path d=\"M9 21v-3.5h6V21\" stroke=\"currentColor\" stroke-width=\"1.5\"><\/path><path d=\"M9 7h.01M15 7h.01M9 11h.01M15 11h.01\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path><\/svg><\/span><span class=\"dash-filiale-name\">Si\u00e8ge France<\/span><span class=\"blur-sm\">(%)<\/span><\/li>\n          <li><span class=\"dash-filiale-icon\" style=\"background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\"><path d=\"M5 19c8 0 13-5 14-14-9 1-14 6-14 14z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M6 18c3-3 6-6 9-11\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><\/path><\/svg><\/span><span class=\"dash-filiale-name\">Filiale A<\/span><span class=\"blur-sm\">(%)<\/span><\/li>\n          <li><span class=\"dash-filiale-icon\" style=\"background:var(--badge-amber-bg); color:var(--badge-amber-ink);\"><svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\"><path d=\"M12 21s7-6.1 7-11.5A7 7 0 0 0 5 9.5C5 14.9 12 21 12 21z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><circle cx=\"12\" cy=\"9.5\" r=\"2.2\" stroke=\"currentColor\" stroke-width=\"1.4\"><\/circle><\/svg><\/span><span class=\"dash-filiale-name\">Filiale B<\/span><span class=\"blur-sm\">(%)<\/span><\/li>\n        <\/ul>\n        <div class=\"dash-filiale-total\"><span>Total<\/span><span class=\"blur-sm\">(100%)<\/span><\/div>\n      <\/div>\n      <div class=\"dash-panel\">\n        <div class=\"dash-panel-head\"><span class=\"dash-panel-title\">Masse salariale par mois<\/span><span class=\"dp-sub\">6 derniers mois<\/span><\/div>\n        <svg viewBox=\"0 0 220 60\" width=\"100%\" height=\"60\"><rect x=\"0\" y=\"30\" width=\"20\" height=\"30\" rx=\"2\" fill=\"var(--accent)\" opacity=\"0.35\"><\/rect><rect x=\"30\" y=\"24\" width=\"20\" height=\"36\" rx=\"2\" fill=\"var(--accent)\" opacity=\"0.5\"><\/rect><rect x=\"60\" y=\"20\" width=\"20\" height=\"40\" rx=\"2\" fill=\"var(--accent)\" opacity=\"0.65\"><\/rect><rect x=\"90\" y=\"14\" width=\"20\" height=\"46\" rx=\"2\" fill=\"var(--accent)\" opacity=\"0.8\"><\/rect><rect x=\"120\" y=\"8\" width=\"20\" height=\"52\" rx=\"2\" fill=\"var(--accent)\"><\/rect><rect x=\"150\" y=\"4\" width=\"20\" height=\"56\" rx=\"2\" fill=\"var(--accent)\"><\/rect><\/svg>\n        <div class=\"dash-chart-labels\"><span>D\u00e9c. 2024<\/span><span>Janv. 2025<\/span><span>F\u00e9vr. 2025<\/span><span>Mars 2025<\/span><span>Avr. 2025<\/span><span>Mai 2026<\/span><\/div>\n      <\/div>\n      <div class=\"dash-panel\">\n        <span class=\"dash-panel-title\">Simulation \u2013 Impact financier<\/span>\n        <ul class=\"dash-sim-list\">\n          <li><span class=\"dash-sim-icon\" style=\"background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><path d=\"M12 8v8M8 12h8\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg><\/span><div class=\"dash-sim-text\"><b>Co\u00fbt d&rsquo;un recrutement<\/b><span>(poste moyen)<\/span><\/div><div class=\"dash-sim-value\"><b class=\"blur-sm\">XX XXX \u20ac<\/b><span>sur 12 mois<\/span><\/div><\/li>\n          <li><span class=\"dash-sim-icon\" style=\"background:var(--badge-rose-bg); color:var(--badge-rose-ink);\"><svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><path d=\"M8 12h8M13 8l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><div class=\"dash-sim-text\"><b>Co\u00fbt d&rsquo;un d\u00e9part<\/b><span>(poste moyen)<\/span><\/div><div class=\"dash-sim-value\"><b class=\"blur-sm\">XX XXX \u20ac<\/b><span>sur 12 mois<\/span><\/div><\/li>\n          <li><span class=\"dash-sim-icon\" style=\"background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\"><path d=\"M4 16l6-6 4 4 6-8\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"><\/path><path d=\"M15 6h5v5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"><\/path><\/svg><\/span><div class=\"dash-sim-text\"><b>Impact +5% augmentation g\u00e9n\u00e9rale des salaires<\/b><\/div><div class=\"dash-sim-value\"><b class=\"blur-sm\">XX XXX \u20ac<\/b><span>sur 12 mois<\/span><\/div><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"dash-panel\">\n        <div class=\"dash-panel-head\"><span class=\"dash-panel-title\">Alertes<\/span><span class=\"dp-sub\">\u00b7\u00b7\u00b7<\/span><\/div>\n        <ul class=\"dash-alerts\"><li><span class=\"dash-alert-dot critical\"><\/span><span>Contrats arrivant \u00e0 \u00e9ch\u00e9ance dans les 30 jours<a href=\"#\">Voir les contrats<\/a><\/span><\/li><li><span class=\"dash-alert-dot warn\"><\/span><span>Taux de turnover en hausse de 2,3% ce mois-ci<a href=\"#\">Voir le d\u00e9tail<\/a><\/span><\/li><li><span class=\"dash-alert-dot info\"><\/span><span>\u00c9cart de masse salariale +6,7% vs budget<a href=\"#\">Voir l&rsquo;analyse<\/a><\/span><\/li><\/ul>\n        <a class=\"dash-alerts-all\" href=\"#\">Voir toutes les alertes<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n    <\/div>\n\n    <div class=\"wrap\">\n      <div class=\"dark-cards\">\n        <div class=\"dcard\">\n          <div class=\"icon-badge\" style=\"background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><path d=\"M3 12h18M12 3c2.5 2.5 3.8 5.7 3.8 9s-1.3 6.5-3.8 9c-2.5-2.5-3.8-5.7-3.8-9S9.5 5.5 12 3z\" stroke=\"currentColor\" stroke-width=\"1.4\"><\/path><\/svg><\/div>\n          <h3>Immigration &amp; d\u00e9marches administratives<\/h3>\n          <ul>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Titres de s\u00e9jour<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Autorisations de travail<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>VISA<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Travailleurs saisonniers<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Carte Talent, CPAM \/ MSA<\/li>\n          <\/ul>\n          <a href=\"\/a-propos\/\">En savoir plus \u2192<\/a>\n        <\/div>\n        \n        <div class=\"dcard\">\n          <div class=\"icon-badge\" style=\"background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 19V5M4 19h16M8 15v-4m4 4V8m4 11v-6\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg><\/div>\n          <h3>Outil de pilotage RH<\/h3>\n          <ul>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Effectifs &amp; masse salariale<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Simulations &amp; sc\u00e9narios<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Recrutement &amp; performance<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Reporting &amp; indicateurs cl\u00e9s<\/li>\n          <\/ul>\n          <a href=\"\/outil-rh\/\" style=\"color:#5FD1A5;\">D\u00e9couvrir l&rsquo;outil \u2192<\/a>\n        <\/div>\n\n        <div class=\"dcard\">\n          <div class=\"icon-badge\" style=\"background:var(--badge-violet-bg); color:var(--badge-violet-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 6h6M16 6h4M4 12h10M18 12h2M4 18h13\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><circle cx=\"12\" cy=\"6\" r=\"2.2\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><circle cx=\"16\" cy=\"12\" r=\"2.2\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><circle cx=\"19\" cy=\"18\" r=\"2.2\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><\/svg><\/div>\n          <h3>100% personnalisable<\/h3>\n          <ul>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Indicateurs choisis selon vos priorit\u00e9s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Tableaux de bord par filiale ou par \u00e9quipe<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Configur\u00e9 selon votre organisation, pas l&rsquo;inverse<\/li>\n          <\/ul>\n          <a href=\"\/outil-rh\/\">Voir un exemple \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      \n    <\/div>\n  <\/section>\n\n  <section style=\"padding-block: 60px;\">\n    <div class=\"wrap\">\n      <div class=\"data-connect-grid\">\n        <div>\n          <span class=\"eyebrow\">Int\u00e9grations<\/span>\n          <h2 style=\"font-size:clamp(1.5rem,2.6vw,2rem); margin-top:12px;\">Connectez vos donn\u00e9es en toute simplicit\u00e9.<\/h2>\n          <p class=\"lede\" style=\"margin-top:14px; max-width:46ch;\">Importez vos donn\u00e9es depuis votre SIRH, votre ATS ou vos fichiers existants, ou connectez-vous directement via une cl\u00e9 API s\u00e9curis\u00e9e.<\/p>\n          <ul style=\"margin-top:22px; display:flex; flex-direction:column; gap:12px;\">\n            <li style=\"display:flex; gap:10px; align-items:flex-start; font-size:0.93rem; color:var(--ink-soft);\"><svg viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; width:17px; height:17px; margin-top:2px; color:var(--badge-mint-ink);\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><span>SIRH (toute solution du march\u00e9)<\/span><\/li>\n            <li style=\"display:flex; gap:10px; align-items:flex-start; font-size:0.93rem; color:var(--ink-soft);\"><svg viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; width:17px; height:17px; margin-top:2px; color:var(--badge-mint-ink);\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><span>ATS (logiciels de recrutement)<\/span><\/li>\n            <li style=\"display:flex; gap:10px; align-items:flex-start; font-size:0.93rem; color:var(--ink-soft);\"><svg viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; width:17px; height:17px; margin-top:2px; color:var(--badge-mint-ink);\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><span>Logiciels de paie<\/span><\/li>\n            <li style=\"display:flex; gap:10px; align-items:flex-start; font-size:0.93rem; color:var(--ink-soft);\"><svg viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; width:17px; height:17px; margin-top:2px; color:var(--badge-mint-ink);\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><span>Fichiers RH (CSV, Excel, etc.)<\/span><\/li>\n            <li style=\"display:flex; gap:10px; align-items:flex-start; font-size:0.93rem; color:var(--ink-soft);\"><svg viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; width:17px; height:17px; margin-top:2px; color:var(--badge-mint-ink);\"><path d=\"M4 10.5l3.5 3.5L16 5.5\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><span>Connexion via cl\u00e9 API s\u00e9curis\u00e9e<\/span><\/li>\n          <\/ul>\n          <span class=\"dash-badge\" style=\"margin-left:0; margin-top:18px; display:inline-block;\">SIRH &amp; ATS internationaux compatibles<\/span>\n        <\/div>\n        <div style=\"background:var(--surface); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); overflow:hidden;\">\n          <div style=\"padding:22px 22px 4px;\">\n            <div style=\"font-size:0.8rem; font-weight:700; color:var(--ink-faint); margin-bottom:14px;\">Sources de donn\u00e9es compatibles<\/div>\n          <\/div>\n          <div style=\"padding:0 22px 24px;\">\n            <div style=\"font-size:0.72rem; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:10px;\">Fichiers<\/div>\n            <div style=\"display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:20px;\">\n              <div style=\"border:1px solid var(--line); border-radius:14px; padding:14px 10px; text-align:center;\"><div style=\"width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\" style=\"width:18px;height:18px;\"><path d=\"M12 3l9 15H3z\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linejoin=\"round\"><\/path><\/svg><\/div><b style=\"font-size:0.78rem;\">Google Drive<\/b><\/div>\n              <div style=\"border:1px solid var(--line); border-radius:14px; padding:14px 10px; text-align:center;\"><div style=\"width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\" style=\"width:18px;height:18px;\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/rect><path d=\"M4 10h16M4 15h16M10 4v16M15 4v16\" stroke=\"currentColor\" stroke-width=\"1.1\"><\/path><\/svg><\/div><b style=\"font-size:0.78rem;\">Excel<\/b><\/div>\n              <div style=\"border:1px solid var(--line); border-radius:14px; padding:14px 10px; text-align:center;\"><div style=\"width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; background:var(--badge-amber-bg); color:var(--badge-amber-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\" style=\"width:18px;height:18px;\"><path d=\"M4 6h16M4 12h16M4 18h10\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg><\/div><b style=\"font-size:0.78rem;\">CSV<\/b><\/div>\n            <\/div>\n            <div style=\"font-size:0.72rem; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:10px;\">SIRH, ATS &amp; API<\/div>\n            <div style=\"display:grid; grid-template-columns:repeat(3,1fr); gap:10px;\">\n              <div style=\"border:1px solid var(--line); border-radius:14px; padding:14px 10px; text-align:center;\"><div style=\"width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; background:var(--badge-violet-bg); color:var(--badge-violet-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\" style=\"width:18px;height:18px;\"><circle cx=\"8\" cy=\"15\" r=\"3.2\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><path d=\"M10.3 12.7L19 4M15.5 8.2l2.3 2.3M18 5.7l2 2\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg><\/div><b style=\"font-size:0.78rem;\">Cl\u00e9 API<\/b><\/div>\n              <div style=\"border:1px solid var(--line); border-radius:14px; padding:14px 10px; text-align:center;\"><div style=\"width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\" style=\"width:18px;height:18px;\"><ellipse cx=\"12\" cy=\"6\" rx=\"7\" ry=\"3\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/ellipse><path d=\"M5 6v12c0 1.7 3.1 3 7 3s7-1.3 7-3V6M5 12c0 1.7 3.1 3 7 3s7-1.3 7-3\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/path><\/svg><\/div><b style=\"font-size:0.78rem;\">Base de donn\u00e9es<\/b><\/div>\n              <div style=\"border:1px solid var(--line); border-radius:14px; padding:14px 10px; text-align:center;\"><div style=\"width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 8px; background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\" style=\"width:18px;height:18px;\"><path d=\"M7 18a4 4 0 010-8 5 5 0 019.6-1.5A4 4 0 0117 18H7z\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linejoin=\"round\"><\/path><\/svg><\/div><b style=\"font-size:0.78rem;\">Cloud<\/b><\/div>\n            <\/div>\n            <p style=\"font-size:0.78rem; color:var(--ink-soft); margin-top:16px; line-height:1.5;\">G\u00e9n\u00e9rez votre cl\u00e9 API en un clic pour connecter votre SIRH ou ATS directement \u00e0 ProcessRH \u2014 connexions s\u00e9curis\u00e9es, mises \u00e0 jour manuelles ou automatiques.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section style=\"padding-block: 56px;\">\n    <div class=\"wrap\" style=\"max-width:70ch;\">\n      <h2 style=\"font-size:1.3rem; margin-bottom:12px;\">Le pilotage RH, un enjeu strat\u00e9gique<\/h2>\n      <p style=\"color:var(--ink-soft); line-height:1.7;\">Le pilotage RH consiste \u00e0 suivre en continu les indicateurs cl\u00e9s de l\u2019entreprise : effectifs, masse salariale, turnover, absent\u00e9isme, co\u00fbt par ETP. Bien men\u00e9, il permet d\u2019anticiper les d\u00e9cisions plut\u00f4t que de les subir, et de piloter les ajustements RH au quotidien.<\/p>\n      <p style=\"color:var(--ink-soft); line-height:1.7; margin-top:12px;\">Concr\u00e8tement, un pilotage RH efficace repose sur trois piliers : la fiabilit\u00e9 des donn\u00e9es collect\u00e9es, la fr\u00e9quence de mise \u00e0 jour des tableaux de bord, et la capacit\u00e9 \u00e0 simuler diff\u00e9rents sc\u00e9narios avant de trancher. C\u2019est cette approche que ProcessRH met au service de votre organisation, avec des indicateurs clairs et actionnables plut\u00f4t que des rapports fig\u00e9s.<\/p>\n      <p style=\"color:var(--ink-soft); line-height:1.7; margin-top:12px;\">Par exemple, selon les donn\u00e9es publi\u00e9es par la <a href=\"https:\/\/dares.travail-emploi.gouv.fr\/\" target=\"_blank\" rel=\"noopener\">DARES, la direction des statistiques du Minist\u00e8re du Travail<\/a>, la qualit\u00e9 du suivi RH influence directement la capacit\u00e9 des entreprises \u00e0 anticiper leurs besoins en recrutement et \u00e0 limiter le turnover. Pour les obligations l\u00e9gales associ\u00e9es, vous pouvez aussi consulter le <a href=\"https:\/\/www.service-public.fr\/particuliers\/vosdroits\/N19810\" target=\"_blank\" rel=\"noopener\">portail Service-Public d\u00e9di\u00e9 aux employeurs<\/a>.<\/p>\n    <\/div>\n  <\/section>\n<\/main>\n\n<footer class=\"site\">\n  <div class=\"wrap footer-row\">\n    <span>\u00a9 2026 ProcessRH<\/span>\n    <div class=\"footer-links\">\n      <a href=\"\/outil-rh\/\">Outil RH<\/a>\n      <a href=\"\/immigration-professionnelle\/\">Autorisation de travail<\/a>\n      <a href=\"\/a-propos\/\">\u00c0 propos<\/a>\n      <a href=\"\/contact\/\">Contact<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"wrap\" style=\"display:flex;gap:16px;justify-content:flex-end;padding:0 0 16px;opacity:0.6;font-size:12px;\">\n    <a href=\"\/mentions-legales\/\" style=\"color:inherit;\">Mentions l\u00e9gales<\/a>\n    <a href=\"\/politique-de-confidentialite\/\" style=\"color:inherit;\">Politique de confidentialit\u00e9<\/a>\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Accueil Outil RH Autorisation de travail \u00c0 propos Contact Demander une d\u00e9mo Expertise RH &amp; solutions digitales Simplifier. S\u00e9curiser. Piloter. ProcessRH vous accompagne de l\u2019immigration professionnelle au pilotage RH strat\u00e9gique de vos ressources humaines. D\u00e9couvrir l&rsquo;outil RH \u2192 ProcessRH \u00b7 Dashboard RH 100% personnalisable EFFECTIF TOTAL 539+6,7% vs avr. 2026 MASSE SALARIALE TOTALE\u20ac 3 127 [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-825","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"ProcessRH accompagne les entreprises dans l&#039;immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"c_cMQgKyViaon-JtrsTuomkTVjNwujft5As2507TEn4\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/processrh.com\/en\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Process RH -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"ProcessRH | Pilotage RH &amp; Immigration professionnelle\" \/>\n\t\t<meta property=\"og:description\" content=\"ProcessRH accompagne les entreprises dans l&#039;immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/processrh.com\/en\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-16T09:52:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-16T17:15:02+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61557937937766\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"ProcessRH | Pilotage RH &amp; Immigration professionnelle\" \/>\n\t\t<meta name=\"twitter:description\" content=\"ProcessRH accompagne les entreprises dans l&#039;immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en#listItem\",\"position\":1,\"name\":\"Domicile\",\"item\":\"https:\\\/\\\/processrh.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#listItem\",\"name\":\"Accueil (maquette)\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#listItem\",\"position\":2,\"name\":\"Accueil (maquette)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en#listItem\",\"name\":\"Domicile\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#organization\",\"name\":\"Process RH\",\"url\":\"https:\\\/\\\/processrh.com\\\/en\\\/\",\"telephone\":\"+33667352234\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/processrh.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/cropped-favicon-processrh.jpeg\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61557937937766\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/processrh\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#webpage\",\"url\":\"https:\\\/\\\/processrh.com\\\/en\\\/\",\"name\":\"ProcessRH | Pilotage RH & Immigration professionnelle\",\"description\":\"ProcessRH accompagne les entreprises dans l'immigration professionnelle (autorisation de travail, titre de s\\u00e9jour, VISA) et le pilotage RH en temps r\\u00e9el.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#breadcrumblist\"},\"datePublished\":\"2026-08-16T09:52:07+00:00\",\"dateModified\":\"2026-08-16T17:15:02+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/processrh.com\\\/en\\\/\",\"name\":\"Process RH\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"ProcessRH | Pilotage RH & Immigration professionnelle","description":"ProcessRH accompagne les entreprises dans l'immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.","canonical_url":"https:\/\/processrh.com\/en\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"c_cMQgKyViaon-JtrsTuomkTVjNwujft5As2507TEn4","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/processrh.com\/en\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/processrh.com\/en#listItem","position":1,"name":"Domicile","item":"https:\/\/processrh.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/processrh.com\/en\/#listItem","name":"Accueil (maquette)"}},{"@type":"ListItem","@id":"https:\/\/processrh.com\/en\/#listItem","position":2,"name":"Accueil (maquette)","previousItem":{"@type":"ListItem","@id":"https:\/\/processrh.com\/en#listItem","name":"Domicile"}}]},{"@type":"Organization","@id":"https:\/\/processrh.com\/en\/#organization","name":"Process RH","url":"https:\/\/processrh.com\/en\/","telephone":"+33667352234","logo":{"@type":"ImageObject","url":"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg","@id":"https:\/\/processrh.com\/en\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/processrh.com\/en\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61557937937766","https:\/\/www.linkedin.com\/in\/processrh"]},{"@type":"WebPage","@id":"https:\/\/processrh.com\/en\/#webpage","url":"https:\/\/processrh.com\/en\/","name":"ProcessRH | Pilotage RH & Immigration professionnelle","description":"ProcessRH accompagne les entreprises dans l'immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/processrh.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/processrh.com\/en\/#breadcrumblist"},"datePublished":"2026-08-16T09:52:07+00:00","dateModified":"2026-08-16T17:15:02+00:00"},{"@type":"WebSite","@id":"https:\/\/processrh.com\/en\/#website","url":"https:\/\/processrh.com\/en\/","name":"Process RH","inLanguage":"en-US","publisher":{"@id":"https:\/\/processrh.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Process RH -","og:type":"article","og:title":"ProcessRH | Pilotage RH &amp; Immigration professionnelle","og:description":"ProcessRH accompagne les entreprises dans l'immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.","og:url":"https:\/\/processrh.com\/en\/","og:image":"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg","og:image:secure_url":"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg","og:image:width":512,"og:image:height":512,"article:published_time":"2026-08-16T09:52:07+00:00","article:modified_time":"2026-08-16T17:15:02+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=61557937937766","twitter:card":"summary_large_image","twitter:title":"ProcessRH | Pilotage RH &amp; Immigration professionnelle","twitter:description":"ProcessRH accompagne les entreprises dans l'immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.","twitter:image":"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg"},"aioseo_meta_data":{"post_id":"825","title":"ProcessRH | Pilotage RH &amp; Immigration professionnelle","description":"ProcessRH accompagne les entreprises dans l'immigration professionnelle (autorisation de travail, titre de s\u00e9jour, VISA) et le pilotage RH en temps r\u00e9el.","keywords":null,"keyphrases":{"focus":{"keyphrase":"pilotage RH","score":0,"analysis":[]},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-14 17:29:32","updated":"2026-08-16 17:28:27","seo_analyzer_scan_date":null,"focus_keyword":"pilotage RH","additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/processrh.com\/en\" title=\"Domicile\">Domicile<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAccueil (maquette)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Domicile","link":"https:\/\/processrh.com\/en"},{"label":"Accueil (maquette)","link":"https:\/\/processrh.com\/en\/"}],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"ProcessRH.com","author_link":"https:\/\/processrh.com\/en\/author\/mama\/"},"uagb_comment_info":0,"uagb_excerpt":"Accueil Outil RH Autorisation de travail \u00c0 propos Contact Demander une d\u00e9mo Expertise RH &amp; solutions digitales Simplifier. S\u00e9curiser. Piloter. ProcessRH vous accompagne de l\u2019immigration professionnelle au pilotage RH strat\u00e9gique de vos ressources humaines. D\u00e9couvrir l&rsquo;outil RH \u2192 ProcessRH \u00b7 Dashboard RH 100% personnalisable EFFECTIF TOTAL 539+6,7% vs avr. 2026 MASSE SALARIALE TOTALE\u20ac 3 127&hellip;","_links":{"self":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/825","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/comments?post=825"}],"version-history":[{"count":22,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/825\/revisions"}],"predecessor-version":[{"id":944,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/825\/revisions\/944"}],"wp:attachment":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/media?parent=825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}