{"id":5818,"date":"2026-07-08T03:57:00","date_gmt":"2026-07-08T10:57:00","guid":{"rendered":"https:\/\/ariflawoffices.com\/?p=5818"},"modified":"2026-06-24T16:02:23","modified_gmt":"2026-06-24T23:02:23","slug":"talent-passport-mandataire-social-a-residence-permit-for-company-directors-in-france","status":"publish","type":"post","link":"https:\/\/ariflawoffices.com\/fr\/talent-passport-mandataire-social-a-residence-permit-for-company-directors-in-france\/","title":{"rendered":"Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France | Arif Law Offices<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700&#038;family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --navy: #122B47;\n    --navy-light: #1C3D63;\n    --gold: #B6904F;\n    --gold-light: #D9B978;\n    --cream: #FAF8F4;\n    --ink: #232323;\n    --grey: #5C6470;\n    --line: #E4E1D8;\n  }\n\n  *{box-sizing:border-box;}\n\n  body{\n    margin:0;\n    background:var(--cream);\n    color:var(--ink);\n    font-family:'Inter', -apple-system, sans-serif;\n    line-height:1.7;\n    font-size:17px;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .post{\n    max-width:780px;\n    margin:0 auto;\n    padding:64px 24px 80px;\n  }\n\n  .eyebrow{\n    text-transform:uppercase;\n    letter-spacing:.12em;\n    font-size:13px;\n    font-weight:600;\n    color:var(--gold);\n    margin:0 0 14px;\n  }\n\n  h1{\n    font-family:'Playfair Display', Georgia, serif;\n    font-weight:700;\n    font-size:36px;\n    line-height:1.25;\n    color:var(--navy);\n    margin:0 0 22px;\n  }\n\n  .lead{\n    font-size:19px;\n    color:var(--grey);\n    margin:0 0 36px;\n    line-height:1.65;\n  }\n\n  h2{\n    font-family:'Playfair Display', Georgia, serif;\n    font-weight:700;\n    font-size:25px;\n    color:var(--navy);\n    margin:48px 0 18px;\n    padding-bottom:10px;\n    border-bottom:2px solid var(--line);\n  }\n\n  h3{\n    font-family:'Playfair Display', Georgia, serif;\n    font-weight:600;\n    font-size:19px;\n    color:var(--navy);\n    margin:26px 0 12px;\n  }\n\n  p{ margin:0 0 18px; }\n  strong{ color:var(--navy); }\n  a{ color:var(--navy); text-decoration:underline; text-decoration-color:var(--gold-light); }\n  a:hover{ color:var(--gold); }\n\n  .feature-list{\n    list-style:none;\n    margin:0 0 28px;\n    padding:0;\n    display:grid;\n    gap:14px;\n  }\n  .feature-list li{\n    background:#fff;\n    border:1px solid var(--line);\n    border-left:4px solid var(--gold);\n    border-radius:6px;\n    padding:14px 18px;\n  }\n\n  \/* Stat highlight cards *\/\n  .stat-row{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:14px;\n    margin:20px 0 32px;\n  }\n  @media(min-width:640px){\n    .stat-row{ grid-template-columns:1fr 1fr 1fr; }\n  }\n  .stat-card{\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:10px;\n    padding:18px 16px;\n    text-align:center;\n  }\n  .stat-card .num{\n    display:block;\n    font-family:'Playfair Display', serif;\n    font-weight:700;\n    color:var(--navy);\n    font-size:24px;\n    margin-bottom:4px;\n  }\n  .stat-card .label{\n    font-size:13.5px;\n    color:var(--grey);\n  }\n\n  \/* Comparison table *\/\n  .compare-table{\n    width:100%;\n    border-collapse:collapse;\n    margin:24px 0 36px;\n    background:#fff;\n    border-radius:10px;\n    overflow:hidden;\n    box-shadow:0 1px 3px rgba(0,0,0,.05);\n    font-size:14.5px;\n  }\n  .compare-table th, .compare-table td{\n    padding:14px 16px;\n    text-align:left;\n    border-bottom:1px solid var(--line);\n    vertical-align:top;\n  }\n  .compare-table thead th{\n    background:var(--navy);\n    color:#fff;\n    font-family:'Playfair Display', serif;\n    font-weight:600;\n    font-size:15px;\n  }\n  .compare-table tbody th{\n    background:var(--cream);\n    color:var(--navy);\n    font-weight:600;\n    width:30%;\n    font-size:14px;\n  }\n  .compare-table tbody tr:last-child td, .compare-table tbody tr:last-child th{ border-bottom:none; }\n\n  \/* Steps *\/\n  .steps{\n    display:grid;\n    gap:18px;\n    margin:24px 0 32px;\n  }\n  .step{\n    display:flex;\n    gap:16px;\n    align-items:flex-start;\n  }\n  .step .badge{\n    flex:0 0 auto;\n    width:36px;\n    height:36px;\n    border-radius:50%;\n    background:var(--navy);\n    color:#fff;\n    font-weight:600;\n    font-family:'Playfair Display', serif;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:16px;\n  }\n  .step p{ margin:0; }\n\n  \/* Callout *\/\n  .callout{\n    background:#fff;\n    border-left:4px solid var(--navy);\n    border-radius:6px;\n    padding:20px 24px;\n    margin:28px 0;\n    box-shadow:0 1px 3px rgba(0,0,0,.04);\n  }\n  .callout p{ margin:0; }\n\n  ul.plain, ol.plain{ padding-left:22px; margin:0 0 20px; }\n  ul.plain li, ol.plain li{ margin-bottom:8px; }\n\n  \/* CTA *\/\n  .cta-box{\n    background:linear-gradient(135deg, var(--navy), var(--navy-light));\n    color:#fff;\n    border-radius:12px;\n    padding:36px 32px;\n    margin:48px 0 28px;\n  }\n  .cta-box h3{ color:#fff; margin-top:0; font-size:23px; }\n  .cta-box p{ color:#E7E9ED; margin-bottom:22px; }\n  .cta-contacts{ display:flex; flex-wrap:wrap; gap:12px; }\n  .btn{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    background:var(--gold);\n    color:var(--navy);\n    font-weight:600;\n    text-decoration:none;\n    padding:12px 20px;\n    border-radius:6px;\n    font-size:15px;\n  }\n  .btn:hover{ background:var(--gold-light); color:var(--navy); }\n  .btn-outline{ background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5); }\n  .btn-outline:hover{ background:rgba(255,255,255,.1); color:#fff; }\n\n  .disclaimer{\n    font-size:13.5px;\n    color:var(--grey);\n    font-style:italic;\n    border-top:1px solid var(--line);\n    padding-top:18px;\n    margin-top:36px;\n  }\n<\/style>\n<\/head>\n<body>\n\n<article class=\"post\">\n\n  <p class=\"eyebrow\">Talent Passport \u00b7 Mandataire Social \u00b7 French Immigration<\/p>\n\n  <h1>Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France<\/h1>\n\n  <p class=\"lead\">If you have been appointed Pr\u00e9sident, Directeur G\u00e9n\u00e9ral, G\u00e9rant, or a member of the Directoire of a company established in France, you do not need a separate work permit application like a standard employee. France has a dedicated residence permit track built specifically for company directors: the Talent Passport \u2014 &#8220;Mandataire Social.&#8221;<\/p>\n\n  <p>This category exists because a corporate officer&#8217;s relationship with a company is legally different from an employment contract. The Talent Passport recognizes that distinction and gives foreign directors a clear, renewable, multi-year pathway to live and work in France while running the company that appointed them.<\/p>\n\n  <p>At Arif Law Offices, P.C., we regularly advise executives and corporate groups on this category as part of our French immigration practice. Here is what you need to know.<\/p>\n\n  <h2>What is a &#8220;Mandataire Social&#8221;?<\/h2>\n\n  <p>Under French corporate law, a <strong>mandataire social<\/strong> is a person who holds a corporate office giving them the legal authority to represent and bind the company \u2014 as opposed to someone bound by an employment contract. In practice, this covers roles such as:<\/p>\n\n  <ul class=\"feature-list\">\n    <li><strong>Pr\u00e9sident<\/strong> of a SAS (Soci\u00e9t\u00e9 par Actions Simplifi\u00e9e)<\/li>\n    <li><strong>Directeur G\u00e9n\u00e9ral<\/strong> of a SA (Soci\u00e9t\u00e9 Anonyme) or SAS<\/li>\n    <li><strong>G\u00e9rant<\/strong> of a SARL (Soci\u00e9t\u00e9 \u00e0 Responsabilit\u00e9 Limit\u00e9e)<\/li>\n    <li><strong>Member of the Directoire<\/strong> or the <strong>Conseil de Surveillance<\/strong> in a two-tier governance structure<\/li>\n  <\/ul>\n\n  <p>Because this role is governed by company law rather than labour law, the standard work-permit process designed for employees does not apply in the same way \u2014 which is exactly why a dedicated Talent Passport category exists.<\/p>\n\n  <h2>Eligibility conditions<\/h2>\n\n  <p>To qualify for the Talent Passport \u2014 Mandataire Social, you generally need to show two things:<\/p>\n\n  <div class=\"stat-row\">\n    <div class=\"stat-card\">\n      <span class=\"num\">1.<\/span>\n      <span class=\"label\">A formal appointment as legal representative of a company or establishment <strong>established in France<\/strong><\/span>\n    <\/div>\n    <div class=\"stat-card\">\n      <span class=\"num\">\u2265 3\u00d7<\/span>\n      <span class=\"label\">Gross annual remuneration of at least <strong>three times the French minimum wage (SMIC)<\/strong><\/span>\n    <\/div>\n    <div class=\"stat-card\">\n      <span class=\"num\">4 yrs<\/span>\n      <span class=\"label\">Maximum permit duration, renewable as long as conditions are met<\/span>\n    <\/div>\n  <\/div>\n\n  <p>The salary threshold is indexed to the SMIC and revised every year. As a benchmark, the gross annual minimum stood at <strong>\u20ac65,629.20<\/strong> as of 1 January 2026. Because this figure moves annually, it should always be confirmed against the current official threshold before filing.<\/p>\n\n  <div class=\"callout\">\n    <p>Unlike the &#8220;qualified employee&#8221; Talent Passport category, there is no diploma requirement and no employment contract to produce. What matters is the corporate mandate itself \u2014 proven through the company&#8217;s by-laws, the minutes of appointment, and an extract from the French commercial registry (extrait Kbis) \u2014 together with proof of the required remuneration.<\/p>\n  <\/div>\n\n  <h2>How the application works<\/h2>\n\n  <div class=\"steps\">\n    <div class=\"step\">\n      <span class=\"badge\">1<\/span>\n      <p><strong>Long-stay visa application abroad.<\/strong> The director applies at the relevant French consulate, enclosing the document establishing the corporate mandate and details of the remuneration to be received.<\/p>\n    <\/div>\n    <div class=\"step\">\n      <span class=\"badge\">2<\/span>\n      <p><strong>Entry into France.<\/strong> If the planned stay is under 12 months, a long-stay visa equivalent to a residence permit (VLS-TS) marked &#8220;Talent&#8221; is issued and must be validated within three months of arrival.<\/p>\n    <\/div>\n    <div class=\"step\">\n      <span class=\"badge\">3<\/span>\n      <p><strong>Multi-year card.<\/strong> If the stay is intended to exceed 12 months, the director applies \u2014 within two months of arrival \u2014 for the multi-year &#8220;Talent&#8221; residence permit, valid for up to four years and specifically marked &#8220;mandataire social.&#8221;<\/p>\n    <\/div>\n  <\/div>\n\n  <h2>Renewal<\/h2>\n\n  <p>The Talent \u2014 Mandataire Social card can be renewed as long as the underlying conditions are still met. At renewal, the holder must demonstrate:<\/p>\n\n  <ul class=\"plain\">\n    <li>That the company remains active and operating;<\/li>\n    <li>That the director&#8217;s remuneration continues to meet the required threshold (indexed annually to the SMIC);<\/li>\n    <li>That the corporate mandate is still in force.<\/li>\n  <\/ul>\n\n  <p>Renewal applications should be filed between three and four months before the permit&#8217;s expiry date, through the dedicated online platform.<\/p>\n\n  <h2>Family members<\/h2>\n\n  <p>One of the strongest advantages of the Talent Passport family of permits is that they extend automatically to close family:<\/p>\n\n  <ul class=\"plain\">\n    <li>The <strong>spouse<\/strong> (married or in a PACS) receives a &#8220;Talent \u2014 Family&#8221; residence permit for the same duration as the director&#8217;s card, with full and unrestricted access to the French labour market \u2014 no separate work authorization is required.<\/li>\n    <li><strong>Children<\/strong> who entered France as minors with the family receive the same family permit and may study in France; once they turn 18, the permit continues under the same conditions for a limited period.<\/li>\n  <\/ul>\n\n  <h2>Fees<\/h2>\n\n  <p>Government fees for Talent residence permits vary by permit type, generally ranging from around <strong>\u20ac150 to \u20ac350<\/strong> for issuance, in addition to the applicable visa fee paid at the consular stage. Fee schedules are revised periodically, so the exact amount should be confirmed at the time of filing.<\/p>\n\n  <h2>Mandataire Social vs. other Talent Passport routes<\/h2>\n\n  <p>Directors sometimes qualify under more than one Talent Passport category, and choosing the right one affects both the conditions and the strength of the file:<\/p>\n\n  <table class=\"compare-table\">\n    <thead>\n      <tr>\n        <th>Category<\/th>\n        <th>Who it&#8217;s for<\/th>\n        <th>Key condition<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <th>Mandataire social<\/th>\n        <td>A foreign national directly appointed as legal representative of a company established in France<\/td>\n        <td>Corporate mandate + remuneration \u2265 3\u00d7 SMIC<\/td>\n      <\/tr>\n      <tr>\n        <th>Legal representative within a group (intra-group)<\/th>\n        <td>An employee or corporate officer already working within the same corporate group, sent to act as legal representative of a French entity<\/td>\n        <td>Prior standing within the group + remuneration threshold set by decree<\/td>\n      <\/tr>\n      <tr>\n        <th>Salari\u00e9 en mission (intra-company transfer)<\/th>\n        <td>An employee (not a corporate officer) transferred from a foreign entity to work for the French entity of the same group<\/td>\n        <td>At least 3 months&#8217; seniority in the group + employment contract with the French entity<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <p>Getting the category right matters: filing under the wrong heading can mean unnecessary documentation, a longer review, or even a refusal that could have been avoided by choosing the route that actually matches the director&#8217;s legal relationship with the company.<\/p>\n\n  <h2>Common pitfalls<\/h2>\n\n  <ul class=\"plain\">\n    <li><strong>Treating the mandate like an employment contract.<\/strong> A corporate officer&#8217;s appointment is documented through corporate instruments (by-laws, board or shareholder resolutions, Kbis extract) \u2014 not a contrat de travail. Submitting the wrong type of documentation is one of the most frequent sources of delay.<\/li>\n    <li><strong>Underestimating the salary threshold.<\/strong> Because the SMIC is revised annually, a remuneration package that satisfied the threshold last year may fall short this year. The figure should be checked against the current official rate before filing or renewing.<\/li>\n    <li><strong>Overlooking renewal evidence.<\/strong> Renewal is not automatic: the prefecture will expect updated proof that the company is genuinely operating and that the remuneration threshold is still met.<\/li>\n  <\/ul>\n\n  <div class=\"cta-box\">\n    <h3>Appointed as a director of a French company?<\/h3>\n    <p>Whether you are being sent to lead a French subsidiary, taking up a position as Pr\u00e9sident or G\u00e9rant, or restructuring a group&#8217;s governance across France and the United States, our firm \u2014 present in both countries \u2014 can help you choose the right Talent Passport category and prepare a complete, well-documented file.<\/p>\n    <div class=\"cta-contacts\">\n      <a class=\"btn\" href=\"tel:+19499946100\">\ud83d\udcde +1 949-994-6100 (USA)<\/a>\n      <a class=\"btn btn-outline\" href=\"tel:+33178968734\">\ud83d\udcde +33 1 78 96 87 34 (France)<\/a>\n      <a class=\"btn btn-outline\" href=\"mailto:contact@ariflawofficespc.com\">\u2709\ufe0f contact@ariflawofficespc.com<\/a>\n    <\/div>\n  <\/div>\n\n  <p class=\"disclaimer\">This article is for general informational purposes only and does not constitute legal advice. Salary thresholds and fees are revised periodically; every situation is unique, and we recommend consulting an immigration attorney before taking any action.<\/p>\n\n<\/article>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France | Arif Law Offices Talent Passport \u00b7 Mandataire Social \u00b7 French Immigration Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France If you have been appointed Pr\u00e9sident, Directeur G\u00e9n\u00e9ral, G\u00e9rant, or a member of the Directoire of a company established [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[42],"tags":[],"class_list":["post-5818","post","type-post","status-publish","format-standard","hentry","category-green-cards"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Asif ARIF","author_link":"https:\/\/ariflawoffices.com\/fr\/author\/asif-arif\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/ariflawoffices.com\/fr\/category\/green-cards\/\" rel=\"category tag\">Green Cards<\/a>","rttpg_excerpt":"Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France | Arif Law Offices Talent Passport \u00b7 Mandataire Social \u00b7 French Immigration Talent Passport &#8220;Mandataire Social&#8221;: A Residence Permit for Company Directors in France If you have been appointed Pr\u00e9sident, Directeur G\u00e9n\u00e9ral, G\u00e9rant, or a member of the Directoire of a company established\u2026","_links":{"self":[{"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/posts\/5818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/comments?post=5818"}],"version-history":[{"count":1,"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/posts\/5818\/revisions"}],"predecessor-version":[{"id":5820,"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/posts\/5818\/revisions\/5820"}],"wp:attachment":[{"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/media?parent=5818"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/categories?post=5818"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ariflawoffices.com\/fr\/wp-json\/wp\/v2\/tags?post=5818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}