{"id":817,"date":"2026-08-16T09:50:37","date_gmt":"2026-08-16T09:50:37","guid":{"rendered":"https:\/\/processrh.com\/?page_id=817"},"modified":"2026-08-16T17:17:54","modified_gmt":"2026-08-16T17:17:54","slug":"a-propos","status":"publish","type":"page","link":"https:\/\/processrh.com\/en\/a-propos\/","title":{"rendered":"\u00c0 propos"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n:root {\n    --bg: #F7F8FC; --surface: #FFFFFF; --navy: #0B0A2E; --navy-3: #1D1C5C;\n    --ink: #12132B; --ink-soft: #565A78; --ink-faint: #8A8EAC; --line: #E2E4F0;\n    --accent: #2A78D6; --accent-deep: #184F95;\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    --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  * { 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  .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-sm { padding: 8px 14px; font-size: 0.8rem; }\n\n  section { padding-block: 56px 68px; }\n  .section-head { max-width: 62ch; margin-bottom: 40px; }\n  .section-head h1, .section-head h2 { font-size: clamp(1.6rem, 2.6vw, 2.15rem); margin-top: 10px; }\n\n  .about-top { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; }\n  @media (max-width: 900px) { .about-top { grid-template-columns: 1fr; } }\n  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n  .about-stat { border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: var(--surface); }\n  .about-stat b { display: block; font-size: 1.4rem; color: var(--navy); }\n  .about-stat span { font-size: 0.78rem; color: var(--ink-soft); }\n  .quote-card { grid-column: span 2; border-radius: 16px; padding: 22px; background: linear-gradient(135deg, var(--navy), var(--navy-3)); color: #E7E9F7; position: relative; }\n  .quote-card svg { width: 26px; height: 26px; color: #6FB3EE; margin-bottom: 10px; }\n  .quote-card p { font-size: 0.92rem; color: #D6D8F0; }\n  .quote-card span { display: block; margin-top: 10px; font-size: 0.76rem; color: #8489B5; font-family: var(--font-mono); }\n\n  .values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }\n  @media (max-width: 760px) { .values-grid { grid-template-columns: 1fr 1fr; } }\n  .vcard { border: 1px solid var(--line); border-radius: 14px; padding: 20px; background: var(--surface); }\n  .vcard .icon-badge { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }\n  .vcard .icon-badge svg { width: 17px; height: 17px; }\n  .vcard b { display: block; font-size: 0.92rem; }\n  .vcard span { font-size: 0.82rem; color: var(--ink-soft); }\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<\/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=\"\/\">Accueil<\/a>\n      <a href=\"\/outil-rh\/\">Outil RH<\/a>\n      <a href=\"\/immigration-professionnelle\/\">Autorisation de travail<\/a>\n      <a href=\"\/a-propos\/\" aria-current=\"page\">\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>\n    <div class=\"wrap\">\n      <div class=\"section-head\">\n<span class=\"eyebrow\">\u00c0 propos de ProcessRH<\/span>        <h2>Votre partenaire RH de confiance<\/h2>\n      <\/div>\n\n      <div class=\"about-top\">\n        <div>\n<p style=\"color:var(--ink-soft); font-size:1.02rem; max-width:56ch;\">ProcessRH est votre partenaire RH de confiance pour simplifier la gestion des ressources humaines et les d\u00e9marches administratives de votre entreprise.<\/p>          <p style=\"color:var(--ink-soft); font-size:1.02rem; max-width:56ch; margin-top:14px;\"><b style=\"color:var(--ink);\">Notre mission :<\/b> vous faire gagner du temps, s\u00e9curiser vos obligations et vous donner les moyens de piloter vos RH avec impact.<\/p>\n          <ul style=\"margin-top:22px; display:flex; flex-direction:column; gap:10px;\">\n            <li style=\"display:flex; gap:10px; font-size:0.92rem; color:var(--ink-soft);\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; 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>Expertise RH &amp; immigration depuis plus de 10 ans<\/li>\n            <li style=\"display:flex; gap:10px; font-size:0.92rem; color:var(--ink-soft);\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; 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>Une \u00e9quipe pluridisciplinaire engag\u00e9e<\/li>\n            <li style=\"display:flex; gap:10px; font-size:0.92rem; color:var(--ink-soft);\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; 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>Des solutions fiables, s\u00e9curis\u00e9es et \u00e9volutives<\/li>\n            <li style=\"display:flex; gap:10px; font-size:0.92rem; color:var(--ink-soft);\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\" style=\"flex:none; 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>Une approche humaine et personnalis\u00e9e<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"about-stats\">\n          <div class=\"quote-card\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M7 10c-2 0-3.5 1.6-3.5 3.6C3.5 15.5 5 17 7 17c.3 3-1.3 4.6-4 5v1.4c4-.3 6.5-3 6.5-7C9.5 13.4 8.6 10 7 10zm10 0c-2 0-3.5 1.6-3.5 3.6 0 1.9 1.5 3.4 3.5 3.4.3 3-1.3 4.6-4 5v1.4c4-.3 6.5-3 6.5-7 0-4-.9-7.4-2.5-7.4z\"><\/path><\/svg>\n            <p>Simplifier vos obligations RH pour que vous puissiez vous concentrer sur ce qui compte vraiment : vos \u00e9quipes.<\/p>\n            <span>ProcessRH \u00b7 Notre philosophie<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"values-grid\">\n        <div class=\"vcard\"><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=\"3\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/circle><path d=\"M12 3v3M12 18v3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M3 12h3M18 12h3M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><\/path><\/svg><\/div><b>Proximit\u00e9<\/b><span>\u00catre \u00e0 vos c\u00f4t\u00e9s \u00e0 chaque \u00e9tape.<\/span><\/div>\n        <div class=\"vcard\"><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=\"M12 2l8 4v6c0 5-3.5 8-8 10-4.5-2-8-5-8-10V6l8-4z\" stroke=\"currentColor\" stroke-width=\"1.6\"><\/path><\/svg><\/div><b>Int\u00e9grit\u00e9<\/b><span>Agir avec transparence et honn\u00eatet\u00e9.<\/span><\/div>\n        <div class=\"vcard\"><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 6l8-3 8 3-8 3-8-3z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M6 9.5V15c0 1.1 2.7 2 6 2s6-.9 6-2V9.5\" stroke=\"currentColor\" stroke-width=\"1.5\"><\/path><\/svg><\/div><b>Expertise<\/b><span>Ma\u00eetriser les sujets techniques et r\u00e9glementaires.<\/span><\/div>\n        <div class=\"vcard\"><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 17l5-5 4 4 8-9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/div><b>Performance<\/b><span>Vous aider \u00e0 prendre les meilleures d\u00e9cisions.<\/span><\/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;\">Un partenaire RH qui conna\u00eet vos obligations<\/h2>\n      <p style=\"color:var(--ink-soft); line-height:1.7;\">\u00catre un bon partenaire RH, ce n\u2019est pas seulement r\u00e9pondre aux urgences : c\u2019est comprendre le contexte r\u00e9glementaire de chaque entreprise et anticiper les risques avant qu\u2019ils ne deviennent des probl\u00e8mes. C\u2019est cette approche que ProcessRH applique depuis plus de dix ans.<\/p>\n      <p style=\"color:var(--ink-soft); line-height:1.7; margin-top:12px;\">Par exemple, en mati\u00e8re d\u2019immigration professionnelle, les obligations \u00e9voluent r\u00e9guli\u00e8rement. Pour les textes officiels, vous pouvez consulter le <a href=\"https:\/\/www.immigration.interieur.gouv.fr\/Immigration\/L-immigration-professionnelle\" target=\"_blank\" rel=\"noopener\">portail du Minist\u00e8re de l\u2019Int\u00e9rieur d\u00e9di\u00e9 \u00e0 l\u2019immigration professionnelle<\/a>. Notre r\u00f4le de partenaire RH est de traduire ces textes en actions concr\u00e8tes pour vos \u00e9quipes. Ainsi, chaque dossier b\u00e9n\u00e9ficie d\u2019un suivi personnalis\u00e9, du premier \u00e9change jusqu\u2019\u00e0 la mise en \u0153uvre des recommandations.<\/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 \u00c0 propos de ProcessRH Votre partenaire RH de confiance ProcessRH est votre partenaire RH de confiance pour simplifier la gestion des ressources humaines et les d\u00e9marches administratives de votre entreprise. Notre mission : vous faire gagner du temps, s\u00e9curiser vos obligations et vous [&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-817","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=\"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d&#039;immigration professionnelle avec expertise et proximit\u00e9.\" \/>\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\/a-propos\/\" \/>\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=\"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance\" \/>\n\t\t<meta property=\"og:description\" content=\"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d&#039;immigration professionnelle avec expertise et proximit\u00e9.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/processrh.com\/en\/a-propos\/\" \/>\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:50:37+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-16T17:17:54+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=\"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d&#039;immigration professionnelle avec expertise et proximit\u00e9.\" \/>\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\\\/a-propos\\\/#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\\\/a-propos\\\/#listItem\",\"name\":\"\\u00c0 propos\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/a-propos\\\/#listItem\",\"position\":2,\"name\":\"\\u00c0 propos\",\"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\\\/a-propos\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/a-propos\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61557937937766\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/processrh\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/a-propos\\\/#webpage\",\"url\":\"https:\\\/\\\/processrh.com\\\/en\\\/a-propos\\\/\",\"name\":\"\\u00c0 propos de ProcessRH | Votre partenaire RH de confiance\",\"description\":\"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\\u00e9marches d'immigration professionnelle avec expertise et proximit\\u00e9.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/processrh.com\\\/en\\\/a-propos\\\/#breadcrumblist\"},\"datePublished\":\"2026-08-16T09:50:37+00:00\",\"dateModified\":\"2026-08-16T17:17:54+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":"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance","description":"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d'immigration professionnelle avec expertise et proximit\u00e9.","canonical_url":"https:\/\/processrh.com\/en\/a-propos\/","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\/a-propos\/#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\/a-propos\/#listItem","name":"\u00c0 propos"}},{"@type":"ListItem","@id":"https:\/\/processrh.com\/en\/a-propos\/#listItem","position":2,"name":"\u00c0 propos","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\/a-propos\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/processrh.com\/en\/a-propos\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61557937937766","https:\/\/www.linkedin.com\/in\/processrh"]},{"@type":"WebPage","@id":"https:\/\/processrh.com\/en\/a-propos\/#webpage","url":"https:\/\/processrh.com\/en\/a-propos\/","name":"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance","description":"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d'immigration professionnelle avec expertise et proximit\u00e9.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/processrh.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/processrh.com\/en\/a-propos\/#breadcrumblist"},"datePublished":"2026-08-16T09:50:37+00:00","dateModified":"2026-08-16T17:17:54+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":"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance","og:description":"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d'immigration professionnelle avec expertise et proximit\u00e9.","og:url":"https:\/\/processrh.com\/en\/a-propos\/","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:50:37+00:00","article:modified_time":"2026-08-16T17:17:54+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=61557937937766","twitter:card":"summary_large_image","twitter:title":"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance","twitter:description":"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d'immigration professionnelle avec expertise et proximit\u00e9.","twitter:image":"https:\/\/processrh.com\/wp-content\/uploads\/2024\/07\/cropped-favicon-processrh.jpeg"},"aioseo_meta_data":{"post_id":"817","title":"\u00c0 propos de ProcessRH | Votre partenaire RH de confiance","description":"Depuis plus de 10 ans, ProcessRH accompagne les entreprises dans la gestion RH et les d\u00e9marches d'immigration professionnelle avec expertise et proximit\u00e9.","keywords":null,"keyphrases":{"focus":{"keyphrase":"partenaire 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 16:26:00","updated":"2026-08-16 17:28:27","seo_analyzer_scan_date":null,"focus_keyword":"partenaire 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\t\u00c0 propos\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Domicile","link":"https:\/\/processrh.com\/en"},{"label":"\u00c0 propos","link":"https:\/\/processrh.com\/en\/a-propos\/"}],"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 \u00c0 propos de ProcessRH Votre partenaire RH de confiance ProcessRH est votre partenaire RH de confiance pour simplifier la gestion des ressources humaines et les d\u00e9marches administratives de votre entreprise. Notre mission : vous faire gagner du temps, s\u00e9curiser vos obligations et vous&hellip;","_links":{"self":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/817","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=817"}],"version-history":[{"count":18,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/817\/revisions"}],"predecessor-version":[{"id":947,"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/pages\/817\/revisions\/947"}],"wp:attachment":[{"href":"https:\/\/processrh.com\/en\/wp-json\/wp\/v2\/media?parent=817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}