{"id":42500,"date":"2025-08-24T20:27:21","date_gmt":"2025-08-25T03:27:21","guid":{"rendered":"https:\/\/nuvix.com\/?page_id=42500"},"modified":"2025-09-16T09:48:18","modified_gmt":"2025-09-16T16:48:18","slug":"anti-money-laundering-aml","status":"publish","type":"page","link":"https:\/\/nuvix.com\/fr\/anti-money-laundering-aml\/","title":{"rendered":"Lutte contre le blanchiment d'argent (AML)"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"42500\" class=\"elementor elementor-42500\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c75f21f e-con-full e-flex e-con e-parent\" data-id=\"c75f21f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1ea16f elementor-widget elementor-widget-html\" data-id=\"c1ea16f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Anti-Money Laundering (AML) Policy - iEvolution Pro LLC \/ Nuvix<\/title>\n    <!-- Icons8 Line Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/maxst.icons8.com\/vue-static\/landings\/line-awesome\/line-awesome\/1.3.0\/css\/line-awesome.min.css\">\n    <!-- jsPDF for PDF generation -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html2canvas\/1.4.1\/html2canvas.min.js\"><\/script>\n    <style>\n        \/* Reset and Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);\n            color: #e2e8f0;\n            min-height: 100vh;\n            padding: 0;\n            line-height: 1.6;\n        }\n\n        \/* Enhanced Header Styles *\/\n        header {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            background: rgba(10, 14, 39, 0.9);\n            backdrop-filter: blur(20px);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;\n            will-change: transform;\n        }\n\n        header.scrolled {\n            background: rgba(10, 14, 39, 0.98);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n        }\n\n        header.hidden {\n            transform: translateY(-100%);\n        }\n\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem 1.5rem;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        @media (min-width: 768px) {\n            nav {\n                padding: 1rem 2rem;\n            }\n        }\n\n        @media (min-width: 1400px) {\n            nav {\n                max-width: 1400px;\n                margin: 0 auto;\n                padding: 1rem 2rem;\n            }\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            z-index: 1002;\n            text-decoration: none;\n            transition: transform 0.3s ease;\n        }\n\n        .logo:hover {\n            transform: scale(1.05);\n        }\n\n        .logo img {\n            height: 40px;\n            width: auto;\n            filter: drop-shadow(0 0 10px rgba(159, 57, 255, 0.5));\n        }\n\n        @media (min-width: 768px) {\n            .logo img { height: 45px; }\n        }\n\n        \/* Desktop Navigation *\/\n        .nav-links {\n            display: none;\n            gap: 1.5rem;\n            align-items: center;\n        }\n\n        @media (min-width: 1024px) {\n            .nav-links {\n                display: flex;\n                gap: 2rem;\n            }\n        }\n\n        .nav-links a {\n            color: #e2e8f0;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            position: relative;\n            font-weight: 500;\n            white-space: nowrap;\n            font-size: 0.95rem;\n        }\n\n        @media (min-width: 1200px) {\n            .nav-links a { font-size: 1rem; }\n        }\n\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            transition: width 0.3s ease;\n        }\n\n        .nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .nav-links a:hover {\n            color: #00b4d8;\n        }\n\n        \/* Download Button Styles *\/\n        .download-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.6rem 1.2rem;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            color: white;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(159, 57, 255, 0.3);\n            cursor: pointer;\n            border: none;\n            font-size: 0.95rem;\n        }\n\n        .download-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.5);\n            text-decoration: none;\n            color: white;\n        }\n\n        .download-button i {\n            font-size: 1.1rem;\n        }\n\n        \/* Mobile Navigation *\/\n        .mobile-nav-container {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        @media (min-width: 1024px) {\n            .mobile-nav-container { display: none; }\n        }\n\n        .hamburger {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            width: 30px;\n            height: 24px;\n            cursor: pointer;\n            z-index: 1002;\n            padding: 5px;\n            background: transparent;\n            border: none;\n            outline: none;\n            -webkit-tap-highlight-color: transparent;\n            touch-action: manipulation;\n        }\n\n        .hamburger:hover span {\n            background: #00b4d8;\n        }\n\n        .hamburger span {\n            display: block;\n            width: 100%;\n            height: 3px;\n            background: #e2e8f0;\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        .hamburger.active span:nth-child(1) {\n            transform: translateY(10.5px) rotate(45deg);\n        }\n\n        .hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .hamburger.active span:nth-child(3) {\n            transform: translateY(-10.5px) rotate(-45deg);\n        }\n\n        \/* Mobile menu overlay *\/\n        .mobile-menu {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100vh;\n            height: 100dvh;\n            background: rgba(10, 14, 39, 0.98);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            z-index: 999;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n            pointer-events: none;\n        }\n\n        .mobile-menu.active {\n            opacity: 1;\n            visibility: visible;\n            pointer-events: auto;\n        }\n\n        .mobile-menu-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            padding: 2rem;\n        }\n\n        .mobile-menu-links {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        @media (min-width: 576px) {\n            .mobile-menu-links { gap: 2rem; margin-bottom: 3rem; }\n        }\n\n        .mobile-menu-links a {\n            color: #e2e8f0;\n            text-decoration: none;\n            font-size: 1.25rem;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            padding: 0.5rem 1rem;\n            display: block;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .mobile-menu-links a:hover,\n        .mobile-menu-links a:active {\n            color: #00b4d8;\n            transform: translateX(5px);\n        }\n\n        @media (min-width: 576px) {\n            .mobile-menu-links a { font-size: 1.5rem; }\n        }\n\n        \/* Policy Content Styles *\/\n        .policy-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 100px 20px 40px;\n        }\n\n        @media (min-width: 768px) {\n            .policy-container {\n                padding: 120px 40px 60px;\n            }\n        }\n\n        .policy-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 2px solid rgba(159, 57, 255, 0.3);\n        }\n\n        .company-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.2), rgba(0, 180, 216, 0.2));\n            border: 1px solid rgba(159, 57, 255, 0.5);\n            border-radius: 25px;\n            padding: 0.5rem 1.5rem;\n            margin-bottom: 1rem;\n            font-weight: 600;\n            color: #00b4d8;\n        }\n\n        .policy-title {\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            font-weight: 800;\n            margin-bottom: 1rem;\n            background: linear-gradient(135deg, #fff 0%, #9f39ff 50%, #00b4d8 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            line-height: 1.2;\n        }\n\n        .policy-subtitle {\n            font-size: 1.1rem;\n            color: #94a3b8;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .last-updated {\n            margin-top: 1rem;\n            font-size: 0.9rem;\n            color: #64748b;\n        }\n\n        .download-section {\n            text-align: center;\n            margin-top: 1.5rem;\n        }\n\n        \/* Quick Navigation *\/\n        .quick-nav {\n            background: rgba(255, 255, 255, 0.03);\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            border-radius: 15px;\n            padding: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .quick-nav-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: #00b4d8;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .quick-nav-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 0.75rem;\n        }\n\n        @media (min-width: 576px) {\n            .quick-nav-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 1rem;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .quick-nav-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        .quick-nav-item {\n            padding: 0.75rem 1rem;\n            background: rgba(255, 255, 255, 0.02);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            transition: all 0.3s ease;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            text-decoration: none;\n            color: #e2e8f0;\n        }\n\n        .quick-nav-item:hover {\n            background: rgba(159, 57, 255, 0.1);\n            border-color: rgba(159, 57, 255, 0.3);\n            transform: translateX(5px);\n        }\n\n        .quick-nav-item::before {\n            content: '';\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f061';\n            color: #9f39ff;\n            font-size: 1rem;\n        }\n\n        \/* Section Styles *\/\n        .policy-section {\n            margin-bottom: 3rem;\n            padding: 2rem;\n            background: rgba(255, 255, 255, 0.02);\n            border-radius: 15px;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        .section-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: #fff;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        .section-number {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            border-radius: 10px;\n            font-size: 1.2rem;\n            font-weight: 700;\n        }\n\n        .section-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            border-radius: 10px;\n            font-size: 1.2rem;\n        }\n\n        .subsection-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            margin: 1.5rem 0 1rem;\n            color: #00b4d8;\n        }\n\n        \/* Important Notice Box *\/\n        .important-notice {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(245, 158, 11, 0.1));\n            border: 2px solid rgba(239, 68, 68, 0.3);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n\n        .important-notice-title {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #ef4444;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .important-notice-title::before {\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f071';\n            font-size: 1.5rem;\n        }\n\n        \/* Prohibited Countries Box *\/\n        .prohibited-countries-box {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(185, 28, 28, 0.15));\n            border: 2px solid rgba(239, 68, 68, 0.5);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n\n        .prohibited-countries-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #ff4444;\n            margin-bottom: 1.5rem;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        .prohibited-countries-title::before {\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f05e';\n            font-size: 2rem;\n        }\n\n        .countries-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .country-item {\n            background: rgba(0, 0, 0, 0.3);\n            padding: 0.75rem;\n            border-radius: 8px;\n            border: 1px solid rgba(239, 68, 68, 0.3);\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .country-item::before {\n            content: '\u26d4';\n            font-size: 1.2rem;\n        }\n\n        \/* Info Box *\/\n        .info-box {\n            background: rgba(0, 180, 216, 0.1);\n            border: 1px solid rgba(0, 180, 216, 0.3);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 1rem 0;\n        }\n\n        .info-box-title {\n            font-weight: 600;\n            color: #00b4d8;\n            margin-bottom: 0.5rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .info-box-title::before {\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f05a';\n        }\n\n        \/* Lists *\/\n        .policy-list {\n            list-style: none;\n            padding-left: 1.5rem;\n            margin: 1rem 0;\n        }\n\n        .policy-list li {\n            margin-bottom: 0.75rem;\n            position: relative;\n            padding-left: 1.5rem;\n        }\n\n        .policy-list li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f00c';\n            color: #00b4d8;\n            font-size: 0.9rem;\n        }\n\n        .numbered-list {\n            list-style: none;\n            counter-reset: item;\n            padding-left: 0;\n        }\n\n        .numbered-list li {\n            counter-increment: item;\n            margin-bottom: 1rem;\n            padding-left: 2.5rem;\n            position: relative;\n        }\n\n        .numbered-list li::before {\n            content: counter(item);\n            position: absolute;\n            left: 0;\n            width: 25px;\n            height: 25px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 0.9rem;\n        }\n\n        \/* Special Highlight Box *\/\n        .highlight-box {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.1), rgba(0, 180, 216, 0.1));\n            border: 1px solid rgba(159, 57, 255, 0.3);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 1.5rem 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .highlight-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n        }\n\n        \/* Red Alert Box *\/\n        .red-alert-box {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(185, 28, 28, 0.15));\n            border: 2px solid rgba(239, 68, 68, 0.5);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n\n        \/* Process Stages Box *\/\n        .process-box {\n            background: rgba(99, 102, 241, 0.1);\n            border: 1px solid rgba(99, 102, 241, 0.3);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 1.5rem 0;\n        }\n\n        .process-stage {\n            margin-bottom: 1rem;\n            padding-left: 1rem;\n        }\n\n        .process-stage strong {\n            color: #9f39ff;\n        }\n\n        \/* Links *\/\n        a {\n            color: #00b4d8;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        a:hover {\n            color: #9f39ff;\n            text-decoration: underline;\n        }\n\n        \/* Back to Top Button *\/\n        .back-to-top {\n            position: fixed;\n            bottom: 30px;\n            right: 30px;\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.5rem;\n            cursor: pointer;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(159, 57, 255, 0.4);\n            z-index: 100;\n        }\n\n        .back-to-top i {\n            font-size: 1.5rem;\n        }\n\n        .back-to-top.visible {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .back-to-top:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.6);\n        }\n\n        \/* Contact Button *\/\n        .contact-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.75rem 1.5rem;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            color: white;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(159, 57, 255, 0.3);\n        }\n\n        .contact-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.5);\n            text-decoration: none;\n            color: white;\n        }\n\n        .contact-button i {\n            font-size: 1.1rem;\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .policy-container {\n                padding: 80px 15px 30px;\n            }\n\n            .section-title {\n                font-size: 1.5rem;\n            }\n\n            .subsection-title {\n                font-size: 1.2rem;\n            }\n\n            .quick-nav {\n                padding: 1.5rem;\n            }\n\n            .policy-section {\n                padding: 1.5rem;\n            }\n\n            .countries-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header id=\"nuvixHeader\">\n        <nav>\n            <a href=\"https:\/\/nuvix.com\/fr\/\" class=\"logo\">\n                <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/uvix-1-1.png\" alt=\"Nuvix\">\n            <\/a>\n            \n            <!-- Desktop Navigation -->\n            <div class=\"nav-links\">\n                <a href=\"https:\/\/nuvix.com\/fr\/\">Accueil<\/a>\n                <button class=\"download-button\" onclick=\"downloadPDF()\">\n                    <i class=\"las la-download\"><\/i> T\u00e9l\u00e9charger le PDF\n                <\/button>\n                <div class=\"locale-switcher-wrapper\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"language\">\n        <button class=\"ulcs-trigger\" aria-label=\"Changer de langue\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\uddeb\ud83c\uddf7<\/span>\n                    <span class=\"ulcs-lang\">FR<\/span>\n                                \n                                \n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/div>\n            <\/div>\n            \n            <!-- Mobile Navigation -->\n            <div class=\"mobile-nav-container\">\n                <div class=\"hamburger\" id=\"hamburger\">\n                    <span><\/span>\n                    <span><\/span>\n                    <span><\/span>\n                <\/div>\n            <\/div>\n        <\/nav>\n    <\/header>\n\n    <!-- Mobile Menu Overlay -->\n    <div class=\"mobile-menu\" id=\"mobileMenu\">\n        <div class=\"mobile-menu-content\">\n            <div class=\"mobile-menu-links\">\n                <a href=\"https:\/\/nuvix.com\/fr\/\">Accueil<\/a>\n                <button class=\"download-button\" onclick=\"downloadPDF()\">\n                    <i class=\"las la-download\"><\/i> T\u00e9l\u00e9charger le PDF\n                <\/button>\n            <\/div>\n            <div class=\"locale-switcher-wrapper\"><center>    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"language\">\n        <button class=\"ulcs-trigger\" aria-label=\"Changer de langue\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\uddeb\ud83c\uddf7<\/span>\n                    <span class=\"ulcs-lang\">FR<\/span>\n                                \n                                \n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/center><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Policy Content -->\n    <div class=\"policy-container\" id=\"policyContent\">\n        <div class=\"policy-header\">\n            <div class=\"company-badge\">iEvolution Pro LLC<\/div>\n            <h1 class=\"policy-title\">Politique de lutte contre le blanchiment d'argent (AML)<\/h1>\n            <p class=\"policy-subtitle\">iEvolution Pro LLC et Nuvix s'engagent \u00e0 pr\u00e9venir le blanchiment d'argent et le financement du terrorisme conform\u00e9ment aux r\u00e9glementations internationales.<\/p>\n            <p class=\"last-updated\">Date d'entr\u00e9e en vigueur : Janvier 2025<\/p>\n            <div class=\"download-section\">\n                <button class=\"download-button\" onclick=\"downloadPDF()\">\n                    <i class=\"las la-file-pdf\"><\/i> T\u00e9l\u00e9charger la politique au format PDF\n                <\/button>\n            <\/div>\n        <\/div>\n\n        <!-- Quick Navigation -->\n        <div class=\"quick-nav\">\n            <h2 class=\"quick-nav-title\"><i class=\"las la-list\"><\/i> Navigation rapide<\/h2>\n            <div class=\"quick-nav-grid\">\n                <a href=\"#purpose\" class=\"quick-nav-item\">Objectif<\/a>\n                <a href=\"#scope\" class=\"quick-nav-item\">Champ d'application<\/a>\n                <a href=\"#definition\" class=\"quick-nav-item\">D\u00e9finition et traitement<\/a>\n                <a href=\"#compliance\" class=\"quick-nav-item\">Programme de conformit\u00e9<\/a>\n                <a href=\"#prohibited\" class=\"quick-nav-item\">Transactions interdites<\/a>\n                <a href=\"#enforcement\" class=\"quick-nav-item\">Application et sanctions<\/a>\n                <a href=\"#review\" class=\"quick-nav-item\">Bilan et mises \u00e0 jour<\/a>\n                <a href=\"#retention\" class=\"quick-nav-item\">Conservation des donn\u00e9es<\/a>\n                <a href=\"#contact\" class=\"quick-nav-item\">Informations sur le contact<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Section 1: Purpose -->\n        <div class=\"policy-section\" id=\"purpose\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">1<\/span>\n                Objectif\n            <\/h2>\n            <p>iEvolution Pro LLC, Nuvix et toutes les soci\u00e9t\u00e9s affili\u00e9es s'engagent \u00e0 pr\u00e9venir le blanchiment d'argent et le financement du terrorisme. Cette politique de lutte contre le blanchiment d'argent (AML) est \u00e9tablie pour assurer la conformit\u00e9 avec :<\/p>\n            \n            <ul class=\"policy-list\">\n                <li>La loi sur le secret bancaire (BSA)<\/li>\n                <li>La loi USA PATRIOT<\/li>\n                <li>Recommandations du Groupe d'action financi\u00e8re (GAFI)<\/li>\n                <li>Sanctions de l'Office of Foreign Assets Control (OFAC)<\/li>\n                <li>R\u00e9glementation internationale en mati\u00e8re de lutte contre le blanchiment d'argent applicable dans tous les pays d'op\u00e9ration autoris\u00e9s<\/li>\n            <\/ul>\n\n            <div class=\"highlight-box\">\n                <p>Cette politique t\u00e9moigne de notre engagement \u00e0 respecter les normes les plus strictes en mati\u00e8re de conformit\u00e9 et d'\u00e9thique dans toutes nos activit\u00e9s commerciales dans plus de 150 pays \u00e0 travers le monde.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Section 2: Scope -->\n        <div class=\"policy-section\" id=\"scope\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">2<\/span>\n                Champ d'application\n            <\/h2>\n            <p>Cette politique s'applique \u00e0<\/p>\n            \n            <ul class=\"policy-list\">\n                <li>Tous les employ\u00e9s d'iEvolution Pro LLC, de Nuvix et des soci\u00e9t\u00e9s affili\u00e9es.<\/li>\n                <li>Partenaires de marque ind\u00e9pendants (PGI)<\/li>\n                <li>Entrepreneurs et consultants<\/li>\n                <li>Partenaires commerciaux et affili\u00e9s<\/li>\n                <li>Prestataires de services tiers<\/li>\n                <li>Toute personne ou entit\u00e9 exer\u00e7ant des activit\u00e9s avec nos entreprises ou en leur nom<\/li>\n            <\/ul>\n\n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Application mondiale<\/div>\n                <p>Cette politique s'applique \u00e0 toutes les activit\u00e9s dans le monde entier, ind\u00e9pendamment des r\u00e9glementations locales. Lorsque les lois locales sont plus strictes, ce sont les exigences les plus strictes qui s'appliquent.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Section 3: Definition and Processing -->\n        <div class=\"policy-section\" id=\"definition\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">3<\/span>\n                D\u00e9finition et traitement\n            <\/h2>\n            <p>Le blanchiment d'argent est le processus qui consiste \u00e0 faire passer pour l\u00e9gaux des produits ill\u00e9galement acquis en dissimulant la v\u00e9ritable origine des fonds. Il se d\u00e9roule g\u00e9n\u00e9ralement en trois \u00e9tapes :<\/p>\n            \n            <div class=\"process-box\">\n                <div class=\"process-stage\">\n                    <strong><i class=\"las la-layer-group\"><\/i> Placement<\/strong> - Introduction de fonds illicites dans le syst\u00e8me financier par le biais de d\u00e9p\u00f4ts, d'achats ou d'autres moyens.\n                <\/div>\n                <div class=\"process-stage\">\n                    <strong><i class=\"las la-random\"><\/i> Superposition<\/strong> - Effectuer de multiples transactions complexes afin de dissimuler l'origine des fonds et de cr\u00e9er une distance par rapport \u00e0 la source criminelle.\n                <\/div>\n                <div class=\"process-stage\">\n                    <strong><i class=\"las la-check-double\"><\/i> Int\u00e9gration<\/strong> - R\u00e9introduction des fonds blanchis dans l'\u00e9conomie l\u00e9gitime en tant qu'actifs apparemment l\u00e9gaux.\n                <\/div>\n            <\/div>\n\n            <div class=\"important-notice\">\n                <div class=\"important-notice-title\">Tol\u00e9rance z\u00e9ro<\/div>\n                <p>iEvolution Pro LLC et Nuvix appliquent une politique de tol\u00e9rance z\u00e9ro \u00e0 l'\u00e9gard du blanchiment d'argent et coop\u00e9reront pleinement avec les organismes charg\u00e9s de l'application de la loi pour d\u00e9tecter et pr\u00e9venir de telles activit\u00e9s.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Section 4: Compliance Program -->\n        <div class=\"policy-section\" id=\"compliance\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">4<\/span>\n                Programme de conformit\u00e9\n            <\/h2>\n\n            <h3 class=\"subsection-title\">4.1 Responsable de la conformit\u00e9 AML<\/h3>\n            <p>iEvolution Pro LLC d\u00e9signe un responsable de la conformit\u00e9 AML charg\u00e9 de.. :<\/p>\n            <ul class=\"policy-list\">\n                <li>Mise en \u0153uvre et supervision des politiques et proc\u00e9dures de lutte contre le blanchiment d'argent<\/li>\n                <li>Contr\u00f4ler les transactions et signaler les activit\u00e9s suspectes<\/li>\n                <li>Formation des employ\u00e9s et des PCI \u00e0 la conformit\u00e9 aux r\u00e8gles de lutte contre le blanchiment d'argent<\/li>\n                <li>Veiller au respect des lois nationales et internationales en mati\u00e8re de lutte contre le blanchiment d'argent<\/li>\n                <li>Effectuer des \u00e9valuations r\u00e9guli\u00e8res des risques<\/li>\n                <li>Entretenir des relations avec les autorit\u00e9s r\u00e9glementaires<\/li>\n            <\/ul>\n\n            <h3 class=\"subsection-title\">4.2 Proc\u00e9dures de connaissance du client (KYC)<\/h3>\n            <p>Pour pr\u00e9venir le blanchiment d'argent, nous v\u00e9rifierons l'identit\u00e9 de tous les clients, des PCI et des partenaires commerciaux par le biais de :<\/p>\n            \n            <div class=\"highlight-box\">\n                <p><strong>Documentation requise :<\/strong><\/p>\n                <ul class=\"policy-list\">\n                    <li>Pi\u00e8ce d'identit\u00e9 d\u00e9livr\u00e9e par le gouvernement (passeport, permis de conduire ou carte d'identit\u00e9 nationale)<\/li>\n                    <li>Justificatif de domicile (facture d'\u00e9lectricit\u00e9, contrat de bail ou relev\u00e9 bancaire dat\u00e9 de moins de 3 mois)<\/li>\n                    <li>Num\u00e9ro d'identification fiscale ou \u00e9quivalent<\/li>\n                    <li>V\u00e9rification du compte bancaire pour les transactions de grande valeur<\/li>\n                    <li>Documents d'enregistrement pour les personnes morales<\/li>\n                    <li>D\u00e9claration de l'origine des fonds pour les transactions sup\u00e9rieures \u00e0 $10.000 USD<\/li>\n                <\/ul>\n            <\/div>\n\n            <h3 class=\"subsection-title\">4.2.1 Fournisseur de services de contr\u00f4le KYC et infrastructure technologique<\/h3>\n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Syst\u00e8me KYC primaire<\/div>\n                <p>iEvolution Pro LLC exploite un syst\u00e8me complet de <strong>syst\u00e8me propri\u00e9taire KYC API<\/strong> int\u00e9gr\u00e9 directement dans l'infrastructure de notre plateforme.<\/p>\n            <\/div>\n            \n            <p><strong>Notre technologie de contr\u00f4le KYC comprend<\/strong><\/p>\n            <ul class=\"policy-list\">\n                <li>V\u00e9rification de l'identit\u00e9 en temps r\u00e9el par rapport aux bases de donn\u00e9es gouvernementales<\/li>\n                <li>Contr\u00f4le automatis\u00e9 des sanctions par rapport aux listes de sanctions SDN de l'OFAC, de l'ONU, de l'UE et du Royaume-Uni.<\/li>\n                <li>Validation et masquage de l'identit\u00e9 fiscale pour les SSN\/EIN (\u00c9tats-Unis) et les identit\u00e9s fiscales dans plus de 150 pays<\/li>\n                <li>Prise en charge de la v\u00e9rification de plusieurs documents<\/li>\n                <li>Flux de travail d'approbation conditionnelle bas\u00e9s sur les risques<\/li>\n                <li>Filtrage des transactions en crypto-monnaies par la blockchain<\/li>\n                <li>Piste d'audit compl\u00e8te et rapports de conformit\u00e9<\/li>\n            <\/ul>\n            \n            <p><strong>Partenaires en mati\u00e8re de diligence raisonnable renforc\u00e9e :<\/strong> Pour les transactions \u00e0 haut risque ou lorsque les r\u00e9glementations locales l'exigent, nous nous associons \u00e0 des fournisseurs tiers de premier plan en mati\u00e8re d'identification des clients :<\/p>\n            <ul class=\"policy-list\">\n                <li><strong>Sumsub<\/strong> - Pour la v\u00e9rification biom\u00e9trique et l'authentification renforc\u00e9e des documents<\/li>\n                <li><strong>ComplyAdvantage<\/strong> - Pour les sanctions en temps r\u00e9el et le d\u00e9pistage PEP<\/li>\n                <li><strong>LexisNexis Risk Solutions<\/strong> - Pour des v\u00e9rifications compl\u00e8tes des ant\u00e9c\u00e9dents<\/li>\n            <\/ul>\n\n            <h3 class=\"subsection-title\">4.3 Suivi des transactions<\/h3>\n            <p>Nous contr\u00f4lons toutes les transactions afin d'identifier les signaux d'alerte, notamment :<\/p>\n            \n            <div class=\"red-alert-box\">\n                <p><strong><i class=\"las la-exclamation-triangle\"><\/i> Drapeaux rouges \u00e0 surveiller :<\/strong><\/p>\n                <ul class=\"policy-list\">\n                    <li>Transactions importantes ou inhabituelles incompatibles avec l'activit\u00e9 normale de l'entreprise<\/li>\n                    <li>Transactions multiples structur\u00e9es juste en dessous des seuils de d\u00e9claration<\/li>\n                    <li>Transactions avec des pays \u00e0 haut risque ou des personnes politiquement expos\u00e9es (PPE)<\/li>\n                    <li>M\u00e9thodes de paiement inhabituelles ou mouvements de fonds rapides<\/li>\n                    <li>R\u00e9ticence \u00e0 fournir des informations d'identification ou des informations compl\u00e8tes<\/li>\n                    <li>Utilisation de comptes multiples ou de paiements par des tiers<\/li>\n                    <li>Augmentation soudaine et inexpliqu\u00e9e du volume d'activit\u00e9<\/li>\n                    <li>Des transactions complexes ou inhabituelles sans but commercial apparent<\/li>\n                <\/ul>\n            <\/div>\n\n            <h3 class=\"subsection-title\">4.4 Tenue de registres<\/h3>\n            <p>Tous les documents relatifs aux clients et aux transactions seront conserv\u00e9s pendant une dur\u00e9e minimale de <strong>cinq (5) ans<\/strong>y compris :<\/p>\n            <ul class=\"policy-list\">\n                <li>Documents d'identification du client<\/li>\n                <li>Registres des transactions et historique des paiements<\/li>\n                <li>Examens internes et rapports sur les activit\u00e9s suspectes<\/li>\n                <li>Dossiers de communication relatifs aux transactions \u00e0 haut risque<\/li>\n                <li>Dossiers de formation et certifications de conformit\u00e9<\/li>\n            <\/ul>\n\n            <h3 class=\"subsection-title\">4.5 D\u00e9claration d'activit\u00e9 suspecte (SAR)<\/h3>\n            <p>Les employ\u00e9s et les PCI doivent imm\u00e9diatement signaler toute transaction suspecte au responsable de la conformit\u00e9 AML, qui d\u00e9terminera s'il y a lieu de d\u00e9poser une d\u00e9claration d'activit\u00e9 suspecte (SAR) aupr\u00e8s des autorit\u00e9s r\u00e9glementaires comp\u00e9tentes.<\/p>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Confidentialit\u00e9<\/div>\n                <p>Le d\u00e9p\u00f4t d'une d\u00e9claration de soup\u00e7on et son contenu sont strictement confidentiels. La divulgation \u00e0 la personne faisant l'objet de la d\u00e9claration ou \u00e0 des personnes non autoris\u00e9es est interdite par la loi et peut entra\u00eener des sanctions p\u00e9nales.<\/p>\n            <\/div>\n\n            <h3 class=\"subsection-title\">4.6 Formation et sensibilisation<\/h3>\n            <p>Tous les employ\u00e9s et les PCI recevront une formation compl\u00e8te sur la conformit\u00e9 en mati\u00e8re de lutte contre le blanchiment d'argent :<\/p>\n            <ul class=\"policy-list\">\n                <li>Lois et obligations r\u00e9glementaires en mati\u00e8re de lutte contre le blanchiment d'argent<\/li>\n                <li>Identification des activit\u00e9s suspectes et des signaux d'alerte<\/li>\n                <li>Proc\u00e9dures d'\u00e9tablissement de rapports internes<\/li>\n                <li>Exigences en mati\u00e8re de diligence raisonnable \u00e0 l'\u00e9gard des clients<\/li>\n                <li>Cons\u00e9quences de la non-conformit\u00e9<\/li>\n                <li>Formation annuelle de remise \u00e0 niveau et mises \u00e0 jour sur les changements r\u00e9glementaires<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Section 5: Prohibited Transactions -->\n        <div class=\"policy-section\" id=\"prohibited\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">5<\/span>\n                Transactions interdites\n            <\/h2>\n            \n            <div class=\"red-alert-box\">\n                <p><strong><i class=\"las la-ban\"><\/i> iEvolution Pro LLC et Nuvix interdisent strictement :<\/strong><\/p>\n                <ul class=\"policy-list\">\n                    <li>Accepter des paiements provenant de sources inconnues ou non v\u00e9rifi\u00e9es<\/li>\n                    <li>Effectuer des transactions avec des personnes, des entit\u00e9s ou des pays sanctionn\u00e9s<\/li>\n                    <li>Utiliser des crypto-monnaies ou des m\u00e9thodes de paiement anonymes pour des transactions de grande valeur sans v\u00e9rification appropri\u00e9e.<\/li>\n                    <li>Permettre \u00e0 des tiers d'utiliser des comptes IBP pour des transactions<\/li>\n                    <li>Fractionnement des transactions pour \u00e9viter les seuils de d\u00e9claration (structuration)<\/li>\n                    <li>Traitement des transactions avec des documents insuffisants ou suspects<\/li>\n                    <li>Accepter des paiements en esp\u00e8ces d'un montant sup\u00e9rieur \u00e0 $10 000 USD ou l'\u00e9quivalent local<\/li>\n                    <li>Faciliter les transferts \u00e0 destination ou en provenance de juridictions \u00e0 haut risque sans exercer une diligence raisonnable renforc\u00e9e<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- New Prohibited Jurisdictions Section -->\n            <div class=\"prohibited-countries-box\">\n                <div class=\"prohibited-countries-title\">\n                    JURIDICTIONS INTERDITES\n                <\/div>\n                <p style=\"margin-bottom: 1.5rem;\">Conform\u00e9ment aux exigences r\u00e9glementaires, iEvolution Pro LLC et Nuvix interdisent strictement de faire des affaires avec des personnes ou des entit\u00e9s situ\u00e9es dans les juridictions suivantes, ou avec des citoyens de ces juridictions :<\/p>\n                \n                <div class=\"countries-grid\">\n                    <div class=\"country-item\">L'Iran<\/div>\n                    <div class=\"country-item\">Cor\u00e9e du Nord<\/div>\n                    <div class=\"country-item\">Myanmar (Birmanie)<\/div>\n                    <div class=\"country-item\">F\u00e9d\u00e9ration de Russie<\/div>\n                    <div class=\"country-item\">B\u00e9larus<\/div>\n                    <div class=\"country-item\">Syrie<\/div>\n                    <div class=\"country-item\">Cuba<\/div>\n                    <div class=\"country-item\">Venezuela<\/div>\n                    <div class=\"country-item\">Soudan<\/div>\n                    <div class=\"country-item\">Sud Soudan<\/div>\n                    <div class=\"country-item\">R\u00e9gion de Crim\u00e9e<\/div>\n                    <div class=\"country-item\">R\u00e9gion de Donetsk<\/div>\n                    <div class=\"country-item\">R\u00e9gion de Louhansk<\/div>\n                <\/div>\n                \n                <div style=\"margin-top: 1.5rem; padding: 1rem; background: rgba(0, 0, 0, 0.3); border-radius: 8px;\">\n                    <p><strong>Remarque :<\/strong> Cette liste est susceptible d'\u00eatre modifi\u00e9e en fonction de l'\u00e9volution des sanctions et des exigences r\u00e9glementaires. D'autres juridictions peuvent \u00eatre interdites en fonction des r\u00e9glementations locales en vigueur dans les pays d'op\u00e9ration.<\/p>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Examen des sanctions<\/h3>\n            <p>Tous les clients et toutes les transactions font l'objet d'un filtrage :<\/p>\n            <ul class=\"policy-list\">\n                <li>Liste des ressortissants sp\u00e9cialement d\u00e9sign\u00e9s (SDN) de l'OFAC<\/li>\n                <li>Liste des sanctions du Conseil de s\u00e9curit\u00e9 des Nations unies<\/li>\n                <li>Liste consolid\u00e9e des sanctions de l'UE<\/li>\n                <li>Liste des sanctions du Tr\u00e9sor (Royaume-Uni)<\/li>\n                <li>Listes de sanctions locales dans les juridictions d'application<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Section 6: Enforcement and Sanctions -->\n        <div class=\"policy-section\" id=\"enforcement\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">6<\/span>\n                Application et sanctions\n            <\/h2>\n            <p>Le non-respect de cette politique de lutte contre le blanchiment d'argent peut avoir des cons\u00e9quences graves :<\/p>\n            \n            <div class=\"important-notice\">\n                <div class=\"important-notice-title\">Actions disciplinaires<\/div>\n                <ul class=\"policy-list\">\n                    <li>R\u00e9siliation imm\u00e9diate de l'emploi ou de l'accord IBP<\/li>\n                    <li>D\u00e9ch\u00e9ance des commissions et des primes<\/li>\n                    <li>Signalement des violations aux autorit\u00e9s charg\u00e9es de l'application de la loi<\/li>\n                    <li>les sanctions civiles et p\u00e9nales pr\u00e9vues par les lois am\u00e9ricaines et internationales sur la lutte contre le blanchiment d'argent<\/li>\n                    <li>Responsabilit\u00e9 personnelle pour les dommages caus\u00e9s \u00e0 iEvolution Pro LLC et Nuvix<\/li>\n                    <li>Interdiction permanente de s'associer \u00e0 l'avenir avec nos entreprises<\/li>\n                <\/ul>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Cons\u00e9quences juridiques<\/h3>\n            <p>Les violations des lois sur la lutte contre le blanchiment d'argent peuvent avoir des cons\u00e9quences :<\/p>\n            <ul class=\"policy-list\">\n                <li>Poursuites p\u00e9nales et emprisonnement<\/li>\n                <li>Amendes substantielles (jusqu'\u00e0 des millions de dollars)<\/li>\n                <li>Confiscation d'actifs<\/li>\n                <li>Atteinte \u00e0 la r\u00e9putation<\/li>\n                <li>Perte de licences professionnelles<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Section 7: Review and Updates -->\n        <div class=\"policy-section\" id=\"review\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">7<\/span>\n                Examen et mises \u00e0 jour\n            <\/h2>\n            <p>Cette politique de lutte contre le blanchiment d'argent sera :<\/p>\n            <ul class=\"policy-list\">\n                <li>Examin\u00e9 chaque ann\u00e9e par le responsable de la lutte contre le blanchiment d'argent et par la direction g\u00e9n\u00e9rale<\/li>\n                <li>Mis \u00e0 jour si n\u00e9cessaire pour refl\u00e9ter les changements dans les r\u00e9glementations et les op\u00e9rations commerciales<\/li>\n                <li>L'efficacit\u00e9 est \u00e9valu\u00e9e au moyen d'audits r\u00e9guliers<\/li>\n                <li>Modifi\u00e9 en fonction des risques \u00e9mergents et des orientations r\u00e9glementaires<\/li>\n            <\/ul>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Mises \u00e0 jour de la politique<\/div>\n                <p>Tous les employ\u00e9s et les PCI seront inform\u00e9s des modifications importantes de la politique et devront accuser r\u00e9ception des mises \u00e0 jour et les comprendre.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Section 8: Data Retention Policy -->\n        <div class=\"policy-section\" id=\"retention\">\n            <h2 class=\"section-title\">\n                <span class=\"section-number\">8<\/span>\n                Politique de conservation des donn\u00e9es\n            <\/h2>\n            <p>Conform\u00e9ment aux exigences r\u00e9glementaires, iEvolution Pro LLC et Nuvix maintiennent les normes de conservation des donn\u00e9es suivantes :<\/p>\n            \n            <ul class=\"policy-list\">\n                <li><strong>Fiches d'identification des clients :<\/strong> 5 ans apr\u00e8s la cl\u00f4ture du compte<\/li>\n                <li><strong>Registres des transactions :<\/strong> 5 ans \u00e0 compter de la date de la transaction<\/li>\n                <li><strong>Rapports d'activit\u00e9s suspectes :<\/strong> 5 ans \u00e0 compter de la date de d\u00e9p\u00f4t<\/li>\n                <li><strong>Dossiers de formation :<\/strong> 5 ans \u00e0 compter de la fin de la formation<\/li>\n                <li><strong>\u00c9valuations des risques :<\/strong> 5 ans \u00e0 compter de la date d'\u00e9valuation<\/li>\n                <li><strong>Correspondance avec les r\u00e9gulateurs :<\/strong> Conserv\u00e9 de mani\u00e8re permanente<\/li>\n            <\/ul>\n\n            <div class=\"highlight-box\">\n                <p>Les dossiers peuvent \u00eatre conserv\u00e9s plus longtemps si des enqu\u00eates en cours, des litiges ou des exigences r\u00e9glementaires sp\u00e9cifiques dans les juridictions d'exploitation l'exigent.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Contact Section -->\n        <div class=\"policy-section\" id=\"contact\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-phone\"><\/i><\/span>\n                Informations sur le contact\n            <\/h2>\n            <p>Pour toute question ou pour signaler des activit\u00e9s suspectes, veuillez contacter<\/p>\n            \n            <div class=\"highlight-box\">\n                <p><strong>Responsable de la conformit\u00e9 AML<\/strong><br>\n                iEvolution Pro LLC \/ Nuvix<br>\n                30 N GOULD ST STE R<br>\n                SHERIDAN, WY 82801<br>\n                \u00c9tats-Unis<br><br>\n                Courriel : support@nuvix.com<br>\n            <\/div>\n\n            <div class=\"important-notice\">\n                <div class=\"important-notice-title\">Protection des d\u00e9nonciateurs<\/div>\n                <p>iEvolution Pro LLC et Nuvix maintiennent une politique stricte de non-repr\u00e9sailles. Les employ\u00e9s et les PCI qui signalent de bonne foi des activit\u00e9s suspectes sont prot\u00e9g\u00e9s contre toute forme de repr\u00e9sailles.<\/p>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 2rem;\">\n                <a href=\"https:\/\/nuvix.com\/fr\/contact-us\/\" class=\"contact-button\">\n                    <i class=\"las la-envelope\"><\/i>\n                    Signaler une activit\u00e9 suspecte\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Agreement Section -->\n        <div class=\"policy-section\">\n            <div class=\"important-notice\">\n                <p><strong>En collaborant avec iEvolution Pro LLC et Nuvix, tous les employ\u00e9s, les PCI et les partenaires reconnaissent qu'ils ont lu, compris et accept\u00e9 de se conformer \u00e0 cette politique de lutte contre le blanchiment d'argent.<\/strong><\/p>\n                <p>Le non-respect de cette politique peut entra\u00eener un licenciement imm\u00e9diat et des poursuites judiciaires.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Back to Top Button -->\n    <div class=\"back-to-top\" id=\"backToTop\"><i class=\"las la-arrow-up\"><\/i><\/div>\n\n    <script>\n    \/\/ PDF Download Function\n    async function downloadPDF() {\n        const button = event.target.closest('.download-button') || event.target;\n        const originalText = button.innerHTML;\n        button.innerHTML = '<i class=\"las la-spinner la-spin\"><\/i> Generating PDF...';\n        button.disabled = true;\n        \n        try {\n            \/\/ Alternative method: Use browser's print functionality\n            const printWindow = window.open('', '_blank');\n            \n            \/\/ Generate complete HTML content for PDF\n            const pdfContent = `\n<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"UTF-8\">\n    <title>AML Policy - iEvolution Pro LLC<\/title>\n    <style>\n        @media print {\n            @page {\n                size: A4;\n                margin: 20mm;\n            }\n            body {\n                margin: 0;\n                padding: 0;\n            }\n            .no-print { display: none !important; }\n            .page-break { page-break-after: always; }\n        }\n        \n        body {\n            font-family: Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            max-width: 210mm;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .header {\n            text-align: center;\n            border-bottom: 3px solid #1a5490;\n            padding-bottom: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .company-name {\n            color: #1a5490;\n            font-size: 18px;\n            font-weight: bold;\n            margin-bottom: 10px;\n        }\n        \n        h1 {\n            color: #1a5490;\n            font-size: 28px;\n            margin: 10px 0;\n        }\n        \n        .subtitle {\n            color: #666;\n            font-size: 14px;\n            margin: 10px 0;\n        }\n        \n        h2 {\n            color: #2c5282;\n            background: #f0f4f8;\n            padding: 10px;\n            margin-top: 30px;\n            border-left: 4px solid #1a5490;\n            page-break-after: avoid;\n        }\n        \n        h3 {\n            color: #2c5282;\n            margin-top: 20px;\n            page-break-after: avoid;\n        }\n        \n        .section {\n            margin-bottom: 30px;\n        }\n        \n        ul {\n            margin: 10px 0 10px 30px;\n        }\n        \n        li {\n            margin: 8px 0;\n        }\n        \n        .important-box {\n            background: #fff3cd;\n            border: 2px solid #ffc107;\n            border-radius: 5px;\n            padding: 15px;\n            margin: 20px 0;\n        }\n        \n        .prohibited-box {\n            background: #ffebee;\n            border: 2px solid #dc3545;\n            border-radius: 5px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .prohibited-title {\n            color: #dc3545;\n            font-size: 18px;\n            font-weight: bold;\n            margin-bottom: 15px;\n        }\n        \n        .countries-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n            margin-top: 15px;\n        }\n        \n        .country-item {\n            padding: 8px;\n            background: #f8f9fa;\n            border: 1px solid #dee2e6;\n            border-radius: 4px;\n        }\n        \n        .footer {\n            text-align: center;\n            color: #666;\n            font-size: 12px;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px solid #dee2e6;\n        }\n        \n        .toc {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 5px;\n            margin: 30px 0;\n        }\n        \n        .toc-title {\n            font-size: 18px;\n            font-weight: bold;\n            margin-bottom: 15px;\n            color: #2c5282;\n        }\n        \n        .toc-item {\n            margin: 8px 0;\n            color: #333;\n        }\n        \n        .kyc-provider-box {\n            background: #e3f2fd;\n            border: 2px solid #2196f3;\n            border-radius: 5px;\n            padding: 15px;\n            margin: 20px 0;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"header\">\n        <div class=\"company-name\">iEvolution Pro LLC<\/div>\n        <h1>Anti-Money Laundering (AML) Policy<\/h1>\n        <div class=\"subtitle\">iEvolution Pro LLC and Nuvix's commitment to preventing money laundering and terrorist financing in compliance with global regulations.<\/div>\n        <div class=\"subtitle\"><strong>Effective Date: January 2025<\/strong><\/div>\n    <\/div>\n    \n    <div class=\"toc\">\n        <div class=\"toc-title\">Table of Contents<\/div>\n        <div class=\"toc-item\">1. Purpose<\/div>\n        <div class=\"toc-item\">2. Scope<\/div>\n        <div class=\"toc-item\">3. Definition and Processing<\/div>\n        <div class=\"toc-item\">4. Compliance Program<\/div>\n        <div class=\"toc-item\">5. Prohibited Transactions<\/div>\n        <div class=\"toc-item\">6. Enforcement and Sanctions<\/div>\n        <div class=\"toc-item\">7. Review and Updates<\/div>\n        <div class=\"toc-item\">8. Data Retention Policy<\/div>\n        <div class=\"toc-item\">9. Contact Information<\/div>\n    <\/div>\n    \n    <div class=\"page-break\"><\/div>\n    \n    <div class=\"section\">\n        <h2>1. Purpose<\/h2>\n        <p>iEvolution Pro LLC, Nuvix, and all affiliated companies are committed to preventing money laundering and terrorist financing. This Anti-Money Laundering (AML) Policy is established to ensure compliance with:<\/p>\n        <ul>\n            <li>The Bank Secrecy Act (BSA)<\/li>\n            <li>The USA PATRIOT Act<\/li>\n            <li>Financial Action Task Force (FATF) recommendations<\/li>\n            <li>Office of Foreign Assets Control (OFAC) sanctions<\/li>\n            <li>International AML regulations applicable in all authorized operating countries<\/li>\n        <\/ul>\n        <p>This policy demonstrates our commitment to maintaining the highest standards of compliance and ethics in all our business operations across 150+ countries worldwide.<\/p>\n    <\/div>\n    \n    <div class=\"section\">\n        <h2>2. Scope<\/h2>\n        <p>This policy applies to:<\/p>\n        <ul>\n            <li>All employees of iEvolution Pro LLC, Nuvix, and affiliated companies<\/li>\n            <li>Independent Brand Partners (IBPs)<\/li>\n            <li>Contractors and consultants<\/li>\n            <li>Business partners and affiliates<\/li>\n            <li>Third-party service providers<\/li>\n            <li>Any person or entity conducting business with or on behalf of our companies<\/li>\n        <\/ul>\n        <p><strong>Global Application:<\/strong> This policy applies to all operations worldwide, regardless of local regulations. Where local laws are more stringent, the stricter requirements apply.<\/p>\n    <\/div>\n    \n    <div class=\"section\">\n        <h2>3. Definition and Processing<\/h2>\n        <p>Money laundering is the process of making illegally-gained proceeds appear legal by disguising the true origin of funds. It typically involves three stages:<\/p>\n        <ul>\n            <li><strong>Placement<\/strong> - Introduction of illicit funds into the financial system through deposits, purchases, or other means.<\/li>\n            <li><strong>Layering<\/strong> - Conducting multiple complex transactions to obscure the funds' origin and create distance from the criminal source.<\/li>\n            <li><strong>Integration<\/strong> - Reintroduction of laundered funds into the legitimate economy as apparently legal assets.<\/li>\n        <\/ul>\n        <div class=\"important-box\">\n            <strong>Zero Tolerance:<\/strong> iEvolution Pro LLC and Nuvix maintain a zero-tolerance policy toward money laundering and will fully cooperate with law enforcement agencies to detect and prevent such activities.\n        <\/div>\n    <\/div>\n    \n    <div class=\"page-break\"><\/div>\n    \n    <div class=\"section\">\n        <h2>4. Compliance Program<\/h2>\n        \n        <h3>4.1 AML Compliance Officer<\/h3>\n        <p>iEvolution Pro LLC designates an AML Compliance Officer responsible for:<\/p>\n        <ul>\n            <li>Implementing and overseeing AML policies and procedures<\/li>\n            <li>Monitoring transactions and reporting suspicious activities<\/li>\n            <li>Training employees and IBPs on AML compliance<\/li>\n            <li>Ensuring compliance with national and international AML laws<\/li>\n            <li>Conducting regular risk assessments<\/li>\n            <li>Maintaining relationships with regulatory authorities<\/li>\n        <\/ul>\n        \n        <h3>4.2 Know Your Customer (KYC) Procedures<\/h3>\n        <p>To prevent money laundering, we will verify the identity of all customers, IBPs, and business partners through required documentation including:<\/p>\n        <ul>\n            <li>Government-issued identification (passport, driver's license, or national ID)<\/li>\n            <li>Proof of address (utility bill, lease agreement, or bank statement dated within 3 months)<\/li>\n            <li>Tax identification number or equivalent<\/li>\n            <li>Bank account verification for high-value transactions<\/li>\n            <li>Business registration documents for corporate entities<\/li>\n            <li>Source of funds declaration for transactions exceeding $10,000 USD<\/li>\n        <\/ul>\n        \n        <h3>4.2.1 KYC Control Provider and Technology Infrastructure<\/h3>\n        <div class=\"kyc-provider-box\">\n            <p><strong>Primary KYC System:<\/strong> iEvolution Pro LLC operates a comprehensive proprietary KYC API system integrated directly into our platform infrastructure.<\/p>\n            \n            <p><strong>Our KYC control technology includes:<\/strong><\/p>\n            <ul>\n                <li>Real-time identity verification against government databases<\/li>\n                <li>Automated sanctions screening against OFAC SDN, UN, EU, and UK sanctions lists<\/li>\n                <li>Tax ID validation and masking for SSN\/EIN (USA) and tax IDs across 150+ countries<\/li>\n                <li>Multi-document verification support<\/li>\n                <li>Risk-based conditional approval workflows<\/li>\n                <li>Blockchain address screening for cryptocurrency transactions<\/li>\n                <li>Complete audit trail and compliance reporting<\/li>\n            <\/ul>\n            \n            <p><strong>Enhanced Due Diligence Partners:<\/strong><\/p>\n            <p>For high-risk transactions or when required by local regulations, we integrate with leading third-party KYC providers including:<\/p>\n            <ul>\n                <li><strong>Sumsub<\/strong> - For biometric verification and enhanced document authentication<\/li>\n                <li><strong>ComplyAdvantage<\/strong> - For real-time sanctions and PEP screening<\/li>\n                <li><strong>LexisNexis Risk Solutions<\/strong> - For comprehensive background checks<\/li>\n            <\/ul>\n        <\/div>\n        \n        <h3>4.3 Transaction Monitoring<\/h3>\n        <p>We monitor all transactions to identify red flags, including:<\/p>\n        <ul>\n            <li>Large or unusual transactions inconsistent with normal business activity<\/li>\n            <li>Multiple transactions structured just below reporting thresholds<\/li>\n            <li>Transactions with high-risk countries or Politically Exposed Persons (PEPs)<\/li>\n            <li>Unusual payment methods or rapid movement of funds<\/li>\n            <li>Reluctance to provide identification or complete information<\/li>\n            <li>Use of multiple accounts or third-party payments<\/li>\n            <li>Sudden unexplained increase in business volume<\/li>\n            <li>Complex or unusual transaction patterns with no apparent business purpose<\/li>\n        <\/ul>\n        \n        <h3>4.4 Record Keeping<\/h3>\n        <p>All customer and transaction records will be retained for a minimum of five (5) years.<\/p>\n        \n        <h3>4.5 Suspicious Activity Reporting (SAR)<\/h3>\n        <p>Employees and IBPs must immediately report any suspicious transaction to the AML Compliance Officer, who will determine whether to file a Suspicious Activity Report with appropriate regulatory authorities.<\/p>\n        \n        <h3>4.6 Training and Awareness<\/h3>\n        <p>All employees and IBPs will receive comprehensive AML compliance training, including annual refresher training and updates on regulatory changes.<\/p>\n    <\/div>\n    \n    <div class=\"page-break\"><\/div>\n    \n    <div class=\"section\">\n        <h2>5. Prohibited Transactions<\/h2>\n        <p>iEvolution Pro LLC and Nuvix strictly prohibit:<\/p>\n        <ul>\n            <li>Accepting payments from unknown or unverified sources<\/li>\n            <li>Engaging in transactions with sanctioned persons, entities, or countries<\/li>\n            <li>Using cryptocurrencies or anonymous payment methods for high-value transactions without proper verification<\/li>\n            <li>Allowing third parties to use IBP accounts for transactions<\/li>\n            <li>Splitting transactions to avoid reporting thresholds (structuring)<\/li>\n            <li>Processing transactions with insufficient or suspicious documentation<\/li>\n            <li>Accepting cash payments exceeding $10,000 USD or local equivalent<\/li>\n            <li>Facilitating transfers to or from high-risk jurisdictions without enhanced due diligence<\/li>\n        <\/ul>\n        \n        <div class=\"prohibited-box\">\n            <div class=\"prohibited-title\">\u26d4 PROHIBITED JURISDICTIONS<\/div>\n            <p>In compliance with regulatory requirements, iEvolution Pro LLC and Nuvix strictly prohibit conducting business with individuals or entities located in, or citizens of, the following jurisdictions:<\/p>\n            <div class=\"countries-grid\">\n                <div class=\"country-item\">\u2022 Iran<\/div>\n                <div class=\"country-item\">\u2022 North Korea<\/div>\n                <div class=\"country-item\">\u2022 Myanmar (Burma)<\/div>\n                <div class=\"country-item\">\u2022 Russian Federation<\/div>\n                <div class=\"country-item\">\u2022 Belarus<\/div>\n                <div class=\"country-item\">\u2022 Syria<\/div>\n                <div class=\"country-item\">\u2022 Cuba<\/div>\n                <div class=\"country-item\">\u2022 Venezuela<\/div>\n                <div class=\"country-item\">\u2022 Sudan<\/div>\n                <div class=\"country-item\">\u2022 South Sudan<\/div>\n                <div class=\"country-item\">\u2022 Crimea Region<\/div>\n                <div class=\"country-item\">\u2022 Donetsk Region<\/div>\n                <div class=\"country-item\">\u2022 Luhansk Region<\/div>\n            <\/div>\n            <p style=\"margin-top: 15px;\"><strong>Note:<\/strong> This list is subject to change based on evolving sanctions and regulatory requirements.<\/p>\n        <\/div>\n        \n        <h3>Sanctions Screening<\/h3>\n        <p>All customers and transactions are screened against:<\/p>\n        <ul>\n            <li>OFAC Specially Designated Nationals (SDN) List<\/li>\n            <li>UN Security Council Sanctions List<\/li>\n            <li>EU Consolidated Sanctions List<\/li>\n            <li>HM Treasury Sanctions List (UK)<\/li>\n            <li>Local sanctions lists in operating jurisdictions<\/li>\n        <\/ul>\n    <\/div>\n    \n    <div class=\"page-break\"><\/div>\n    \n    <div class=\"section\">\n        <h2>6. Enforcement and Sanctions<\/h2>\n        <p>Non-compliance with this AML policy may result in severe consequences:<\/p>\n        \n        <h3>Disciplinary Actions<\/h3>\n        <ul>\n            <li>Immediate termination of employment or IBP agreement<\/li>\n            <li>Forfeiture of commissions and bonuses<\/li>\n            <li>Reporting of violations to law enforcement authorities<\/li>\n            <li>Civil and criminal penalties under U.S. and international AML laws<\/li>\n            <li>Personal liability for damages to iEvolution Pro LLC and Nuvix<\/li>\n            <li>Permanent ban from future association with our companies<\/li>\n        <\/ul>\n        \n        <h3>Legal Consequences<\/h3>\n        <p>Violations of AML laws can result in:<\/p>\n        <ul>\n            <li>Criminal prosecution and imprisonment<\/li>\n            <li>Substantial monetary fines (up to millions of dollars)<\/li>\n            <li>Asset forfeiture<\/li>\n            <li>Reputational damage<\/li>\n            <li>Loss of professional licenses<\/li>\n        <\/ul>\n    <\/div>\n    \n    <div class=\"section\">\n        <h2>7. Review and Updates<\/h2>\n        <p>This AML policy will be:<\/p>\n        <ul>\n            <li>Reviewed annually by the AML Compliance Officer and senior management<\/li>\n            <li>Updated as necessary to reflect changes in regulations and business operations<\/li>\n            <li>Assessed for effectiveness through regular audits<\/li>\n            <li>Modified based on emerging risks and regulatory guidance<\/li>\n        <\/ul>\n        <p>All employees and IBPs will be notified of significant policy changes and required to acknowledge receipt and understanding of updates.<\/p>\n    <\/div>\n    \n    <div class=\"section\">\n        <h2>8. Data Retention Policy<\/h2>\n        <p>In accordance with regulatory requirements, iEvolution Pro LLC and Nuvix maintain the following data retention standards:<\/p>\n        <ul>\n            <li><strong>Customer identification records:<\/strong> 5 years after account closure<\/li>\n            <li><strong>Transaction records:<\/strong> 5 years from transaction date<\/li>\n            <li><strong>Suspicious Activity Reports:<\/strong> 5 years from filing date<\/li>\n            <li><strong>Training records:<\/strong> 5 years from training completion<\/li>\n            <li><strong>Risk assessments:<\/strong> 5 years from assessment date<\/li>\n            <li><strong>Correspondence with regulators:<\/strong> Permanently retained<\/li>\n        <\/ul>\n        <p>Records may be retained longer if required by ongoing investigations, litigation, or specific regulatory requirements.<\/p>\n    <\/div>\n    \n    <div class=\"section\">\n        <h2>9. Contact Information<\/h2>\n        <div style=\"background: #f0f4f8; padding: 20px; border-radius: 5px;\">\n            <p><strong>AML Compliance Officer<\/strong><\/p>\n            <p>iEvolution Pro LLC \/ Nuvix<br>\n            30 N GOULD ST STE R<br>\n            SHERIDAN, WY 82801<br>\n            United States<\/p>\n            <p>Email: support@nuvix.com<\/p>\n        <\/div>\n        \n        <div class=\"important-box\" style=\"margin-top: 20px;\">\n            <strong>Whistleblower Protection<\/strong><br>\n            iEvolution Pro LLC and Nuvix maintain a strict non-retaliation policy. Employees and IBPs who report suspicious activities in good faith are protected from any form of retaliation.\n        <\/div>\n    <\/div>\n    \n    <div class=\"footer\">\n        <p><strong>By collaborating with iEvolution Pro LLC and Nuvix, all employees, IBPs, and partners acknowledge that they have read, understood, and agree to comply with this AML Policy.<\/strong><\/p>\n        <p>Failure to comply with this policy may result in immediate termination and legal action.<\/p>\n        <p style=\"margin-top: 30px;\">\u00a9 2025 iEvolution Pro LLC - Confidential Document<\/p>\n    <\/div>\n<\/body>\n<\/html>\n            `;\n            \n            \/\/ Write content to new window\n            printWindow.document.write(pdfContent);\n            printWindow.document.close();\n            \n            \/\/ Trigger print dialog\n            setTimeout(() => {\n                printWindow.print();\n                \/\/ Close the window after a delay\n                setTimeout(() => {\n                    printWindow.close();\n                }, 1000);\n            }, 500);\n            \n        } catch (error) {\n            console.error('Error generating PDF:', error);\n            alert('There was an error generating the PDF. Please try again.');\n        } finally {\n            button.innerHTML = originalText;\n            button.disabled = false;\n        }\n    }\n    \n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Header scroll effect\n        const header = document.getElementById('nuvixHeader');\n        let lastScrollTop = 0;\n        \n        window.addEventListener('scroll', function() {\n            const scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n            \n            \/\/ Add scrolled class for styling\n            if (scrollTop > 50) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n            \n            \/\/ Hide\/show header on scroll\n            if (scrollTop > lastScrollTop && scrollTop > 100) {\n                header.classList.add('hidden');\n            } else {\n                header.classList.remove('hidden');\n            }\n            \n            lastScrollTop = scrollTop <= 0 ? 0 : scrollTop;\n\n            \/\/ Back to top button visibility\n            const backToTop = document.getElementById('backToTop');\n            if (scrollTop > 300) {\n                backToTop.classList.add('visible');\n            } else {\n                backToTop.classList.remove('visible');\n            }\n        });\n\n        \/\/ Mobile Navigation Toggle\n        const hamburger = document.getElementById('hamburger');\n        const mobileMenu = document.getElementById('mobileMenu');\n        const mobileMenuLinks = document.querySelectorAll('.mobile-menu-links a');\n        const body = document.body;\n\n        if (hamburger && mobileMenu) {\n            hamburger.addEventListener('click', function(e) {\n                e.stopPropagation();\n                this.classList.toggle('active');\n                mobileMenu.classList.toggle('active');\n                \n                if (mobileMenu.classList.contains('active')) {\n                    body.style.overflow = 'hidden';\n                } else {\n                    body.style.overflow = '';\n                }\n            });\n\n            mobileMenuLinks.forEach(link => {\n                link.addEventListener('click', function() {\n                    hamburger.classList.remove('active');\n                    mobileMenu.classList.remove('active');\n                    body.style.overflow = '';\n                });\n            });\n\n            document.addEventListener('click', function(e) {\n                if (!mobileMenu.contains(e.target) && !hamburger.contains(e.target)) {\n                    if (mobileMenu.classList.contains('active')) {\n                        hamburger.classList.remove('active');\n                        mobileMenu.classList.remove('active');\n                        body.style.overflow = '';\n                    }\n                }\n            });\n        }\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const targetId = this.getAttribute('href');\n                if (targetId === '#') return;\n                \n                const target = document.querySelector(targetId);\n                if (target) {\n                    const headerOffset = 100;\n                    const elementPosition = target.getBoundingClientRect().top;\n                    const offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n\n                    window.scrollTo({\n                        top: offsetPosition,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n\n        \/\/ Back to top functionality\n        document.getElementById('backToTop').addEventListener('click', function() {\n            window.scrollTo({\n                top: 0,\n                behavior: 'smooth'\n            });\n        });\n\n        \/\/ Handle window resize\n        let resizeTimer;\n        window.addEventListener('resize', () => {\n            clearTimeout(resizeTimer);\n            resizeTimer = setTimeout(() => {\n                if (window.innerWidth > 1024) {\n                    hamburger.classList.remove('active');\n                    mobileMenu.classList.remove('active');\n                    body.style.overflow = '';\n                }\n            }, 250);\n        });\n    });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17d0e12 e-con-full e-flex e-con e-parent\" data-id=\"17d0e12\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2862303 elementor-widget elementor-widget-shortcode\" data-id=\"2862303\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n        \/* Nuvix Brand Variables *\/\n        :root {\n            --nuvix-primary: #9f39ff;\n            --nuvix-secondary: #00b4d8;\n            --nuvix-success: #10b981;\n            --nuvix-danger: #ef4444;\n            --nuvix-warning: #f59e0b;\n            --nuvix-dark: #0a0e27;\n            --nuvix-card-bg: rgba(255, 255, 255, 0.03);\n            --nuvix-text: #e2e8f0;\n            --nuvix-gold: #FFD700;\n            --nuvix-accent-pink: #ff006e;\n        }\n        \n        \/* Dark Theme (Default) *\/\n        .nuvix-disclaimer-dark,\n        .nuvix-disclaimer-dark.nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.05), rgba(0, 180, 216, 0.05));\n            border: 1px solid rgba(159, 57, 255, 0.3);\n            color: var(--nuvix-text);\n        }\n        \n        \/* Light Theme *\/\n        .nuvix-disclaimer-light,\n        .nuvix-disclaimer-light.nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.03), rgba(0, 180, 216, 0.03));\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            color: #1a202c;\n        }\n        \n        .nuvix-disclaimer-light strong {\n            color: #2d3748;\n        }\n        \n        \/* Base Disclaimer Styles *\/\n.nuvix-disclaimer, .nuvix-disclaimer-blocked {\n    margin: 30px auto;\n    padding: 30px;\n    border-radius: 20px;\n    font-size: 14px;\n    line-height: 1.6;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);\n    max-width: 1200px;  \/* Changed from 100% to a fixed max-width *\/\n    width: 90%;         \/* Add this to make it responsive but contained *\/\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n        \n        \/* Animated background effect *\/\n        .nuvix-disclaimer::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, var(--nuvix-primary), var(--nuvix-secondary), var(--nuvix-accent-pink));\n            animation: scan 4s linear infinite;\n        }\n        \n        @keyframes scan {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(200%); }\n        }\n        \n        \/* Animated entrance *\/\n        .nuvix-disclaimer.animated {\n            animation: fadeInUp 0.6s ease;\n        }\n        \n        @keyframes fadeInUp {\n            from { \n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(245, 158, 11, 0.1)) !important;\n            border-color: var(--nuvix-danger) !important;\n        }\n        \n        .disclaimer-header {\n            font-size: 20px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid rgba(159, 57, 255, 0.2);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 800;\n            background: linear-gradient(135deg, var(--nuvix-primary), var(--nuvix-secondary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .disclaimer-header i {\n            -webkit-text-fill-color: var(--nuvix-primary);\n            font-size: 24px;\n        }\n        \n        .disclaimer-content p {\n            margin-bottom: 15px;\n            opacity: 0.95;\n        }\n        \n        .disclaimer-content p:last-child {\n            margin-bottom: 0;\n        }\n        \n        \/* Alert Boxes with Nuvix Styling *\/\n        .disclaimer-alert {\n            margin-top: 20px;\n            padding: 20px;\n            border-radius: 15px;\n            border-left: 4px solid;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .disclaimer-alert:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 20px rgba(159, 57, 255, 0.2);\n        }\n        \n        .alert-icon {\n            font-size: 24px;\n            flex-shrink: 0;\n            margin-top: -2px;\n        }\n        \n        .alert-content {\n            flex: 1;\n        }\n        \n        .disclaimer-critical {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05));\n            border-color: var(--nuvix-danger);\n            color: #fca5a5;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-critical {\n            background: rgba(239, 68, 68, 0.1);\n            color: #dc2626;\n        }\n        \n        .disclaimer-critical .alert-icon {\n            color: var(--nuvix-danger);\n        }\n        \n        .disclaimer-warning {\n            background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));\n            border-color: var(--nuvix-warning);\n            color: #fcd34d;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-warning {\n            background: rgba(245, 158, 11, 0.1);\n            color: #d97706;\n        }\n        \n        .disclaimer-warning .alert-icon {\n            color: var(--nuvix-warning);\n        }\n        \n        .disclaimer-caution {\n            background: linear-gradient(135deg, rgba(0, 180, 216, 0.15), rgba(0, 180, 216, 0.05));\n            border-color: var(--nuvix-secondary);\n            color: #67e8f9;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-caution {\n            background: rgba(0, 180, 216, 0.1);\n            color: #0891b2;\n        }\n        \n        .disclaimer-caution .alert-icon {\n            color: var(--nuvix-secondary);\n        }\n        \n        .disclaimer-info {\n            background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));\n            border-color: var(--nuvix-success);\n            color: #86efac;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-info {\n            background: rgba(16, 185, 129, 0.1);\n            color: #059669;\n        }\n        \n        .disclaimer-info .alert-icon {\n            color: var(--nuvix-success);\n        }\n        \n        \/* Country detection display *\/\n        .detected-country {\n            background: linear-gradient(135deg, var(--nuvix-primary), var(--nuvix-secondary));\n            color: white;\n            padding: 8px 15px;\n            margin-bottom: 15px;\n            border-radius: 25px;\n            font-size: 12px;\n            font-weight: 600;\n            display: inline-block;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.8; }\n        }\n        \n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                padding: 20px;\n                font-size: 13px;\n                margin: 20px 15px;\n                border-radius: 15px;\n            }\n            \n            .disclaimer-header {\n                font-size: 18px;\n                flex-wrap: wrap;\n            }\n            \n            .disclaimer-alert {\n                padding: 15px;\n                flex-direction: column;\n                gap: 10px;\n            }\n            \n            .alert-icon {\n                font-size: 20px;\n            }\n            \n            .disclaimer-content p {\n                font-size: 13px;\n            }\n        }\n        \n        \/* Extra small devices *\/\n        @media (max-width: 375px) {\n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                padding: 15px;\n                font-size: 12px;\n            }\n            \n            .disclaimer-header {\n                font-size: 16px;\n            }\n        }\n        \n        \/* Print styles *\/\n        @media print {\n            .nuvix-disclaimer::before {\n                display: none;\n            }\n            \n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                border: 2px solid #000;\n                box-shadow: none;\n                animation: none;\n            }\n        }\n    <\/style><div class=\"nuvix-disclaimer animated nuvix-disclaimer animated-dark\"><div class=\"disclaimer-header\"><i class=\"las la-exclamation-triangle\"><\/i> <strong>Avertissement important<\/strong><\/div><div class=\"disclaimer-content\"><p>Toutes les informations produites par le <strong>Analyse de l'IA de Nuvix<\/strong> (le \"Service\") est fourni strictement \u00e0 des fins d'information. <strong>\u00e0 des fins \u00e9ducatives et informatives<\/strong> seulement. Le service g\u00e9n\u00e8re des \u00e9valuations algorithmiques des donn\u00e9es du march\u00e9, des mod\u00e8les de n\u00e9gociation et de jeux de casino, mais il n'a pas d'effet sur la qualit\u00e9 des donn\u00e9es. <strong>pas<\/strong> ne g\u00e9n\u00e8rent pas de signaux de trading ou de pari exploitables et ne doivent pas \u00eatre consid\u00e9r\u00e9s comme tels.<\/p><p>L'utilisation du service comporte des risques importants. Les \u00e9valuations pass\u00e9es ne garantissent pas les performances ou les gains futurs sur le Forex, les actions, les contrats \u00e0 terme, les indices synth\u00e9tiques, les options binaires, les crypto-actifs, la roulette, le baccarat ou d'autres jeux de casino. <strong>Nuvix<\/strong> ne donne aucune garantie, expresse ou implicite, quant \u00e0 l'exactitude, l'exhaustivit\u00e9 ou l'ad\u00e9quation de toute analyse. <strong>Vos d\u00e9cisions et r\u00e9sultats<\/strong> d\u00e9pendent enti\u00e8rement de votre propre jugement, de votre tol\u00e9rance au risque, de vos efforts et des conditions du march\u00e9 ou du jeu.<\/p><p><strong>Nuvix<\/strong> n'est pas affili\u00e9, approuv\u00e9 ou associ\u00e9 \u00e0 des plates-formes de n\u00e9gociation, des courtiers, des bourses ou des op\u00e9rateurs de casino. Vous \u00eates seul responsable de la s\u00e9lection, de l'acc\u00e8s et de l'utilisation de toute plate-forme pour vos activit\u00e9s de n\u00e9gociation ou de jeu.<\/p><p>En utilisant le service, vous reconnaissez et acceptez que <strong>Nuvix<\/strong> et ses affili\u00e9s ne peuvent \u00eatre tenus responsables des pertes, dommages ou r\u00e9clamations r\u00e9sultant de l'utilisation des analyses AI. Vous devez toujours faire preuve de diligence raisonnable et consulter des professionnels qualifi\u00e9s avant d'effectuer des transactions ou des paris.<\/p><\/div><div class=\"disclaimer-alert disclaimer-info\"><div class=\"alert-icon\"><i class=\"las la-flag-usa\"><\/i><\/div><div class=\"alert-content\"><strong>R\u00c9SIDENTS DES \u00c9TATS-UNIS - AVIS G\u00c9N\u00c9RAL :<\/strong> Les r\u00e9glementations en mati\u00e8re de n\u00e9gociation varient d'un \u00c9tat \u00e0 l'autre. Les options binaires ne sont autoris\u00e9es que par les bourses enregistr\u00e9es aupr\u00e8s de la CFTC. V\u00e9rifiez les lois f\u00e9d\u00e9rales et nationales avant d'effectuer des transactions. Cette analyse ne constitue pas un conseil financier.<\/div><\/div><div class=\"disclaimer-alert disclaimer-warning\"><div class=\"alert-icon\"><i class=\"las la-dice\"><\/i><\/div><div class=\"alert-content\"><strong>LES LOIS AM\u00c9RICAINES SUR LES JEUX D'ARGENT :<\/strong> Les jeux d'argent en ligne (jeux de casino et paris sportifs) sont ill\u00e9gaux ou soumis \u00e0 des restrictions dans la plupart des \u00c9tats am\u00e9ricains, notamment l'Utah, Hawa\u00ef et l'Idaho. V\u00e9rifiez la l\u00e9gislation de votre \u00c9tat avant de vous livrer \u00e0 des activit\u00e9s de jeu.<\/div><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-563c39a elementor-widget elementor-widget-html\" data-id=\"563c39a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Nuvix Footer with Extension Link -->\n<div id=\"nuvix-footer-wrapper\">\n    <footer class=\"nuvix-site-footer\">\n        <div class=\"nuvix-footer-glow\"><\/div>\n        <div class=\"nuvix-container\">\n            <div class=\"nuvix-footer-content\">\n                <!-- Logo and Company Info -->\n                <div class=\"nuvix-footer-section nuvix-footer-brand\">\n                    <div class=\"nuvix-footer-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/uvix-1-1.png\" alt=\"Nuvix\">\n                    <\/div>\n                    <p class=\"nuvix-footer-tagline\">Quand l'IA rencontre l'opportunit\u00e9<\/p>\n                    <p class=\"nuvix-footer-description\">Une plateforme r\u00e9volutionnaire d'analyse de trading aliment\u00e9e par l'IA qui transforme la fa\u00e7on dont les traders abordent les march\u00e9s financiers.<\/p>\n                    \n                    <!-- Chrome Extension Download Button -->\n                    <div class=\"nuvix-extension-download\">\n                        <a href=\"https:\/\/chromewebstore.google.com\/detail\/nuvix-analysis-educationa\/mekepaacobchobieadiednfmppcflglf\" \n                           target=\"_blank\" \n                           rel=\"noopener noreferrer\"\n                           class=\"nuvix-extension-btn\">\n                            <i class=\"lab la-chrome\"><\/i>\n                            <span>Obtenir l'extension de l'analyseur Nuvix<\/span>\n                            <i class=\"las la-download\"><\/i>\n                        <\/a>\n                    <\/div>\n                    \n                    <div class=\"nuvix-footer-social\">\n                        <a href=\"https:\/\/www.instagram.com\/nuvixofficial\/\" aria-label=\"Instagram\"><i class=\"lab la-instagram\"><\/i><\/a>\n                        <a href=\"https:\/\/www.facebook.com\/nuvixai\" aria-label=\"Facebook\"><i class=\"lab la-facebook-f\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Quick Links -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Liens rapides<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/#markets\">March\u00e9s<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/#solution\">Technologie de l'IA<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/#pricing\">Emballages<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/#opportunity\">Opportunit\u00e9<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/c_login\/\">Connexion des membres<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Legal -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Juridique<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/privacy-policy-en\/\">Politique de confidentialit\u00e9<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/terms-of-use-en\/\">Conditions d'utilisation<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/refund-and-cancellation-policy-en\/\">Remboursement et annulation<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/gdpr-en\/\">Politique GDPR<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/nuvix-income-disclosure-statement\/\">Compte de r\u00e9sultat<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/service-availability-compliance-policy\/\">Disponibilit\u00e9 et conformit\u00e9<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/ibp_agreement\/\">Accord IBP<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/anti-money-laundering-aml\/\">Lutte contre le blanchiment d'argent (AML)<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/cookie-policy\/\">Politique en mati\u00e8re de cookies<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Support & Tools -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Soutien et outils<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/contact-us\/\">Nous contacter<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/fr\/privacy-preferences\/\">Pr\u00e9f\u00e9rences en mati\u00e8re de cookies et de protection de la vie priv\u00e9e<\/a><\/li>\n                        <li class=\"nuvix-extension-link-item\">\n                            <a href=\"https:\/\/chromewebstore.google.com\/detail\/nuvix-analysis-educationa\/mekepaacobchobieadiednfmppcflglf\" \n                               target=\"_blank\" \n                               rel=\"noopener noreferrer\">\n                                <i class=\"lab la-chrome\"><\/i> Extension de l'analyseur Nuvix\n                            <\/a>\n                        <\/li>\n                    <\/ul>\n                    <div class=\"nuvix-footer-location\">\n                        <i class=\"las la-map-marker\"><\/i>\n                        <span>SHERIDAN, WY 82801<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Payment Methods -->\n            <div class=\"nuvix-footer-payments\">\n                <p class=\"nuvix-payments-title\">Nous acceptons<\/p>\n                <div class=\"nuvix-payment-methods\">\n                    <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/Copy-of-uvix-1.png\" alt=\"Payment Methods\" class=\"nuvix-payment-logos\">\n                <\/div>\n            <\/div>\n\n            <!-- Bottom Bar -->\n            <div class=\"nuvix-footer-bottom\">\n                <div class=\"nuvix-footer-bottom-content\">\n                    <p class=\"nuvix-copyright\">Copyright \u00a9\ufe0f 2025 Nuvix by\ufe0f iEvolution Pro LLC - Tous droits r\u00e9serv\u00e9s<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n<\/div>\n\n<style>\n\/* Reset and isolate styles for Nuvix footer *\/\n#nuvix-footer-wrapper {\n    \/* Reset inherited styles *\/\n    all: initial;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    box-sizing: border-box;\n    display: block;\n}\n\n#nuvix-footer-wrapper *,\n#nuvix-footer-wrapper *::before,\n#nuvix-footer-wrapper *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n\/* CSS Variables scoped to footer *\/\n#nuvix-footer-wrapper {\n    --nuvix-primary-gradient: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n    --nuvix-accent-blue: #00b4d8;\n}\n\n\/* Footer Styles *\/\n#nuvix-footer-wrapper .nuvix-site-footer {\n    position: relative;\n    background: transparent;\n    border-top: 1px solid rgba(159, 57, 255, 0.2);\n    padding: 4rem 0 0;\n    margin-top: 0;\n    overflow: hidden;\n    width: 100%;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-glow {\n    position: absolute;\n    top: -100px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 200px;\n    background: transparent;\n    pointer-events: none;\n}\n\n#nuvix-footer-wrapper .nuvix-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-content {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2rem;\n    margin-bottom: 3rem;\n}\n\n@media (min-width: 768px) {\n    #nuvix-footer-wrapper .nuvix-footer-content {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 3rem;\n    }\n}\n\n@media (min-width: 1024px) {\n    #nuvix-footer-wrapper .nuvix-footer-content {\n        grid-template-columns: 2fr 1fr 1fr 1fr;\n        gap: 4rem;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-section {\n    padding: 0 1rem;\n    transition: transform 0.3s ease;\n}\n\n@media (min-width: 768px) {\n    #nuvix-footer-wrapper .nuvix-footer-section {\n        padding: 0;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-section:hover {\n    transform: translateY(-5px);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-brand {\n    max-width: 350px;\n}\n\n@media (min-width: 1024px) {\n    #nuvix-footer-wrapper .nuvix-footer-brand {\n        padding-right: 2rem;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-logo {\n    margin-bottom: 1.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-logo img {\n    height: 45px;\n    width: auto;\n    filter: drop-shadow(0 0 20px rgba(159, 57, 255, 0.5));\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-tagline {\n    color: var(--nuvix-accent-blue);\n    font-size: 0.95rem;\n    font-style: italic;\n    margin-bottom: 1rem;\n    font-weight: 500;\n    line-height: 1.4;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-description {\n    color: rgba(226, 232, 240, 0.7);\n    font-size: 0.9rem;\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n}\n\n\/* Chrome Extension Download Button *\/\n#nuvix-footer-wrapper .nuvix-extension-download {\n    margin: 1.5rem 0;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.75rem 1.25rem;\n    background: var(--nuvix-primary-gradient) !important;\n    color: white !important;\n    text-decoration: none !important;\n    border-radius: 50px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(159, 57, 255, 0.3);\n    border: none !important;\n    position: relative;\n    overflow: hidden;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: rgba(255, 255, 255, 0.2);\n    transition: left 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 25px rgba(159, 57, 255, 0.5);\n    color: white !important;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn:hover::before {\n    left: 100%;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn i.lab {\n    font-size: 1.2rem;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn i.las {\n    font-size: 1rem;\n    animation: nuvixBounce 2s infinite;\n}\n\n@keyframes nuvixBounce {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-3px); }\n}\n\n\/* Extension link in the Support section *\/\n#nuvix-footer-wrapper .nuvix-extension-link-item a {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 0.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-link-item a i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.1rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title {\n    color: #ffffff;\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    position: relative;\n    padding-bottom: 0.75rem;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 40px;\n    height: 2px;\n    background: var(--nuvix-primary-gradient);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links li {\n    margin-bottom: 0.75rem;\n    list-style: none;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a {\n    color: rgba(226, 232, 240, 0.9) !important;\n    text-decoration: none !important;\n    font-size: 0.95rem;\n    transition: all 0.3s ease;\n    display: inline-block;\n    position: relative;\n    opacity: 0.9;\n    background: none !important;\n    border: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a::before {\n    content: '';\n    position: absolute;\n    left: -15px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 0;\n    height: 1px;\n    background: #00b4d8;\n    transition: width 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover {\n    color: #00b4d8 !important;\n    padding-left: 10px;\n    text-shadow: 0 0 10px rgba(0, 180, 216, 0.5);\n    opacity: 1;\n    text-decoration: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover::before {\n    width: 5px;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social {\n    display: flex;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social a {\n    width: 40px;\n    height: 40px;\n    background: rgba(226, 232, 240, 0.1) !important;\n    border: 1px solid rgba(255, 255, 255, 0.2) !important;\n    border-radius: 50%;\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff !important;\n    font-size: 1.2rem;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social a:hover {\n    background: var(--nuvix-primary-gradient) !important;\n    border-color: transparent !important;\n    color: white !important;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 20px rgba(159, 57, 255, 0.4);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    margin-top: 1.5rem;\n    color: rgba(226, 232, 240, 0.7);\n    font-size: 0.9rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.2rem;\n}\n\n\/* Payment Methods *\/\n#nuvix-footer-wrapper .nuvix-footer-payments {\n    text-align: center;\n    padding: 2rem 0;\n    border-top: 1px solid rgba(255, 255, 255, 0.1);\n    border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n#nuvix-footer-wrapper .nuvix-payments-title {\n    color: rgba(226, 232, 240, 0.9);\n    font-size: 0.95rem;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-methods {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-logos {\n    max-height: 40px;\n    width: auto;\n    opacity: 0.8;\n    transition: opacity 0.3s ease;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-logos:hover {\n    opacity: 1;\n}\n\n\/* Bottom Bar *\/\n#nuvix-footer-wrapper .nuvix-footer-bottom {\n    padding: 2rem 0;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-bottom-content {\n    text-align: center;\n}\n\n#nuvix-footer-wrapper .nuvix-copyright {\n    color: #fff;\n    font-size: 0.9rem;\n    margin-bottom: 0;\n    opacity: 0.9;\n    display: block;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 767px) {\n    #nuvix-footer-wrapper .nuvix-site-footer {\n        padding: 3rem 0 0;\n        margin-top: 4rem;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-content {\n        text-align: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-brand {\n        max-width: 100%;\n        margin-bottom: 2rem;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-title::after {\n        left: 50%;\n        transform: translateX(-50%);\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-social {\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-location {\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-links a::before {\n        display: none;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-links a:hover {\n        padding-left: 0;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-extension-download {\n        text-align: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-extension-btn {\n        width: 100%;\n        max-width: 280px;\n        justify-content: center;\n    }\n}\n\n\/* Animation for footer entrance *\/\n@keyframes nuvixFadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-site-footer {\n    animation: nuvixFadeInUp 0.8s ease-out;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"Politique de lutte contre le blanchiment d'argent (AML) - iEvolution Pro LLC \/ Nuvix Accueil T\u00e9l\u00e9charger le PDF Accueil T\u00e9l\u00e9charger le PDF Politique de lutte contre le blanchiment d'argent (AML) de iEvolution Pro LLC et Nuvix L'engagement de iEvolution Pro LLC et Nuvix \u00e0 pr\u00e9venir le blanchiment d'argent et le financement du terrorisme en conformit\u00e9 avec les r\u00e9glementations mondiales. Date d'entr\u00e9e en vigueur : Janvier 2025 T\u00e9l\u00e9charger la politique en PDF Navigation rapide Objectif Champ d'application D\u00e9finition &amp; [...]","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-42500","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages\/42500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/comments?post=42500"}],"version-history":[{"count":31,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages\/42500\/revisions"}],"predecessor-version":[{"id":43409,"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/pages\/42500\/revisions\/43409"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/fr\/wp-json\/wp\/v2\/media?parent=42500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}