{"id":28,"date":"2026-04-03T18:21:00","date_gmt":"2026-04-03T18:21:00","guid":{"rendered":"https:\/\/pontconsulting.co\/?page_id=28"},"modified":"2026-04-03T18:21:55","modified_gmt":"2026-04-03T18:21:55","slug":"pc","status":"publish","type":"page","link":"https:\/\/pontconsulting.co\/index.php\/pc\/","title":{"rendered":"Pont Consulting"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\" dir=\"ltr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Pont Consulting \u2014 Entre l&#8217;Europe et le Maghreb<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Sans:wght@300;400;500&#038;family=Noto+Naskh+Arabic:wght@400;500&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    :root {\n      --sand: #F5F0E8;\n      --ink: #1A1714;\n      --terracotta: #B5522A;\n      --gold: #C9A84C;\n      --mist: #E8E2D9;\n      --ink-soft: #3D3730;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      background: var(--sand);\n      color: var(--ink);\n      font-family: 'DM Sans', sans-serif;\n      font-weight: 300;\n      overflow-x: hidden;\n    }\n\n    \/* \u2500\u2500 NAV \u2014 FIXED \u2500\u2500 *\/\n    nav {\n      position: fixed;\n      top: 1.5rem;\n      left: 1.5rem;\n      right: 1.5rem;\n      z-index: 100;\n      display: flex;\n      flex-direction: row;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1.2rem 2.5rem;\n      background: rgba(245,240,232,0.95);\n      backdrop-filter: blur(12px);\n      border-radius: 6px;\n      border: 1px solid rgba(201,168,76,0.15);\n      box-shadow: 0 4px 24px rgba(26,23,20,0.06);\n      gap: 2rem;\n    }\n\n    .logo {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.4rem;\n      font-weight: 400;\n      letter-spacing: 0.08em;\n      color: var(--ink);\n      text-decoration: none;\n      white-space: nowrap;\n      flex-shrink: 0;\n    }\n\n    .logo span { color: var(--terracotta); }\n\n    .nav-links {\n      display: flex;\n      flex-direction: row;\n      gap: 2.5rem;\n      list-style: none;\n      align-items: center;\n      flex: 1;\n      justify-content: center;\n      margin: 0;\n      padding: 0;\n    }\n\n    .nav-links a {\n      font-size: 0.8rem;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      text-decoration: none;\n      color: var(--ink-soft);\n      transition: color 0.2s;\n      white-space: nowrap;\n    }\n    .nav-links a:hover { color: var(--terracotta); }\n\n    .lang-switcher {\n      display: flex;\n      flex-direction: row;\n      gap: 0.6rem;\n      align-items: center;\n      flex-shrink: 0;\n    }\n\n    .lang-btn {\n      background: none;\n      border: 1px solid transparent;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 0.72rem;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--ink-soft);\n      cursor: pointer;\n      padding: 0.3rem 0.6rem;\n      border-radius: 2px;\n      transition: all 0.2s;\n    }\n    .lang-btn.active, .lang-btn:hover {\n      border-color: var(--gold);\n      color: var(--terracotta);\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      padding: 0 3rem;\n      padding-top: 8rem;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -10%;\n      right: -5%;\n      width: 55%;\n      height: 120%;\n      background: radial-gradient(ellipse at 70% 40%, rgba(201,168,76,0.07) 0%, transparent 65%),\n                  radial-gradient(ellipse at 30% 80%, rgba(181,82,42,0.05) 0%, transparent 60%);\n      pointer-events: none;\n    }\n\n    .hero-ornament {\n      position: absolute;\n      right: 6%;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 380px;\n      height: 380px;\n      opacity: 0.06;\n      pointer-events: none;\n    }\n\n    .hero-tag {\n      font-size: 0.72rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--terracotta);\n      margin-bottom: 2rem;\n      opacity: 0;\n      animation: fadeUp 0.8s 0.2s forwards;\n    }\n\n    .hero h1 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(3rem, 6vw, 5.5rem);\n      font-weight: 300;\n      line-height: 1.1;\n      max-width: 680px;\n      opacity: 0;\n      animation: fadeUp 0.9s 0.4s forwards;\n    }\n\n    .hero h1 em {\n      font-style: italic;\n      color: var(--terracotta);\n    }\n\n    .hero-sub {\n      margin-top: 2rem;\n      font-size: 1.05rem;\n      line-height: 1.8;\n      max-width: 480px;\n      color: var(--ink-soft);\n      opacity: 0;\n      animation: fadeUp 0.9s 0.6s forwards;\n    }\n\n    .hero-cta {\n      margin-top: 3rem;\n      display: flex;\n      gap: 1.2rem;\n      align-items: center;\n      opacity: 0;\n      animation: fadeUp 0.9s 0.8s forwards;\n    }\n\n    .btn-primary {\n      display: inline-block;\n      background: var(--terracotta);\n      color: #fff;\n      text-decoration: none;\n      font-size: 0.8rem;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 0.9rem 2.2rem;\n      border-radius: 2px;\n      transition: background 0.25s, transform 0.2s;\n    }\n    .btn-primary:hover { background: #9e4422; transform: translateY(-1px); }\n\n    .btn-ghost {\n      display: inline-block;\n      color: var(--ink);\n      text-decoration: none;\n      font-size: 0.8rem;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      border-bottom: 1px solid var(--gold);\n      padding-bottom: 2px;\n      transition: color 0.2s;\n    }\n    .btn-ghost:hover { color: var(--terracotta); }\n\n    .scroll-indicator {\n      position: absolute;\n      bottom: 2.5rem;\n      left: 3rem;\n      display: flex;\n      align-items: center;\n      gap: 0.8rem;\n      font-size: 0.7rem;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--ink-soft);\n      opacity: 0.5;\n    }\n\n    .scroll-line {\n      width: 40px;\n      height: 1px;\n      background: var(--gold);\n    }\n\n    \/* \u2500\u2500 ABOUT STRIP \u2500\u2500 *\/\n    .about-strip {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      min-height: 60vh;\n    }\n\n    .about-left {\n      background: var(--ink);\n      padding: 5rem 4rem;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .about-left h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(2rem, 3.5vw, 3rem);\n      font-weight: 300;\n      color: var(--sand);\n      line-height: 1.25;\n      margin-bottom: 1.5rem;\n    }\n\n    .about-left h2 em { color: var(--gold); font-style: italic; }\n\n    .about-left p {\n      color: rgba(245,240,232,0.65);\n      font-size: 0.95rem;\n      line-height: 1.85;\n      max-width: 400px;\n    }\n\n    .about-right {\n      background: var(--mist);\n      padding: 5rem 4rem;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      gap: 2.5rem;\n    }\n\n    .stat {\n      border-left: 2px solid var(--gold);\n      padding-left: 1.5rem;\n    }\n\n    .stat-number {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 2.8rem;\n      font-weight: 300;\n      color: var(--terracotta);\n      line-height: 1;\n    }\n\n    .stat-label {\n      font-size: 0.82rem;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--ink-soft);\n      margin-top: 0.3rem;\n    }\n\n    \/* \u2500\u2500 SERVICES \u2500\u2500 *\/\n    .services {\n      padding: 7rem 3rem;\n    }\n\n    .section-header {\n      display: flex;\n      align-items: baseline;\n      gap: 1.5rem;\n      margin-bottom: 4rem;\n    }\n\n    .section-tag {\n      font-size: 0.7rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--terracotta);\n    }\n\n    .section-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(2rem, 3.5vw, 3rem);\n      font-weight: 300;\n    }\n\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1.5px;\n      background: var(--mist);\n      border: 1.5px solid var(--mist);\n    }\n\n    .service-card {\n      background: var(--sand);\n      padding: 3rem 2.5rem;\n      transition: background 0.3s;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .service-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 3px;\n      height: 0;\n      background: var(--terracotta);\n      transition: height 0.35s ease;\n    }\n\n    .service-card:hover { background: #F0EAE0; }\n    .service-card:hover::before { height: 100%; }\n\n    .service-number {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 3.5rem;\n      font-weight: 300;\n      color: rgba(201,168,76,0.25);\n      line-height: 1;\n      margin-bottom: 1.5rem;\n    }\n\n    .service-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.5rem;\n      font-weight: 400;\n      margin-bottom: 1rem;\n      color: var(--ink);\n    }\n\n    .service-desc {\n      font-size: 0.88rem;\n      line-height: 1.8;\n      color: var(--ink-soft);\n    }\n\n    \/* \u2500\u2500 WHY \u2500\u2500 *\/\n    .why {\n      background: var(--ink);\n      padding: 7rem 3rem;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .why::before {\n      content: '\u062c\u0633\u0631';\n      position: absolute;\n      right: 3rem;\n      top: 50%;\n      transform: translateY(-50%);\n      font-family: 'Noto Naskh Arabic', serif;\n      font-size: 12rem;\n      color: rgba(201,168,76,0.04);\n      pointer-events: none;\n    }\n\n    .why .section-title { color: var(--sand); }\n    .why .section-tag { color: var(--gold); }\n\n    .why-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 3rem;\n      margin-top: 3rem;\n      max-width: 800px;\n    }\n\n    .why-item h3 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.25rem;\n      font-weight: 400;\n      color: var(--gold);\n      margin-bottom: 0.7rem;\n    }\n\n    .why-item p {\n      font-size: 0.88rem;\n      line-height: 1.8;\n      color: rgba(245,240,232,0.6);\n    }\n\n    \/* \u2500\u2500 CTA BANNER \u2500\u2500 *\/\n    .cta-banner {\n      padding: 6rem 3rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      border-top: 1px solid var(--mist);\n    }\n\n    .cta-banner h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(2rem, 4vw, 3.5rem);\n      font-weight: 300;\n      max-width: 600px;\n      line-height: 1.2;\n      margin-bottom: 2rem;\n    }\n\n    .cta-banner h2 em { color: var(--terracotta); font-style: italic; }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: var(--ink);\n      padding: 2.5rem 3rem;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-top: 1px solid rgba(201,168,76,0.15);\n    }\n\n    .footer-logo {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.1rem;\n      color: var(--sand);\n      letter-spacing: 0.08em;\n    }\n\n    .footer-logo span { color: var(--gold); }\n\n    footer p {\n      font-size: 0.75rem;\n      color: rgba(245,240,232,0.35);\n      letter-spacing: 0.08em;\n    }\n\n    \/* \u2500\u2500 ARABIC RTL \u2500\u2500 *\/\n    .ar-text {\n      font-family: 'Noto Naskh Arabic', serif;\n      direction: rtl;\n      text-align: right;\n    }\n\n    \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* \u2500\u2500 LANG SWITCHING \u2500\u2500 *\/\n    .lang-content { display: none; }\n    .lang-content.active { display: block; }\n    .lang-content-flex { display: none; }\n    .lang-content-flex.active { display: flex; }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 768px) {\n      nav { top: 1rem; left: 1rem; right: 1rem; padding: 1rem 1.5rem; }\n      .nav-links { display: none; }\n      .hero { padding: 0 1.5rem; padding-top: 7rem; }\n      .about-strip { grid-template-columns: 1fr; }\n      .services { padding: 4rem 1.5rem; }\n      .services-grid { grid-template-columns: 1fr; }\n      .why { padding: 4rem 1.5rem; }\n      .why-grid { grid-template-columns: 1fr; }\n      .cta-banner { padding: 4rem 1.5rem; }\n      footer { flex-direction: column; gap: 1rem; text-align: center; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \u2500\u2500 NAVIGATION \u2500\u2500 -->\n<nav>\n  <a href=\"#\" class=\"logo\">Pont<span>.<\/span>Consulting<\/a>\n  <ul class=\"nav-links\">\n    <li>\n      <a href=\"#services\" class=\"lang-content active\">Services<\/a>\n      <a href=\"#services\" class=\"lang-content\">Services<\/a>\n      <a href=\"#services\" class=\"lang-content ar-text\">\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/a>\n    <\/li>\n    <li>\n      <a href=\"#why\" class=\"lang-content active\">\u00c0 propos<\/a>\n      <a href=\"#why\" class=\"lang-content\">About<\/a>\n      <a href=\"#why\" class=\"lang-content ar-text\">\u0645\u0646 \u0646\u062d\u0646<\/a>\n    <\/li>\n    <li>\n      <a href=\"#contact\">Contact<\/a>\n    <\/li>\n  <\/ul>\n  <div class=\"lang-switcher\">\n    <button class=\"lang-btn active\" onclick=\"setLang('fr')\">FR<\/button>\n    <button class=\"lang-btn\" onclick=\"setLang('en')\">EN<\/button>\n    <button class=\"lang-btn\" onclick=\"setLang('ar')\">\u0639<\/button>\n  <\/div>\n<\/nav>\n\n<!-- \u2500\u2500 HERO \u2500\u2500 -->\n<section class=\"hero\">\n  <svg class=\"hero-ornament\" viewBox=\"0 0 200 200\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    <polygon points=\"100,10 120,80 190,80 135,125 155,195 100,155 45,195 65,125 10,80 80,80\" stroke=\"#C9A84C\" stroke-width=\"1\" fill=\"none\"\/>\n    <circle cx=\"100\" cy=\"100\" r=\"85\" stroke=\"#C9A84C\" stroke-width=\"0.5\" fill=\"none\" stroke-dasharray=\"4 8\"\/>\n    <polygon points=\"100,30 115,75 160,75 125,100 140,145 100,120 60,145 75,100 40,75 85,75\" stroke=\"#B5522A\" stroke-width=\"0.5\" fill=\"none\" opacity=\"0.6\"\/>\n  <\/svg>\n\n  <div class=\"lang-content active\">\n    <p class=\"hero-tag\">Conseil franco-maghr\u00e9bin \u00b7 Pont Consulting<\/p>\n    <h1>L\u00e0 o\u00f9 l&#8217;Europe<br\/>rencontre <em>le Maghreb<\/em><\/h1>\n    <p class=\"hero-sub\">Accompagnement strat\u00e9gique bilingue pour les entreprises europ\u00e9ennes qui souhaitent s&#8217;implanter, d\u00e9velopper ou s\u00e9curiser leurs activit\u00e9s au Maroc et en Afrique du Nord.<\/p>\n    <div class=\"hero-cta lang-content-flex active\">\n      <a href=\"#services\" class=\"btn-primary\">D\u00e9couvrir nos services<\/a>\n      <a href=\"#contact\" class=\"btn-ghost\">Nous contacter \u2192<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"lang-content\">\n    <p class=\"hero-tag\">Franco-Maghrebi Advisory \u00b7 Pont Consulting<\/p>\n    <h1>Where Europe<br\/>meets <em>the Maghreb<\/em><\/h1>\n    <p class=\"hero-sub\">Strategic bilingual advisory for European businesses looking to establish, grow, or secure their operations in Morocco and North Africa.<\/p>\n    <div class=\"hero-cta lang-content-flex\">\n      <a href=\"#services\" class=\"btn-primary\">Explore our services<\/a>\n      <a href=\"#contact\" class=\"btn-ghost\">Get in touch \u2192<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"lang-content ar-text\">\n    <p class=\"hero-tag\">\u0627\u0633\u062a\u0634\u0627\u0631\u0627\u062a \u0641\u0631\u0646\u0633\u064a\u0629 \u0645\u063a\u0627\u0631\u0628\u064a\u0629 \u00b7 Pont Consulting<\/p>\n    <h1>\u062d\u064a\u062b \u062a\u0644\u062a\u0642\u064a \u0623\u0648\u0631\u0648\u0628\u0627<br\/><em>\u0628\u0627\u0644\u0645\u063a\u0631\u0628 \u0627\u0644\u0639\u0631\u0628\u064a<\/em><\/h1>\n    <p class=\"hero-sub\">\u0627\u0633\u062a\u0634\u0627\u0631\u0627\u062a \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0644\u063a\u0629 \u0644\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0627\u0644\u0631\u0627\u063a\u0628\u0629 \u0641\u064a \u0627\u0644\u062a\u0623\u0633\u064a\u0633 \u0623\u0648 \u0627\u0644\u062a\u0648\u0633\u0639 \u0623\u0648 \u062a\u0639\u0632\u064a\u0632 \u0623\u0646\u0634\u0637\u062a\u0647\u0627 \u0641\u064a \u0627\u0644\u0645\u063a\u0631\u0628 \u0648\u0634\u0645\u0627\u0644 \u0623\u0641\u0631\u064a\u0642\u064a\u0627.<\/p>\n    <div class=\"hero-cta lang-content-flex\" style=\"justify-content:flex-end\">\n      <a href=\"#contact\" class=\"btn-ghost\">\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u2190<\/a>\n      <a href=\"#services\" class=\"btn-primary\">\u0627\u0643\u062a\u0634\u0641 \u062e\u062f\u0645\u0627\u062a\u0646\u0627<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"scroll-indicator\">\n    <div class=\"scroll-line\"><\/div>\n    <span>Scroll<\/span>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 ABOUT STRIP \u2500\u2500 -->\n<section class=\"about-strip\">\n  <div class=\"about-left\">\n    <div class=\"lang-content active\">\n      <h2>Un cabinet n\u00e9 d&#8217;une <em>double culture<\/em><\/h2>\n      <p>Pont Consulting est fond\u00e9 sur une r\u00e9alit\u00e9 biculturelle franco-marocaine v\u00e9cue de l&#8217;int\u00e9rieur. Nous ne traduisons pas seulement des documents \u2014 nous traduisons des logiques d&#8217;affaires, des codes culturels, et des attentes implicites.<\/p>\n    <\/div>\n    <div class=\"lang-content\">\n      <h2>A firm born from <em>two worlds<\/em><\/h2>\n      <p>Pont Consulting is built on a lived Franco-Moroccan bicultural reality. We don&#8217;t just translate documents \u2014 we translate business logics, cultural codes, and unspoken expectations.<\/p>\n    <\/div>\n    <div class=\"lang-content ar-text\">\n      <h2>\u0645\u0643\u062a\u0628 \u0648\u064f\u0644\u062f \u0645\u0646 <em>\u062b\u0642\u0627\u0641\u062a\u064a\u0646<\/em><\/h2>\n      <p>\u062a\u0623\u0633\u0633 Pont Consulting \u0639\u0644\u0649 \u0648\u0627\u0642\u0639 \u062b\u0646\u0627\u0626\u064a \u0627\u0644\u062b\u0642\u0627\u0641\u0629 \u0641\u0631\u0646\u0633\u064a-\u0645\u063a\u0631\u0628\u064a \u0645\u0639\u0627\u0634 \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644. \u0646\u062d\u0646 \u0644\u0627 \u0646\u062a\u0631\u062c\u0645 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0641\u062d\u0633\u0628 \u2014 \u0628\u0644 \u0646\u062a\u0631\u062c\u0645 \u0645\u0646\u0637\u0642 \u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0648\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u062b\u0642\u0627\u0641\u064a\u0629 \u0648\u0627\u0644\u062a\u0648\u0642\u0639\u0627\u062a \u0627\u0644\u0636\u0645\u0646\u064a\u0629.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"about-right\">\n    <div class=\"stat\">\n      <div class=\"stat-number\">2<\/div>\n      <div class=\"stat-label lang-content active\">Rives \u2014 Europe &#038; Maghreb<\/div>\n      <div class=\"stat-label lang-content\">Shores \u2014 Europe &#038; Maghreb<\/div>\n      <div class=\"stat-label lang-content ar-text\">\u0636\u0641\u062a\u0627\u0646 \u2014 \u0623\u0648\u0631\u0648\u0628\u0627 \u0648\u0627\u0644\u0645\u063a\u0631\u0628 \u0627\u0644\u0639\u0631\u0628\u064a<\/div>\n    <\/div>\n    <div class=\"stat\">\n      <div class=\"stat-number\">3<\/div>\n      <div class=\"stat-label lang-content active\">Langues de travail<\/div>\n      <div class=\"stat-label lang-content\">Working languages<\/div>\n      <div class=\"stat-label lang-content ar-text\">\u0644\u063a\u0627\u062a \u0639\u0645\u0644<\/div>\n    <\/div>\n    <div class=\"stat\">\n      <div class=\"stat-number\">1<\/div>\n      <div class=\"stat-label lang-content active\">Interlocuteur unique, d\u00e9di\u00e9<\/div>\n      <div class=\"stat-label lang-content\">Single dedicated point of contact<\/div>\n      <div class=\"stat-label lang-content ar-text\">\u0645\u062d\u0627\u0648\u0631 \u0648\u0627\u062d\u062f \u0645\u062e\u0635\u0635 \u0644\u0643<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 SERVICES \u2500\u2500 -->\n<section class=\"services\" id=\"services\">\n  <div class=\"section-header\">\n    <span class=\"section-tag lang-content active\">Nos services<\/span>\n    <span class=\"section-tag lang-content\">Our services<\/span>\n    <span class=\"section-tag lang-content ar-text\">\u062e\u062f\u0645\u0627\u062a\u0646\u0627<\/span>\n    <h2 class=\"section-title lang-content active\">Ce que nous faisons<\/h2>\n    <h2 class=\"section-title lang-content\">What we do<\/h2>\n    <h2 class=\"section-title lang-content ar-text\">\u0645\u0627 \u0646\u0642\u062f\u0645\u0647<\/h2>\n  <\/div>\n\n  <div class=\"services-grid\">\n    <div class=\"service-card\">\n      <div class=\"service-number\">01<\/div>\n      <div class=\"lang-content active\">\n        <h3 class=\"service-title\">Conseil \u00e0 l&#8217;implantation<\/h3>\n        <p class=\"service-desc\">Analyse de march\u00e9, identification des partenaires locaux, structuration juridique et fiscale adapt\u00e9e au contexte marocain. De l&#8217;\u00e9tude de faisabilit\u00e9 \u00e0 l&#8217;ouverture op\u00e9rationnelle.<\/p>\n      <\/div>\n      <div class=\"lang-content\">\n        <h3 class=\"service-title\">Market Entry Advisory<\/h3>\n        <p class=\"service-desc\">Market analysis, local partner identification, legal and tax structuring tailored to the Moroccan context. From feasibility study to operational launch.<\/p>\n      <\/div>\n      <div class=\"lang-content ar-text\">\n        <h3 class=\"service-title\">\u0627\u0633\u062a\u0634\u0627\u0631\u0627\u062a \u062f\u062e\u0648\u0644 \u0627\u0644\u0633\u0648\u0642<\/h3>\n        <p class=\"service-desc\">\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0633\u0648\u0642\u060c \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0634\u0631\u0643\u0627\u0621 \u0627\u0644\u0645\u062d\u0644\u064a\u064a\u0646\u060c \u0627\u0644\u0647\u064a\u0643\u0644\u0629 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a\u0629 \u0648\u0627\u0644\u0636\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u0644\u0644\u0633\u064a\u0627\u0642 \u0627\u0644\u0645\u063a\u0631\u0628\u064a. \u0645\u0646 \u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u062c\u062f\u0648\u0649 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646\u0637\u0644\u0627\u0642 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-card\">\n      <div class=\"service-number\">02<\/div>\n      <div class=\"lang-content active\">\n        <h3 class=\"service-title\">Interm\u00e9diation &#038; Mise en r\u00e9seau<\/h3>\n        <p class=\"service-desc\">Acc\u00e8s \u00e0 notre r\u00e9seau d&#8217;acteurs institutionnels, \u00e9conomiques et administratifs au Maroc. Facilitation des n\u00e9gociations et accompagnement dans les relations d&#8217;affaires locales.<\/p>\n      <\/div>\n      <div class=\"lang-content\">\n        <h3 class=\"service-title\">Intermediation &#038; Networking<\/h3>\n        <p class=\"service-desc\">Access to our network of institutional, economic, and administrative stakeholders in Morocco. Facilitation of negotiations and support in local business relations.<\/p>\n      <\/div>\n      <div class=\"lang-content ar-text\">\n        <h3 class=\"service-title\">\u0627\u0644\u0648\u0633\u0627\u0637\u0629 \u0648\u0628\u0646\u0627\u0621 \u0627\u0644\u0634\u0628\u0643\u0627\u062a<\/h3>\n        <p class=\"service-desc\">\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0634\u0628\u0643\u062a\u0646\u0627 \u0645\u0646 \u0627\u0644\u0641\u0627\u0639\u0644\u064a\u0646 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u064a\u0646 \u0648\u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u064a\u0646 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u064a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u063a\u0631\u0628. \u062a\u064a\u0633\u064a\u0631 \u0627\u0644\u0645\u0641\u0627\u0648\u0636\u0627\u062a \u0648\u062f\u0639\u0645 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-card\">\n      <div class=\"service-number\">03<\/div>\n      <div class=\"lang-content active\">\n        <h3 class=\"service-title\">Traduction &#038; Communication<\/h3>\n        <p class=\"service-desc\">Traduction professionnelle fran\u00e7ais-arabe-anglais de documents commerciaux, juridiques et institutionnels. R\u00e9daction et adaptation de contenus pour les march\u00e9s cibles.<\/p>\n      <\/div>\n      <div class=\"lang-content\">\n        <h3 class=\"service-title\">Translation &#038; Communication<\/h3>\n        <p class=\"service-desc\">Professional French-Arabic-English translation of commercial, legal, and institutional documents. Content writing and adaptation for target markets.<\/p>\n      <\/div>\n      <div class=\"lang-content ar-text\">\n        <h3 class=\"service-title\">\u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0648\u0627\u0644\u062a\u0648\u0627\u0635\u0644<\/h3>\n        <p class=\"service-desc\">\u062a\u0631\u062c\u0645\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0641\u0631\u0646\u0633\u064a-\u0639\u0631\u0628\u064a-\u0625\u0646\u062c\u0644\u064a\u0632\u064a \u0644\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a\u0629 \u0648\u0627\u0644\u0645\u0624\u0633\u0633\u064a\u0629. \u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0648\u062a\u0643\u064a\u064a\u0641\u0647 \u0644\u0644\u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u0629.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 WHY \u2500\u2500 -->\n<section class=\"why\" id=\"why\">\n  <div class=\"section-header\">\n    <span class=\"section-tag lang-content active\">Pourquoi nous<\/span>\n    <span class=\"section-tag lang-content\">Why us<\/span>\n    <span class=\"section-tag lang-content ar-text\">\u0644\u0645\u0627\u0630\u0627 \u0646\u062d\u0646<\/span>\n    <h2 class=\"section-title lang-content active\">Notre diff\u00e9rence<\/h2>\n    <h2 class=\"section-title lang-content\">Our difference<\/h2>\n    <h2 class=\"section-title lang-content ar-text\">\u0645\u0627 \u064a\u0645\u064a\u0632\u0646\u0627<\/h2>\n  <\/div>\n\n  <div class=\"why-grid\">\n    <div class=\"why-item lang-content active\"><h3>Ancrage biculturel authentique<\/h3><p>Pas un consultant qui a lu des rapports sur le Maroc \u2014 quelqu&#8217;un qui conna\u00eet les deux cultures de l&#8217;int\u00e9rieur. Chaque conseil refl\u00e8te une compr\u00e9hension v\u00e9cue.<\/p><\/div>\n    <div class=\"why-item lang-content active\"><h3>Expertise politique &#038; institutionnelle<\/h3><p>Formation en relations internationales et exp\u00e9rience parlementaire. Nous comprenons les dynamiques r\u00e9glementaires et institutionnelles des deux rives.<\/p><\/div>\n    <div class=\"why-item lang-content active\"><h3>Trilingue op\u00e9rationnel<\/h3><p>Fran\u00e7ais, anglais et arabe \u2014 dans les r\u00e9unions, les documents, les n\u00e9gociations. Aucune perte dans la traduction.<\/p><\/div>\n    <div class=\"why-item lang-content active\"><h3>Cabinet \u00e0 taille humaine<\/h3><p>Un interlocuteur d\u00e9di\u00e9, une relation directe, une r\u00e9activit\u00e9 r\u00e9elle. Pas de grand cabinet o\u00f9 votre dossier se perd.<\/p><\/div>\n\n    <div class=\"why-item lang-content\"><h3>Authentic bicultural grounding<\/h3><p>Not a consultant who read reports about Morocco \u2014 someone who knows both cultures from the inside. Every piece of advice reflects lived understanding.<\/p><\/div>\n    <div class=\"why-item lang-content\"><h3>Political &#038; institutional expertise<\/h3><p>International relations training and parliamentary experience. We understand the regulatory and institutional dynamics on both shores.<\/p><\/div>\n    <div class=\"why-item lang-content\"><h3>Operationally trilingual<\/h3><p>French, English, and Arabic \u2014 in meetings, documents, negotiations. No loss in translation.<\/p><\/div>\n    <div class=\"why-item lang-content\"><h3>Human-scale firm<\/h3><p>One dedicated contact, a direct relationship, genuine responsiveness. Not a large firm where your file gets lost.<\/p><\/div>\n\n    <div class=\"why-item lang-content ar-text\"><h3>\u0627\u0646\u062a\u0645\u0627\u0621 \u062b\u0642\u0627\u0641\u064a \u0645\u0632\u062f\u0648\u062c \u0623\u0635\u064a\u0644<\/h3><p>\u0644\u0633\u0646\u0627 \u0645\u0633\u062a\u0634\u0627\u0631\u0627\u064b \u0642\u0631\u0623 \u062a\u0642\u0627\u0631\u064a\u0631 \u0639\u0646 \u0627\u0644\u0645\u063a\u0631\u0628 \u2014 \u0628\u0644 \u0634\u062e\u0635 \u064a\u0639\u0631\u0641 \u0627\u0644\u062b\u0642\u0627\u0641\u062a\u064a\u0646 \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644. \u0643\u0644 \u0646\u0635\u064a\u062d\u0629 \u062a\u0639\u0643\u0633 \u0641\u0647\u0645\u0627\u064b \u0645\u0639\u0627\u0634\u0627\u064b.<\/p><\/div>\n    <div class=\"why-item lang-content ar-text\"><h3>\u062e\u0628\u0631\u0629 \u0633\u064a\u0627\u0633\u064a\u0629 \u0648\u0645\u0624\u0633\u0633\u064a\u0629<\/h3><p>\u062a\u0643\u0648\u064a\u0646 \u0641\u064a \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0648\u062a\u062c\u0631\u0628\u0629 \u0628\u0631\u0644\u0645\u0627\u0646\u064a\u0629. \u0646\u0641\u0647\u0645 \u0627\u0644\u062f\u064a\u0646\u0627\u0645\u064a\u0643\u064a\u0627\u062a \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0645\u0624\u0633\u0633\u064a\u0629 \u0639\u0644\u0649 \u0643\u0644\u062a\u0627 \u0627\u0644\u0636\u0641\u062a\u064a\u0646.<\/p><\/div>\n    <div class=\"why-item lang-content ar-text\"><h3>\u062b\u0644\u0627\u062b\u064a\u0648 \u0627\u0644\u0644\u063a\u0629 \u062a\u0634\u063a\u064a\u0644\u064a\u0627\u064b<\/h3><p>\u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0648\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0648\u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u2014 \u0641\u064a \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u0627\u062a \u0648\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0648\u0627\u0644\u0645\u0641\u0627\u0648\u0636\u0627\u062a. \u0628\u062f\u0648\u0646 \u0623\u064a \u062e\u0633\u0627\u0631\u0629 \u0641\u064a \u0627\u0644\u062a\u0631\u062c\u0645\u0629.<\/p><\/div>\n    <div class=\"why-item lang-content ar-text\"><h3>\u0645\u0643\u062a\u0628 \u0628\u062d\u062c\u0645 \u0625\u0646\u0633\u0627\u0646\u064a<\/h3><p>\u0645\u062d\u0627\u0648\u0631 \u0648\u0627\u062d\u062f \u0645\u062e\u0635\u0635\u060c \u0639\u0644\u0627\u0642\u0629 \u0645\u0628\u0627\u0634\u0631\u0629\u060c \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u062d\u0642\u064a\u0642\u064a\u0629. \u0644\u0633\u0646\u0627 \u0645\u0643\u062a\u0628\u0627\u064b \u0643\u0628\u064a\u0631\u0627\u064b \u064a\u0636\u064a\u0639 \u0641\u064a\u0647 \u0645\u0644\u0641\u0643.<\/p><\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 CTA \u2500\u2500 -->\n<section class=\"cta-banner\" id=\"contact\">\n  <div class=\"lang-content active\">\n    <h2>Pr\u00eat \u00e0 franchir <em>le pont<\/em> ?<\/h2>\n    <a href=\"mailto:contact@pontconsulting.co\" class=\"btn-primary\">Prendre contact<\/a>\n  <\/div>\n  <div class=\"lang-content\">\n    <h2>Ready to cross <em>the bridge<\/em>?<\/h2>\n    <a href=\"mailto:contact@pontconsulting.co\" class=\"btn-primary\">Get in touch<\/a>\n  <\/div>\n  <div class=\"lang-content ar-text\">\n    <h2>\u0645\u0633\u062a\u0639\u062f \u0644\u0639\u0628\u0648\u0631 <em>\u0627\u0644\u062c\u0633\u0631<\/em>\u061f<\/h2>\n    <a href=\"mailto:contact@pontconsulting.co\" class=\"btn-primary\">\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/a>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 FOOTER \u2500\u2500 -->\n<footer>\n  <div class=\"footer-logo\">Pont<span>.<\/span>Consulting<\/div>\n  <p>\u00a9 2025 Pont Consulting \u00b7 pontconsulting.co<\/p>\n  <p style=\"color:rgba(245,240,232,0.2);font-size:0.7rem\">Annemasse \u00b7 Haute-Savoie \u00b7 France<\/p>\n<\/footer>\n\n<script>\n  function setLang(lang) {\n    document.querySelectorAll('.lang-btn').forEach(btn => btn.classList.remove('active'));\n    event.target.classList.add('active');\n\n    document.documentElement.setAttribute('dir', lang === 'ar' ? 'rtl' : 'ltr');\n    document.documentElement.setAttribute('lang', lang);\n\n    document.querySelectorAll('.lang-content, .lang-content-flex').forEach(el => el.classList.remove('active'));\n\n    const idx = { fr: 0, en: 1, ar: 2 }[lang];\n\n    document.querySelectorAll('.lang-content, .lang-content-flex').forEach(el => {\n      const parent = el.parentElement;\n      const siblings = Array.from(parent.children).filter(c =>\n        c.classList.contains('lang-content') || c.classList.contains('lang-content-flex')\n      );\n      if (siblings.indexOf(el) === idx) el.classList.add('active');\n    });\n  }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Pont Consulting \u2014 Entre l&#8217;Europe et le Maghreb Pont.Consulting Services Services \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u00c0 propos About \u0645\u0646 \u0646\u062d\u0646 Contact FR EN \u0639 Conseil franco-maghr\u00e9bin \u00b7 Pont Consulting L\u00e0 o\u00f9 l&#8217;Europerencontre le Maghreb Accompagnement strat\u00e9gique bilingue pour les entreprises europ\u00e9ennes qui souhaitent s&#8217;implanter, d\u00e9velopper ou s\u00e9curiser leurs activit\u00e9s au Maroc et en Afrique du Nord. D\u00e9couvrir nos [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":2,"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":30,"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions\/30"}],"wp:attachment":[{"href":"https:\/\/pontconsulting.co\/index.php\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}