{"id":153,"date":"2025-07-27T11:19:39","date_gmt":"2025-07-27T11:19:39","guid":{"rendered":"https:\/\/norechem.net\/?page_id=153"},"modified":"2026-03-18T09:13:00","modified_gmt":"2026-03-18T09:13:00","slug":"entreprise","status":"publish","type":"page","link":"https:\/\/norechem.net\/en\/entreprise\/","title":{"rendered":"Company"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"153\" class=\"elementor elementor-153\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ff8c6d e-con-full e-flex e-con e-parent\" data-id=\"2ff8c6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-067baaa elementor-widget elementor-widget-html\" data-id=\"067baaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<style>\n\/* Correction du positionnement du compteur du panier *\/\n.astra-icon.ast-icon-shopping-bag {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n}\n\n\/* Ajustement du positionnement vertical du texte dans l'ic\u00f4ne *\/\n.ast-icon-shopping-bag[data-cart-total] {\n  line-height: normal;\n  vertical-align: middle;\n}\n\n\/* S'assurer que le compteur est bien centr\u00e9 dans l'ic\u00f4ne *\/\n.ast-addon-cart-wrap {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n\/* R\u00e8gle plus sp\u00e9cifique pour ajuster le compteur si n\u00e9cessaire *\/\n.ast-site-header-cart .ast-addon-cart-wrap .ast-icon-shopping-bag {\n  vertical-align: middle;\n  padding: 0;\n  line-height: 1.5;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71165b6 e-con-full e-flex e-con e-parent\" data-id=\"71165b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-687a7c9 elementor-widget elementor-widget-html\" data-id=\"687a7c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    \n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap\">\n    \n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Manrope', 'sans-serif'],\n                    },\n                    colors: {\n                        primary: {\n                            50: '#fff7ed',\n                            100: '#ffedd5',\n                            200: '#fed7aa',\n                            300: '#fdba74',\n                            400: '#fb923c',\n                            500: '#f97316',\n                            600: '#ea580c',\n                            700: '#c2410c',\n                            800: '#9a3412',\n                            900: '#7c2d12',\n                            950: '#431407',\n                        },\n                        secondary: {\n                            50: '#f9fafb',\n                            100: '#f3f4f6',\n                            200: '#e5e7eb',\n                            300: '#d1d5db',\n                            400: '#9ca3af',\n                            500: '#6b7280',\n                            600: '#4b5563',\n                            700: '#374151',\n                            800: '#1f2937',\n                            900: '#111827',\n                            950: '#030712',\n                        },\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Animations personnalis\u00e9es *\/\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-20px); }\n        }\n        \n        @keyframes pulse-slow {\n            0%, 100% { opacity: 0.7; }\n            50% { opacity: 0.3; }\n        }\n        \n        @keyframes spin-slow {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n        \n        @keyframes reveal-right {\n            from { transform: translateX(-50px); opacity: 0; }\n            to { transform: translateX(0); opacity: 1; }\n        }\n        \n        @keyframes reveal-left {\n            from { transform: translateX(50px); opacity: 0; }\n            to { transform: translateX(0); opacity: 1; }\n        }\n        \n        @keyframes reveal-up {\n            from { transform: translateY(50px); opacity: 0; }\n            to { transform: translateY(0); opacity: 1; }\n        }\n        \n        .animate-float {\n            animation: float 6s ease-in-out infinite;\n        }\n        \n        .animate-pulse-slow {\n            animation: pulse-slow 4s ease-in-out infinite;\n        }\n        \n        .animate-spin-slow {\n            animation: spin-slow 15s linear infinite;\n        }\n        \n        .reveal-right {\n            opacity: 0;\n            animation: reveal-right 0.8s ease-out forwards;\n        }\n        \n        .reveal-left {\n            opacity: 0;\n            animation: reveal-left 0.8s ease-out forwards;\n        }\n        \n        .reveal-up {\n            opacity: 0;\n            animation: reveal-up 0.8s ease-out forwards;\n        }\n        \n        \/* Barre de d\u00e9filement personnalis\u00e9e *\/\n        ::-webkit-scrollbar {\n            width: 10px;\n        }\n        \n        ::-webkit-scrollbar-track {\n            background: #f1f1f1;\n        }\n        \n        ::-webkit-scrollbar-thumb {\n            background: #f97316;\n            border-radius: 5px;\n        }\n        \n        ::-webkit-scrollbar-thumb:hover {\n            background: #ea580c;\n        }\n        \n        \/* Forme de blob *\/\n        .blob {\n            border-radius: 30% 70% 70% 30% \/ 30% 30% 70% 70%;\n        }\n        \n        \/* Forme d'hexagone *\/\n        .hexagon {\n            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\n        }\n        \n        \/* Styles personnalis\u00e9s *\/\n        .section-divider {\n            height: 100px;\n            background: linear-gradient(to right bottom, white 49%, #f8fafc 50%);\n        }\n        \n        .gradient-border {\n            position: relative;\n        }\n        \n        .gradient-border::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(to right, #f97316, #1f2937);\n            border-radius: 3px 3px 0 0;\n        }\n        \n        .clip-diagonal {\n            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);\n        }\n        \n        .clip-diagonal-reverse {\n            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);\n        }\n        \n        .glass-effect {\n            background: rgba(255, 255, 255, 0.2);\n            backdrop-filter: blur(10px);\n            -webkit-backdrop-filter: blur(10px);\n        }\n    <\/style>\n\n    <!-- Section H\u00e9ro avec Arri\u00e8re-plan Dynamique -->\n    <section class=\"relative overflow-hidden bg-gradient-to-br from-secondary-800 to-secondary-950 text-white py-24 md:py-32 clip-diagonal\">\n        <!-- \u00c9l\u00e9ments d'Arri\u00e8re-plan Anim\u00e9s -->\n        <div class=\"absolute inset-0 overflow-hidden\">\n            \n            <div class=\"absolute w-96 h-96 rounded-full bg-primary-700 blur-3xl opacity-20 top-10 -left-20 animate-pulse-slow\"><\/div>\n            <div class=\"absolute w-64 h-64 rounded-full bg-secondary-600 blur-3xl opacity-20 bottom-10 right-10 animate-pulse-slow\" style=\"animation-delay: 2s;\"><\/div>\n            \n            <!-- Grille d\u00e9corative -->\n            <div class=\"absolute inset-0 opacity-10\">\n                <div class=\"h-full w-full\" style=\"background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 30px 30px;\"><\/div>\n            <\/div>\n            \n            <!-- Symboles Chimiques Flottants -->\n            <div class=\"absolute top-20 left-1\/4 w-20 h-20 text-6xl text-white opacity-10 animate-float\">H\u2082O<\/div>\n            <div class=\"absolute top-40 right-1\/4 w-20 h-20 text-6xl text-white opacity-10 animate-float\" style=\"animation-delay: 2s;\">CH\u2084<\/div>\n            <div class=\"absolute bottom-20 left-1\/3 w-20 h-20 text-6xl text-white opacity-10 animate-float\" style=\"animation-delay: 3s;\">NH\u2083<\/div>\n        <\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"max-w-4xl mx-auto text-center\">\n                <span class=\"inline-block px-4 py-2 rounded-full bg-white\/10 backdrop-blur-sm text-sm font-semibold mb-6 reveal-up\" style=\"animation-delay: 0.3s;\">\n                    Leader en Innovation Chimique Depuis 1994\n                <\/span>\n                <div class=\"text-5xl md:text-7xl font-extrabold mb-6 reveal-up\" style=\"animation-delay: 0.5s;\">\n                    \u00c0 propos de <span class=\"inline-block relative\">\n                        Nore Chem\n                        <span class=\"absolute bottom-1 left-0 w-full h-2 bg-primary-400 opacity-50\"><\/span>\n                    <\/span>\n                <\/div>\n                <p class=\"text-xl md:text-2xl font-light leading-relaxed opacity-90 mb-10 reveal-up\" style=\"animation-delay: 0.7s;\">\n                    Un leader innovant dans la fabrication et la distribution de produits chimiques en Afrique, \n                    sp\u00e9cialis\u00e9 dans des solutions de pointe pour les secteurs minier, agricole et industriel.\n                <\/p>\n                <div class=\"flex flex-wrap justify-center gap-4 reveal-up\" style=\"animation-delay: 0.9s;\">\n                    <!--a href=\"#history\" class=\"px-8 py-4 bg-white text-secondary-900 rounded-lg font-bold transition-all hover:shadow-lg hover:-translate-y-1 inline-flex items-center gap-2\">\n                        <span>Notre Histoire<\/span>\n                        <i class=\"fas fa-chevron-right text-xs\"><\/i>\n                    <\/a>\n                    <a href=\"#expertise\" class=\"px-8 py-4 bg-primary-600 text-white rounded-lg font-bold transition-all hover:shadow-lg hover:-translate-y-1 inline-flex items-center gap-2 border border-white\/20\">\n                        <span>Notre Expertise<\/span>\n                        <i class=\"fas fa-chevron-right text-xs\"><\/i>\n                    <\/a-->\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- \u00c9l\u00e9ment D\u00e9coratif - Courbe en Bas -->\n        <div class=\"absolute bottom-0 left-0 w-full overflow-hidden\">\n            <svg class=\"relative block w-full\" style=\"margin-bottom:-1px\" viewBox=\"0 0 1200 60\" preserveAspectRatio=\"none\">\n                <path d=\"M0,0 C600,80 1000,0 1200,30 L1200,60 L0,60 Z\" class=\"fill-gray-50\"><\/path>\n            <\/svg>\n        <\/div>\n    <\/section>\n\n    <!-- Section Introduction avec Mise en Page Moderne -->\n    <section id=\"introduction\" class=\"py-20 bg-gray-50\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"max-w-7xl mx-auto\">\n                <!-- Titre de Section avec Soulignement en D\u00e9grad\u00e9 -->\n                <div class=\"text-center mb-16\">\n                    <span class=\"inline-block text-sm font-semibold text-primary-700 uppercase tracking-wider mb-2\">Qui Sommes-Nous<\/span>\n                    <div class=\"text-4xl md:text-5xl font-bold text-secondary-900 mb-4\">Introduction \u00e0 Nore Chem<\/div>\n                    <div class=\"h-1 w-20 bg-gradient-to-r from-primary-500 to-primary-700 mx-auto rounded-full\"><\/div>\n                <\/div>\n                \n                <!-- Grille de Fonctionnalit\u00e9s \u00e0 3 Colonnes -->\n                <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16\">\n                    <div class=\"bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl hover:-translate-y-1 group\">\n                        <div class=\"h-3 w-full bg-gradient-to-r from-primary-500 to-primary-700\"><\/div>\n                        <div class=\"p-8\">\n                            <div class=\"w-16 h-16 rounded-lg bg-primary-50 flex items-center justify-center mb-6 group-hover:bg-primary-100 transition-colors\">\n                                <i class=\"fas fa-globe text-2xl text-primary-600\"><\/i>\n                            <\/div>\n                            <h3 class=\"text-xl font-bold text-secondary-900 mb-3\">Pr\u00e9sence Mondiale<\/h3>\n                            <p class=\"text-gray-700\">\n                                <span class=\"font-semibold\">Nore Chem<\/span> fait partie du <span class=\"font-semibold\">Groupe SAY Investments<\/span> en Afrique de l'Ouest, \n                                qui appartient au conglom\u00e9rat <span class=\"font-semibold\">MEDAF Investments<\/span> avec des op\u00e9rations mondiales.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl hover:-translate-y-1 group\">\n                        <div class=\"h-3 w-full bg-gradient-to-r from-primary-600 to-secondary-800\"><\/div>\n                        <div class=\"p-8\">\n                            <div class=\"w-16 h-16 rounded-lg bg-primary-50 flex items-center justify-center mb-6 group-hover:bg-primary-100 transition-colors\">\n                                <i class=\"fas fa-flask text-2xl text-primary-600\"><\/i>\n                            <\/div>\n                            <h3 class=\"text-xl font-bold text-secondary-900 mb-3\">Focus sur l'Innovation<\/h3>\n                            <p class=\"text-gray-700\">\n                                Chez <span class=\"font-semibold\">Nore Chem<\/span>, nous croyons que l'innovation stimule la croissance. \n                                Nous d\u00e9veloppons continuellement nos solutions pour r\u00e9pondre aux besoins \u00e9volutifs des march\u00e9s \u00e0 travers l'Afrique de l'Ouest.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl hover:-translate-y-1 group\">\n                        <div class=\"h-3 w-full bg-gradient-to-r from-primary-700 to-secondary-900\"><\/div>\n                        <div class=\"p-8\">\n                            <div class=\"w-16 h-16 rounded-lg bg-primary-50 flex items-center justify-center mb-6 group-hover:bg-primary-100 transition-colors\">\n                                <i class=\"fas fa-network-wired text-2xl text-primary-600\"><\/i>\n                            <\/div>\n                            <h3 class=\"text-xl font-bold text-secondary-900 mb-3\">Portefeuille Diversifi\u00e9<\/h3>\n                            <p class=\"text-gray-700\">\n                                Notre groupe g\u00e8re des entreprises dans les secteurs de l'exploitation mini\u00e8re, du transport, de la logistique, de l'\u00e9nergie, \n                                des t\u00e9l\u00e9communications, de la construction, des infrastructures et du p\u00e9trole.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- D\u00e9claration de Vision avec Arri\u00e8re-plan en D\u00e9grad\u00e9 -->\n                <div class=\"bg-gradient-to-r from-secondary-900 to-secondary-800 rounded-2xl p-10 text-white relative overflow-hidden\">\n                    <!-- \u00c9l\u00e9ments D\u00e9coratifs -->\n                    <div class=\"absolute inset-0 opacity-10\">\n                        <div class=\"absolute top-0 right-0 w-64 h-64 bg-white rounded-full blur-3xl\"><\/div>\n                        <div class=\"absolute bottom-0 left-0 w-64 h-64 bg-white rounded-full blur-3xl\"><\/div>\n                    <\/div>\n                    \n                    <div class=\"relative z-10 max-w-3xl mx-auto text-center\">\n                        <div class=\"text-2xl md:text-3xl font-bold mb-6\">Notre Vision<\/div>\n                        <p class=\"text-xl leading-relaxed mb-6 font-light\">\n                            \u00catre le principal fournisseur de solutions chimiques en Afrique, en favorisant l'innovation durable \n                            et l'excellence dans chaque secteur que nous servons, tout en maintenant les normes les plus \u00e9lev\u00e9es de \n                            qualit\u00e9, de s\u00e9curit\u00e9 et de responsabilit\u00e9 environnementale.\n                        <\/p>\n                        <div class=\"w-20 h-1 bg-white\/50 mx-auto rounded-full\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Section Activit\u00e9s avec Cartes Interactives -->\n    <section class=\"py-20 bg-white relative overflow-hidden\">\n        \n        <!-- \u00c9l\u00e9ments D\u00e9coratifs d'Arri\u00e8re-plan -->\n        <div class=\"absolute top-0 right-0 w-1\/3 h-1\/3 bg-primary-50 rounded-bl-[100px] -z-10\"><\/div>\n        <div class=\"absolute bottom-0 left-0 w-1\/3 h-1\/3 bg-primary-50 rounded-tr-[100px] -z-10\"><\/div>\n        \n        <div class=\"container mx-auto px-6\">\n            <div class=\"max-w-7xl mx-auto\">\n                <!-- Titre de Section -->\n                <div class=\"text-center mb-16\">\n                    <span class=\"inline-block text-sm font-semibold text-primary-700 uppercase tracking-wider mb-2\">Nos Op\u00e9rations<\/span>\n                    <div class=\"text-4xl md:text-5xl font-bold text-secondary-900 mb-4\">Activit\u00e9s Principales<\/div>\n                    <div class=\"h-1 w-20 bg-gradient-to-r from-primary-500 to-primary-700 mx-auto rounded-full\"><\/div>\n                    <p class=\"max-w-2xl mx-auto mt-6 text-lg text-gray-600\">\n                        Nore Chem op\u00e8re dans plusieurs industries, fournissant des solutions chimiques sp\u00e9cialis\u00e9es \n                        adapt\u00e9es aux besoins uniques de chaque secteur.\n                    <\/p>\n                <\/div>\n                \n                <!-- Cartes d'Activit\u00e9s en Grille \u00c9chelonn\u00e9e -->\n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                    <!-- Carte Exploitation Mini\u00e8re -->\n                    <div class=\"group relative rounded-xl overflow-hidden shadow-lg h-80 transform transition-all duration-300 hover:-translate-y-2 hover:shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/fasochem.com\/sites\/default\/files\/inline-images\/25.jpg\" class=\"absolute inset-0 w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" alt=\"Op\u00e9rations mini\u00e8res\">\n                        \n                        <div class=\"absolute bottom-0 left-0 right-0 p-6 z-20\">\n                            <div class=\"flex items-center mb-4\">\n                                <div class=\"w-12 h-12 rounded-lg bg-white flex items-center justify-center mr-4\">\n                                    <i class=\"fas fa-mountain text-xl text-primary-700\"><\/i>\n                                <\/div>\n                                <div class=\"text-xl font-bold text-white\">Solutions Mini\u00e8res<\/div>\n                            <\/div>\n                            \n                            <div class=\"overflow-hidden h-0 group-hover:h-auto transition-all duration-300\">\n                                <p class=\"text-white\/90 mb-4\">\n                                    Produits chimiques sp\u00e9cialis\u00e9s pour l'extraction, le traitement et le raffinage des minerais qui maximisent \n                                    l'efficacit\u00e9 tout en minimisant l'impact environnemental.\n                                <\/p>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Carte Agriculture -->\n                    <div class=\"group relative rounded-xl overflow-hidden shadow-lg h-80 transform transition-all duration-300 hover:-translate-y-2 hover:shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/fasochem.com\/sites\/default\/files\/inline-images\/2_1.jpg\" class=\"absolute inset-0 w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" alt=\"Champ agricole\">\n                        \n                        <div class=\"absolute bottom-0 left-0 right-0 p-6 z-20\">\n                            <div class=\"flex items-center mb-4\">\n                                <div class=\"w-12 h-12 rounded-lg bg-white flex items-center justify-center mr-4\">\n                                    <i class=\"fas fa-seedling text-xl text-primary-700\"><\/i>\n                                <\/div>\n                                <div class=\"text-xl font-bold text-white\">Produits Agricoles<\/div>\n                            <\/div>\n                            \n                            <div class=\"overflow-hidden h-0 group-hover:h-auto transition-all duration-300\">\n                                <p class=\"text-white\/90 mb-4\">\n                                    Engrais innovants, produits de protection des cultures et amendements des sols qui am\u00e9liorent \n                                    le rendement et favorisent des pratiques agricoles durables.\n                                <\/p>\n                               \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Carte Industrie -->\n                    <div class=\"group relative rounded-xl overflow-hidden shadow-lg h-80 transform transition-all duration-300 hover:-translate-y-2 hover:shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/fasochem.com\/sites\/default\/files\/inline-images\/10_0.jpg\" class=\"absolute inset-0 w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" alt=\"Usine de fabrication\">\n                        \n                        <div class=\"absolute bottom-0 left-0 right-0 p-6 z-20\">\n                            <div class=\"flex items-center mb-4\">\n                                <div class=\"w-12 h-12 rounded-lg bg-white flex items-center justify-center mr-4\">\n                                    <i class=\"fas fa-industry text-xl text-primary-700\"><\/i>\n                                <\/div>\n                                <h3 class=\"text-xl font-bold text-white\">Produits Industriels<\/h3>\n                            <\/div>\n                            \n                            <div class=\"overflow-hidden h-0 group-hover:h-auto transition-all duration-300\">\n                                <p class=\"text-white\/90 mb-4\">\n                                    Formulations chimiques personnalis\u00e9es pour les processus de fabrication, am\u00e9liorant l'efficacit\u00e9 \n                                    et la qualit\u00e9 des produits dans diverses applications industrielles.\n                                <\/p>\n                                <a href=\"#\" class=\"inline-flex items-center text-primary-300 hover:text-primary-200\">\n                                    <span>En savoir plus<\/span>\n                                    <i class=\"fas fa-arrow-right ml-2 text-sm\"><\/i>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Carte Traitement de l'Eau -->\n                    <div class=\"group relative rounded-xl overflow-hidden shadow-lg h-80 transform transition-all duration-300 hover:-translate-y-2 hover:shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/fasochem.com\/sites\/default\/files\/inline-images\/14.jpg\" class=\"absolute inset-0 w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" alt=\"Installation de traitement de l'eau\">\n                        \n                        <div class=\"absolute bottom-0 left-0 right-0 p-6 z-20\">\n                            <div class=\"flex items-center mb-4\">\n                                <div class=\"w-12 h-12 rounded-lg bg-white flex items-center justify-center mr-4\">\n                                    <i class=\"fas fa-water text-xl text-primary-700\"><\/i>\n                                <\/div>\n                                <h3 class=\"text-xl font-bold text-white\">Traitement de l'Eau<\/h3>\n                            <\/div>\n                            \n                            <div class=\"overflow-hidden h-0 group-hover:h-auto transition-all duration-300\">\n                                <p class=\"text-white\/90 mb-4\">\n                                    Solutions compl\u00e8tes de traitement de l'eau pour applications industrielles, municipales et agricoles, \n                                    garantissant des ressources en eau propres et s\u00fbres.\n                                <\/p>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Carte Solutions \u00c9nerg\u00e9tiques -->\n                    <div class=\"group relative rounded-xl overflow-hidden shadow-lg h-80 transform transition-all duration-300 hover:-translate-y-2 hover:shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/fasochem.com\/sites\/default\/files\/inline-images\/13_0.jpg\" class=\"absolute inset-0 w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" alt=\"Installation \u00e9nerg\u00e9tique\">\n                        \n                        <div class=\"absolute bottom-0 left-0 right-0 p-6 z-20\">\n                            <div class=\"flex items-center mb-4\">\n                                <div class=\"w-12 h-12 rounded-lg bg-white flex items-center justify-center mr-4\">\n                                    <i class=\"fas fa-bolt text-xl text-primary-700\"><\/i>\n                                <\/div>\n                                <h3 class=\"text-xl font-bold text-white\">Solutions \u00c9nerg\u00e9tiques<\/h3>\n                            <\/div>\n                            \n                            <div class=\"overflow-hidden h-0 group-hover:h-auto transition-all duration-300\">\n                                <p class=\"text-white\/90 mb-4\">\n                                    Produits chimiques sp\u00e9cialis\u00e9s pour la production, la transmission et la distribution d'\u00e9nergie, \n                                    optimisant l'efficacit\u00e9 et r\u00e9duisant l'impact environnemental.\n                                <\/p>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Carte Infrastructure -->\n                    <div class=\"group relative rounded-xl overflow-hidden shadow-lg h-80 transform transition-all duration-300 hover:-translate-y-2 hover:shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/fasochem.com\/sites\/default\/files\/inline-images\/32.jpg\" class=\"absolute inset-0 w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" alt=\"D\u00e9veloppement d'infrastructures\">\n                        \n                        <div class=\"absolute bottom-0 left-0 right-0 p-6 z-20\">\n                            <div class=\"flex items-center mb-4\">\n                                <div class=\"w-12 h-12 rounded-lg bg-white flex items-center justify-center mr-4\">\n                                    <i class=\"fas fa-building text-xl text-primary-700\"><\/i>\n                                <\/div>\n                                <h3 class=\"text-xl font-bold text-white\">Solutions d'Infrastructure<\/h3>\n                            <\/div>\n                            \n                            <div class=\"overflow-hidden h-0 group-hover:h-auto transition-all duration-300\">\n                                <p class=\"text-white\/90 mb-4\">\n                                    Produits chimiques qui soutiennent le d\u00e9veloppement des infrastructures, notamment des additifs pour b\u00e9ton, \n                                    des rev\u00eatements et des mat\u00e9riaux pour la construction et l'entretien.\n                                <\/p>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Section Partenariat avec Disposition Asym\u00e9trique -->\n    <section class=\"py-20 bg-gray-50 relative overflow-hidden\">\n        <!-- \u00c9l\u00e9ments D\u00e9coratifs d'Arri\u00e8re-plan -->\n        <div class=\"absolute inset-0 -z-10\">\n            <div class=\"absolute w-96 h-96 rounded-full bg-primary-50 top-20 -right-20\"><\/div>\n            <div class=\"absolute w-64 h-64 rounded-full bg-secondary-50 bottom-10 -left-10\"><\/div>\n        <\/div>\n        \n        <div class=\"container mx-auto px-6\">\n            <div class=\"max-w-7xl mx-auto\">\n                <!-- Titre de Section -->\n                <div class=\"text-center mb-16\">\n                    <span class=\"inline-block text-sm font-semibold text-primary-700 uppercase tracking-wider mb-2\">Collaboration Strat\u00e9gique<\/span>\n                    <h2 class=\"text-4xl md:text-5xl font-bold text-secondary-900 mb-4\">Notre Partenariat<\/h2>\n                    <div class=\"h-1 w-20 bg-gradient-to-r from-primary-500 to-primary-700 mx-auto rounded-full\"><\/div>\n                <\/div>\n                \n                <!-- Contenu du Partenariat -->\n                <div class=\"grid grid-cols-1 lg:grid-cols-5 gap-10 items-center\">\n                    <!-- Colonne Gauche - D\u00e9tails -->\n                    <div class=\"lg:col-span-3 bg-white p-10 rounded-2xl shadow-lg relative overflow-hidden\">\n                        <!-- Bordure en D\u00e9grad\u00e9 -->\n                        <div class=\"absolute top-0 left-0 right-0 h-2 bg-gradient-to-r from-primary-500 to-primary-700\"><\/div>\n                        \n                        <h3 class=\"text-2xl font-bold text-secondary-900 mb-6\">\n                            Partenariat de Nore Chem avec MEDAF Investments\n                        <\/h3>\n                        \n                        <p class=\"text-gray-700 leading-relaxed mb-6\">\n                            Dans le cadre de ses efforts continus pour \u00e9largir ses activit\u00e9s et am\u00e9liorer ses services, \n                            <span class=\"font-semibold\">Nore Chem<\/span> a conclu un partenariat strat\u00e9gique avec \n                            <span class=\"font-semibold\">MEDAF Investments<\/span>.\n                        <\/p>\n                        \n                        <p class=\"text-gray-700 leading-relaxed mb-6\">\n                            Ce partenariat vise \u00e0 renforcer les investissements dans le secteur chimique \u00e0 travers l'Afrique de l'Ouest, \n                            en travaillant ensemble pour fournir des solutions industrielles durables qui suivent le rythme des d\u00e9veloppements \n                            du march\u00e9 local et international.\n                        <\/p>\n                        \n                        <p class=\"text-gray-700 leading-relaxed mb-8\">\n                            Gr\u00e2ce \u00e0 cette collaboration, <span class=\"font-semibold\">Nore Chem<\/span> \u00e9largit ses services \n                            et d\u00e9veloppe son portefeuille de produits chimiques pour r\u00e9pondre aux besoins des clients dans divers secteurs vitaux.\n                        <\/p>\n                        \n                        <div class=\"flex items-center gap-4 text-sm text-gray-500\">\n                            <div class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-primary-600 mr-2\"><\/i>\n                                <span>R&D am\u00e9lior\u00e9e<\/span>\n                            <\/div>\n                            <div class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-primary-600 mr-2\"><\/i>\n                                <span>Cha\u00eene d'approvisionnement mondiale<\/span>\n                            <\/div>\n                            <div class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-primary-600 mr-2\"><\/i>\n                                <span>Gamme de produits \u00e9largie<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Colonne Droite - Carte Vision -->\n                    <div class=\"lg:col-span-2\">\n                        <div class=\"bg-gradient-to-br from-secondary-700 to-secondary-900 rounded-2xl p-10 text-white shadow-lg h-full relative overflow-hidden\">\n                            <!-- \u00c9l\u00e9ments D\u00e9coratifs -->\n                            <div class=\"absolute top-0 right-0 w-32 h-32 bg-white\/10 rounded-full blur-xl\"><\/div>\n                            <div class=\"absolute bottom-0 left-0 w-32 h-32 bg-white\/10 rounded-full blur-xl\"><\/div>\n                            \n                            <!-- Hexagone Rotatif -->\n                            <div class=\"relative z-10 flex flex-col items-center\">\n                                <div class=\"w-24 h-24 hexagon bg-white\/20 backdrop-blur-sm flex items-center justify-center mb-8 animate-spin-slow\">\n                                    <div class=\"w-20 h-20 hexagon bg-white flex items-center justify-center\">\n                                        <i class=\"fas fa-handshake text-4xl text-primary-700\"><\/i>\n                                    <\/div>\n                                <\/div>\n                                \n                                <h3 class=\"text-2xl font-bold mb-6 text-center !text-white\">Notre Vision Commune<\/h3>\n                                \n                                <p class=\"text-center leading-relaxed font-light\">\n                                    Construire un avenir durable gr\u00e2ce \u00e0 des partenariats strat\u00e9giques et des solutions chimiques innovantes \n                                    qui r\u00e9pondent aux d\u00e9fis uniques des march\u00e9s africains tout en respectant les normes mondiales.\n                                <\/p>\n                                \n                                <div class=\"mt-8 pt-8 border-t border-white\/20 w-full\">\n                                    <div class=\"flex justify-between\">\n                                        <div class=\"text-center\">\n                                            <div class=\"font-bold text-2xl\">20+<\/div>\n                                            <div class=\"text-sm text-white\/70\">March\u00e9s Desservis<\/div>\n                                        <\/div>\n                                        <div class=\"text-center\">\n                                            <div class=\"font-bold text-2xl\">10+<\/div>\n                                            <div class=\"text-sm text-white\/70\">Projets Communs<\/div>\n                                        <\/div>\n                                        <div class=\"text-center\">\n                                            <div class=\"font-bold text-2xl\">5+<\/div>\n                                            <div class=\"text-sm text-white\/70\">Ann\u00e9es de Partenariat<\/div>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f4d728c e-con-full e-flex e-con e-parent\" data-id=\"4f4d728c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;clouds&quot;,&quot;shape_divider_bottom&quot;:&quot;wave-brush&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n  <path class=\"elementor-shape-fill\" d=\"M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7c1.2-.2 1.7.2 1.7.2s0-2.1 1.9-2.8c1.9-.7 3.6.7 3.6.7s.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4.4-.4 1-.7 1.8-.9 2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7c4.5-.9 6.8 1.8 6.8 1.8s.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1c2.7 1.2 1.7 5.2 1.7 5.2s.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2c.4.2.9.9.9.9s4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4c1.3-.3 2.3.2 2.3.2s-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0H0z\"\/>\n<\/svg>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7\ts-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7\tc-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3\tc-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6\tc0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7\tC239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5\tc0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1\tc-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7\tc0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6\tC8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8\tc0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2\tC74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3\tC97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1\tz M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1\tc-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC267.7,18.8,269.7,18,269.6,18z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2\tS227.6,9.9,227.4,9.8z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4\tC206.4,12.9,204.6,13.5,204.5,13.4z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6\tS201,10.7,201,10.6z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC152.6,27.5,154.6,26.8,154.5,26.7z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6\tc-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0\tC76.9,11.5,75.3,12.5,75.5,12.6z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4\tC19.9,13.7,15.7,13.3,15.6,13.2z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4329c64 e-con-full e-flex e-con e-parent\" data-id=\"4329c64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce759f6 elementor-widget elementor-widget-html\" data-id=\"ce759f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- D\u00e9couvrez Nos Autres Entreprises Section -->\r\n<div class=\"mb-20\">\r\n    <!-- Section Header -->\r\n    <div class=\"text-center mb-12\">\r\n        <div class=\"inline-flex items-center gap-2 px-4 py-2 bg-[#0A1628] backdrop-blur-sm border border-[#4a6fa5]\/30 rounded-full mb-6\">\r\n            <div class=\"w-2 h-2 bg-[#4a6fa5] rounded-full animate-pulse\"><\/div>\r\n            <span class=\"text-sm font-semibold text-white tracking-wider\">R\u00c9SEAU NILE GROUP<\/span>\r\n        <\/div>\r\n        <h2 class=\"text-4xl md:text-5xl font-black mb-4 leading-tight text-white\">\r\n            D\u00e9couvrez Nos Autres Entreprises\r\n        <\/h2>\r\n        <p class=\"text-gray-400 text-lg max-w-2xl mx-auto\">\r\n            Un groupe diversifi\u00e9 d'entreprises op\u00e9rant dans de multiples secteurs et continents.\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <!-- Companies Grid Row 1 - 4 columns -->\r\n    <div class=\"grid grid-cols-2 md:grid-cols-4 gap-4 mb-4\">\r\n\r\n        <!-- NILE GROUPE -->\r\n        <a href=\"https:\/\/www.nilegroupe.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-[#4a6fa5] hover:scale-[1.03] hover:shadow-2xl hover:shadow-[#4a6fa5]\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-blue-900\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-blue-500\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-blue-900\/40 border border-blue-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-blue-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-blue-300 transition-colors\">NILE GROUPE<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">nilegroupe.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-[#4a6fa5]\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- NORE CARBON -->\r\n        <a href=\"https:\/\/nilecarbon.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-slate-400\/50 hover:scale-[1.03] hover:shadow-2xl hover:shadow-slate-400\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-slate-700\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-slate-400\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-slate-700\/40 border border-slate-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-slate-300\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-slate-300 transition-colors\">NORE CARBON<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">nilecarbon.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-slate-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- NILE MINING -->\r\n        <a href=\"https:\/\/noregold.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-yellow-500\/50 hover:scale-[1.03] hover:shadow-2xl hover:shadow-yellow-500\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-yellow-900\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-yellow-500\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-yellow-900\/40 border border-yellow-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-yellow-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-yellow-300 transition-colors\">NILE MINING<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">noregold.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-yellow-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- NILE TELECOMS -->\r\n        <a href=\"https:\/\/www.nilects.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-indigo-500\/50 hover:scale-[1.03] hover:shadow-2xl hover:shadow-indigo-500\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-indigo-900\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-indigo-500\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-indigo-900\/40 border border-indigo-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-indigo-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.111 16.404a5.5 5.5 0 017.778 0M12 20h.01m-7.08-7.071c3.904-3.905 10.236-3.905 14.141 0M1.394 9.393c5.857-5.857 15.355-5.857 21.213 0\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-indigo-300 transition-colors\">NILE TELECOMS<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">nilects.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-indigo-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n    <\/div>\r\n\r\n    <!-- Companies Grid Row 2 - 3 columns -->\r\n    <div class=\"grid grid-cols-1 md:grid-cols-3 gap-4\">\r\n\r\n        <!-- HST MOROCCO -->\r\n        <a href=\"https:\/\/hstmaroc.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-red-500\/50 hover:scale-[1.03] hover:shadow-2xl hover:shadow-red-500\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-red-900\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-red-500\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-red-900\/40 border border-red-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-red-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 21v-4m0 0V5a2 2 0 012-2h6.5l1 1H21l-3 6 3 6h-8.5l-1-1H5a2 2 0 00-2 2zm9-13.5V9\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-red-300 transition-colors\">HST MOROCCO<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">hstmaroc.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-red-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- SAHARA GHANA CHEMICALS -->\r\n        <a href=\"https:\/\/saharaghana.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-orange-500\/50 hover:scale-[1.03] hover:shadow-2xl hover:shadow-orange-500\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-orange-900\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-orange-500\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-orange-900\/40 border border-orange-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-orange-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-orange-300 transition-colors\">SAHARA GHANA CHEMICALS<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">saharaghana.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-orange-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- NILE LOGISTICS -->\r\n        <a href=\"https:\/\/expressgroupe.com\" target=\"_blank\"\r\n           class=\"group relative overflow-hidden rounded-2xl bg-[#0A1628] border border-[#2d4a6e] p-6 flex flex-col items-center justify-center text-center transition-all duration-500 hover:border-purple-500\/50 hover:scale-[1.03] hover:shadow-2xl hover:shadow-purple-500\/20 min-h-[160px]\">\r\n            <div class=\"absolute inset-0 bg-gradient-to-br from-purple-900\/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500\"><\/div>\r\n            <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-purple-500\/50 to-transparent opacity-0 group-hover:opacity-100 transition-opacity\"><\/div>\r\n            <div class=\"relative z-10\">\r\n                <div class=\"w-10 h-10 rounded-full bg-purple-900\/40 border border-purple-500\/30 flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\r\n                    <svg class=\"w-5 h-5 text-purple-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 16V6a1 1 0 00-1-1H4a1 1 0 00-1 1v10a1 1 0 001 1h1m8-1a1 1 0 01-1 1H9m4-1V8a1 1 0 011-1h2.586a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707V16a1 1 0 01-1 1h-1m-6-1a1 1 0 001 1h1M5 17a2 2 0 104 0m-4 0a2 2 0 114 0m6 0a2 2 0 104 0m-4 0a2 2 0 114 0\"\/><\/svg>\r\n                <\/div>\r\n                <div class=\"text-white font-bold text-base mb-1 group-hover:text-purple-300 transition-colors\">NILE LOGISTICS<\/div>\r\n                <div class=\"text-gray-500 text-xs group-hover:text-gray-400 transition-colors\">expressgroupe.com<\/div>\r\n            <\/div>\r\n            <div class=\"absolute bottom-3 right-3 opacity-0 group-hover:opacity-100 transition-opacity\">\r\n                <svg class=\"w-4 h-4 text-purple-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\r\n            <\/div>\r\n        <\/a>\r\n\r\n    <\/div>\r\n<\/div>\r\n<!-- End D\u00e9couvrez Nos Autres Entreprises Section -->\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>H\u2082O CH\u2084 NH\u2083 Leader en Innovation Chimique Depuis 1994 \u00c0 propos de Nore Chem Un leader innovant dans la fabrication [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-153","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/pages\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/comments?post=153"}],"version-history":[{"count":20,"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/pages\/153\/revisions"}],"predecessor-version":[{"id":985,"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/pages\/153\/revisions\/985"}],"wp:attachment":[{"href":"https:\/\/norechem.net\/en\/wp-json\/wp\/v2\/media?parent=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}