{"id":13919,"date":"2025-05-29T08:33:17","date_gmt":"2025-05-29T14:33:17","guid":{"rendered":"https:\/\/sportinfinance.com\/fr\/?page_id=13919"},"modified":"2025-05-29T19:32:27","modified_gmt":"2025-05-30T01:32:27","slug":"guadeloupe-business-game","status":"publish","type":"page","link":"https:\/\/sportinfinance.com\/fr\/guadeloupe-business-game\/","title":{"rendered":"Guadeloupe Business Game"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13919\" class=\"elementor elementor-13919\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3c226ac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3c226ac\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38643c0\" data-id=\"38643c0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b99af2 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"7b99af2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Guadeloupe Business Game<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\r\n            min-height: 100vh;\r\n            color: #333;\r\n        }\r\n\r\n        .header {\r\n            text-align: center;\r\n            padding: 20px;\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .header h1 {\r\n            color: #fff;\r\n            font-size: 2.5em;\r\n            margin-bottom: 10px;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .header p {\r\n            color: #e0e0e0;\r\n            font-size: 1.1em;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .header h1 {\r\n                font-size: 2em;\r\n            }\r\n        }\r\n\r\n        .game-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .game-stats {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n            gap: 20px;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .stat-card {\r\n            background: rgba(255, 255, 255, 0.9);\r\n            padding: 20px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);\r\n            text-align: center;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .stat-card:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .stat-value {\r\n            font-size: 2em;\r\n            font-weight: bold;\r\n            color: #2a5298;\r\n            margin-bottom: 5px;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 0.9em;\r\n            color: #666;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        .event-section {\r\n            background: rgba(255, 255, 255, 0.95);\r\n            border-radius: 20px;\r\n            padding: 30px;\r\n            box-shadow: 0 15px 35px rgba(31, 38, 135, 0.2);\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .event-card {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            color: white;\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            margin-bottom: 20px;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .event-title {\r\n            font-size: 1.3em;\r\n            font-weight: bold;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .event-description {\r\n            font-size: 1em;\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .event-choices {\r\n            display: grid;\r\n            gap: 10px;\r\n        }\r\n\r\n        .choice-btn {\r\n            background: rgba(255, 255, 255, 0.2);\r\n            border: 2px solid rgba(255, 255, 255, 0.3);\r\n            color: white;\r\n            padding: 15px 20px;\r\n            border-radius: 10px;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            font-size: 1em;\r\n            text-align: left;\r\n        }\r\n\r\n        .choice-btn:hover {\r\n            background: rgba(255, 255, 255, 0.3);\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .impact-display {\r\n            background: #f8f9fa;\r\n            border: 2px solid #e9ecef;\r\n            border-radius: 10px;\r\n            padding: 20px;\r\n            margin-top: 20px;\r\n            display: none;\r\n        }\r\n\r\n        .impact-display.show {\r\n            display: block;\r\n            animation: slideIn 0.5s ease;\r\n        }\r\n\r\n        @keyframes slideIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(-20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .impact-positive {\r\n            color: #28a745;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .impact-negative {\r\n            color: #dc3545;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .next-turn-btn {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            color: white;\r\n            border: none;\r\n            padding: 15px 30px;\r\n            border-radius: 10px;\r\n            font-size: 1.1em;\r\n            cursor: pointer;\r\n            margin-top: 20px;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .next-turn-btn:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 25px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .emoji {\r\n            font-size: 1.2em;\r\n        }\r\n\r\n        .game-over {\r\n            text-align: center;\r\n            padding: 40px;\r\n            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\r\n            color: white;\r\n            border-radius: 20px;\r\n            display: none;\r\n        }\r\n\r\n        .game-over.show {\r\n            display: block;\r\n        }\r\n\r\n        .restart-btn {\r\n            background: white;\r\n            color: #ee5a24;\r\n            border: none;\r\n            padding: 15px 30px;\r\n            border-radius: 10px;\r\n            font-size: 1.1em;\r\n            cursor: pointer;\r\n            margin-top: 20px;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .footer-actions {\r\n            margin-top: 40px;\r\n            text-align: center;\r\n            background: rgba(255, 255, 255, 0.95);\r\n            border-radius: 20px;\r\n            padding: 30px;\r\n            box-shadow: 0 15px 35px rgba(31, 38, 135, 0.2);\r\n        }\r\n\r\n        .footer-actions h3 {\r\n            color: #2a5298;\r\n            margin-bottom: 20px;\r\n            font-size: 1.5em;\r\n        }\r\n\r\n        .action-buttons {\r\n            display: flex;\r\n            gap: 15px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .action-btn {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            color: white;\r\n            text-decoration: none;\r\n            padding: 15px 25px;\r\n            border-radius: 10px;\r\n            font-size: 1em;\r\n            font-weight: bold;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n        }\r\n\r\n        .action-btn:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 25px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .action-btn.expert {\r\n            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);\r\n        }\r\n\r\n        .action-btn.website {\r\n            background: linear-gradient(135deg, #007bff 0%, #6f42c1 100%);\r\n        }\r\n\r\n        .share-section {\r\n            border-top: 2px solid #e9ecef;\r\n            padding-top: 20px;\r\n        }\r\n\r\n        .share-section h4 {\r\n            color: #666;\r\n            margin-bottom: 15px;\r\n            font-size: 1.1em;\r\n        }\r\n\r\n        .share-buttons {\r\n            display: flex;\r\n            gap: 10px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .share-btn {\r\n            padding: 10px 15px;\r\n            border-radius: 8px;\r\n            text-decoration: none;\r\n            color: white;\r\n            font-weight: bold;\r\n            transition: all 0.3s ease;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 5px;\r\n            font-size: 0.9em;\r\n        }\r\n\r\n        .share-btn:hover {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .share-btn.facebook {\r\n            background: #3b5998;\r\n        }\r\n\r\n        .share-btn.twitter {\r\n            background: #1da1f2;\r\n        }\r\n\r\n        .share-btn.linkedin {\r\n            background: #0077b5;\r\n        }\r\n\r\n        .share-btn.whatsapp {\r\n            background: #25d366;\r\n        }\r\n\r\n        .share-btn.email {\r\n            background: #ea4335;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"header\">\r\n        <h1>\ud83c\udfdd\ufe0f Guadeloupe Business Game<\/h1>\r\n        <p>G\u00e9rez votre entreprise dans le contexte \u00e9conomique guadeloup\u00e9en<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"game-container\">\r\n        <div class=\"game-stats\">\r\n            <div class=\"stat-card\">\r\n                <div class=\"stat-value\" id=\"budget\">100000<\/div>\r\n                <div class=\"stat-label\">Budget (\u20ac)<\/div>\r\n            <\/div>\r\n            <div class=\"stat-card\">\r\n                <div class=\"stat-value\" id=\"employees\">10<\/div>\r\n                <div class=\"stat-label\">Employ\u00e9s<\/div>\r\n            <\/div>\r\n            <div class=\"stat-card\">\r\n                <div class=\"stat-value\" id=\"reputation\">50<\/div>\r\n                <div class=\"stat-label\">R\u00e9putation<\/div>\r\n            <\/div>\r\n            <div class=\"stat-card\">\r\n                <div class=\"stat-value\" id=\"turn\">1<\/div>\r\n                <div class=\"stat-label\">Mois<\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"event-section\" id=\"eventSection\">\r\n            <div class=\"event-card\" id=\"eventCard\">\r\n                <!-- Event content will be dynamically loaded here -->\r\n            <\/div>\r\n            <div class=\"impact-display\" id=\"impactDisplay\">\r\n                <!-- Impact results will be shown here -->\r\n            <\/div>\r\n            <button class=\"next-turn-btn\" id=\"nextTurnBtn\" onclick=\"nextTurn()\" style=\"display: none;\">Mois suivant<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"game-over\" id=\"gameOver\">\r\n            <h2>\ud83c\udfaf Partie termin\u00e9e !<\/h2>\r\n            <p id=\"gameOverMessage\"><\/p>\r\n            <button class=\"restart-btn\" onclick=\"restartGame()\">Nouvelle partie<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"footer-actions\">\r\n            <h3>\ud83d\ude80 D\u00e9veloppez votre entreprise en Guadeloupe<\/h3>\r\n            \r\n            <div class=\"action-buttons\">\r\n                <a href=\"https:\/\/calendly.com\/sportinfinance\/rdv\" target=\"_blank\" class=\"action-btn expert\">\r\n                    \ud83d\udcc5 RDV avec un expert\r\n                <\/a>\r\n                <a href=\"https:\/\/sportinfinance.com\/fr\/\" target=\"_blank\" class=\"action-btn website\">\r\n                    \ud83c\udf10 Voir notre site\r\n                <\/a>\r\n            <\/div>\r\n\r\n            <div class=\"share-section\">\r\n                <h4>\ud83d\udce2 Partagez ce jeu avec vos contacts<\/h4>\r\n                <div class=\"share-buttons\">\r\n                    <a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/sportinfinance.com\/fr\/guadeloupe-business-game\" target=\"_blank\" class=\"share-btn facebook\">\r\n                        \ud83d\udcd8 Facebook\r\n                    <\/a>\r\n                    <a href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/sportinfinance.com\/fr\/guadeloupe-business-game&text=Testez vos comp\u00e9tences d'entrepreneur en Guadeloupe avec ce jeu de simulation !\" target=\"_blank\" class=\"share-btn twitter\">\r\n                        \ud83d\udc26 Twitter\r\n                    <\/a>\r\n                    <a href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https:\/\/sportinfinance.com\/fr\/guadeloupe-business-game\" target=\"_blank\" class=\"share-btn linkedin\">\r\n                        \ud83d\udcbc LinkedIn\r\n                    <\/a>\r\n                    <a href=\"https:\/\/wa.me\/?text=D\u00e9couvre ce jeu de simulation d'entreprise bas\u00e9 sur l'\u00e9conomie guadeloup\u00e9enne ! https:\/\/sportinfinance.com\/fr\/guadeloupe-business-game\" target=\"_blank\" class=\"share-btn whatsapp\">\r\n                        \ud83d\udcac WhatsApp\r\n                    <\/a>\r\n                    <a href=\"mailto:?subject=Guadeloupe Business Game&body=Salut ! Je viens de d\u00e9couvrir ce jeu de simulation d'entreprise bas\u00e9 sur l'\u00e9conomie de la Guadeloupe. C'est tr\u00e8s instructif et amusant ! https:\/\/sportinfinance.com\/fr\/guadeloupe-business-game\" class=\"share-btn email\">\r\n                        \u2709\ufe0f Email\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Game state\r\n        let gameState = {\r\n            budget: 100000,\r\n            employees: 10,\r\n            reputation: 50,\r\n            turn: 1,\r\n            maxTurns: 24,\r\n            currentEventIndex: 0\r\n        };\r\n\r\n        \/\/ Events based on Guadeloupe context\r\n        const events = [\r\n            {\r\n                title: \"\ud83c\udf2a\ufe0f Saison cyclonique active\",\r\n                description: \"La saison cyclonique 2025 s'annonce tr\u00e8s active avec 17 ph\u00e9nom\u00e8nes pr\u00e9vus. Comment pr\u00e9parez-vous votre entreprise ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Investir massivement dans la protection (20 000\u20ac)\",\r\n                        impact: { budget: -20000, reputation: +10, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Protection minimale et assurance (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +3, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Prendre le risque sans pr\u00e9paration\",\r\n                        impact: { budget: 0, reputation: -5, employees: -2 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83c\udfdd\ufe0f Accords de coop\u00e9ration Cara\u00efbe\",\r\n                description: \"La Guadeloupe signe des accords commerciaux avec la Dominique et Sainte-Lucie. Saisissez-vous cette opportunit\u00e9 ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Cr\u00e9er un partenariat commercial r\u00e9gional (25 000\u20ac)\",\r\n                        impact: { budget: -25000, reputation: +20, employees: +3 }\r\n                    },\r\n                    {\r\n                        text: \"\u00c9tude de march\u00e9 pr\u00e9alable (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +8, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Attendre que d'autres testent le march\u00e9\",\r\n                        impact: { budget: 0, reputation: -3, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\u2708\ufe0f A\u00e9roport ouvert aux low-cost\",\r\n                description: \"L'ouverture aux compagnies low-cost r\u00e9gionales augmente le flux touristique. Comment en profiter ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Adapter l'offre au tourisme \u00e9conomique (15 000\u20ac)\",\r\n                        impact: { budget: -15000, reputation: +12, employees: +2 }\r\n                    },\r\n                    {\r\n                        text: \"Maintenir le positionnement haut de gamme\",\r\n                        impact: { budget: 0, reputation: +5, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Baisser les prix pour \u00eatre comp\u00e9titif\",\r\n                        impact: { budget: +8000, reputation: -5, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\udcbc March\u00e9s publics OECO\",\r\n                description: \"Les march\u00e9s publics carib\u00e9ens deviennent accessibles via l'OECO. Tentez-vous votre chance ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Investir dans la certification (20 000\u20ac)\",\r\n                        impact: { budget: -20000, reputation: +15, employees: +2 }\r\n                    },\r\n                    {\r\n                        text: \"Partenariat avec entreprise certifi\u00e9e (10 000\u20ac)\",\r\n                        impact: { budget: -10000, reputation: +8, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Se concentrer sur les march\u00e9s locaux\",\r\n                        impact: { budget: 0, reputation: 0, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83c\udf0e Diaspora \u00e9conomique\",\r\n                description: \"Cr\u00e9ation de ponts \u00e9conomiques avec la diaspora (USA, Canada, Hexagone). Participez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"D\u00e9velopper l'export vers la diaspora (30 000\u20ac)\",\r\n                        impact: { budget: -30000, reputation: +18, employees: +3 }\r\n                    },\r\n                    {\r\n                        text: \"Participer aux salons de la diaspora (12 000\u20ac)\",\r\n                        impact: { budget: -12000, reputation: +10, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Rester sur le march\u00e9 local traditionnel\",\r\n                        impact: { budget: 0, reputation: -2, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83c\udfea Ch\u00e8que Num\u00e9rique artisans\",\r\n                description: \"Lancement du Ch\u00e8que Num\u00e9rique pour artisans et commer\u00e7ants. En b\u00e9n\u00e9ficiez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Digitalisation compl\u00e8te avec l'aide (co\u00fbt: 5 000\u20ac)\",\r\n                        impact: { budget: +15000, reputation: +12, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Modernisation partielle (co\u00fbt: 2 000\u20ac)\",\r\n                        impact: { budget: +8000, reputation: +6, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Continuer sans aide num\u00e9rique\",\r\n                        impact: { budget: 0, reputation: -5, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83c\udf93 Obligations de formation dirigeants\",\r\n                description: \"Nouvelles obligations de formation pour les dirigeants aid\u00e9s. Comment vous y conformez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Formation compl\u00e8te et certification (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +15, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Formation minimale obligatoire (3 000\u20ac)\",\r\n                        impact: { budget: -3000, reputation: +5, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Reporter et risquer les sanctions\",\r\n                        impact: { budget: 0, reputation: -10, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\u26a0\ufe0f Hausse des violences urbaines\",\r\n                description: \"Augmentation du vandalisme et des violences. Comment prot\u00e9gez-vous votre commerce ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"S\u00e9curisation compl\u00e8te (15 000\u20ac)\",\r\n                        impact: { budget: -15000, reputation: +8, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Assurance renforc\u00e9e (5 000\u20ac)\",\r\n                        impact: { budget: -5000, reputation: +3, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Prendre le risque sans protection\",\r\n                        impact: { budget: 0, reputation: -8, employees: -1 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83c\udfe8 Difficult\u00e9s de recrutement\",\r\n                description: \"P\u00e9nurie de main-d'\u0153uvre dans la restauration et le tourisme. Comment r\u00e9agissez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Augmenter les salaires et avantages (12 000\u20ac)\",\r\n                        impact: { budget: -12000, reputation: +15, employees: +3 }\r\n                    },\r\n                    {\r\n                        text: \"Formation et reconversion (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +10, employees: +2 }\r\n                    },\r\n                    {\r\n                        text: \"R\u00e9duire l'activit\u00e9 faute de personnel\",\r\n                        impact: { budget: -5000, reputation: -5, employees: -2 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\ude80 P\u00f4les d'innovation BPI\",\r\n                description: \"Lancement de p\u00f4les d'innovation soutenus par BPI. Rejoignez-vous l'\u00e9cosyst\u00e8me ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Int\u00e9grer le p\u00f4le innovation (18 000\u20ac)\",\r\n                        impact: { budget: -18000, reputation: +20, employees: +2 }\r\n                    },\r\n                    {\r\n                        text: \"Collaboration ponctuelle (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +8, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Rester ind\u00e9pendant de l'\u00e9cosyst\u00e8me\",\r\n                        impact: { budget: 0, reputation: -3, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83e\udd16 Appels \u00e0 projets French Tech\",\r\n                description: \"French Tech lance des appels \u00e0 projets dans les DOM. Candidatez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Projet tech ambitieux (co\u00fbt: 10 000\u20ac)\",\r\n                        impact: { budget: +35000, reputation: +25, employees: +3 }\r\n                    },\r\n                    {\r\n                        text: \"Projet simple et r\u00e9aliste (co\u00fbt: 5 000\u20ac)\",\r\n                        impact: { budget: +15000, reputation: +12, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"\u00c9viter la complexit\u00e9 des dossiers\",\r\n                        impact: { budget: 0, reputation: 0, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            \/\/ MENACES INTERNES\r\n            {\r\n                title: \"\ud83d\ude24 Tensions sociales dans l'\u00e9quipe\",\r\n                description: \"Conflits internes, manque de communication, absent\u00e9isme affectent votre entreprise. Comment r\u00e9agissez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Formation management et m\u00e9diation (10 000\u20ac)\",\r\n                        impact: { budget: -10000, reputation: +12, employees: +2 }\r\n                    },\r\n                    {\r\n                        text: \"Changement de quelques postes cl\u00e9s (5 000\u20ac)\",\r\n                        impact: { budget: -5000, reputation: +5, employees: -1 }\r\n                    },\r\n                    {\r\n                        text: \"Laisser les choses se tasser\",\r\n                        impact: { budget: -8000, reputation: -10, employees: -2 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\udcc9 Chiffre d'affaires en baisse\",\r\n                description: \"Repli de la client\u00e8le et mauvaise strat\u00e9gie marketing impactent vos revenus. Que faites-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Refonte compl\u00e8te de la strat\u00e9gie (15 000\u20ac)\",\r\n                        impact: { budget: -15000, reputation: +15, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Actions marketing cibl\u00e9es (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +8, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Attendre que \u00e7a passe\",\r\n                        impact: { budget: -12000, reputation: -8, employees: -1 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\udd04 Rotation \u00e9lev\u00e9e du personnel\",\r\n                description: \"Difficult\u00e9s \u00e0 fid\u00e9liser et former les salari\u00e9s. Comment stabilisez-vous vos \u00e9quipes ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Programme de fid\u00e9lisation complet (12 000\u20ac)\",\r\n                        impact: { budget: -12000, reputation: +18, employees: +3 }\r\n                    },\r\n                    {\r\n                        text: \"Am\u00e9lioration des conditions de travail (6 000\u20ac)\",\r\n                        impact: { budget: -6000, reputation: +8, employees: +1 }\r\n                    },\r\n                    {\r\n                        text: \"Accepter le turnover\",\r\n                        impact: { budget: -8000, reputation: -12, employees: -2 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\udcb8 Manque de tr\u00e9sorerie\",\r\n                description: \"Besoin en fonds de roulement mal anticip\u00e9. Comment g\u00e9rez-vous cette crise de tr\u00e9sorerie ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"N\u00e9gocier un cr\u00e9dit de tr\u00e9sorerie (co\u00fbt: 3 000\u20ac)\",\r\n                        impact: { budget: +20000, reputation: +5, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"R\u00e9duire les investissements\",\r\n                        impact: { budget: +10000, reputation: -5, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Reporter tous les paiements\",\r\n                        impact: { budget: +5000, reputation: -15, employees: -1 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\udccb Erreur administrative fiscale\",\r\n                description: \"Retard dans les d\u00e9clarations, amende URSSAF ou redressement. Comment r\u00e9gularisez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Expert-comptable et r\u00e9gularisation (8 000\u20ac)\",\r\n                        impact: { budget: -8000, reputation: +8, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"R\u00e9gularisation simple (4 000\u20ac)\",\r\n                        impact: { budget: -4000, reputation: +3, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Contester et temporiser\",\r\n                        impact: { budget: -12000, reputation: -10, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\ud83d\udcbb Syst\u00e8me informatique d\u00e9faillant\",\r\n                description: \"Panne du logiciel de caisse, perte de donn\u00e9es clients. Comment r\u00e9cup\u00e9rez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Nouveau syst\u00e8me et sauvegarde (12 000\u20ac)\",\r\n                        impact: { budget: -12000, reputation: +10, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"R\u00e9paration et mise \u00e0 niveau (6 000\u20ac)\",\r\n                        impact: { budget: -6000, reputation: +3, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Continuer avec le syst\u00e8me d\u00e9faillant\",\r\n                        impact: { budget: -8000, reputation: -12, employees: 0 }\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                title: \"\u26a0\ufe0f Surd\u00e9pendance client unique\",\r\n                description: \"Votre principal client (50% du CA) menace de partir. Comment diversifiez-vous ?\",\r\n                choices: [\r\n                    {\r\n                        text: \"Campagne de prospection intensive (15 000\u20ac)\",\r\n                        impact: { budget: -15000, reputation: +15, employees: +2 }\r\n                    },\r\n                    {\r\n                        text: \"N\u00e9gocier avec le client existant (5 000\u20ac)\",\r\n                        impact: { budget: -5000, reputation: +5, employees: 0 }\r\n                    },\r\n                    {\r\n                        text: \"Esp\u00e9rer qu'il reste\",\r\n                        impact: { budget: -25000, reputation: -15, employees: -3 }\r\n                    }\r\n                ]\r\n            }\r\n        ];\r\n\r\n        function updateDisplay() {\r\n            document.getElementById('budget').textContent = gameState.budget.toLocaleString();\r\n            document.getElementById('employees').textContent = gameState.employees;\r\n            document.getElementById('reputation').textContent = gameState.reputation;\r\n            document.getElementById('turn').textContent = gameState.turn;\r\n        }\r\n\r\n        function displayEvent() {\r\n            if (gameState.currentEventIndex >= events.length) {\r\n                gameState.currentEventIndex = 0; \/\/ Reset to beginning\r\n            }\r\n\r\n            const event = events[gameState.currentEventIndex];\r\n            const eventCard = document.getElementById('eventCard');\r\n            \r\n            eventCard.innerHTML = `\r\n                <div class=\"event-title\">\r\n                    ${event.title}\r\n                <\/div>\r\n                <div class=\"event-description\">\r\n                    ${event.description}\r\n                <\/div>\r\n                <div class=\"event-choices\">\r\n                    ${event.choices.map((choice, index) => \r\n                        `<button class=\"choice-btn\" onclick=\"makeChoice(${index})\">${choice.text}<\/button>`\r\n                    ).join('')}\r\n                <\/div>\r\n            `;\r\n        }\r\n\r\n        function makeChoice(choiceIndex) {\r\n            const event = events[gameState.currentEventIndex];\r\n            const choice = event.choices[choiceIndex];\r\n            \r\n            \/\/ Apply impacts\r\n            gameState.budget += choice.impact.budget;\r\n            gameState.employees += choice.impact.employees;\r\n            gameState.reputation += choice.impact.reputation;\r\n            \r\n            \/\/ Ensure minimum values\r\n            gameState.employees = Math.max(0, gameState.employees);\r\n            gameState.reputation = Math.max(0, Math.min(100, gameState.reputation));\r\n            \r\n            \/\/ Show impact\r\n            showImpact(choice.impact);\r\n            \r\n            \/\/ Update display\r\n            updateDisplay();\r\n            \r\n            \/\/ Check game over conditions\r\n            if (gameState.budget <= 0 || gameState.employees <= 0) {\r\n                setTimeout(endGame, 2000);\r\n                return;\r\n            }\r\n            \r\n            \/\/ Show next turn button\r\n            document.getElementById('nextTurnBtn').style.display = 'block';\r\n        }\r\n\r\n        function showImpact(impact) {\r\n            const impactDisplay = document.getElementById('impactDisplay');\r\n            let impactText = '<h3>\ud83d\udcca Cons\u00e9quences de votre d\u00e9cision :<\/h3><ul>';\r\n            \r\n            if (impact.budget !== 0) {\r\n                const className = impact.budget > 0 ? 'impact-positive' : 'impact-negative';\r\n                const sign = impact.budget > 0 ? '+' : '';\r\n                impactText += `<li class=\"${className}\">Budget: ${sign}${impact.budget.toLocaleString()}\u20ac<\/li>`;\r\n            }\r\n            \r\n            if (impact.employees !== 0) {\r\n                const className = impact.employees > 0 ? 'impact-positive' : 'impact-negative';\r\n                const sign = impact.employees > 0 ? '+' : '';\r\n                impactText += `<li class=\"${className}\">Employ\u00e9s: ${sign}${impact.employees}<\/li>`;\r\n            }\r\n            \r\n            if (impact.reputation !== 0) {\r\n                const className = impact.reputation > 0 ? 'impact-positive' : 'impact-negative';\r\n                const sign = impact.reputation > 0 ? '+' : '';\r\n                impactText += `<li class=\"${className}\">R\u00e9putation: ${sign}${impact.reputation}<\/li>`;\r\n            }\r\n            \r\n            impactText += '<\/ul>';\r\n            impactDisplay.innerHTML = impactText;\r\n            impactDisplay.classList.add('show');\r\n        }\r\n\r\n        function nextTurn() {\r\n            gameState.turn++;\r\n            gameState.currentEventIndex++;\r\n            \r\n            \/\/ Monthly revenue based on reputation and employees\r\n            const monthlyRevenue = Math.floor((gameState.reputation * gameState.employees * 100) + Math.random() * 5000);\r\n            gameState.budget += monthlyRevenue;\r\n            \r\n            \/\/ Monthly costs\r\n            const monthlyCosts = gameState.employees * 2500; \/\/ Average salary cost\r\n            gameState.budget -= monthlyCosts;\r\n            \r\n            if (gameState.turn > gameState.maxTurns) {\r\n                endGame(true);\r\n                return;\r\n            }\r\n            \r\n            if (gameState.budget <= 0) {\r\n                endGame();\r\n                return;\r\n            }\r\n            \r\n            \/\/ Reset for next turn\r\n            document.getElementById('impactDisplay').classList.remove('show');\r\n            document.getElementById('nextTurnBtn').style.display = 'none';\r\n            \r\n            updateDisplay();\r\n            displayEvent();\r\n        }\r\n\r\n        function endGame(completed = false) {\r\n            const gameOver = document.getElementById('gameOver');\r\n            const message = document.getElementById('gameOverMessage');\r\n            \r\n            if (completed) {\r\n                message.innerHTML = `\r\n                    <h3>\ud83c\udf89 F\u00e9licitations !<\/h3>\r\n                    <p>Vous avez r\u00e9ussi \u00e0 maintenir votre entreprise pendant 2 ans en Guadeloupe !<\/p>\r\n                    <p><strong>Score final :<\/strong><\/p>\r\n                    <p>\ud83d\udcb0 Budget: ${gameState.budget.toLocaleString()}\u20ac<\/p>\r\n                    <p>\ud83d\udc65 Employ\u00e9s: ${gameState.employees}<\/p>\r\n                    <p>\u2b50 R\u00e9putation: ${gameState.reputation}\/100<\/p>\r\n                `;\r\n            } else {\r\n                let reason = gameState.budget <= 0 ? \"faillite financi\u00e8re\" : \"perte de tous vos employ\u00e9s\";\r\n                message.innerHTML = `\r\n                    <h3>\ud83d\udcbc Votre entreprise a ferm\u00e9<\/h3>\r\n                    <p>Cause: ${reason}<\/p>\r\n                    <p>Vous avez surv\u00e9cu ${gameState.turn - 1} mois dans l'\u00e9conomie guadeloup\u00e9enne.<\/p>\r\n                    <p>Essayez diff\u00e9rentes strat\u00e9gies pour mieux r\u00e9ussir !<\/p>\r\n                `;\r\n            }\r\n            \r\n            document.getElementById('eventSection').style.display = 'none';\r\n            gameOver.classList.add('show');\r\n        }\r\n\r\n        function restartGame() {\r\n            gameState = {\r\n                budget: 100000,\r\n                employees: 10,\r\n                reputation: 50,\r\n                turn: 1,\r\n                maxTurns: 24,\r\n                currentEventIndex: 0\r\n            };\r\n            \r\n            document.getElementById('eventSection').style.display = 'block';\r\n            document.getElementById('gameOver').classList.remove('show');\r\n            document.getElementById('impactDisplay').classList.remove('show');\r\n            document.getElementById('nextTurnBtn').style.display = 'none';\r\n            \r\n            updateDisplay();\r\n            displayEvent();\r\n        }\r\n\r\n        \/\/ Initialize game\r\n        updateDisplay();\r\n        displayEvent();\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":13929,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-13919","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/pages\/13919"}],"collection":[{"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/comments?post=13919"}],"version-history":[{"count":9,"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/pages\/13919\/revisions"}],"predecessor-version":[{"id":13939,"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/pages\/13919\/revisions\/13939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/media\/13929"}],"wp:attachment":[{"href":"https:\/\/sportinfinance.com\/fr\/wp-json\/wp\/v2\/media?parent=13919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}