{"id":2809,"date":"2025-04-29T11:25:33","date_gmt":"2025-04-29T11:25:33","guid":{"rendered":"https:\/\/liftia.ai\/marseille\/"},"modified":"2025-07-04T11:45:54","modified_gmt":"2025-07-04T11:45:54","slug":"marseille","status":"publish","type":"page","link":"https:\/\/liftia.ai\/en\/marseille\/","title":{"rendered":"Marseille"},"content":{"rendered":"<p>Empower with AI<br \/>\n\t\t\t\t\tyour staff<br \/>\n\t\t\t\tyour&nbsp;staff<br \/>\n\t\t\t\tyour&nbsp;business<br \/>\n\t\t\t\tyour&nbsp;marketing<br \/>\n\t\t\t\tyour&nbsp;admin<br \/>\n\t\t\t\tyour&nbsp;sales<br \/>\n\t\t\t\tyour&nbsp;productivity<br \/>\n\t\t\t\t\tin Aix-Marseille\t\t\t\t<\/p>\n<h1><b>Our AI experts in Marseille<\/b> will support you in the practical application of AI at every level of your company!<\/h1>\n<p>\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tContact us!<br \/>\n\t\t\t\t\t<\/a><\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/chatgpt-logo-liftia.svg\" alt=\"chatgpt-logo-liftia\" \/><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/mistral-logo-liftia.svg\" alt=\"mistral-logo-liftia\" \/><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/midjourney-logo-liftia.svg\" alt=\"midjourney-logo-liftia\" \/><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/gemini-logo-liftia.svg\" alt=\"gemini-logo-liftia\" \/><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/claude-logo-liftia.svg\" alt=\"claude-logo-liftia\" \/><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/copilote-logo-liftia.svg\" alt=\"copilote-logo-liftia\" \/><\/figure>\n<p>\t\t\t\t\t+30%<br \/>\n\t\t\t\t\tProductivity<br \/>\n\t\t\t\t\tMcKinsey study<br \/>\n\t\t\t\t\t x 2.5<br \/>\n\t\t\t\t\tEfficiency<br \/>\n\t\t\t\t\tHarvard Business Review<br \/>\n\t\t\t\t\t+38%<br \/>\n\t\t\t\t\tProfitability<br \/>\n\t\t\t\t\tAccenture report\t\t\t\t<\/p>\n<h2>\/Make your<br \/>\n<style>\r\n.carousel-container {\r\n      display: inline-block;\r\n      vertical-align: middle;\r\n      position: relative;\r\n      width: 100%;\r\n      max-width: 600px;\r\n      overflow: hidden;\r\n      height: 58px;\r\n    }\r\n    \r\n    .carousel-track {\r\n      display: flex;\r\n      position: relative;\r\n      height: 100%;\r\n      transition: transform 0.5s ease;\r\n    }\r\n    \r\n    .carousel-item {\r\n      position: absolute;\r\n      width: 58px;\r\n      height: 58px;\r\n      transition: all 0.5s ease;\r\n      overflow: hidden;\r\n    }\r\n    \r\n    .carousel-item img {\r\n      width: 58px;\r\n      height: 58px;\r\n      border-radius: 50%;\r\n      object-fit: cover;\r\n      display: block;\r\n    }\r\n<\/style>\r\n<div class=\"carousel-container\">\r\n\t<div class=\"carousel-track\"><\/div>\r\n<\/div>\r\n<script>\r\n\/\/ Configuration\r\n    const config = {\r\n      imageUrls: [\r\n        '\/wp-content\/uploads\/2025\/02\/user_1.webp',\r\n        '\/wp-content\/uploads\/2025\/02\/user_2.webp',\r\n        '\/wp-content\/uploads\/2025\/02\/user_3.webp',\r\n        '\/wp-content\/uploads\/2025\/02\/user_4.webp'\r\n      ],\r\n      visibleImages: 4,\r\n      totalImages: 10,\r\n      overlap: 10,\r\n      scrollSpeed: 3000,\r\n      animationDuration: 500\r\n    };\r\n\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n      const track = document.querySelector('.carousel-track');\r\n      const container = document.querySelector('.carousel-container');\r\n      \r\n      \/\/ D\u00e9finir la taille fixe pour les avatars\r\n      const itemWidth = 58;\r\n      const effectiveWidth = itemWidth - config.overlap;\r\n      \r\n      \/\/ Calculer la largeur du conteneur en fonction du nombre d'images visibles\r\n      container.style.width = `${(effectiveWidth * config.visibleImages) + config.overlap}px`;\r\n      \r\n      let items = [];\r\n      \r\n      \/\/ Cr\u00e9er les \u00e9l\u00e9ments du carousel\r\n      for (let i = 0; i < config.totalImages; i++) {\r\n        const item = document.createElement('div');\r\n        item.className = 'carousel-item';\r\n        \r\n        const img = document.createElement('img');\r\n        \/\/ Utiliser l'URL correspondante en bouclant sur le tableau d'URLs\r\n        img.src = config.imageUrls[i % config.imageUrls.length];\r\n        img.alt = `Avatar ${i + 1}`;\r\n        \r\n        item.appendChild(img);\r\n        track.appendChild(item);\r\n        items.push(item);\r\n      }\r\n      \r\n      \/\/ Initialiser les positions\r\n      function updatePositions() {\r\n        items.forEach((item, index) => {\r\n          if (index < config.visibleImages) {\r\n            const xPos = index * (itemWidth - config.overlap);\r\n            item.style.transform = `translateX(${xPos}px) scale(1)`;\r\n            item.style.opacity = 1;\r\n            item.style.zIndex = config.visibleImages - index;\r\n          } else {\r\n            item.style.transform = `translateX(${container.clientWidth}px) scale(0)`;\r\n            item.style.opacity = 0;\r\n          }\r\n        });\r\n      }\r\n      \r\n      updatePositions();\r\n      \r\n      \/\/ Animation de d\u00e9filement\r\n      function animateCarousel() {\r\n        \/\/ D\u00e9placer le premier \u00e9l\u00e9ment \u00e0 la fin du tableau\r\n        const firstItem = items.shift();\r\n        items.push(firstItem);\r\n        \r\n        updatePositions();\r\n      }\r\n      \r\n      \/\/ Lancer l'animation\r\n      setInterval(animateCarousel, config.scrollSpeed);\r\n    });\r\n<\/script> employees the driving force <br \/>of your evolution with<b>AI<\/b> <\/h2>\n<h2>\/Our4-step method<\/h2>\n<p>Thanks to our expertise, we can guide you through the AI transition with a four-step support method.<\/p>\n<p>\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t\t\t\t\t\tLearn more<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"61\" height=\"61\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/puce-1.svg\" alt=\"Num\u00e9ro 1\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Onboarding<br \/>Inspire and empower your teams for the AI era.<\/h3>\n<p>Through interactive sessions, we guide your teams into the real-world challenges of AI. Instead of theory-heavy lectures, these dynamic sessions offer concrete demos. With live demonstrations and sector-relevant examples, <strong>we foster engagement and establish a durable AI culture throughout your company<\/strong> <\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"670\" height=\"300\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_conference_ia.webp\" alt=\"liftia conference ia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_conference_ia.webp 670w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_conference_ia-300x134.webp 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" \/><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"61\" height=\"61\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/puce-2.svg\" alt=\"Num\u00e9ro 2\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>AI Training<br \/>Equip your teams with AI tool skills.<\/h3>\n<p>Liftia provides AI training adapted to every employee\u2019s level, helping them build their skills step by step.<br \/>From fundamentals to hands-on mastery of specific tools, <strong>our sessions equip your teams to use AI in their day-to-day tasks. <\/strong><\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"670\" height=\"300\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_formations_ia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_formations_ia.webp 670w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_formations_ia-300x134.webp 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" \/><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"61\" height=\"61\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/puce-3.svg\" alt=\"Num\u00e9ro 3\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Acceleration<br \/>Implement AI across your teams with our hands-on workshops. <\/h3>\n<p>Through custom workshops, your teams engage in practical sessions to identify AI solutions suited to their area, apply tools, and explore new approaches. <strong>Each department walks away with actionable skills and a clear roadmap for process optimization.<\/strong><\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"670\" height=\"300\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_ateliers_ia.webp\" alt=\"liftia ateliers ia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_ateliers_ia.webp 670w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_ateliers_ia-300x134.webp 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" \/><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"61\" height=\"61\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/puce-4.svg\" alt=\"Num\u00e9ro 4\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Implementation<br \/>Deploy custom AI solutions within your operations. <\/h3>\n<p>Our engineering team builds AI solutions fully adapted to your business.<br \/><strong>We develop intuitive, high-performance tools that immediately enhance productivity and support your digital transformation<\/strong><\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"670\" height=\"300\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_developpement_ia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_developpement_ia.webp 670w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/liftia_developpement_ia-300x134.webp 300w\" sizes=\"(max-width: 670px) 100vw, 670px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>\/Our method enables rapid AI integration.<\/h2>\n<p>\t\t\t\t\tOnboarding\t\t\t\t<\/p>\n<h3>\/Conferences<\/h3>\n<p>\t\t\t\t\tInspire and involve your whole organization in the AI era<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tImmersive and engaging sessions\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDemonstrations adapted to your industry\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tEngaging and dynamic format\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our conferences offers<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\tCoaching\t\t\t\t<\/p>\n<h3>\/Training<\/h3>\n<p>\t\t\t\t\tUpskill your teams on AI tools.<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTraining for all skill levels\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tLive or remote sessions delivered by AI experts\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tReal-world applications and practical sessions\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our training offers<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\tapply\t\t\t\t<\/p>\n<h3>\/Workshops<\/h3>\n<p>\t\t\t\t\tBring AI into every part of your organization.<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tPersonalized workshops for every department\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDirect improvement in team performance \t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCollaborative creation of a shared roadmap\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our workshop offers\u200b<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\tImplement\t\t\t\t<\/p>\n<h3>\/Integration<\/h3>\n<p>\t\t\t\t\tSecure a sustainable AI rollout\u200b<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tFollow-up on roadmaps and tool adoption\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTech monitoring and team assistance\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTailored AI solutions development\n\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our AI tools offer\u200b<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg><br \/>\n\t\t\t\t\tOnboarding\t\t\t\t<\/p>\n<h3>\/Conferences<\/h3>\n<p>\t\t\t\t\tInspire and involve your whole organization in the AI era<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tImmersive and engaging sessions\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDemonstrations adapted to your industry\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tEngaging and dynamic format\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our conferences offers<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\tCoaching\t\t\t\t<\/p>\n<h3>\/Training<\/h3>\n<p>\t\t\t\t\tUpskill your teams on AI tools.<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTraining for all skill levels\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tLive or remote sessions delivered by AI experts\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tReal-world applications and practical sessions\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our training offers<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\tapply\t\t\t\t<\/p>\n<h3>\/Workshops<\/h3>\n<p>\t\t\t\t\tBring AI into every part of your organization.<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tPersonalized workshops for every department\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDirect improvement in team performance \t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCollaborative creation of a shared roadmap\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our workshop offers\u200b<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\tImplement\t\t\t\t<\/p>\n<h3>\/Integration<\/h3>\n<p>\t\t\t\t\tSecure a sustainable AI rollout\u200b<br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tFollow-up on roadmaps and tool adoption\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTech monitoring and team assistance\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M15.5 7.375L9.25 13.625L6.125 10.5\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTailored AI solutions development\n\t\t\t\t\t<\/p>\n<p>\t\t\t\t\tSee our AI tools offer\u200b<br \/>\n\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"17\" viewBox=\"0 0 14 17\" fill=\"none\"><path d=\"M8.65283 0.630514C8.79578 0.348042 9.08545 0.169983 9.40203 0.169983H12.1791C12.8051 0.169983 13.2109 0.830256 12.9283 1.38878L5.34732 16.3695C5.20438 16.6519 4.91471 16.83 4.59813 16.83H1.82104C1.19508 16.83 0.78921 16.1697 1.07185 15.6112L8.65283 0.630514Z\" fill=\"#FFD961\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGet in touch<br \/>\n\t\t\t\t\t<\/a><\/p>\n<h2>\/Generative AI for every part of your business\u200b<\/h2>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_marketing_liftia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_marketing_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_marketing_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Marketing<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tNewsletter design and production\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tOptimizing advertising campaigns\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDashboard and strategic watch\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_commercial_liftia.webp\" alt=\"formation ia commercial liftia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_commercial_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_commercial_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Business<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTailored scripts and email templates\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tMeeting recap\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCreation of salesSales support development\u200b aids\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_rh_liftia.webp\" alt=\"formation ia rh liftia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_rh_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_rh_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Human Resources<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tBuilding HR documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tWriting job descriptions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCandidate interview questions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_administratif_liftia.webp\" alt=\"formation ia administratif liftia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_administratif_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_administratif_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Legal and administrative<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tManaging documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tReport synthesis\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCompliance assistance\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_dsi_liftia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_dsi_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_dsi_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>IT<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTechnical documentation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tQuick prototyping\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCode creation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_autre_liftia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_autre_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_autre_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Other services<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tExecutive, Accounting\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCustomer Service, R&amp;D\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tProject management &#8230;\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_marketing_liftia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_marketing_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_marketing_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Marketing<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tNewsletter design and production\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tOptimizing advertising campaigns\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDashboard and strategic watch\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_commercial_liftia.webp\" alt=\"formation ia commercial liftia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_commercial_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_commercial_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Business<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTailored scripts and email templates\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tMeeting recap\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCreation of salesSales support development\u200b aids\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_rh_liftia.webp\" alt=\"formation ia rh liftia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_rh_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_rh_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Human Resources<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tBuilding HR documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tWriting job descriptions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCandidate interview questions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_administratif_liftia.webp\" alt=\"formation ia administratif liftia\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_administratif_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_administratif_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Legal and administrative<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tManaging documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tReport synthesis\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCompliance assistance\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_dsi_liftia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_dsi_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_dsi_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>IT<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTechnical documentation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tQuick prototyping\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCode creation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"200\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_autre_liftia.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_autre_liftia.webp 350w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/formation_ia_autre_liftia-300x171.webp 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h3>Other services<\/h3>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tExecutive, Accounting\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCustomer Service, R&amp;D\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tProject management &#8230;\u200b\t\t\t\t\t<\/p>\n<h2>\/Generative AI for every part of your business\u200b<\/h2>\n<details id=\"e-n-accordion-item-1310\" >\n<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1310\" >\n<h3> Marketing <\/h3>\n<p>\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tNewsletter design and production\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tOptimizing advertising campaigns\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDashboard and competitive intelligence\t\t\t\t\t<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1311\" >\n<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1311\" >\n<h3> Business <\/h3>\n<p>\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTailored scripts and email templates\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tMeeting recap\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCreation of salesSales support development\u200b aids\t\t\t\t\t<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1312\" >\n<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1312\" >\n<h3> Human Resources <\/h3>\n<p>\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tBuilding HR documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tWriting job descriptions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCandidate interview questions\u200b\t\t\t\t\t<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1313\" >\n<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1313\" >\n<h3> Legal and administrative <\/h3>\n<p>\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tManaging documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tReport synthesis\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCompliance assistance\u200b\t\t\t\t\t<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1314\" >\n<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1314\" >\n<h3> IT <\/h3>\n<p>\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTechnical documentation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tQuick prototyping\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCode creation\u200b\t\t\t\t\t<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1315\" >\n<summary data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1315\" >\n<h3> But also <\/h3>\n<p>\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tExecutive, Accounting\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCustomer Service, R&amp;D\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\t&#8230;\t\t\t\t\t<\/p>\n<\/details>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tNewsletter design and production\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tOptimizing advertising campaigns\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tDashboard and competitive intelligence\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTailored scripts and email templates\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tMeeting recap\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCreation of salesSales support development\u200b aids\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tBuilding HR documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tWriting job descriptions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCandidate interview questions\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tManaging documents\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tReport synthesis\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCompliance assistance\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tTechnical documentation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tQuick prototyping\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCode creation\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tExecutive, Accounting\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\tCustomer Service, R&amp;D\u200b\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><rect width=\"21\" height=\"21\" rx=\"8\" fill=\"#FFF961\"><\/rect><path d=\"M10.5 6.08057V14.9194M6.08058 10.5H14.9194\" stroke=\"#2F2F2F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/p>\n<p>\n\t\t\t\t\t\t&#8230;\t\t\t\t\t<\/p>\n<h2>\/A team of specialists<\/h2>\n<p>Specialists in AI adoption to support your company\u2019s transformation<\/p>\n<p>\t\t\t\t\t<a role=\"button\"><br \/>\n\t\t\t\t\t\t\t\t\tLearn more<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/delphine.webp\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>Delphine Guyot Giler<\/h2>\n<p>\t\t\t\t\tPrompt specialist IA<br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/mikael-150x150.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/mikael-150x150.webp 150w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/mikael.webp 200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>Mikael Witwer<\/h2>\n<p>\t\t\t\t\tStrategy and AI Transformation<br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/charles-150x150.webp\" alt=\"\" srcset=\"https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/charles-150x150.webp 150w, https:\/\/liftia.ai\/wp-content\/uploads\/2025\/02\/charles.webp 200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>Charles Martin Laval<\/h2>\n<p>\t\t\t\t\tTransformation et AI development\u200b\t\t\t\t<\/p>\n<h2>\/FAQ<\/h2>\n<details id=\"e-n-accordion-item-9890\" >\n<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9890\" >\n\t\t\t\t\t What is Liftia?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>LIFTIA specializes in helping businesses integrate generative AI, offering conferences, training, workshops, and personalized consulting solutions.<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-9891\" >\n<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9891\" >\n\t\t\t\t\t Who is LIFTIA for?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>LIFTIA supports companies seeking to understand and apply AI, at any size and stage of integration.<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-9892\" >\n<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9892\" >\n\t\t\t\t\t What do your AI conferences involve?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>Led by AI experts, our interactive conferences explore concrete use cases and AI challenges, while involving the audience throughout the session.<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-9893\" >\n<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-9893\" >\n\t\t\t\t\t What\u2019s your approach to building AI workshops?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>Our Liftia workshops are personalized for each business unit. Together with your teams, we identify challenges and design concrete, ready-to-use solutions. <\/p>\n<\/details>\n<p>LIFTIA specializes in helping businesses integrate generative AI, offering conferences, training, workshops, and personalized consulting solutions.<\/p>\n<p>LIFTIA supports companies seeking to understand and apply AI, at any size and stage of integration.<\/p>\n<p>Led by AI experts, our interactive conferences explore concrete use cases and AI challenges, while involving the audience throughout the session.<\/p>\n<p>Our Liftia workshops are personalized for each business unit. Together with your teams, we identify challenges and design concrete, ready-to-use solutions. <\/p>\n<details id=\"e-n-accordion-item-1170\" >\n<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1170\" >\n\t\t\t\t\t What kinds of training does LIFTIA offer?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>We provide both online training through our platform and personalized in-person sessions.<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1171\" >\n<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1171\" >\n\t\t\t\t\t Does LIFTIA work with clients over the long term?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>Yes, using our audit and consulting services, we develop a 6 to 18-month plan to secure efficient and long-term AI implementation for your business.<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1172\" >\n<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1172\" >\n\t\t\t\t\t Can I mix and match LIFTIA\u2019s services?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>Absolutely! You can combine conferences, trainings, workshops, and our audit and consulting services for complete, end-to-end support. <\/p>\n<\/details>\n<details id=\"e-n-accordion-item-1173\" >\n<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1173\" >\n\t\t\t\t\t What\u2019s the first step to working with LIFTIA?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>Simply reach out through our website or book a meeting. We\u2019ll discuss your needs, the challenges you want to address, and your goals with AI. <\/p>\n<\/details>\n<p>We provide both online training through our platform and personalized in-person sessions.<\/p>\n<p>Yes, using our audit and consulting services, we develop a 6 to 18-month plan to secure efficient and long-term AI implementation for your business.<\/p>\n<p>Absolutely! You can combine conferences, trainings, workshops, and our audit and consulting services for complete, end-to-end support. <\/p>\n<p>Simply reach out through our website or book a meeting. We\u2019ll discuss your needs, the challenges you want to address, and your goals with AI. <\/p>\n<h2>\/Ournext AI events<\/h2>\n<h2>\/Interested in integrating <b>AI<\/b> into your organization? <\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Empower with AI your staff your&nbsp;staff your&nbsp;business your&nbsp;marketing your&nbsp;admin your&nbsp;sales your&nbsp;productivity in Aix-Marseille Our AI experts in Marseille will support you in the practical application of AI at every level of your company! Contact us! +30% Productivity McKinsey study x 2.5 Efficiency Harvard Business Review +38% Profitability Accenture report \/Make your employees the driving force [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2664,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2809","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/pages\/2809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/comments?post=2809"}],"version-history":[{"count":1,"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/pages\/2809\/revisions"}],"predecessor-version":[{"id":2811,"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/pages\/2809\/revisions\/2811"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/media\/2664"}],"wp:attachment":[{"href":"https:\/\/liftia.ai\/en\/wp-json\/wp\/v2\/media?parent=2809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}