{"id":1011,"date":"2017-02-10T15:02:36","date_gmt":"2017-02-10T15:02:36","guid":{"rendered":"https:\/\/www.infohas.ma\/recrutement\/"},"modified":"2026-01-15T12:55:25","modified_gmt":"2026-01-15T11:55:25","slug":"recruitment","status":"publish","type":"page","link":"https:\/\/www.infohas.ma\/en\/recruitment\/","title":{"rendered":"Recruitment"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1144px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div id=\"infohas-magazine\" class=\"infohas-wrapper\">\n\n  <!-- SCOPED CSS -->\n  <style>\n    \/* --- VARIABLES & THEME --- *\/\n    #infohas-magazine {\n      --primary: #2c5f7d;       \/* INFOHAS Navy *\/\n      --secondary: #f39c12;     \/* INFOHAS Orange *\/\n      --accent: #0ea5e9;        \/* Sky Blue *\/\n      --dark: #0f172a;\n      --light: #f1f5f9;\n      --white: #ffffff;\n      --glass: rgba(255, 255, 255, 0.9);\n      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n      --radius: 12px;\n      --font-main: system-ui, -apple-system, sans-serif;\n      \n      \/* CONTAINER QUERY ACTIVATION *\/\n      container-type: inline-size;\n      container-name: mag-layout;\n    }\n\n    \/* --- RESET & BASE --- *\/\n    #infohas-magazine {\n      font-family: var(--font-main);\n      color: #334155;\n      line-height: 1.8;\n      background: #f8fafc;\n      width: 100%;\n      min-width: 0;\n    }\n    \n    #infohas-magazine * { box-sizing: border-box; }\n    \n    #infohas-magazine h2, #infohas-magazine h3, #infohas-magazine h4 {\n      color: var(--primary);\n      margin: 0;\n      line-height: 1.3;\n    }\n    \n    #infohas-magazine p { margin-bottom: 1.2rem; font-size: 1rem; }\n    #infohas-magazine a { text-decoration: none; transition: 0.3s; color: var(--accent); }\n    #infohas-magazine a:hover { text-decoration: underline; }\n    #infohas-magazine img { max-width: 100%; height: auto; display: block; }\n    #infohas-magazine strong { color: var(--dark); font-weight: 700; }\n\n    \/* --- LAYOUT UTILITIES --- *\/\n    .mag-container {\n      width: 100%;\n      padding: 0 1rem;\n      position: relative;\n    }\n\n    .mag-grid-2, .mag-grid-3, .mag-grid-4 {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    @container mag-layout (min-width: 600px) {\n      .mag-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        align-items: start;\n      }\n      .mag-grid-3 {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n      }\n      .mag-grid-4 {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    @container mag-layout (min-width: 900px) {\n      .mag-grid-3 {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 1.5rem;\n      }\n      .mag-grid-4 {\n        grid-template-columns: repeat(4, 1fr);\n        gap: 1.5rem;\n      }\n    }\n    \n    .mag-section { padding: 3rem 0; }\n    \n    .mag-label {\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      font-size: 0.75rem;\n      font-weight: 700;\n      color: var(--secondary);\n      display: block;\n      margin-bottom: 0.75rem;\n    }\n\n    \/* --- TYPOGRAPHY FIX: NO H1 TAGS --- *\/\n    #infohas-magazine .mag-h1 {\n      font-size: 1.8rem;\n      font-weight: 800;\n      color: var(--dark);\n      margin-bottom: 1.25rem;\n      line-height: 1.1;\n    }\n    \n    @container mag-layout (min-width: 600px) {\n        #infohas-magazine .mag-h1 { font-size: 2.5rem; }\n    }\n    \n    .mag-h2 {\n      font-size: 1.6rem;\n      font-weight: 800;\n      color: var(--dark);\n      margin-bottom: 1.5rem;\n      border-bottom: 3px solid var(--secondary);\n      display: inline-block;\n      padding-bottom: 0.5rem;\n    }\n\n    .mag-hero {\n      position: relative;\n      background: var(--white);\n      padding: 3rem 0 4rem;\n      overflow: hidden;\n      text-align: center;\n    }\n\n    \/* --- COMPONENTS --- *\/\n    .btn-mag {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0.75rem 1.25rem;\n      background: var(--primary);\n      color: var(--white) !important;\n      border-radius: 50px;\n      font-weight: 700;\n      box-shadow: 0 4px 10px rgba(44, 95, 125, 0.2);\n      font-size: 0.85rem;\n      margin-bottom: 0.5rem;\n      white-space: nowrap;\n      text-decoration: none !important;\n      cursor: pointer;\n    }\n    .btn-mag:hover { transform: translateY(-2px); background: var(--dark); }\n    \n    .floating-stats {\n      background: var(--white);\n      border-radius: var(--radius);\n      padding: 1.5rem;\n      box-shadow: var(--shadow);\n      margin-top: -2.5rem;\n      position: relative;\n      z-index: 5;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1.5rem;\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    \n    @container mag-layout (min-width: 650px) {\n      .floating-stats {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n\n    .stat-item strong { display: block; font-size: 1.5rem; color: var(--primary); line-height: 1; margin-bottom: 0.25rem; }\n    .stat-item span { font-size: 0.7rem; color: #94a3b8; text-transform: uppercase; font-weight: 700; }\n\n    .salary-card {\n      background: var(--white);\n      padding: 1.5rem;\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      border: 1px solid #e2e8f0;\n      transition: 0.3s;\n      position: relative;\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n    }\n    \n    .salary-card.featured {\n      background: var(--primary);\n      color: var(--white);\n      border: none;\n    }\n    \n    .salary-card.featured strong, .salary-card.featured h3, .salary-card.featured p { color: var(--white) !important; }\n    .salary-card:hover { transform: translateY(-5px); }\n\n    .step-icon {\n      width: 50px;\n      height: 50px;\n      background: var(--light);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 1rem;\n      color: var(--secondary);\n    }\n    \n    .featured .step-icon { background: rgba(255,255,255,0.2); color: var(--white); }\n\n    \/* --- TABS SYSTEM --- *\/\n    .tabs-wrapper {\n      background: var(--white);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      padding: 1.5rem;\n      margin-top: 1.5rem;\n    }\n    \n    .tab-nav {\n      display: flex;\n      border-bottom: 2px solid #e2e8f0;\n      margin-bottom: 1rem;\n      overflow-x: auto;\n      padding-bottom: 5px;\n      gap: 10px;\n    }\n    \n    .tab-btn {\n      padding: 0.6rem 1.2rem;\n      background: none;\n      border: none;\n      font-weight: 700;\n      color: #94a3b8;\n      cursor: pointer;\n      border-radius: 4px;\n      transition: 0.3s;\n      white-space: nowrap;\n      font-size: 0.9rem;\n    }\n    \n    .tab-btn.active { background: var(--light); color: var(--primary); }\n    \n    .tab-content { display: none; animation: fadeIn 0.5s; }\n    .tab-content.active { display: block; }\n    \n    .tab-content ul { padding-left: 1.2rem; margin-bottom: 0; }\n    .tab-content li { margin-bottom: 0.5rem; font-size: 0.95rem; }\n    \n    @keyframes fadeIn { from { opacity:0; transform:translateY(5px); } to { opacity:1; transform:translateY(0); } }\n\n    .info-box {\n        background: #f1f5f9;\n        padding: 1.5rem;\n        border-radius: var(--radius);\n        border-left: 4px solid var(--secondary);\n        margin-top: 2rem;\n    }\n\n    .form-wrapper {\n        background: var(--white);\n        padding: 2rem;\n        border-radius: var(--radius);\n        box-shadow: var(--shadow);\n    }\n\n    .mag-icon { width: 24px; height: 24px; fill: currentColor; }\n    \n    \/* Contact Box in Footer *\/\n    .contact-box {\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n        padding: 1rem;\n        background: var(--light);\n        border-radius: var(--radius);\n        margin-top: 1rem;\n    }\n\n    \/* Style for the popup link when it is rendered by the shortcode *\/\n    .arform-popup-wrapper a {\n        display: inline-block;\n        padding: 0.75rem 1.5rem;\n        background-color: var(--secondary);\n        color: var(--white);\n        font-weight: 700;\n        border-radius: 50px;\n        text-transform: uppercase;\n        font-size: 0.9rem;\n        box-shadow: 0 4px 10px rgba(243, 156, 18, 0.3);\n    }\n    .arform-popup-wrapper a:hover {\n        background-color: var(--dark);\n        text-decoration: none;\n    }\n\n  <\/style>\n\n  <!-- SVG SPRITE -->\n  <svg style=\"display: none;\">\n    <symbol id=\"icon-paper-plane\" viewBox=\"0 0 512 512\"><path d=\"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z\"\/><\/symbol>\n    <symbol id=\"icon-search\" viewBox=\"0 0 512 512\"><path d=\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z\"\/><\/symbol>\n    <symbol id=\"icon-comments\" viewBox=\"0 0 640 512\"><path d=\"M208 352c-2.39 0-4.78 .35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62c.14 26.41 21.65 47.38 48 47.38H160c26.35 0 47.86-20.97 48-47.38 .33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"\/><\/symbol>\n    <symbol id=\"icon-handshake\" viewBox=\"0 0 640 512\"><path d=\"M434.7 64h-85.4c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1 .1-.2 .3-.3 .4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7l57.4-51.1v96.1c0 8.8 7.2 16 16 16h68c8.8 0 16-7.2 16-16V64zm-128 176c-26.3 0-50.5-12.8-65.7-34.6l-98.3-90c-35.9-32.9-91.8-8.2-94.2 40.3C45.3 189 29.5 220.4 7.6 250.6c-10 13.8-10.2 32.7 .5 45.8L121.2 432c9.5 11.6 24.5 17.6 39.4 15.9l86-9.6c18.5-2.1 34.6-13.8 41.8-30.9l46.3-109.9V176h-5.6zM533.4 162.7c-7.5-15.8-23.7-25.9-41.2-25.9h-74.3v136.6l46.3 110c7.2 17.1 23.3 28.9 41.8 30.9l86 9.6c14.9 1.7 29.8-4.3 39.4-15.9l113.1-135.6c10.7-13 10.5-31.9 .5-45.8-21.9-30.2-37.7-61.6-40.9-94.7-2.4-48.4-58.3-73.2-94.2-40.3l-76.5 69.9z\"\/><\/symbol>\n    <symbol id=\"icon-map\" viewBox=\"0 0 384 512\"><path d=\"M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\"\/><\/symbol>\n    <symbol id=\"icon-instagram\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.6-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"\/><\/symbol>\n  <\/svg>\n\n  <!-- HERO SECTION -->\n  <div class=\"mag-hero\">\n    <div class=\"mag-container\">\n      <span class=\"mag-label\">Careers & Opportunities<\/span>\n      <!-- H1 REPLACED BY H2 AS PER INSTRUCTION -->\n      <h2 class=\"mag-h1\">RECRUITMENT CENTER<\/h2>\n      <p style=\"max-width: 700px; margin: 0 auto;\">\n        <strong>Your career takes off here.<\/strong> Do you want to join the INFOHAS team? Whether you are a trainer, aviation expert, or administrative staff, find all the information about our recruitment process and offers here.\n      <\/p>\n      <div style=\"margin-top:1.5rem;\">\n        <a href=\"#formulaire-candidature\" class=\"btn-mag smooth-scroll\">\n          <svg class=\"mag-icon\" style=\"margin-right:8px;\"><use href=\"#icon-paper-plane\"><\/use><\/svg>\n          Apply Now\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FLOATING STATS -->\n  <div class=\"mag-container\">\n    <div class=\"floating-stats\">\n      <div class=\"stat-item\">\n        <strong>10 Days<\/strong>\n        <span>Response Time<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <strong>Contracts<\/strong>\n        <span>Full-Time \/ Fixed<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <strong>Rabat<\/strong>\n        <span>Hassan Campus<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <strong>Intl<\/strong>\n        <span>Environment<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PROCESS GRID SECTION -->\n  <section class=\"mag-section\">\n    <div class=\"mag-container\">\n      <div style=\"text-align:center; margin-bottom:2.5rem;\">\n        <h2 class=\"mag-h1\" style=\"font-size: 2rem;\">Our Process<\/h2>\n        <div style=\"width:60px; height:4px; background:var(--secondary); margin: 0 auto 1rem;\"><\/div>\n        <p>4 simple steps to join excellence.<\/p>\n      <\/div>\n\n      <div class=\"mag-grid-4\">\n        <!-- Step 1 -->\n        <div class=\"salary-card\">\n          <div class=\"step-icon\">\n            <svg class=\"mag-icon\"><use href=\"#icon-paper-plane\"><\/use><\/svg>\n          <\/div>\n          <h3 class=\"mag-h3\">1. Application<\/h3>\n          <p style=\"font-size:0.9rem;\">Submit your file via our secure online form below.<\/p>\n        <\/div>\n\n        <!-- Step 2 -->\n        <div class=\"salary-card featured\">\n          <div class=\"step-icon\">\n            <svg class=\"mag-icon\"><use href=\"#icon-search\"><\/use><\/svg>\n          <\/div>\n          <h3 class=\"mag-h3\" style=\"color:white;\">2. Pre-selection<\/h3>\n          <p style=\"font-size:0.9rem; color:rgba(255,255,255,0.9);\">Profile analysis by our HR team within 10 business days.<\/p>\n        <\/div>\n\n        <!-- Step 3 -->\n        <div class=\"salary-card\">\n          <div class=\"step-icon\">\n            <svg class=\"mag-icon\"><use href=\"#icon-comments\"><\/use><\/svg>\n          <\/div>\n          <h3 class=\"mag-h3\">3. Interview<\/h3>\n          <p style=\"font-size:0.9rem;\">Physical or video meeting and technical skills tests.<\/p>\n        <\/div>\n\n        <!-- Step 4 -->\n        <div class=\"salary-card\">\n          <div class=\"step-icon\">\n            <svg class=\"mag-icon\"><use href=\"#icon-handshake\"><\/use><\/svg>\n          <\/div>\n          <h3 class=\"mag-h3\">4. Onboarding<\/h3>\n          <p style=\"font-size:0.9rem;\">Welcome! Complete onboarding and training in our methods.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TABS SECTION (FAQ REPLACEMENT) -->\n  <section class=\"mag-section\" style=\"background:var(--white);\">\n    <div class=\"mag-container\">\n      <div class=\"mag-grid-2\">\n        \n        <!-- Left: Context -->\n        <div>\n          <span class=\"mag-label\">Help Center<\/span>\n          <h2 class=\"mag-h1\">Frequently Asked Questions<\/h2>\n          <p>Everything you need to know before applying.<\/p>\n          \n          <!-- Location Info -->\n          <div class=\"info-box\">\n             <h4 style=\"margin-bottom:0.5rem;\">\ud83d\udccd Rabat Campus (Hassan)<\/h4>\n             <p style=\"margin-bottom:0; font-size:0.9rem;\">\n                Interviews usually take place at our headquarters: <strong>15 Rue Demnate<\/strong>.\n             <\/p>\n             <div class=\"contact-box\">\n                <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&query=INFOHAS+Rabat\" target=\"_blank\" style=\"font-weight:700; font-size:0.85rem;\">\n                   <svg class=\"mag-icon\" style=\"width:16px; height:16px; display:inline; margin-right:5px;\"><use href=\"#icon-map\"><\/use><\/svg> Directions\n                <\/a>\n             <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Right: Tabs -->\n        <div class=\"tabs-wrapper\">\n          <div class=\"tab-nav\">\n            <button class=\"tab-btn active\" onclick=\"openTab(event, 'tab-candidature')\">Application<\/button>\n            <button class=\"tab-btn\" onclick=\"openTab(event, 'tab-delais')\">Timeline<\/button>\n            <button class=\"tab-btn\" onclick=\"openTab(event, 'tab-docs')\">Documents<\/button>\n          <\/div>\n\n          <div id=\"tab-candidature\" class=\"tab-content active\">\n            <h4 style=\"margin-bottom:1rem; color:var(--dark);\">How to apply?<\/h4>\n            <p style=\"font-size:0.95rem;\">\n              Once the call for applications is launched, you can submit your application by filling out our form below. Be sure to complete all fields regarding your experience and qualifications.\n            <\/p>\n          <\/div>\n\n          <div id=\"tab-delais\" class=\"tab-content\">\n            <h4 style=\"margin-bottom:1rem; color:var(--dark);\">When will I get an answer?<\/h4>\n            <p style=\"font-size:0.95rem;\">\n              We will keep you informed via email. If you are selected for an interview, we will contact you within <strong>2 to 3 weeks<\/strong>. Even in case of refusal, we keep your CV in our pool.\n            <\/p>\n          <\/div>\n\n          <div id=\"tab-docs\" class=\"tab-content\">\n            <h4 style=\"margin-bottom:1rem; color:var(--dark);\">Required Documents<\/h4>\n            <ul>\n              <li>Updated CV (with professional photo)<\/li>\n              <li>Cover Letter<\/li>\n              <li>Copy of Diplomas \/ Certificates<\/li>\n              <li>Medical Certificate (if applicable to the position)<\/li>\n            <\/ul>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PARTNERSHIPS BANNER (New Dedicated Section) -->\n  <section class=\"mag-section\" style=\"padding-top:0;\">\n    <div class=\"mag-container\">\n      <div class=\"salary-card\" style=\"background: linear-gradient(to right, #f0f9ff, #e0f2fe); border-left: 5px solid #0ea5e9; border-top:none; border-bottom:none; border-right:none;\">\n        <div class=\"mag-grid-2\" style=\"align-items: center; gap: 1rem;\">\n          <div>\n            <h3 class=\"mag-h3\" style=\"color:var(--primary); margin-bottom: 0.5rem; display:flex; align-items:center;\">\n              <svg class=\"mag-icon\" style=\"color:#0ea5e9; width:22px; height:22px; margin-right:8px;\"><use href=\"#icon-handshake\"><\/use><\/svg>\n              Partnerships & Exclusive Recruitments\n            <\/h3>\n            <p style=\"margin-bottom:0; font-size:0.95rem;\">\n              INFOHAS Academy is <strong>officially mandated<\/strong> by numerous airlines as well as international Duty Free companies to conduct their pre-screening and primary selections.\n            <\/p>\n          <\/div>\n          <div style=\"text-align:center;\">\n             <p style=\"font-size:0.85rem; margin-bottom:0.5rem; font-weight:600;\">To benefit from these opportunities, follow us:<\/p>\n             <a href=\"https:\/\/www.instagram.com\/infohas.cabincrew\" target=\"_blank\" class=\"btn-mag\" style=\"background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); border:none; box-shadow: 0 4px 15px rgba(214, 36, 159, 0.3); width:100%;\">\n                <svg class=\"mag-icon\" style=\"margin-right:8px;\"><use href=\"#icon-instagram\"><\/use><\/svg>\n                @infohas.cabincrew\n             <\/a>\n             <p style=\"font-size:0.75rem; margin-top:0.5rem; color:#64748b; opacity:0.8;\">We actively publish these offers on our page.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FORM SECTION -->\n  <section id=\"formulaire-candidature\" class=\"mag-section\">\n    <div class=\"mag-container\">\n      <div class=\"mag-grid-2\">\n        <div class=\"salary-card featured\" style=\"justify-content:center; text-align:center;\">\n            <svg class=\"mag-icon\" style=\"width:64px; height:64px; margin:0 auto 1.5rem; opacity:0.8;\"><use href=\"#icon-paper-plane\"><\/use><\/svg>\n            <h2 class=\"mag-h1\" style=\"color:white !important; font-size:2rem;\">Join Excellence<\/h2>\n            <p style=\"color:rgba(255,255,255,0.9);\">Participate in training the future aviation elite in a prestigious setting.<\/p>\n            <ul style=\"text-align:left; color:white; margin:1rem auto 0; max-width:300px; opacity:0.9;\">\n               <li style=\"margin-bottom:0.5rem;\">\u2714 International Environment<\/li>\n               <li style=\"margin-bottom:0.5rem;\">\u2714 Career Evolution<\/li>\n               <li style=\"margin-bottom:0.5rem;\">\u2714 Job Stability<\/li>\n            <\/ul>\n        <\/div>\n        \n        <div class=\"form-wrapper\">\n           <h3 class=\"mag-h2\" style=\"border:none; margin-bottom:1rem;\">Spontaneous Application<\/h3>\n           <p style=\"font-size:0.9rem; color:#64748b;\">Fill out this form to apply.<\/p>\n           \n           <!-- SHORTCODE INTEGRATION (EMBEDDED) -->\n           <div class=\"arform-wrapper\">\n             <style type=\"text\/css\" id=\"103\" data-form-unique-id=\"75033\" >.arf_form_outer_wrapper.ar_main_div_103 .arf_fieldset .formdescription_style{margin:0px !important;}<\/style><div class=\"arf_form ar_main_div_103 arf_form_outer_wrapper \" id=\"arffrm_103_container\"><div id=\"arf_message_error\" class=\"frm_error_style\" style=\"display:none;\"><div class=\"msg-detail\"><div class=\"msg-description-success\">Form Submission is restricted<\/div><\/div><\/div><div id=\"arf_message_success_popup\" style=\"display:none;\"><div class=\"msg-detail\"><div class=\"msg-description-success\">Your demand been sent successfully, Thank you<\/div><\/div><\/div><form enctype=\"multipart\/form-data\" method=\"post\" class=\"arfshowmainform  \" style=\"\" data-form-id=\"form_9e0j7g\"  novalidate=\"\" onsubmit=\"return arf_validate_form_submit()\" arf_form_submit = 0 data-id=\"75033\"  data-random-id=\"103_VbUId0M6nt\"  data-submission-key=\"x3QKE4KI\"  data-key-validate=\"false\"  data-popup-id=\"\"><label for='arf_filter_input_103_VbUId0M6nt' class='arf_hidden_element' style='color:transparent !important;'>Filter<\/label><input id='arf_filter_input_103_VbUId0M6nt' type='text' name='arf_filter_input' data-jqvalidate='false' data-random-key='103_VbUId0M6nt' value='' style='opacity:0 !important;display:none !important;visibility:hidden !important;' \/><input type='hidden' id='arf_ajax_url' value='https:\/\/www.infohas.ma\/wp-admin\/admin-ajax.php' \/><input type=\"hidden\" data-jqvalidate=\"false\" class=\"kpress\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" class=\"stime\" value=\"1781832670\" \/><input type=\"hidden\" data-jqvalidate=\"false\" data-id=\"nonce_start_time\" class=\"nonce_start_time\" value=\"form_filter_st\" \/><input type=\"hidden\" data-jqvalidate=\"false\" data-id=\"nonce_keyboard_press\" class=\"nonce_keyboard_press\" value=\"form_filter_kp\" \/><input type=\"hidden\" data-jqvalidate=\"false\" data-id=\"arm_nonce_check\" name=\"arm_nonce_check\" value=\"0a418af593\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_redirect_url_to\" id=\"arf_redirect_url_to\" value=\"same_tab\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_browser_name\" data-id=\"arf_browser_name\" data-version=\"unknown\" value=\"Unknown\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arforms_nonce\" id=\"arforms_nonce\" value=\"d7c9456552\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_prevalidate_nonce\" value=\"8dbb5317c4\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_file_token_103\" id=\"arf_file_token_103\" value=\"4oJdPg9eCE\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"upload_field_id_103_75033\" id=\"upload_field_id_103_75033\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_file_upload_token_103\" id=\"arf_file_upload_token_103\" value=\"919d4ec313\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arfdecimal_separator\" data-id=\"arfdecimal_separator\" value=\".\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_key_103\" data-id=\"form_key_103\" value=\"9e0j7g\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_success_message_show_time_103\" data-id=\"arf_success_message_show_time_103\" value=\"3\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_form_hide_after_submit_103\" data-id=\"arf_form_hide_after_submit_103\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"is_form_preview_103\" data-id=\"is_form_preview_103\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_validate_outside_103\" data-id=\"arf_validate_outside_103\" data-validate=\"0\" value=\"0\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_is_validate_outside_103\" data-id=\"arf_is_validate_outside_103\" data-validate=\"0\" value=\"0\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_is_resetform_aftersubmit_103\" data-id=\"arf_is_resetform_aftersubmit_103\" value=\"1\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_is_resetform_outside_103\" data-id=\"arf_is_resetform_outside_103\" value=\"0\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_form_enable_cookie_103\" data-id=\"arf_form_enable_cookie_103\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_tooltip_settings_103\" data-id=\"arf_tooltip_settings_103\" class=\"arf_front_tooltip_settings\" data-form-id=\"103\" data-color=\"#ffffff\" data-position=\"top\" data-width=\"\" data-bg-color=\"#000000\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arfsuccessmsgposition_103\" data-id=\"arfsuccessmsgposition_103\"  value=\"top\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arfpagebreakstyle_103\" data-id=\"arfpagebreakstyle_103\"  value=\"number\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arfpagebreakaddtimer_103\" data-id=\"arfpagebreakaddtimer_103\" value=\"0\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_tooltip_error_103\" data-id=\"form_tooltip_error_103\" data-color=\"#FAEBCC|#8A6D3B|#af7a0c\" data-position=\"right\" value=\"advance\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arfaction\" value=\"create\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_id\" data-id=\"form_id\" value=\"103\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_data_id\" data-id=\"form_data_id\" value=\"75033\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_key\" data-id=\"form_key\" value=\"9e0j7g\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_ajax_url\" value=\"https:\/\/www.infohas.ma\/wp-admin\/admin-ajax.php\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_display_type\" data-id=\"form_display_type\" value=\"0|https:\/\/www.infohas.ma\/en\/recruitment\/\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_submit_type\" data-id=\"form_submit_type\" value=\"1\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_http_referrer_url\" data-id=\"arf_http_referrer_url\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" id=\"arf_image_directory_url_103_75033\" name=\"arf_image_directory_url\" value=\"https:\/\/www.infohas.ma\/wp-content\/plugins\/arforms\/images\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arffiledragurl\" data-id=\"arffiledragurl\" value=\"https:\/\/www.infohas.ma\/wp-content\/plugins\/arforms\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"entry_key\" value=\"\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arf_skip_captcha\" data-id=\"arf_skip_captcha\" value=\"\" \/><input type='hidden' id='arf_pb_field_animation_duration_front_103' name='arf_pb_field_animation_duration_front_103' value='' \/><input type='hidden' id='arf_pb_field_animation_delay_front_103' name='arf_pb_field_animation_delay_front_103' value='' \/><input type='hidden' id='arf_pb_field_animation_inherit_103' name='arf_pb_field_animation_inherit_103' value='0' \/><input type='hidden' id='arf_field_animation_style_front_103' name='arf_field_animation_style_front_103' value='' \/><input type='hidden' id='arf_field_animation_duration_front_103' name='arf_field_animation_duration_front_103' value='' \/><input type='hidden' id='arf_field_animation_delay_front_103' name='arf_field_animation_delay_front_103' value='' \/><input type=\"hidden\" id=\"arf_form_site_wide_103\" value=\"\" \/><div class=\"allfields\" ><div class=\"arf_fieldset arf_standard_form\" id=\"arf_fieldset_75033\"><div id=\"page_0\" class=\"page_break\"><div id=\"arf_field_439_75033_container\" class=\"    arfformfield control-group arfmainformfield  arf_field_type_text  top_container none_container top_container arfformfield frm_first_half  arf_field_439\"  style='width: 48.291%' data-field-type=\"text\" data-parent_field=\"0\" ><label data-type=\"text\" for=\"field_k687fe_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Name<\/label><div class=\"controls\"   ><input   type=\"text\" id=\"field_k687fe_75033\"  name=\"item_meta[439]\"  value=\"Name\"   \/><\/div><\/div><div class=\"arf_half_middle\"><\/div><div id=\"arf_field_440_75033_container\" class=\"    arfformfield control-group arfmainformfield  arf_field_type_text  top_container none_container top_container arfformfield frm_last_half  arf_field_440\"  style='width: 48.082%' data-field-type=\"text\" data-parent_field=\"0\" ><label data-type=\"text\" for=\"field_rv1kmt_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >City<\/label><div class=\"controls\"   ><input   type=\"text\" id=\"field_rv1kmt_75033\"  name=\"item_meta[440]\"  value=\"City\"   \/><\/div><\/div><div style=\"clear:both;\"><\/div><div id=\"arf_field_441_75033_container\" class=\"    arfformfield control-group arfmainformfield  arffieldrequired arf_field_type_email  top_container none_container   top_container arfformfield frm_first_half arf_field_441\"  style='width: 48.291%'  data-field-type=\"email\" data-parent_field=\"0\"><label data-type=\"email\" for=\"field_tpwrus_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Email<span class=\"arfcheckrequiredfield\">*<\/span><\/label><div class=\"controls\"   ><input type=\"text\" id=\"field_tpwrus_75033\" name=\"item_meta[441]\"  placeholder=\"Email\"  class=\" arf_required \" data-validation-required-message=\"Please Enter Email\"  data-validation-regex-regex=\"[\\p{L}0-9._-]+@[\\p{L}0-9.-]+\\.[\\p{L}]+\" data-validation-regex-message=\"Email is invalid\"  \/><\/div><\/div><div class=\"arf_half_middle\"><\/div><div id=\"arf_field_442_75033_container\" class=\"    arfformfield control-group arfmainformfield  arf_field_type_phone  top_container none_container  top_container arfformfield frm_last_half  arf_field_442\"  style='width: 48.082%'  data-field-type=\"phone\" data-parent_field=\"0\"><label data-type=\"phone\" for=\"field_so9lvd_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Phone<\/label><div class=\"controls\"   ><input type=\"text\" data-type=\"phone\"  id=\"field_so9lvd_75033\"name=\"item_meta[442]\"data-validation-number-message=\"Phone is invalid\" value='Phone'\/><\/div><\/div><div style=\"clear:both;\"><\/div><div id=\"arf_field_443_75033_container\" class=\"    arfformfield control-group arfmainformfield  arf_field_type_text  top_container none_container top_container arfformfield frm_first_half  arf_field_443\"  style='width: 48.291%' data-field-type=\"text\" data-parent_field=\"0\" ><label data-type=\"text\" for=\"field_gxyj8h_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Education Level\/Diploma<\/label><div class=\"controls\"   ><input   type=\"text\" id=\"field_gxyj8h_75033\"  name=\"item_meta[443]\"  value=\"Education Level\/Diploma\"   \/><\/div><\/div><div class=\"arf_half_middle\"><\/div><div id=\"arf_field_444_75033_container\" class=\"    arfformfield control-group arfmainformfield  arffieldrequired arf_field_type_text  top_container none_container top_container arfformfield frm_last_half  arf_field_444\"  style='width: 48.082%' data-field-type=\"text\" data-parent_field=\"0\" ><label data-type=\"text\" for=\"field_m6elac_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Reference<span class=\"arfcheckrequiredfield\">*<\/span><\/label><div class=\"controls\"   ><input   type=\"text\" id=\"field_m6elac_75033\"  name=\"item_meta[444]\"  class=\" arf_required \" value=\"Reference\"  data-validation-required-message=\"Please Enter College \/ University\"   \/><\/div><\/div><div style=\"clear:both;\"><\/div><div id=\"arf_field_445_75033_container\" class=\"    arfformfield control-group arfmainformfield  arf_field_type_textarea  top_container none_container top_container arfformfield   arf_field_445\"  style='width: 100%'  data-field-type=\"textarea\" data-parent_field=\"0\"><label data-type=\"textarea\" for=\"field_ue1squ_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Your Motivations<\/label><div class=\"controls\"   ><textarea name=\"item_meta[445]\" id=\"field_ue1squ_75033\"  rows=\"2\"  >Your Motivations<\/textarea><\/div><\/div><div style=\"clear:both;\"><\/div><div id=\"arf_field_448_75033_container\" class=\"    arfformfield control-group arfmainformfield  arf_field_type_textarea  top_container none_container top_container arfformfield   arf_field_448\"  style='width: 100%'  data-field-type=\"textarea\" data-parent_field=\"0\"><label data-type=\"textarea\" for=\"field_kvt6ni_75033\" class=\"arf_main_label arf_main_label_14px\" aria-label = >Address<\/label><div class=\"controls\"   ><textarea name=\"item_meta[448]\" id=\"field_kvt6ni_75033\"  rows=\"2\"  >Address<\/textarea><\/div><\/div><div style=\"clear:both;\"><\/div><div id=\"arf_field_446_75033_container\" class=\"    arfformfield control-group arfmainformfield  arffieldrequired arf_field_type_file  top_container none_container  top_container arfformfield  arf_field_446\"  style='width: 100%' data-field-type=\"file\" data-parent_field=\"0\"><label data-type=\"file\"  class=\"arf_main_label arf_main_label_14px\" aria-label = >Attachez votre CV (.pdf)'<span class=\"arfcheckrequiredfield\">*<\/span><\/label><div class=\"controls\"   ><div class=\"file_main_control\" style=\"display:inline-block; \"><div class=\"arf_file_field\" style=\"display:inline-block;\"><div class=\" arfajax-file-upload\" data-type=\"file\" id=\"div_fwevpn_75033\" data-id=\"446\" data-form-data-id=\"75033\" data-form-id=\"103\" style=\"position: relative; overflow: hidden; cursor:pointer;\"><div class=\"arfajax-file-upload-img\" style=\"float:left;\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 100 100\"><path xmlns=\"http:\/\/www.w3.org\/2000\/svg\" d=\"M77.656,56.25c2.396,0,4.531-0.625,6.406-1.875c1.822-1.303,3.385-2.865,4.688-4.688c1.25-1.875,1.875-4.037,1.875-6.484  s-1.275-5-3.828-7.656l-6.328-6.484c-6.719-6.927-13.49-13.646-20.312-20.156L50-0.781L39.844,8.906  c-6.823,6.51-13.594,13.229-20.312,20.156l-6.719,6.953c-2.292,2.344-3.438,4.609-3.438,6.797v0.781  c0,1.667,0.208,3.021,0.625,4.062s1.042,2.083,1.875,3.125c0.885,1.094,1.875,2.084,2.969,2.969  c1.042,0.834,2.083,1.459,3.125,1.875s2.344,0.625,3.906,0.625s2.865-0.209,3.906-0.625c1.094-0.469,2.24-1.197,3.438-2.188  c1.25-0.99,2.682-2.344,4.297-4.062l3.984-4.141v41.562c0,2.553,0.417,4.557,1.25,6.016c0.885,1.459,1.719,2.604,2.5,3.438  c0.833,0.781,1.979,1.615,3.438,2.5C46.146,99.584,47.917,100,50,100c2.084,0,3.854-0.416,5.312-1.25  c1.459-0.885,2.604-1.719,3.438-2.5c0.781-0.834,1.615-1.979,2.5-3.438c0.834-1.459,1.25-3.463,1.25-6.016V45.859l7.422,6.719  C72.631,55.025,75.209,56.25,77.656,56.25\"\/><\/svg><\/div>&nbsp;T\u00e9l\u00e9charger<input type=\"file\" aria-label=\"Upload file-446\"data-validation-required-message=\"Please Select Resume\" class=\"file original\" data-max-file-upload-size=\"512M\" name=\"file446\" data-is-insecure-file=\"false\" data-insecure-file-message=\"The file could not be uploaded due to security reason as it contains malicious code\" data-type=\"file\" id=\"field_fwevpn_75033\" data-invalid-message=\"File is invalid\" data-size-invalid-message=\"Taille de fichier incorrecte\" data-form-data-id=\"75033\" data-field-id=\"446\" data-form-id=\"103\" data-file-valid=\"true\"style=\"position: absolute; cursor: pointer; top: 0px; padding:0; margin:0; height:100%; outline:none; right:0; z-index: 100; opacity: 0; width:100%\"  accept=\".pdf, .rtf, \" \/><input type=\"hidden\" data-type=\"file\" id=\"type_fwevpn_75033\" name=\"type_fwevpn\" value=\"0\" ><input type=\"hidden\" value=\"pdf, rtf, \" id=\"file_types_fwevpn_75033\" name=\"field_types_fwevpn\" \/><input type=\"hidden\" value=\"auto\" id=\"file_size_fwevpn_75033\" name=\"file_size_fwevpn\" ><input type=\"hidden\" name=\"item_meta[446]\" id=\"item_meta_446\" value=\"\"><input type=\"hidden\" data-jqvalidate=\"false\" name=\"uploaded_file_name_103_75033_446\" id=\"uploaded_file_name_103_75033_446\" class=\"uploaded_field_name\" value=\"\" \/><\/div><div id=\"progress_fwevpn_75033\" class=\"arfprogress progress-striped active\"><div class=\"bar\" style=\"width:0%;\"><\/div><\/div><div id=\"info_fwevpn_75033\" class=\"arf_info\" style=\"display:none;\"><span class=\"percent\">% Completed<\/span><span id=\"percent\" class=\"percent\">0<\/span><\/div><\/div><div id=\"arf_multi_file_uploader_fwevpn_75033\" class=\"arf_multi_file_info_container arf_file_field\" style=\"display:none; margin-top: 0px;\"><\/div><div id=\"arf_multi_file_info_fwevpn_75033\" class=\"arf_multi_file_info_container arf_file_field\" style=\"display:none;\"><\/div><\/div><\/div><\/div><div style=\"clear:both;\"><\/div><div id=\"arf_field_447_75033_container\" class=\"    arfformfield control-group arfmainformfield  arffieldrequired arf_field_type_file  top_container none_container  top_container arfformfield  arf_field_447\"  style='width: 100%' data-field-type=\"file\" data-parent_field=\"0\"><label data-type=\"file\"  class=\"arf_main_label arf_main_label_14px\" aria-label = >Attachez votre photo (.png,.jpg,.jpeg,.gif)<span class=\"arfcheckrequiredfield\">*<\/span><\/label><div class=\"controls\"   ><div class=\"file_main_control\" style=\"display:inline-block; \"><div class=\"arf_file_field\" style=\"display:inline-block;\"><div class=\" arfajax-file-upload\" data-type=\"file\" id=\"div_dzcf6d_75033\" data-id=\"447\" data-form-data-id=\"75033\" data-form-id=\"103\" style=\"position: relative; overflow: hidden; cursor:pointer;\"><div class=\"arfajax-file-upload-img\" style=\"float:left;\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 100 100\"><path xmlns=\"http:\/\/www.w3.org\/2000\/svg\" d=\"M77.656,56.25c2.396,0,4.531-0.625,6.406-1.875c1.822-1.303,3.385-2.865,4.688-4.688c1.25-1.875,1.875-4.037,1.875-6.484  s-1.275-5-3.828-7.656l-6.328-6.484c-6.719-6.927-13.49-13.646-20.312-20.156L50-0.781L39.844,8.906  c-6.823,6.51-13.594,13.229-20.312,20.156l-6.719,6.953c-2.292,2.344-3.438,4.609-3.438,6.797v0.781  c0,1.667,0.208,3.021,0.625,4.062s1.042,2.083,1.875,3.125c0.885,1.094,1.875,2.084,2.969,2.969  c1.042,0.834,2.083,1.459,3.125,1.875s2.344,0.625,3.906,0.625s2.865-0.209,3.906-0.625c1.094-0.469,2.24-1.197,3.438-2.188  c1.25-0.99,2.682-2.344,4.297-4.062l3.984-4.141v41.562c0,2.553,0.417,4.557,1.25,6.016c0.885,1.459,1.719,2.604,2.5,3.438  c0.833,0.781,1.979,1.615,3.438,2.5C46.146,99.584,47.917,100,50,100c2.084,0,3.854-0.416,5.312-1.25  c1.459-0.885,2.604-1.719,3.438-2.5c0.781-0.834,1.615-1.979,2.5-3.438c0.834-1.459,1.25-3.463,1.25-6.016V45.859l7.422,6.719  C72.631,55.025,75.209,56.25,77.656,56.25\"\/><\/svg><\/div>&nbsp;T\u00e9l\u00e9charger<input type=\"file\" aria-label=\"Upload file-447\"data-validation-required-message=\"Please Select Resume\" class=\"file original\" data-max-file-upload-size=\"512M\" name=\"file447\" data-is-insecure-file=\"false\" data-insecure-file-message=\"The file could not be uploaded due to security reason as it contains malicious code\" data-type=\"file\" id=\"field_dzcf6d_75033\" data-invalid-message=\"File is invalid\" data-size-invalid-message=\"Taille de fichier incorrecte\" data-form-data-id=\"75033\" data-field-id=\"447\" data-form-id=\"103\" data-file-valid=\"true\"style=\"position: absolute; cursor: pointer; top: 0px; padding:0; margin:0; height:100%; outline:none; right:0; z-index: 100; opacity: 0; width:100%\"  accept=\".jpg, .jpeg, .jpe, .gif, .png, .bmp, .tiff, .tif, .webp, .avif, .ico, .heic, .heif, .heics, .heifs, .asf, .asx, .wmv, .wmx, .wm, .avi, .divx, .flv, .mov, .qt, .mpeg, .mpg, .mpe, .mp4, .m4v, .ogv, .webm, .mkv, .3gp, .3gpp, .3g2, .3gp2, .txt, .asc, .c, .cc, .h, .srt, .csv, .tsv, .ics, .rtx, .css, .vtt, .dfxp, .mp3, .m4a, .m4b, .aac, .ra, .ram, .wav, .x-wav, .ogg, .oga, .flac, .mid, .midi, .wma, .wax, .mka, .rtf, .pdf, .class, .tar, .zip, .gz, .gzip, .rar, .7z, .psd, .xcf, .psd, .xcf, .doc, .pot, .pps, .ppt, .wri, .xla, .xls, .xlt, .xlw, .mdb, .mpp, .docx, .docm, .dotx, .dotm, .xlsx, .xlsm, .xlsb, .xltx, .xltm, .xlam, .pptx, .pptm, .ppsx, .ppsm, .potx, .potm, .ppam, .sldx, .sldm, .onetoc, .onetoc2, .onetmp, .onepkg, .oxps, .xps, .odt, .odp, .ods, .odg, .odc, .odb, .odf, .wp, .wpd, .key, .numbers, .pages, .json, \" \/><input type=\"hidden\" data-type=\"file\" id=\"type_dzcf6d_75033\" name=\"type_dzcf6d\" value=\"0\" ><input type=\"hidden\" value=\"jpg|jpeg|jpe, gif, png, bmp, tiff|tif, webp, avif, ico, heic, heif, heics, heifs, asf|asx, wmv, wmx, wm, avi, divx, flv, mov|qt, mpeg|mpg|mpe, mp4|m4v, ogv, webm, mkv, 3gp|3gpp, 3g2|3gp2, txt|asc|c|cc|h|srt, csv, tsv, ics, rtx, css, vtt, dfxp, mp3|m4a|m4b, aac, ra|ram, wav|x-wav, ogg|oga, flac, mid|midi, wma, wax, mka, rtf, pdf, class, tar, zip, gz|gzip, rar, 7z, psd, xcf, psd, xcf, doc, pot|pps|ppt, wri, xla|xls|xlt|xlw, mdb, mpp, docx, docm, dotx, dotm, xlsx, xlsm, xlsb, xltx, xltm, xlam, pptx, pptm, ppsx, ppsm, potx, potm, ppam, sldx, sldm, onetoc|onetoc2|onetmp|onepkg, oxps, xps, odt, odp, ods, odg, odc, odb, odf, wp|wpd, key, numbers, pages, json, \" id=\"file_types_dzcf6d_75033\" name=\"field_types_dzcf6d\" \/><input type=\"hidden\" value=\"auto\" id=\"file_size_dzcf6d_75033\" name=\"file_size_dzcf6d\" ><input type=\"hidden\" name=\"item_meta[447]\" id=\"item_meta_447\" value=\"\"><input type=\"hidden\" data-jqvalidate=\"false\" name=\"uploaded_file_name_103_75033_447\" id=\"uploaded_file_name_103_75033_447\" class=\"uploaded_field_name\" value=\"\" \/><\/div><div id=\"progress_dzcf6d_75033\" class=\"arfprogress progress-striped active\"><div class=\"bar\" style=\"width:0%;\"><\/div><\/div><div id=\"info_dzcf6d_75033\" class=\"arf_info\" style=\"display:none;\"><span class=\"percent\">% Completed<\/span><span id=\"percent\" class=\"percent\">0<\/span><\/div><\/div><div id=\"arf_multi_file_uploader_dzcf6d_75033\" class=\"arf_multi_file_info_container arf_file_field\" style=\"display:none; margin-top: 0px;\"><\/div><div id=\"arf_multi_file_info_dzcf6d_75033\" class=\"arf_multi_file_info_container arf_file_field\" style=\"display:none;\"><\/div><\/div><\/div><\/div><div style=\"clear:both;\"><\/div><div style=\"clear:both;height:1px;\">&nbsp;<\/div><\/div><!-- page_break && page_0--><div class=\"arfsubmitbutton top_container\" ><div class=\"arf_submit_div  top_container\"><input type=\"hidden\" data-jqvalidate=\"false\" value=\"1\" name=\"is_submit_form_103\" data-id=\"is_submit_form_103\" \/><input type=\"hidden\" data-jqvalidate=\"false\" value=\"0\" data-val=\"0\" data-max=\"0\" name=\"submit_form_103\" data-id=\"submit_form_103\" \/><button class=\"arf_submit_btn  arf_submit_btn_border   btn-info arfstyle-button  unknown\"  id=\"arf_submit_btn_75033\" name=\"arf_submit_btn_75033\" data-style=\"zoom-in\"  ><span class=\"arfsubmitloader\"><\/span><span class=\"arfstyle-label\">SEND<\/span><\/button><\/div><\/div><div style=\"clear:both\"><\/div><\/div><!-- arf_fieldset --><\/div><!-- allfields --><\/form><\/div><!--arf_form_outer_wrapper --><div class=\"brand-div\"><\/div><div class=\"\"><input type=\"hidden\" data-jqvalidate=\"false\" name=\"form_id\" data-id=\"form_id\" value=\"103\" \/><input type=\"hidden\" data-jqvalidate=\"false\" name=\"arfmainformurl\" data-id=\"arfmainformurl\" value=\"https:\/\/www.infohas.ma\/wp-content\/plugins\/arforms\" \/><\/div>\n           <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- LOGIC -->\n  <script>\n    function openTab(evt, tabName) {\n      const wrapper = evt.currentTarget.closest('.tabs-wrapper');\n      const contents = wrapper.querySelectorAll('.tab-content');\n      contents.forEach(content => content.classList.remove('active'));\n      \n      const buttons = wrapper.querySelectorAll('.tab-btn');\n      buttons.forEach(btn => btn.classList.remove('active'));\n      \n      wrapper.querySelector('#' + tabName).classList.add('active');\n      evt.currentTarget.classList.add('active');\n    }\n\n    (function() {\n        const root = document.querySelector('#infohas-magazine');\n        if (!root) return;\n        \n        \/\/ \ud83d\udd17 LANGUAGE-AWARE LINK RESOLUTION\n        const isFrench = window.location.pathname.startsWith('\/fr\/') || \n                         window.location.pathname === '\/' || \n                         !window.location.pathname.startsWith('\/en\/');\n        const inscriptionUrl = isFrench ? 'https:\/\/www.infohas.ma\/inscription\/' : 'https:\/\/www.infohas.ma\/en\/enrollment\/';\n        \n        root.querySelectorAll('a[href=\"\/inscription\/\"]').forEach(link => {\n            link.href = inscriptionUrl;\n        });\n        \n        \/\/ Smooth scroll\n        root.querySelectorAll('.smooth-scroll').forEach(anchor => {\n          anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n            const targetId = this.getAttribute('href');\n            const target = root.querySelector(targetId);\n            if(target) target.scrollIntoView({behavior: 'smooth'});\n          });\n        });\n    })();\n  <\/script>\n\n<\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":4860,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1011","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Join Our Team - Careers at the Leading cabincrew Training Institute<\/title>\n<meta name=\"description\" content=\"Recruitment and training are two things couple in our principals and vision; we help our graduates to integrate after training into the labour market\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infohas.ma\/en\/recruitment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recruitment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infohas.ma\/en\/recruitment\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GroupeInfohas\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T11:55:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infohas.ma\/wp-content\/uploads\/2020\/10\/Recrutement-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"271\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Groupeinfohas\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/\",\"url\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/\",\"name\":\"Join Our Team - Careers at the Leading cabincrew Training Institute\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/infohas.ma\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infohas.ma\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Recrutement-2.jpg\",\"datePublished\":\"2017-02-10T15:02:36+00:00\",\"dateModified\":\"2026-01-15T11:55:25+00:00\",\"description\":\"Recruitment and training are two things couple in our principals and vision; we help our graduates to integrate after training into the labour market\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infohas.ma\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Recrutement-2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infohas.ma\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/Recrutement-2.jpg\",\"width\":1100,\"height\":271,\"caption\":\"Recrutement\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/recruitment\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infohas.ma\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recruitment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/infohas.ma\\\/#website\",\"url\":\"https:\\\/\\\/infohas.ma\\\/\",\"name\":\"\",\"description\":\"Cabin crew accredited training academy in Rabat, Morocco\",\"publisher\":{\"@id\":\"https:\\\/\\\/infohas.ma\\\/#organization\"},\"alternateName\":\"INFOHAS\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/infohas.ma\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/infohas.ma\\\/#organization\",\"name\":\"Infohas\",\"alternateName\":\"\u00c9cole de Formation H\u00f4tesses de l'Air et Stewards au Maroc\",\"url\":\"https:\\\/\\\/infohas.ma\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/infohas.ma\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infohas.ma\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Logo-of-infohas.avif\",\"contentUrl\":\"https:\\\/\\\/www.infohas.ma\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Logo-of-infohas.avif\",\"width\":1024,\"height\":1024,\"caption\":\"Infohas\"},\"image\":{\"@id\":\"https:\\\/\\\/infohas.ma\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GroupeInfohas\",\"https:\\\/\\\/x.com\\\/Groupeinfohas\",\"https:\\\/\\\/mastodon.social\\\/@infohas\",\"https:\\\/\\\/www.instagram.com\\\/infohas.cabincrew\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company-beta\\\/5237641\\\/?pathWildcard=5237641\",\"https:\\\/\\\/myspace.com\\\/infohas\",\"https:\\\/\\\/www.pinterest.com\\\/infohas\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/HOTESSE12\",\"https:\\\/\\\/plus.wikimonde.com\\\/wiki\\\/Institut_de_formation_d'h\u00f4tesses_de_l'air_et_stewards\"],\"description\":\"INFOHAS - \u00c9cole de Formation H\u00f4tesses de l'Air et Stewards au Maroc INFOHAS est une \u00e9cole de formation de renom, sp\u00e9cialis\u00e9e dans la pr\u00e9paration des h\u00f4tesses de l'air et stewards au Maroc. Nous offrons une formation compl\u00e8te, certifi\u00e9e et de qualit\u00e9 dans les m\u00e9tiers de l'aviation civile, combinant th\u00e9orie et pratique. Nos programmes sont con\u00e7us pour garantir une insertion professionnelle r\u00e9ussie dans le secteur a\u00e9rien, en mettant l'accent sur l'excellence, la s\u00e9curit\u00e9 et l\u2019adaptation aux normes internationales. Pourquoi Choisir INFOHAS ? Formation Compl\u00e8te en H\u00f4tesses de l'Air et Stewards INFOHAS propose des cours complets adapt\u00e9s aux exigences du secteur a\u00e9rien, incluant des modules pratiques et th\u00e9oriques. Nos programmes couvrent toutes les comp\u00e9tences n\u00e9cessaires pour r\u00e9ussir en tant qu'h\u00f4tesse de l'air ou steward, avec une formation qui se distingue par sa rigueur et son actualisation continue. Certifications et Dipl\u00f4mes Reconnus Nous d\u00e9livrons des dipl\u00f4mes reconnus par les plus grandes compagnies a\u00e9riennes, garantissant une insertion professionnelle rapide. Nos \u00e9tudiants finissent toujours par d\u00e9crocher un emploi, gr\u00e2ce \u00e0 notre r\u00e9seau de partenaires a\u00e9riens de premier plan. Excellence dans la Formation L'\u00e9cole INFOHAS est un leader dans la formation des h\u00f4tesses de l'air et stewards au Maroc. Nous mettons \u00e0 disposition des formateurs exp\u00e9riment\u00e9s et des programmes sur mesure afin de r\u00e9pondre aux besoins sp\u00e9cifiques du secteur de l'aviation. Nos Services : Formation en H\u00f4tesses de l'Air et Stewards Des cours adapt\u00e9s aux standards internationaux de l\u2019aviation, avec des modules pratiques et th\u00e9oriques permettant aux \u00e9tudiants de se pr\u00e9parer aux exigences des compagnies a\u00e9riennes. Insertion Professionnelle Gr\u00e2ce \u00e0 nos partenariats avec les plus grandes compagnies a\u00e9riennes, nous assurons un recrutement garanti \u00e0 nos \u00e9tudiants. S\u00e9curit\u00e9 et Excellence Nos formations respectent les normes de s\u00e9curit\u00e9 les plus strictes et sont constamment mises \u00e0 jour.\",\"email\":\"contact@infohas.ma\",\"telephone\":\"+212 537 762025\",\"legalName\":\"INFOHAS\",\"foundingDate\":\"1996-07-07\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"},\"publishingPrinciples\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\",\"ownershipFundingInfo\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\",\"actionableFeedbackPolicy\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\",\"correctionsPolicy\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\",\"ethicsPolicy\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\",\"diversityPolicy\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\",\"diversityStaffingReport\":\"https:\\\/\\\/www.infohas.ma\\\/mentions-legales\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Join Our Team - Careers at the Leading cabincrew Training Institute","description":"Recruitment and training are two things couple in our principals and vision; we help our graduates to integrate after training into the labour market","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infohas.ma\/en\/recruitment\/","og_locale":"en_US","og_type":"article","og_title":"Recruitment","og_url":"https:\/\/www.infohas.ma\/en\/recruitment\/","article_publisher":"https:\/\/www.facebook.com\/GroupeInfohas","article_modified_time":"2026-01-15T11:55:25+00:00","og_image":[{"width":1100,"height":271,"url":"https:\/\/www.infohas.ma\/wp-content\/uploads\/2020\/10\/Recrutement-2.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@Groupeinfohas","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.infohas.ma\/en\/recruitment\/","url":"https:\/\/www.infohas.ma\/en\/recruitment\/","name":"Join Our Team - Careers at the Leading cabincrew Training Institute","isPartOf":{"@id":"https:\/\/infohas.ma\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infohas.ma\/en\/recruitment\/#primaryimage"},"image":{"@id":"https:\/\/www.infohas.ma\/en\/recruitment\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infohas.ma\/wp-content\/uploads\/2020\/10\/Recrutement-2.jpg","datePublished":"2017-02-10T15:02:36+00:00","dateModified":"2026-01-15T11:55:25+00:00","description":"Recruitment and training are two things couple in our principals and vision; we help our graduates to integrate after training into the labour market","breadcrumb":{"@id":"https:\/\/www.infohas.ma\/en\/recruitment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infohas.ma\/en\/recruitment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infohas.ma\/en\/recruitment\/#primaryimage","url":"https:\/\/www.infohas.ma\/wp-content\/uploads\/2020\/10\/Recrutement-2.jpg","contentUrl":"https:\/\/www.infohas.ma\/wp-content\/uploads\/2020\/10\/Recrutement-2.jpg","width":1100,"height":271,"caption":"Recrutement"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infohas.ma\/en\/recruitment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infohas.ma\/en\/"},{"@type":"ListItem","position":2,"name":"Recruitment"}]},{"@type":"WebSite","@id":"https:\/\/infohas.ma\/#website","url":"https:\/\/infohas.ma\/","name":"","description":"Cabin crew accredited training academy in Rabat, Morocco","publisher":{"@id":"https:\/\/infohas.ma\/#organization"},"alternateName":"INFOHAS","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infohas.ma\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/infohas.ma\/#organization","name":"Infohas","alternateName":"\u00c9cole de Formation H\u00f4tesses de l'Air et Stewards au Maroc","url":"https:\/\/infohas.ma\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infohas.ma\/#\/schema\/logo\/image\/","url":"https:\/\/www.infohas.ma\/wp-content\/uploads\/2025\/06\/Logo-of-infohas.avif","contentUrl":"https:\/\/www.infohas.ma\/wp-content\/uploads\/2025\/06\/Logo-of-infohas.avif","width":1024,"height":1024,"caption":"Infohas"},"image":{"@id":"https:\/\/infohas.ma\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GroupeInfohas","https:\/\/x.com\/Groupeinfohas","https:\/\/mastodon.social\/@infohas","https:\/\/www.instagram.com\/infohas.cabincrew\/","https:\/\/www.linkedin.com\/company-beta\/5237641\/?pathWildcard=5237641","https:\/\/myspace.com\/infohas","https:\/\/www.pinterest.com\/infohas\/","https:\/\/www.youtube.com\/user\/HOTESSE12","https:\/\/plus.wikimonde.com\/wiki\/Institut_de_formation_d'h\u00f4tesses_de_l'air_et_stewards"],"description":"INFOHAS - \u00c9cole de Formation H\u00f4tesses de l'Air et Stewards au Maroc INFOHAS est une \u00e9cole de formation de renom, sp\u00e9cialis\u00e9e dans la pr\u00e9paration des h\u00f4tesses de l'air et stewards au Maroc. Nous offrons une formation compl\u00e8te, certifi\u00e9e et de qualit\u00e9 dans les m\u00e9tiers de l'aviation civile, combinant th\u00e9orie et pratique. Nos programmes sont con\u00e7us pour garantir une insertion professionnelle r\u00e9ussie dans le secteur a\u00e9rien, en mettant l'accent sur l'excellence, la s\u00e9curit\u00e9 et l\u2019adaptation aux normes internationales. Pourquoi Choisir INFOHAS ? Formation Compl\u00e8te en H\u00f4tesses de l'Air et Stewards INFOHAS propose des cours complets adapt\u00e9s aux exigences du secteur a\u00e9rien, incluant des modules pratiques et th\u00e9oriques. Nos programmes couvrent toutes les comp\u00e9tences n\u00e9cessaires pour r\u00e9ussir en tant qu'h\u00f4tesse de l'air ou steward, avec une formation qui se distingue par sa rigueur et son actualisation continue. Certifications et Dipl\u00f4mes Reconnus Nous d\u00e9livrons des dipl\u00f4mes reconnus par les plus grandes compagnies a\u00e9riennes, garantissant une insertion professionnelle rapide. Nos \u00e9tudiants finissent toujours par d\u00e9crocher un emploi, gr\u00e2ce \u00e0 notre r\u00e9seau de partenaires a\u00e9riens de premier plan. Excellence dans la Formation L'\u00e9cole INFOHAS est un leader dans la formation des h\u00f4tesses de l'air et stewards au Maroc. Nous mettons \u00e0 disposition des formateurs exp\u00e9riment\u00e9s et des programmes sur mesure afin de r\u00e9pondre aux besoins sp\u00e9cifiques du secteur de l'aviation. Nos Services : Formation en H\u00f4tesses de l'Air et Stewards Des cours adapt\u00e9s aux standards internationaux de l\u2019aviation, avec des modules pratiques et th\u00e9oriques permettant aux \u00e9tudiants de se pr\u00e9parer aux exigences des compagnies a\u00e9riennes. Insertion Professionnelle Gr\u00e2ce \u00e0 nos partenariats avec les plus grandes compagnies a\u00e9riennes, nous assurons un recrutement garanti \u00e0 nos \u00e9tudiants. S\u00e9curit\u00e9 et Excellence Nos formations respectent les normes de s\u00e9curit\u00e9 les plus strictes et sont constamment mises \u00e0 jour.","email":"contact@infohas.ma","telephone":"+212 537 762025","legalName":"INFOHAS","foundingDate":"1996-07-07","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"},"publishingPrinciples":"https:\/\/www.infohas.ma\/mentions-legales\/","ownershipFundingInfo":"https:\/\/www.infohas.ma\/mentions-legales\/","actionableFeedbackPolicy":"https:\/\/www.infohas.ma\/mentions-legales\/","correctionsPolicy":"https:\/\/www.infohas.ma\/mentions-legales\/","ethicsPolicy":"https:\/\/www.infohas.ma\/mentions-legales\/","diversityPolicy":"https:\/\/www.infohas.ma\/mentions-legales\/","diversityStaffingReport":"https:\/\/www.infohas.ma\/mentions-legales\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/pages\/1011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/comments?post=1011"}],"version-history":[{"count":0,"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/pages\/1011\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/media\/4860"}],"wp:attachment":[{"href":"https:\/\/www.infohas.ma\/en\/wp-json\/wp\/v2\/media?parent=1011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}