{"id":2013,"date":"2025-11-05T11:16:37","date_gmt":"2025-11-05T11:16:37","guid":{"rendered":"https:\/\/nationaltechnology.net\/?page_id=2013"},"modified":"2026-02-28T23:45:31","modified_gmt":"2026-02-28T23:45:31","slug":"why-join-us","status":"publish","type":"page","link":"https:\/\/nationaltechnology.net\/fr\/why-join-us\/","title":{"rendered":"Pourquoi se Joindre \u00e0 NOUS"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2013\" class=\"elementor elementor-2013\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72fcdd8 e-flex e-con-boxed e-con e-parent\" data-id=\"72fcdd8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4b97e3 elementor-widget elementor-widget-html\" data-id=\"c4b97e3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>One Family - Careers<\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800;900&display=swap\" rel=\"stylesheet\">\r\n\r\n  <style>\r\n    \/* ===============================\r\n       GLOBAL TYPOGRAPHY & RESET\r\n    ================================ *\/\r\n    :root {\r\n      --primary-blue: #1f4fbf;\r\n      --text-main: #1a202c;\r\n      --text-muted: #4a5568;\r\n      --font-family: 'Inter', sans-serif;\r\n      --size-h2: 32px;\r\n      --size-h3: 20px;\r\n      --size-body: 16px;\r\n    }\r\n\r\n    html { scroll-behavior: smooth; }\r\n    body {\r\n      margin: 0; padding: 0;\r\n      font-family: var(--font-family);\r\n      color: var(--text-main);\r\n      line-height: 1.6;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    h2 { font-size: var(--size-h2); font-weight: 800; text-transform: uppercase; letter-spacing: -0.5px; margin: 0; }\r\n    h3 { font-size: var(--size-h3); font-weight: 700; margin: 0 0 10px 0; }\r\n\r\n    \/* \u2705 LEFT ALIGNMENT FOR ALL TEXT CONTENT *\/\r\n    p, span, li, .benefit-text, .culture-item p, .card p{\r\n      font-size: var(--size-body);\r\n      color: var(--text-muted);\r\n      margin: 0;\r\n\r\n      text-align: left !important;\r\n    }\r\n\r\n    \/* keep headings clean (not justified) *\/\r\n    h2, h3 { text-align: left; }\r\n    .main-title { text-align: center; margin-bottom: 60px; color: var(--text-main); }\r\n\r\n    .section-wrapper { width: 100%; }\r\n    .content-container {\r\n      width: 100%;\r\n      max-width: none; \/* FULL WIDTH CONTENT *\/\r\n      padding: 80px clamp(16px, 3vw, 60px);\r\n    }\r\n    .blue-divider { height: 8px; background-color: var(--primary-blue); width: 100%; }\r\n\r\n    \/* ===============================\r\n       HERO AREA (FULL-WIDTH PHOTO)\r\n    ================================ *\/\r\n    .nt-hd-container { width: 100%; }\r\n\r\n    \/* TRUE EDGE-TO-EDGE HERO *\/\r\n    .nt-hero-hd{\r\n      position: relative;\r\n      height: 750px;\r\n\r\n      width: 100vw;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n\r\n      margin: 0;\r\n      background: url('https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/MRO06881.jpg')\r\n        no-repeat center center;\r\n      background-size: cover;\r\n    }\r\n\r\n    .nt-headline-overlay {\r\n      position: absolute; top: 60px; left: 60px;\r\n      background: var(--primary-blue);\r\n      padding: 30px 50px; border-radius: 4px;\r\n      box-shadow: 0 20px 60px rgba(0,0,0,0.4);\r\n    }\r\n    .nt-headline-overlay h2 { color: #ffffff; font-size: 40px; font-weight: 900; text-align:left; }\r\n\r\n    \/* Tabs full width as well *\/\r\n    .nt-hd-tabs-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(4, 1fr);\r\n\r\n      width: 100vw;\r\n      position: relative;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n\r\n      background: rgba(255,255,255,0.95);\r\n    }\r\n\r\n    .nt-tab-link {\r\n      padding: 50px 20px;\r\n      text-align: center;\r\n      font-size: 20px;\r\n      font-weight: 800;\r\n      color: var(--text-main);\r\n      border-right: 1px solid rgba(0,0,0,0.08);\r\n      text-transform: uppercase;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n      display: flex; align-items: center; justify-content: center;\r\n    }\r\n    .nt-tab-link:hover { background: #f0f4ff; color: var(--primary-blue); }\r\n\r\n    .nt-tab-btn {\r\n      background: var(--primary-blue);\r\n      color: #fff !important;\r\n      font-size: 20px; font-weight: 800;\r\n      text-transform: uppercase;\r\n      display: flex; align-items: center; justify-content: center;\r\n      text-decoration: none;\r\n      text-align:center;\r\n    }\r\n\r\n    \/* ===============================\r\n       BENEFITS CONTENT STYLING\r\n    ================================ *\/\r\n    .benefit-section-group { border-top: 1px solid #e2e8f0; padding-top: 40px; margin-bottom: 60px; }\r\n    .benefit-content { display: grid; grid-template-columns: 250px 1fr; gap: 40px; }\r\n    .icon-circle { width: 64px; height: 64px; background-color: #e8f0fe; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }\r\n    .icon-circle svg { width: 32px; height: 32px; fill: var(--primary-blue); }\r\n    .benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }\r\n    .benefit-item { display: flex; gap: 12px; align-items: flex-start; }\r\n    .check-icon { color: var(--primary-blue); font-weight: bold; font-size: 18px; margin-top: 2px; }\r\n\r\n    \/* ===============================\r\n       CULTURE & SUPPORT GRID\r\n    ================================ *\/\r\n    .culture-grid, .support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }\r\n    .culture-item { display: flex; flex-direction: column; align-items: center; text-align: center; }\r\n    .grid-icon { width: 80px; height: auto; margin-bottom: 25px; }\r\n    .bg-grey { background-color: #f8fafc; }\r\n    .card { background: #fff; padding: 40px 30px; border-radius: 12px; border: 1px solid #e2e8f0; transition: transform 0.3s ease; }\r\n    .card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }\r\n\r\n    \/* Ensure culture text stays centered layout-wise but paragraph is justified *\/\r\n    .culture-item h3 { text-align:center; }\r\n    .culture-item p { max-width: 320px; } \/* helps Word-like justification look cleaner *\/\r\n\r\n    @media (max-width: 1024px) {\r\n      .nt-hd-tabs-grid, .culture-grid, .support-grid { grid-template-columns: repeat(2, 1fr); }\r\n      .benefit-content { grid-template-columns: 1fr; }\r\n      .nt-hero-hd{ height: 620px; }\r\n      .culture-item p { max-width: none; }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .nt-hd-tabs-grid, .culture-grid, .support-grid, .benefits-grid { grid-template-columns: 1fr; }\r\n      .nt-headline-overlay { left: 20px; right: 20px; padding: 25px; }\r\n      .nt-headline-overlay h2 { font-size: 28px; }\r\n      .nt-hero-hd{ height: 520px; }\r\n      .nt-tab-link, .nt-tab-btn{ padding: 26px 16px; }\r\n      .culture-item p { max-width: none; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n  <div class=\"nt-hd-container\">\r\n    <div class=\"nt-hero-hd\">\r\n      <div class=\"nt-headline-overlay\">\r\n        <h2>ONE FAMILY FOR MORE<br>THAN 25 YEARS<\/h2>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"nt-hd-tabs-grid\">\r\n      <a href=\"#benefits\" class=\"nt-tab-link\">Our Benefits<\/a>\r\n      <a href=\"#culture\" class=\"nt-tab-link\">Our Culture<\/a>\r\n      <a href=\"#support\" class=\"nt-tab-link\">How We Support You<\/a>\r\n      <a href=\"https:\/\/nt-odoo.com\/jobs\" target=\"_blank\" class=\"nt-tab-btn\">Open All Positions \u2192<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"blue-divider\"><\/div>\r\n\r\n  <div id=\"benefits\" class=\"section-wrapper\">\r\n    <div class=\"content-container\">\r\n\r\n      <div class=\"benefit-section-group\">\r\n        <h2>Compensation & Financial Security<\/h2>\r\n        <div class=\"benefit-content\" style=\"margin-top: 30px;\">\r\n          <div class=\"left-info\">\r\n            <div class=\"icon-circle\">\r\n              <svg viewbox=\"0 0 24 24\"><path d=\"M11.8 2.1c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.7 1.2z\"\/><\/svg>\r\n            <\/div>\r\n            <p>Transparent rewards and comprehensive security.<\/p>\r\n          <\/div>\r\n\r\n          <div class=\"benefits-grid\">\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Equitable Pay Philosophy<\/h3>\r\n                <p>Salary is built on transparent bands to ensure skills and contributions are rewarded fairly.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\"><\/div>\r\n              <div class=\"benefit-text\"\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Insurance Coverage<\/h3>\r\n                <p>Medical and social insurance with 100% of premiums covered for you and your family.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"benefit-section-group\">\r\n        <h2>Growth & Professional Development<\/h2>\r\n        <div class=\"benefit-content\" style=\"margin-top: 30px;\">\r\n          <div class=\"left-info\">\r\n            <div class=\"icon-circle\">\r\n              <svg viewbox=\"0 0 24 24\"><path d=\"M12 3L1 9l11 6 9-4.91V17h2V9L12 3z\"\/><\/svg>\r\n            <\/div>\r\n            <p>Empowering your career and skill evolution.<\/p>\r\n          <\/div>\r\n\r\n          <div class=\"benefits-grid\">\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Platform Access<\/h3>\r\n                <p>Unlimited access to major professional development and certification platforms.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Market Relevance<\/h3>\r\n                <p>Continuous initiatives to keep your skills cutting-edge.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"benefit-section-group\">\r\n        <h2>Work Culture & Environment<\/h2>\r\n        <div class=\"benefit-content\" style=\"margin-top: 30px;\">\r\n          <div class=\"left-info\">\r\n            <div class=\"icon-circle\">\r\n              <svg viewbox=\"0 0 24 24\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\r\n            <\/div>\r\n            <p>Built on innovation and flexibility.<\/p>\r\n          <\/div>\r\n\r\n          <div class=\"benefits-grid\">\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Open Innovation<\/h3>\r\n                <p>A culture where you can speak up, share ideas, and take risks.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Flexibility-First<\/h3>\r\n                <p>Hybrid work arrangements to support your life-work balance.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"benefit-section-group\">\r\n        <h2>Legal & Compliance<\/h2>\r\n        <div class=\"benefit-content\" style=\"margin-top: 30px;\">\r\n          <div class=\"left-info\">\r\n            <div class=\"icon-circle\">\r\n              <svg viewbox=\"0 0 24 24\"><path d=\"M12 2L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-3z\"\/><\/svg>\r\n            <\/div>\r\n            <p>Full protection under local labor laws.<\/p>\r\n          <\/div>\r\n\r\n          <div class=\"benefits-grid\">\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\">\u2713<\/div>\r\n              <div class=\"benefit-text\">\r\n                <h3>Labor Law Adherence<\/h3>\r\n                <p>Full compliance to ensure your rights are always protected.<\/p>\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"benefit-item\">\r\n              <div class=\"check-icon\"><\/div>\r\n              <div class=\"benefit-text\">\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"blue-divider\"><\/div>\r\n\r\n  <div id=\"culture\" class=\"section-wrapper\">\r\n    <div class=\"content-container\">\r\n      <h2 class=\"main-title\">Our Culture Commitments<\/h2>\r\n\r\n      <div class=\"culture-grid\">\r\n        <div class=\"culture-item\">\r\n          <img decoding=\"async\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/resized_512x512.png\" class=\"grid-icon\" alt=\"Be Bold icon\">\r\n          <h3>Be Bold. Learn Fast.<\/h3>\r\n          <p>We choose courage over comfort. We take ambitious risks and treat every moment as a chance to learn.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"culture-item\">\r\n          <img decoding=\"async\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/race_10773280.png\" class=\"grid-icon\" alt=\"Align icon\">\r\n          <h3>Align, Adapt & Go!<\/h3>\r\n          <p>We move fast and we move together. We align on what matters and flex as things change.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"culture-item\">\r\n          <img decoding=\"async\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/launch_7627326.png\" class=\"grid-icon\" alt=\"Solve for the customer icon\">\r\n          <h3>Solve for the Customer<\/h3>\r\n          <p>We're here to win by delivering real results for our customers. We build trust and momentum.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"culture-item\">\r\n          <img decoding=\"async\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/donation_10050133.png\" class=\"grid-icon\" alt=\"HEART icon\">\r\n          <h3>Deliver with HEART<\/h3>\r\n          <p>Humble, Empathetic, Adaptable, Remarkable, and Transparent. We make each other better.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"blue-divider\"><\/div>\r\n\r\n  <div id=\"support\" class=\"section-wrapper bg-grey\">\r\n    <div class=\"content-container\">\r\n      <h2 class=\"main-title\">How we support you<\/h2>\r\n\r\n      <div class=\"support-grid\">\r\n        <div class=\"card\">\r\n          <h3>Fair Pay & Performance<\/h3>\r\n          <p>Rewarded fairly through transparent salary bands and an equitable pay philosophy.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>Learning & Development<\/h3>\r\n          <p>Access to top-tier certification platforms and specialized training.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>Great Culture<\/h3>\r\n          <p>Built on psychological safety, empowering everyone to share bold ideas.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>Flexibility & Well-being<\/h3>\r\n          <p>Championing a flexibility-first approach, trusting you to manage your own time.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>One Family &#8211; Careers ONE FAMILY FOR MORETHAN 25 YEARS Our Benefits Our Culture How We Support You Open All Positions \u2192 Compensation &#038; Financial Security Transparent rewards and comprehensive security. \u2713 Equitable Pay Philosophy Salary is built on transparent bands to ensure skills and contributions are rewarded fairly. \u2713 Insurance Coverage Medical and social &hellip; <a href=\"https:\/\/nationaltechnology.net\/fr\/why-join-us\/\" class=\"more-link\" title=\"Continue reading <span class=\"screen-reader-text\">Pourquoi se Joindre \u00e0 NOUS<\/span>&#8220;>Continue reading <span class=\"screen-reader-text\">Pourquoi se Joindre \u00e0 NOUS<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2013","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages\/2013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/comments?post=2013"}],"version-history":[{"count":49,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages\/2013\/revisions"}],"predecessor-version":[{"id":7138,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages\/2013\/revisions\/7138"}],"wp:attachment":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/media?parent=2013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}