{"id":812,"date":"2026-08-16T09:47:40","date_gmt":"2026-08-16T09:47:40","guid":{"rendered":"https:\/\/processrh.com\/?page_id=812"},"modified":"2026-08-16T17:16:42","modified_gmt":"2026-08-16T17:16:42","slug":"outil-rh","status":"publish","type":"page","link":"https:\/\/processrh.com\/en\/outil-rh\/","title":{"rendered":"Outil RH"},"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-3: #1D1C5C;\n    --ink: #12132B;\n    --ink-soft: #565A78;\n    --ink-faint: #8A8EAC;\n    --line: #E2E4F0;\n    --accent: #2A78D6;\n    --accent-deep: #184F95;\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-surface: #fcfcfb;\n    --viz-ink: #0b0b0b;\n    --viz-ink-soft: #52514e;\n    --viz-muted: #898781;\n    --viz-grid: #e1e0d9;\n    --viz-baseline: #c3c2b7;\n    --viz-delta-good: #006300;\n    --viz-delta-bad: #b3261e;\n    --viz-1: #2a78d6; --viz-2: #eb6834; --viz-3: #1baf7a; --viz-4: #eda100; --viz-5: #e87ba4;\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\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\n  .feature { display: grid; grid-template-columns: 0.95fr 1.15fr; gap: 44px; align-items: start; }\n  @media (max-width: 980px) { .feature { grid-template-columns: 1fr; } }\n  .feature-copy p.lede { font-size: 1.04rem; color: var(--ink-soft); margin-top: 14px; max-width: 46ch; }\n  .feature-list { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }\n  .feature-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.93rem; color: var(--ink-soft); }\n  .feature-list svg { flex: none; width: 17px; height: 17px; margin-top: 2px; color: var(--badge-mint-ink); }\n  .hero-ctas { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }\n\n  .dash-preview { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }\n  .dash-preview .dp-top { padding: 14px 18px 0; }\n  .dash-preview .dp-brand { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 700; color: var(--ink-faint); margin-bottom: 10px; }\n  .dp-tabs { display: flex; gap: 6px; padding: 0 18px; overflow-x: auto; }\n  .dp-tab { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.02em; padding: 8px 12px; border-radius: 8px 8px 0 0; color: var(--ink-faint); border: 1px solid transparent; white-space: nowrap; background: none; }\n  .dp-tab[aria-current=\"true\"] { color: var(--accent-deep); background: var(--viz-surface); border-color: var(--line); border-bottom-color: var(--viz-surface); font-weight: 700; }\n  .dp-body { background: var(--viz-surface); border-top: 1px solid var(--line); padding: 18px; }\n\n  .kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n  @media (max-width: 560px) { .kpi-row { grid-template-columns: repeat(2, 1fr); } }\n  .kpi { border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px; background: var(--surface); }\n  .kpi .label { font-size: 0.64rem; color: var(--viz-muted); font-family: var(--font-mono); letter-spacing: 0.02em; }\n  .kpi b { display: block; font-size: 1.18rem; margin-top: 4px; color: var(--viz-ink); filter: blur(3.5px); user-select: none; }\n  .kpi .delta { font-size: 0.68rem; font-family: var(--font-mono); margin-top: 3px; display: inline-block; font-variant-numeric: tabular-nums; }\n  .delta-good { color: var(--viz-delta-good); }\n\n  .chart-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 12px; margin-top: 12px; }\n  @media (max-width: 760px) { .chart-row { grid-template-columns: 1fr; } }\n  .chart-card { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 14px 14px 10px; display: flex; flex-direction: column; }\n  .chart-card .ch-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 8px; }\n  .chart-card .ch-title { font-size: 0.8rem; font-weight: 700; color: var(--viz-ink); }\n  .chart-card .ch-figure { font-family: var(--font-mono); font-size: 0.72rem; color: var(--viz-ink-soft); }\n  .chart-scroll { overflow-x: auto; }\n  .table-toggle { background: none; border: none; font-size: 0.7rem; color: var(--accent-deep); font-weight: 600; text-decoration: underline; padding: 0; margin-top: 8px; align-self: flex-start; }\n  .data-table { display: none; margin-top: 10px; border-top: 1px solid var(--viz-grid); padding-top: 8px; }\n  .data-table.open { display: block; }\n  .data-table table { width: 100%; border-collapse: collapse; font-size: 0.74rem; }\n  .data-table th { text-align: left; color: var(--viz-muted); font-family: var(--font-mono); font-weight: 500; padding: 4px 6px; }\n  .data-table td { padding: 4px 6px; color: var(--viz-ink-soft); font-variant-numeric: tabular-nums; }\n\n  .legend { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; font-size: 0.7rem; }\n  .legend li { display: flex; align-items: center; gap: 5px; color: var(--viz-ink-soft); }\n  .legend .sw { width: 8px; height: 8px; border-radius: 2px; flex: none; }\n\n  .donut-wrap { display: flex; align-items: center; gap: 10px; }\n  .donut-wrap svg { width: 88px; height: 88px; flex: none; }\n\n  .stat-mini { display: flex; flex-direction: column; }\n  .stat-mini .big { font-family: var(--font-mono); font-size: 1.4rem; color: var(--viz-ink); font-variant-numeric: tabular-nums; margin-top: 2px; filter: blur(3.5px); user-select: none; }\n  .stat-mini .sub { font-size: 0.7rem; color: var(--viz-ink-soft); margin-top: 2px; }\n\n  #viz-tooltip { position: fixed; pointer-events: none; z-index: 200; background: var(--viz-ink); color: var(--viz-surface); font-size: 0.74rem; padding: 6px 10px; border-radius: 6px; transform: translate(-50%, -130%); opacity: 0; transition: opacity 0.08s ease; white-space: nowrap; font-family: var(--font-sans); }\n  #viz-tooltip.show { opacity: 1; }\n  #viz-tooltip b { font-family: var(--font-mono); }\n\n  .feature-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }\n  @media (max-width: 940px) { .feature-badges { grid-template-columns: repeat(3, 1fr); } }\n  @media (max-width: 600px) { .feature-badges { grid-template-columns: 1fr 1fr; } }\n  .fb-card { border: 1px solid var(--line); border-radius: 14px; padding: 20px 18px; background: var(--surface); text-align: left; }\n  .fb-card .icon-badge { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }\n  .fb-card .icon-badge svg { width: 18px; height: 18px; }\n  .fb-card b { display: block; font-size: 0.9rem; }\n  .fb-card span { font-size: 0.8rem; color: var(--ink-soft); }\n\n  .cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); border-radius: 20px; padding: 46px 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; color: #F2F4FC; }\n  .cta-band h2 { color: #F8FAFF; font-size: clamp(1.3rem, 2.2vw, 1.7rem); max-width: 32ch; }\n\n  footer.site { padding-block: 36px; border-top: 1px solid var(--line); }\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  .dp-brand { justify-content: space-between; }\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; margin-left: auto; }\n\n  .dash-card { background: var(--surface); border-radius: 14px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.35); 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-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-delta-bad); }\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-delta-bad); }\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: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<\/style>\n\n<script data-wp-block-html=\"js\">\n(function(){\n  \"use strict\";\n\n  var dpTabs = document.querySelectorAll(\"#dp-tabs .dp-tab\");\n  dpTabs.forEach(function(t){\n    t.addEventListener(\"click\", function(){\n      dpTabs.forEach(function(x){ x.removeAttribute(\"aria-current\"); });\n      t.setAttribute(\"aria-current\",\"true\");\n    });\n  });\n\n  document.querySelectorAll(\".table-toggle\").forEach(function(btn){\n    btn.addEventListener(\"click\", function(){\n      var t = document.getElementById(btn.dataset.table);\n      var open = t.classList.toggle(\"open\");\n      btn.textContent = (open ? \"Masquer les donn\u00e9es \u2191\" : \"Afficher les donn\u00e9es \u2193\");\n    });\n  });\n\n  var tip = document.getElementById(\"viz-tooltip\");\n  function showTip(evt, html){ tip.innerHTML = html; tip.classList.add(\"show\"); moveTip(evt); }\n  function moveTip(evt){ tip.style.left = evt.clientX + \"px\"; tip.style.top = evt.clientY + \"px\"; }\n  function hideTip(){ tip.classList.remove(\"show\"); }\n\n  var months = [\"Sept. 2025\",\"Oct. 2025\",\"Nov. 2025\",\"D\u00e9c. 2025\",\"Janv. 2026\",\"F\u00e9v. 2026\",\"Mars 2026\",\"Avr. 2026\",\"Mai 2026\",\"Juin 2026\",\"Juil. 2026\",\"Ao\u00fbt 2026\"];\n  var etp = [230,234,233,238,241,239,244,248,246,250,252,255];\n  var xs = [0,27,55,82,109,136,164,191,218,245,272,299];\n  var ys = [80,73,76,62,55,60,45,34,39,22,15,4];\n  var ptsGroup = document.getElementById(\"line-points\");\n  var tbody = document.getElementById(\"effectif-tbody\");\n  etp.forEach(function(v, i){\n    var c = document.createElementNS(\"http:\/\/www.w3.org\/2000\/svg\",\"circle\");\n    c.setAttribute(\"cx\", xs[i]); c.setAttribute(\"cy\", ys[i]); c.setAttribute(\"r\", i === etp.length-1 ? 3.6 : 2.6);\n    c.setAttribute(\"fill\", i === etp.length-1 ? \"var(--viz-1)\" : \"var(--surface)\");\n    c.setAttribute(\"stroke\", \"var(--viz-1)\"); c.setAttribute(\"stroke-width\",\"1.8\");\n    c.style.cursor = \"pointer\";\n    c.addEventListener(\"mousemove\", function(e){ showTip(e, months[i] + \" \u00b7 <b>\" + v + \" ETP<\/b>\"); moveTip(e); });\n    c.addEventListener(\"mouseleave\", hideTip);\n    ptsGroup.appendChild(c);\n    var tr = document.createElement(\"tr\");\n    tr.innerHTML = \"<td>\" + months[i] + \"<\/td><td>\" + v + \" ETP<\/td>\";\n    tbody.appendChild(tr);\n  });\n\n  var statuses = [\n    {label:\"CDI\", pct:63, color:\"var(--viz-1)\"},\n    {label:\"CDD\", pct:18, color:\"var(--viz-2)\"},\n    {label:\"Alternants\", pct:9, color:\"var(--viz-3)\"},\n    {label:\"Prestataires\", pct:7, color:\"var(--viz-4)\"},\n    {label:\"Autres\", pct:3, color:\"var(--viz-5)\"}\n  ];\n  var donut = document.getElementById(\"donut-chart\");\n  var legend = document.getElementById(\"donut-legend\");\n  var circumference = 2 * Math.PI * 16;\n  var offset = 0;\n  statuses.forEach(function(s){\n    var len = (s.pct\/100) * circumference;\n    var c = document.createElementNS(\"http:\/\/www.w3.org\/2000\/svg\",\"circle\");\n    c.setAttribute(\"cx\",\"23\"); c.setAttribute(\"cy\",\"23\"); c.setAttribute(\"r\",\"16\");\n    c.setAttribute(\"fill\",\"none\"); c.setAttribute(\"stroke\", s.color); c.setAttribute(\"stroke-width\",\"7\");\n    c.setAttribute(\"stroke-dasharray\", len.toFixed(2) + \" \" + (circumference-len).toFixed(2));\n    c.setAttribute(\"stroke-dashoffset\", (-offset).toFixed(2));\n    c.setAttribute(\"transform\",\"rotate(-90 23 23)\");\n    c.style.cursor = \"pointer\";\n    c.addEventListener(\"mousemove\", function(e){ showTip(e, s.label + \" \u00b7 <b>\" + s.pct + \" %<\/b>\"); moveTip(e); });\n    c.addEventListener(\"mouseleave\", hideTip);\n    donut.appendChild(c);\n    offset += len;\n    var li = document.createElement(\"li\");\n    li.innerHTML = \"<span class='sw' style='background:\" + s.color + \"'><\/span>\" + s.label + \" \u00b7 \" + s.pct + \"%\";\n    legend.appendChild(li);\n  });\n})();\n<\/script>\n\n<div id=\"viz-tooltip\"><\/div>\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=\"\/\">Accueil<\/a>\n      <a href=\"\/outil-rh\/\" aria-current=\"page\">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 style=\"padding-block: 56px 40px;\">\n    <div class=\"wrap\">\n      <div class=\"feature\">\n        <div class=\"feature-copy\">\n              <span class=\"eyebrow\">Outil de pilotage RH<\/span>\n          <h2 style=\"font-size:clamp(1.7rem,3vw,2.3rem); margin-top:12px;\">Toutes vos donn\u00e9es RH dans un seul espace.<\/h2>\n          <p class=\"lede\">Notre outil de pilotage RH est une plateforme compl\u00e8te pour piloter vos effectifs, votre masse salariale, vos recrutements et votre performance en temps r\u00e9el.<\/p>          <ul class=\"feature-list\">\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><span>Des donn\u00e9es fiables et \u00e0 jour<\/span><\/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><span>Des indicateurs cl\u00e9s en temps r\u00e9el<\/span><\/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><span>Des simulations pour anticiper vos d\u00e9cisions<\/span><\/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><span>Un pilotage RH sur mesure<\/span><\/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><span>Un reporting simple et personnalis\u00e9<\/span><\/li>\n          <\/ul>\n          <div class=\"hero-ctas\">\n            <a class=\"btn btn-primary\" href=\"\/contact\/\">Demander une d\u00e9mo \u2192<\/a>\n            \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=\"evoFill2\" 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(#evoFill2)\"><\/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=\"feature-badges\">\n        <div class=\"fb-card\" style=\"border-color:var(--accent);\"><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><b>100% personnalisable<\/b><span>Indicateurs, tableaux de bord et acc\u00e8s configur\u00e9s selon votre organisation.<\/span><\/div>\n        <div class=\"fb-card\"><div class=\"icon-badge\" style=\"background:var(--badge-blue-bg); color:var(--badge-blue-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><b>Pilotage strat\u00e9gique<\/b><span>Suivez vos effectifs et vos co\u00fbts.<\/span><\/div>\n        <div class=\"fb-card\"><div class=\"icon-badge\" style=\"background:var(--badge-violet-bg); color:var(--badge-violet-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=\"M12 7v5l3.5 2\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"><\/path><\/svg><\/div><b>Ma\u00eetrise des co\u00fbts<\/b><span>Analysez et simulez vos budgets.<\/span><\/div>\n        <div class=\"fb-card\"><div class=\"icon-badge\" style=\"background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" 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><\/div><b>Gestion des talents<\/b><span>Recrutez, d\u00e9veloppez et fid\u00e9lisez.<\/span><\/div>\n        <div class=\"fb-card\"><div class=\"icon-badge\" style=\"background:var(--badge-rose-bg); color:var(--badge-rose-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><\/svg><\/div><b>Transparence salariale<\/b><span>Anticipez les \u00e9carts et pilotez vos ajustements.<\/span><\/div>\n        <div class=\"fb-card\"><div class=\"icon-badge\" style=\"background:var(--badge-amber-bg); color:var(--badge-amber-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M7 3h8l4 4v14H7V3z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M10 12h6M10 16h6\" stroke=\"currentColor\" stroke-width=\"1.4\"><\/path><\/svg><\/div><b>Reporting avanc\u00e9<\/b><span>Des rapports fiables en quelques clics.<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section style=\"padding-block: 60px;\">\n    <div class=\"wrap\">\n      <div class=\"feature\">\n        <div class=\"feature-copy\">\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\">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 class=\"feature-list\">\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><span>SIRH (toute solution du march\u00e9)<\/span><\/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><span>ATS (logiciels de recrutement)<\/span><\/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><span>Logiciels de paie<\/span><\/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><span>Fichiers RH (CSV, Excel, etc.)<\/span><\/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><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 class=\"dash-preview\">\n          <div class=\"dp-top\" style=\"padding:22px 22px 4px;\">\n            <div class=\"dp-brand\" style=\"margin-bottom:14px;\"><span>Sources de donn\u00e9es compatibles<\/span><\/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 class=\"fb-card\" style=\"padding:14px 10px; text-align:center;\"><div class=\"icon-badge\" style=\"margin:0 auto 8px; background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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 class=\"fb-card\" style=\"padding:14px 10px; text-align:center;\"><div class=\"icon-badge\" style=\"margin:0 auto 8px; background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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 class=\"fb-card\" style=\"padding:14px 10px; text-align:center;\"><div class=\"icon-badge\" style=\"margin:0 auto 8px; background:var(--badge-amber-bg); color:var(--badge-amber-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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 class=\"fb-card\" style=\"padding:14px 10px; text-align:center;\"><div class=\"icon-badge\" style=\"margin:0 auto 8px; background:var(--badge-violet-bg); color:var(--badge-violet-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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 class=\"fb-card\" style=\"padding:14px 10px; text-align:center;\"><div class=\"icon-badge\" style=\"margin:0 auto 8px; background:var(--badge-blue-bg); color:var(--badge-blue-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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 class=\"fb-card\" style=\"padding:14px 10px; text-align:center;\"><div class=\"icon-badge\" style=\"margin:0 auto 8px; background:var(--badge-mint-bg); color:var(--badge-mint-ink);\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><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: 0 68px;\">\n    <div class=\"wrap\">\n      <div class=\"cta-band\">\n        <h2>Pr\u00eat \u00e0 transformer vos RH en avantage strat\u00e9gique ?<\/h2>\n        <a class=\"btn btn-ghost-dark\" href=\"\/contact\/\">Demander une d\u00e9mo personnalis\u00e9e \u2192<\/a>\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;\">Pourquoi automatiser le pilotage RH ?<\/h2>\n      <p style=\"color:var(--ink-soft); line-height:1.7;\">Suivre les indicateurs RH \u00e0 la main, sur des tableurs dispers\u00e9s, prend du temps et multiplie les risques d\u2019erreur. Un outil de pilotage RH centralise les donn\u00e9es d\u2019effectif, de masse salariale et de recrutement pour donner une vision fiable, mise \u00e0 jour en continu.<\/p>\n      <p style=\"color:var(--ink-soft); line-height:1.7; margin-top:12px;\">Par exemple, un tableau de bord RH bien construit permet de rep\u00e9rer un pic de turnover avant qu\u2019il ne devienne un probl\u00e8me, ou d\u2019anticiper une hausse de masse salariale plut\u00f4t que de la d\u00e9couvrir en fin de mois. C\u2019est cette logique de pilotage RH proactif que notre outil met en place pour votre entreprise.<\/p>\n      <p style=\"color:var(--ink-soft); line-height:1.7; margin-top:12px;\">Pour les d\u00e9finitions et m\u00e9thodes de calcul des indicateurs sociaux, vous pouvez consulter les publications de la <a href=\"https:\/\/dares.travail-emploi.gouv.fr\/\" target=\"_blank\" rel=\"noopener\">DARES, la direction des statistiques du Minist\u00e8re du Travail<\/a>, r\u00e9f\u00e9rence en la mati\u00e8re en France.<\/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 Outil de pilotage RH Toutes vos donn\u00e9es RH dans un seul espace. Notre outil de pilotage RH est une plateforme compl\u00e8te pour piloter vos effectifs, votre masse salariale, vos recrutements et votre performance en temps r\u00e9el. Des donn\u00e9es fiables et \u00e0 jour Des [&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-812","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=\"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l&#039;outil de pilotage RH de ProcessRH, indicateurs et reporting 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\/outil-rh\/\" \/>\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=\"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH\" \/>\n\t\t<meta property=\"og:description\" content=\"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l&#039;outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\u00e9el.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/processrh.com\/en\/outil-rh\/\" \/>\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:47:40+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-16T17:16:42+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=\"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l&#039;outil de pilotage RH de ProcessRH, indicateurs et reporting 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\\\/outil-rh\\\/#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\\\/outil-rh\\\/#listItem\",\"name\":\"Outil RH\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/outil-rh\\\/#listItem\",\"position\":2,\"name\":\"Outil RH\",\"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\\\/outil-rh\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/outil-rh\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61557937937766\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/processrh\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/outil-rh\\\/#webpage\",\"url\":\"https:\\\/\\\/processrh.com\\\/en\\\/outil-rh\\\/\",\"name\":\"Outil de pilotage RH | Tableau de bord temps r\\u00e9el | ProcessRH\",\"description\":\"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l'outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\\u00e9el.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/outil-rh\\\/#breadcrumblist\"},\"datePublished\":\"2026-08-16T09:47:40+00:00\",\"dateModified\":\"2026-08-16T17:16:42+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":"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH","description":"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l'outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\u00e9el.","canonical_url":"https:\/\/processrh.com\/en\/outil-rh\/","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\/outil-rh\/#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\/outil-rh\/#listItem","name":"Outil RH"}},{"@type":"ListItem","@id":"https:\/\/processrh.com\/en\/outil-rh\/#listItem","position":2,"name":"Outil RH","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\/outil-rh\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/processrh.com\/en\/outil-rh\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61557937937766","https:\/\/www.linkedin.com\/in\/processrh"]},{"@type":"WebPage","@id":"https:\/\/processrh.com\/en\/outil-rh\/#webpage","url":"https:\/\/processrh.com\/en\/outil-rh\/","name":"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH","description":"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l'outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\u00e9el.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/processrh.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/processrh.com\/en\/outil-rh\/#breadcrumblist"},"datePublished":"2026-08-16T09:47:40+00:00","dateModified":"2026-08-16T17:16:42+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":"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH","og:description":"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l'outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\u00e9el.","og:url":"https:\/\/processrh.com\/en\/outil-rh\/","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:47:40+00:00","article:modified_time":"2026-08-16T17:16:42+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=61557937937766","twitter:card":"summary_large_image","twitter:title":"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH","twitter:description":"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l'outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\u00e9el.","twitter:image":"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg"},"aioseo_meta_data":{"post_id":"812","title":"Outil de pilotage RH | Tableau de bord temps r\u00e9el | ProcessRH","description":"Pilotez vos effectifs, votre masse salariale et vos recrutements avec l'outil de pilotage RH de ProcessRH, indicateurs et reporting en temps r\u00e9el.","keywords":null,"keyphrases":{"focus":{"keyphrase":"outil de 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 15:52:34","updated":"2026-08-16 17:28:27","seo_analyzer_scan_date":null,"focus_keyword":"outil de 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\tOutil RH\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Domicile","link":"https:\/\/processrh.com\/en"},{"label":"Outil RH","link":"https:\/\/processrh.com\/en\/outil-rh\/"}],"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 Outil de pilotage RH Toutes vos donn\u00e9es RH dans un seul espace. Notre outil de pilotage RH est une plateforme compl\u00e8te pour piloter vos effectifs, votre masse salariale, vos recrutements et votre performance en temps r\u00e9el. Des donn\u00e9es fiables et \u00e0 jour Des&hellip;","_links":{"self":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/812","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=812"}],"version-history":[{"count":21,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/812\/revisions"}],"predecessor-version":[{"id":945,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/812\/revisions\/945"}],"wp:attachment":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/media?parent=812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}