{"id":227,"date":"2025-07-18T12:05:48","date_gmt":"2025-07-18T12:05:48","guid":{"rendered":"https:\/\/atlantic-excellence.com\/?page_id=227"},"modified":"2025-10-26T13:15:13","modified_gmt":"2025-10-26T13:15:13","slug":"elementor-227","status":"publish","type":"page","link":"https:\/\/atlantic-excellence.com\/?page_id=227","title":{"rendered":"ACCUEIL"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"227\" class=\"elementor elementor-227\">\n\t\t\t\t<div class=\"elementor-element elementor-element-340ffdc e-flex e-con-boxed e-con e-parent\" data-id=\"340ffdc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6abef43 elementor-widget elementor-widget-html\" data-id=\"6abef43\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Atlantic Excellence - Excellence Op\u00e9rationnelle & Innovation IA<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        :root {\n            --primary-blue: #1a2a6c;\n            --secondary-blue: #2a5298;\n            --accent-blue: #4fc3f7;\n            --dark-text: #2c3e50;\n            --light-text: #f8f9fa;\n            --gray-bg: #e9ecef;\n        }\n        \n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--dark-text);\n            line-height: 1.6;\n            overflow-x: hidden;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        }\n        \n        \/* Header Styles *\/\n        header {\n            position: fixed;\n            top: 0;\n            left: 100;\n            width: 100%;\n            background: rgba(255, 255, 255, 0.95);\n            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);\n            z-index: 1000;\n            padding: 15px 0;\n        }\n        \n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        .logo-container {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .logo-img {\n            height: 50px;\n            width: 50px;\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 24px;\n            font-weight: bold;\n        }\n        \n        .logo-text {\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .logo-main {\n            font-size: 22px;\n            font-weight: 800;\n            color: var(--primary-blue);\n            line-height: 1.2;\n        }\n        \n        .logo-subtitle {\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--secondary-blue);\n            letter-spacing: 1.5px;\n            margin-top: 2px;\n        }\n        \n        nav ul {\n            display: flex;\n            list-style: none;\n            gap: 30px;\n        }\n        \n        nav a {\n            text-decoration: none;\n            color: var(--dark-text);\n            font-weight: 600;\n            font-size: 16px;\n            position: relative;\n            transition: all 0.3s;\n        }\n        \n        nav a:hover {\n            color: var(--primary-blue);\n        }\n        \n        nav a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--primary-blue);\n            transition: width 0.3s;\n        }\n        \n        nav a:hover::after {\n            width: 100%;\n        }\n        \n        .contact-btn {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            color: white;\n            border: none;\n            padding: 12px 25px;\n            font-size: 15px;\n            font-weight: 600;\n            border-radius: 30px;\n            cursor: pointer;\n            transition: all 0.3s;\n            box-shadow: 0 4px 15px rgba(26, 42, 108, 0.25);\n        }\n        \n        .contact-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 7px 20px rgba(26, 42, 108, 0.4);\n        }\n        \n        \/* Hero Banner Section *\/\n        .hero-banner {\n            height: 100vh;\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n        \n        .banner-video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            z-index: -1;\n        }\n        \n        .video-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.6);\n            z-index: -1;\n        }\n        \n        .hero-content {\n            text-align: center;\n            max-width: 900px;\n            padding: 0 20px;\n            z-index: 10;\n            margin-top: 40px;\n        }\n        \n        .hero-content h1 {\n            font-size: 58px;\n            font-weight: 800;\n            color: var(--light-text);\n            margin-bottom: 25px;\n            line-height: 1.2;\n        }\n        \n        .hero-content h1 span {\n            color: var(--accent-blue);\n        }\n        \n        .hero-content p {\n            font-size: 22px;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 40px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        \n        .cta-btn {\n            padding: 16px 40px;\n            font-size: 18px;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s;\n            text-decoration: none;\n            display: inline-block;\n        }\n        \n        .primary-cta {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            color: white;\n            box-shadow: 0 4px 15px rgba(26, 42, 108, 0.3);\n        }\n        \n        .primary-cta:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(26, 42, 108, 0.4);\n        }\n        \n        .secondary-cta {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n        \n        .secondary-cta:hover {\n            background: rgba(255, 255, 255, 0.15);\n            transform: translateY(-5px);\n        }\n        \n        \/* Presentation Section *\/\n        .presentation {\n            padding: 100px 20px;\n            background: white;\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .section-title h2 {\n            font-size: 40px;\n            font-weight: 700;\n            color: var(--primary-blue);\n            margin-bottom: 15px;\n        }\n        \n        .section-title .divider {\n            width: 80px;\n            height: 4px;\n            background: var(--accent-blue);\n            margin: 0 auto 20px;\n            border-radius: 2px;\n        }\n        \n        .section-title p {\n            font-size: 20px;\n            color: #546e7a;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .presentation-content {\n            display: flex;\n            max-width: 1200px;\n            margin: 0 auto;\n            gap: 50px;\n            align-items: center;\n        }\n        \n        .presentation-text {\n            flex: 1;\n        }\n        \n        .presentation-text h3 {\n            font-size: 32px;\n            font-weight: 700;\n            color: var(--primary-blue);\n            margin-bottom: 25px;\n            line-height: 1.3;\n        }\n        \n        .presentation-text p {\n            font-size: 18px;\n            margin-bottom: 25px;\n            color: #546e7a;\n            line-height: 1.7;\n        }\n        \n        .expertise-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .expertise-card {\n            background: var(--gray-bg);\n            border-radius: 8px;\n            padding: 20px;\n            transition: all 0.3s;\n        }\n        \n        .expertise-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .expertise-card i {\n            font-size: 32px;\n            color: var(--primary-blue);\n            margin-bottom: 15px;\n        }\n        \n        .expertise-card h4 {\n            font-size: 20px;\n            margin-bottom: 10px;\n            color: var(--primary-blue);\n        }\n        \n        .expertise-card p {\n            font-size: 16px;\n            margin-bottom: 0;\n        }\n        \n        .sectors {\n            flex: 1;\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            border-radius: 12px;\n            padding: 40px;\n            color: white;\n            box-shadow: 0 15px 40px rgba(26, 42, 108, 0.25);\n        }\n        \n        .sectors h3 {\n            font-size: 32px;\n            margin-bottom: 25px;\n        }\n        \n        .sectors-list {\n            list-style: none;\n        }\n        \n        .sectors-list li {\n            padding: 15px 0;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .sectors-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .sectors-list i {\n            margin-right: 15px;\n            color: var(--accent-blue);\n        }\n        \n        \/* Services Section *\/\n        .services {\n            background: var(--gray-bg);\n            padding: 100px 20px;\n        }\n        \n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .service-card {\n            background: white;\n            border-radius: 12px;\n            padding: 40px 30px;\n            text-align: center;\n            transition: all 0.3s;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n        }\n        \n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n        }\n        \n        .service-card i {\n            font-size: 48px;\n            color: var(--primary-blue);\n            margin-bottom: 25px;\n        }\n        \n        .service-card h3 {\n            font-size: 24px;\n            margin-bottom: 15px;\n            color: var(--primary-blue);\n        }\n        \n        .service-card p {\n            color: #546e7a;\n            margin-bottom: 25px;\n        }\n        \n        .service-link {\n            display: inline-block;\n            color: var(--primary-blue);\n            font-weight: 600;\n            text-decoration: none;\n            position: relative;\n        }\n        \n        .service-link::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 100%;\n            height: 2px;\n            background: var(--primary-blue);\n            transform: scaleX(0);\n            transition: transform 0.3s;\n        }\n        \n        .service-link:hover::after {\n            transform: scaleX(1);\n        }\n        \n        \/* Case Studies *\/\n        .case-studies {\n            padding: 100px 20px;\n            background: white;\n        }\n        \n        .case-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .case-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s;\n        }\n        \n        .case-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .case-image {\n            height: 250px;\n            background: linear-gradient(rgba(26, 42, 108, 0.2), rgba(26, 42, 108, 0.2)), \n                         url('https:\/\/images.unsplash.com\/photo-1517245386807-bb43f82c33c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');\n            background-size: cover;\n            background-position: center;\n        }\n        \n        .case-card:nth-child(2) .case-image {\n            background: linear-gradient(rgba(26, 42, 108, 0.2), rgba(26, 42, 108, 0.2)), \n                         url('https:\/\/images.unsplash.com\/photo-1581091226033-d5c48150dbaa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');\n        }\n        \n        .case-card:nth-child(3) .case-image {\n            background: linear-gradient(rgba(26, 42, 108, 0.2), rgba(26, 42, 108, 0.2)), \n                         url('https:\/\/images.unsplash.com\/photo-1581091226033-d5c48150dbaa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');\n        }\n        \n        .case-content {\n            padding: 30px;\n        }\n        \n        .case-content h3 {\n            font-size: 24px;\n            margin-bottom: 15px;\n            color: var(--primary-blue);\n        }\n        \n        .case-content p {\n            color: #546e7a;\n            margin-bottom: 20px;\n        }\n        \n        .case-link {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s;\n        }\n        \n        .case-link:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 7px 15px rgba(26, 42, 108, 0.25);\n        }\n        \n        \/* Footer *\/\n        footer {\n            background: var(--primary-blue);\n            color: white;\n            padding: 60px 20px 30px;\n        }\n        \n        .footer-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .footer-col h3 {\n            font-size: 22px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .footer-col h3::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: var(--accent-blue);\n        }\n        \n        .footer-col p {\n            margin-bottom: 20px;\n            opacity: 0.9;\n        }\n        \n        .footer-links {\n            list-style: none;\n        }\n        \n        .footer-links li {\n            margin-bottom: 12px;\n        }\n        \n        .footer-links a {\n            color: rgba(255, 255, 255, 0.8);\n            text-decoration: none;\n            transition: all 0.3s;\n            display: flex;\n            align-items: center;\n        }\n        \n        .footer-links a:hover {\n            color: var(--accent-blue);\n            padding-left: 5px;\n        }\n        \n        .footer-links i {\n            margin-right: 10px;\n            color: var(--accent-blue);\n            width: 20px;\n        }\n        \n        .social-links {\n            display: flex;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .social-links a {\n            display: inline-block;\n            width: 40px;\n            height: 40px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 18px;\n            transition: all 0.3s;\n        }\n        \n        .social-links a:hover {\n            background: var(--accent-blue);\n            transform: translateY(-5px);\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 40px;\n            margin-top: 40px;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            font-size: 14px;\n            opacity: 0.7;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 992px) {\n            .presentation-content {\n                flex-direction: column;\n            }\n            \n            .hero-content h1 {\n                font-size: 46px;\n            }\n            \n            .hero-content p {\n                font-size: 20px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .header-container {\n                flex-direction: column;\n                gap: 15px;\n            }\n            \n            nav ul {\n                gap: 15px;\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            \n            .hero-content h1 {\n                font-size: 36px;\n            }\n            \n            .hero-content p {\n                font-size: 18px;\n            }\n            \n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .expertise-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .sectors {\n                width: 100%;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .hero-content h1 {\n                font-size: 32px;\n            }\n            \n            .section-title h2 {\n                font-size: 32px;\n            }\n            \n            .presentation-text h3 {\n                font-size: 26px;\n            }\n            \n            .sectors h3 {\n                font-size: 26px;\n            }\n            \n            .logo-main {\n                font-size: 20px;\n            }\n            \n            .logo-subtitle {\n                font-size: 11px;\n            }\n            \n            .logo-img {\n                height: 40px;\n                width: 40px;\n                font-size: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header>\n        <div class=\"header-container\">\n             <div class=\"logo-container\">\n                    <img decoding=\"async\" src=\"https:\/\/atlantic-excellence.com\/wp-content\/uploads\/2025\/07\/4a594b2b-1bcc-433c-adab-73ed08043ae7.png\"class=\"logo-img\">\n                    <\/div>\n                    <div class=\"logo-text\">\n                    \n                    \n                   \n                <\/div>\n            <\/div>\n            \n            <nav>\n                <ul>\n                    <li>   <a href=\"#\" class=\"active\"> Accueil<\/a><\/li>\n                    <li><a href=\"https:\/\/atlantic-excellence.com\/wp-admin\/post.php?post=36&action=elementor\">\u00c0 propos<\/a><\/li>\n                    <li><a href=\"https:\/\/atlantic-excellence.com\/wp-admin\/post.php?post=42&action=elementor\">Services<\/a><\/li>\n                    <li><a href=\"https:\/\/atlantic-excellence.com\/wp-admin\/post.php?post=54&action=elementor\">\u00c9tude de cas<\/a><\/li>\n                    <li><a href=\"https:\/\/atlantic-excellence.com\/wp-admin\/post.php?post=65&action=elementor\">Blog<\/a><\/li>\n                    <li><a href=\"https:\/\/atlantic-excellence.com\/wp-admin\/post.php?post=62&action=elementor\">Contact<\/a><\/li>\n                <\/ul>\n            <\/nav>\n            \n            \n        <\/div>\n    <\/header>\n    <!-- Hero Banner -->\n    <section class=\"hero-banner\">\n        <video class=\"banner-video\" autoplay muted loop>\n            <source src=\"https:\/\/assets.mixkit.co\/videos\/preview\/mixkit-factory-with-smoke-coming-out-of-chimneys-42930-large.mp4\" type=\"video\/mp4\">\n            Votre navigateur ne supporte pas les vid\u00e9os HTML5.\n        <\/video>\n        <div class=\"video-overlay\"><\/div>\n        \n        <div class=\"hero-content\">\n            <h1>Excellence op\u00e9rationnelle et <span>innovation IA<\/span> pour l'industrie<\/h1>\n            <p>Transformez vos op\u00e9rations industrielles avec nos solutions d'intelligence artificielle sur mesure pour optimiser la production, r\u00e9duire les co\u00fbts et maximiser la qualit\u00e9<\/p>\n            \n            <div class=\"cta-buttons\">\n                <a href=\"#\" class=\"cta-btn primary-cta\">D\u00e9couvrez nos solutions IA<\/a>\n                <a href=\"https:\/\/atlantic-excellence.com\/wp-admin\/post.php?post=62&action=elementor\" class=\"cta-btn secondary-cta\">Contactez-nous<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Presentation Section -->\n    <section class=\"presentation\">\n        <div class=\"section-title\">\n            <h2>Atlantic Excellence Partners<\/h2>\n            <div class=\"divider\"><\/div>\n            <p>Votre partenaire pour la transformation digitale industrielle<\/p>\n        <\/div>\n        \n        <div class=\"presentation-content\">\n            <div class=\"presentation-text\">\n                <h3>Notre expertise au service de votre performance industrielle\n                \n               <li> Qui sommes-nous ?<\/li>  <\/h3>\n                <p>Atlantic Excellence Partners est un cabinet de conseil sp\u00e9cialis\u00e9 dans l'innovation op\u00e9rationnelle et l'int\u00e9gration de solutions IA pour l'industrie. Nous accompagnons les entreprises manufacturi\u00e8res dans leur transformation digitale pour am\u00e9liorer leur comp\u00e9titivit\u00e9 et leur r\u00e9silience.<\/p>\n                <p>Notre approche combine une expertise sectorielle approfondie avec les derni\u00e8res avanc\u00e9es en intelligence artificielle, data science et automatisation industrielle.<\/p>\n                \n                <div class=\"expertise-grid\">\n                    <div class=\"expertise-card\">\n                        <i class=\"fas fa-brain\"><\/i>\n                        <h4>Solutions IA Industrielles<\/h4>\n                        <p>D\u00e9tection d'anomalies, maintenance pr\u00e9dictive, optimisation de la production<\/p>\n                    <\/div>\n                    \n                    <div class=\"expertise-card\">\n                        <i class=\"fas fa-chart-line\"><\/i>\n                        <h4>Excellence Op\u00e9rationnelle<\/h4>\n                        <p>Lean manufacturing, am\u00e9lioration continue, gestion de la performance<\/p>\n                    <\/div>\n                    \n                    <div class=\"expertise-card\">\n                        <i class=\"fas fa-robot\"><\/i>\n                        <h4>Automatisation Intelligente<\/h4>\n                        <p>Int\u00e9gration de cobots, syst\u00e8mes cyber-physiques, jumeaux num\u00e9riques<\/p>\n                    <\/div>\n                    \n                    <div class=\"expertise-card\">\n                        <i class=\"fas fa-database\"><\/i>\n                        <h4>Data Science Industrielle<\/h4>\n                        <p>Analytique pr\u00e9dictive, visualisation de donn\u00e9es, plateformes IoT<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"sectors\">\n                <h3>Secteurs d'intervention<\/h3>\n                <ul class=\"sectors-list\">\n                    <li><i class=\"fas fa-cogs\"><\/i> Industrie manufacturi\u00e8re<\/li>\n                    <li><i class=\"fas fa-car\"><\/i> Automobile et a\u00e9ronautique<\/li>\n                    <li><i class=\"fas fa-pills\"><\/i> Pharmaceutique et chimie<\/li>\n                    <li><i class=\"fas fa-plug\"><\/i> \u00c9nergie et utilities<\/li>\n                    <li><i class=\"fas fa-utensils\"><\/i> Agroalimentaire<\/li>\n                    <li><i class=\"fas fa-tshirt\"><\/i> Textile et habillement<\/li>\n                    <li><i class=\"fas fa-microchip\"><\/i> \u00c9lectronique et microtechniques<\/li>\n                    <li><i class=\"fas fa-boxes\"><\/i> Logistique et supply chain<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Services Section -->\n    <section class=\"services\">\n        <div class=\"section-title\">\n            <h2>Nos Services<\/h2>\n            <div class=\"divider\"><\/div>\n            <p>Des solutions sur mesure pour transformer votre entreprise<\/p>\n        <\/div>\n        \n        <div class=\"services-grid\">\n            <div class=\"service-card\">\n                <i class=\"fas fa-cogs\"><\/i>\n                <h3>Diagnostic Op\u00e9rationnel<\/h3>\n                <p>\u00c9valuation compl\u00e8te de vos processus pour identifier les axes d'am\u00e9lioration et les opportunit\u00e9s d'automatisation.<\/p>\n                \n            <\/div>\n            \n            <div class=\"service-card\">\n                <i class=\"fas fa-robot\"><\/i>\n                <h3>Impl\u00e9mentation IA<\/h3>\n                <p>Int\u00e9gration de solutions d'intelligence artificielle adapt\u00e9es \u00e0 vos besoins sp\u00e9cifiques pour optimiser la production.<\/p>\n            <\/div>\n            \n            <div class=\"service-card\">\n                <i class=\"fas fa-chart-line\"><\/i>\n                <h3>Optimisation de Processus<\/h3>\n                <p>Am\u00e9lioration de vos flux de travail gr\u00e2ce aux m\u00e9thodologies Lean et Six Sigma pour r\u00e9duire les gaspillages.<\/p>\n            \n            <\/div>\n        <\/div>\n    <\/section>\n    \n   \n    <!-- Footer -->\n    <footer>\n        <div class=\"footer-container\">\n            <div class=\"footer-col\">\n                <div class=\"logo-container\">\n                    <img decoding=\"async\" src=\"https:\/\/atlantic-excellence.com\/wp-content\/upload\n                    \/2025\/07\/4a594b2b-1bcc-433c-adab-73ed08043ae7.png\"class=\"logo-img\">\n                    <\/div>\n                    <div class=\"logo-text\">\n                    \n                        <div class=\"logo-subtitle\">Atlantic Excellence Partners Consulting<\/div>\n                    <\/div>\n                <\/div>\n                <p>Votre partenaire pour l'excellence op\u00e9rationnelle et l'innovation IA dans l'industrie.<\/p>\n                \n                <div class=\"social-links\">\n                    <a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n                    <a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                <\/div>\n            <\/div>\n            \n           \n            \n            <div class=\"footer-col\">\n                <h3>Contact<\/h3>\n                <ul class=\"footer-links\">\n                    <li><a href=\"#\"><i class=\"fas fa-map-marker-alt\"><\/i> Avenue Arabie Saoudite , Tanger, Maroc<\/a><\/li>\n                    <li><a href=\"#\"><i class=\"fas fa-phone-alt\"><\/i> +212 6 61 10 86 39  +212 61 10 43  37<\/a><\/li>\n                    <li><a href=\"#\"><i class=\"fas fa-envelope\"><\/i><\/i> Az.tika@aepc.ma                 n.charaf@aepc.ma <\/li>\n<\/a>\n                    <li>\n                <\/ul>\n        <\/div>\n        \n        <div class=\"copyright\">\n            \u00a9 2023 Atlantic Excellence Partners. Tous droits r\u00e9serv\u00e9s.\n        <\/div>\n    <\/footer>\n    \n    <script>\n        \/\/ Animation for header on scroll\n        window.addEventListener('scroll', function() {\n            const header = document.querySelector('header');\n            if (window.scrollY > 50) {\n                header.style.padding = '10px 0';\n                header.style.boxShadow = '0 2px 15px rgba(0, 0, 0, 0.1)';\n            } else {\n                header.style.padding = '15px 0';\n                header.style.boxShadow = '0 2px 15px rgba(0, 0, 0, 0.1)';\n            }\n        });\n        \n        \/\/ Add animation to expertise cards\n        document.querySelectorAll('.expertise-card, .service-card, .case-card').forEach(card => {\n            card.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-10px)';\n                this.style.boxShadow = '0 15px 40px rgba(0, 0, 0, 0.1)';\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0)';\n                this.style.boxShadow = '0 10px 30px rgba(0, 0, 0, 0.05)';\n            });\n        });\n        \n        \/\/ Animation for buttons\n        document.querySelectorAll('.cta-btn, .contact-btn, .case-link').forEach(button => {\n            button.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-5px)';\n            });\n            \n            button.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0)';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Atlantic Excellence &#8211; Excellence Op\u00e9rationnelle &#038; Innovation IA Accueil \u00c0 propos Services \u00c9tude de cas Blog Contact Votre navigateur ne supporte pas les vid\u00e9os HTML5. Excellence op\u00e9rationnelle et innovation IA pour l&rsquo;industrie Transformez vos op\u00e9rations industrielles avec nos solutions d&rsquo;intelligence artificielle sur mesure pour optimiser la production, r\u00e9duire les co\u00fbts et maximiser la qualit\u00e9 D\u00e9couvrez [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-227","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=\/wp\/v2\/pages\/227","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=227"}],"version-history":[{"count":20,"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=\/wp\/v2\/pages\/227\/revisions"}],"predecessor-version":[{"id":273,"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=\/wp\/v2\/pages\/227\/revisions\/273"}],"wp:attachment":[{"href":"https:\/\/atlantic-excellence.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}