{"id":2297,"date":"2026-02-03T20:44:56","date_gmt":"2026-02-03T19:44:56","guid":{"rendered":"https:\/\/cpibburkina.bf\/?p=2297"},"modified":"2026-02-03T20:50:49","modified_gmt":"2026-02-03T19:50:49","slug":"burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour","status":"publish","type":"post","link":"https:\/\/cpibburkina.bf\/en\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/","title":{"rendered":"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour"},"content":{"rendered":"<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n            color: #e2e8f0;\n            line-height: 1.6;\n            min-height: 100vh;\n            padding: 40px 20px;\n        }\n        .article-container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: rgba(15, 23, 42, 0.7);\n            backdrop-filter: blur(10px);\n            border-radius: 16px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);\n        }\n        \/* Header *\/\n        .article-header {\n            background: linear-gradient(135deg, #CC9933 0%, #CC9933 100%);\n            color: #FFFFFF;\n            padding: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n        .article-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: repeating-linear-gradient(\n                45deg,\n                transparent,\n                transparent 10px,\n                rgba(255,255,255,0.05) 10px,\n                rgba(255,255,255,0.05) 20px\n            );\n        }\n        .breaking-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(255,255,255,0.2);\n            backdrop-filter: blur(10px);\n            padding: 8px 16px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            border: 1px solid rgba(255,255,255,0.3);\n            animation: pulse 2s infinite;\n            color: #FFFFFF;\n        }\n        @keyframes pulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.8; }\n        }\n        .live-dot {\n            width: 8px;\n            height: 8px;\n            background: #CC9933;\n            border-radius: 50%;\n            animation: blink 1.5s infinite;\n        }\n        @keyframes blink {\n            0%, 100% { opacity: 1; transform: scale(1); }\n            50% { opacity: 0.5; transform: scale(1.2); }\n        }\n        .article-title {\n            font-size: 1.8rem;\n            font-weight: 800;\n            line-height: 1.3;\n            margin-bottom: 15px;\n            position: relative;\n            z-index: 1;\n            color: #FFFFFF;\n        }\n        .article-meta {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            font-size: 0.9rem;\n            opacity: 0.9;\n            position: relative;\n            z-index: 1;\n            flex-wrap: wrap;\n            color: #FFFFFF;\n        }\n        .meta-item {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        \/* Content *\/\n        .article-content {\n            padding: 40px 30px;\n        }\n        .lead-text {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            color: #e2e8f0;\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 1px solid rgba(255,255,255,0.1);\n        }\n        .lead-text strong {\n            color: #CC9933;\n            font-weight: 600;\n        }\n        h2 {\n            color: #CC9933;\n            font-size: 1.3rem;\n            margin: 35px 0 20px 0;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 700;\n        }\n        h2::before {\n            content: '';\n            width: 4px;\n            height: 24px;\n            background: #CC9933;\n            border-radius: 2px;\n        }\n        p {\n            margin-bottom: 20px;\n            color: #e2e8f0;\n            line-height: 1.8;\n        }\n        \/* Cards grid *\/\n        .cards-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        .info-card {\n            background: rgba(30, 41, 59, 0.6);\n            border: 1px solid rgba(255,255,255,0.1);\n            border-radius: 12px;\n            padding: 25px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        .info-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: #CC9933;\n        }\n        .info-card:hover {\n            transform: translateY(-3px);\n            border-color: #CC9933;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n        }\n        .card-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: start;\n            margin-bottom: 15px;\n        }\n        .card-title {\n            font-size: 1.1rem;\n            font-weight: 700;\n            color: #FFFFFF;\n            margin-bottom: 5px;\n        }\n        .card-badge {\n            font-size: 0.75rem;\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-weight: 600;\n            text-transform: uppercase;\n            background: rgba(204, 153, 51, 0.2);\n            color: #CC9933;\n            border: 1px solid #CC9933;\n        }\n        .card-content {\n            color: #cbd5e1;\n            font-size: 0.95rem;\n            margin-bottom: 15px;\n        }\n        .price-tag {\n            font-size: 1.5rem;\n            font-weight: 800;\n            color: #FFFFFF;\n        }\n        .price-detail {\n            font-size: 0.85rem;\n            color: #CC9933;\n            margin-top: 5px;\n        }\n        \/* Table dark *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin: 25px 0;\n            border-radius: 12px;\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n            min-width: 600px;\n        }\n        thead {\n            background: rgba(30, 41, 59, 0.8);\n        }\n        th {\n            padding: 16px 20px;\n            text-align: left;\n            font-weight: 600;\n            color: #CC9933;\n            text-transform: uppercase;\n            font-size: 0.8rem;\n            letter-spacing: 0.5px;\n            border-bottom: 2px solid #CC9933;\n        }\n        td {\n            padding: 16px 20px;\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n            color: #e2e8f0;\n        }\n        tr:hover {\n            background: rgba(255,255,255,0.03);\n        }\n        tr:last-child td {\n            border-bottom: none;\n        }\n        .text-right {\n            text-align: right;\n        }\n        .price-highlight {\n            color: #FFFFFF;\n            font-weight: 700;\n            font-size: 1.1rem;\n        }\n        \/* Highlight box *\/\n        .highlight-box {\n            background: rgba(204, 153, 51, 0.1);\n            border: 1px solid #CC9933;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            position: relative;\n        }\n        .highlight-box::before {\n            content: '\u2713';\n            position: absolute;\n            top: -15px;\n            left: 25px;\n            width: 30px;\n            height: 30px;\n            background: #CC9933;\n            color: #0f172a;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            border: 3px solid #0f172a;\n        }\n        .highlight-title {\n            color: #CC9933;\n            font-weight: 700;\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \/* Alert box *\/\n        .alert-box {\n            background: rgba(204, 153, 51, 0.05);\n            border: 1px solid #CC9933;\n            border-radius: 12px;\n            padding: 20px;\n            margin: 25px 0;\n            display: flex;\n            gap: 15px;\n            align-items: start;\n        }\n        .alert-icon {\n            font-size: 1.5rem;\n            flex-shrink: 0;\n            color: #CC9933;\n        }\n        .alert-content h4 {\n            color: #CC9933;\n            margin-bottom: 5px;\n            font-weight: 600;\n        }\n        .alert-content p {\n            margin: 0;\n            color: #e2e8f0;\n            font-size: 0.95rem;\n        }\n        \/* Social share *\/\n        .social-share {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 0;\n            margin-top: 40px;\n            border-top: 1px solid rgba(255,255,255,0.1);\n        }\n        .share-btn {\n            padding: 20px;\n            text-align: center;\n            color: #CC9933;\n            text-decoration: none;\n            font-size: 1.3rem;\n            transition: all 0.3s;\n            border-right: 1px solid rgba(255,255,255,0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .share-btn:last-child {\n            border-right: none;\n        }\n        .share-btn:hover {\n            background: rgba(204, 153, 51, 0.1);\n            color: #FFFFFF;\n        }\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            body {\n                padding: 20px 15px;\n            }\n            .article-title {\n                font-size: 1.4rem;\n            }\n            .article-content {\n                padding: 25px 20px;\n            }\n            .cards-grid {\n                grid-template-columns: 1fr;\n            }\n            .social-share {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .share-btn:nth-child(2) {\n                border-right: none;\n            }\n            .share-btn:nth-child(3), .share-btn:nth-child(4) {\n                border-top: 1px solid rgba(255,255,255,0.1);\n            }\n        }\n        \/* Animations *\/\n        @keyframes slideIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        .info-card {\n            animation: slideIn 0.5s ease forwards;\n        }\n        .info-card:nth-child(1) { animation-delay: 0.1s; }\n        .info-card:nth-child(2) { animation-delay: 0.2s; }\n        .info-card:nth-child(3) { animation-delay: 0.3s; }\n        .info-card:nth-child(4) { animation-delay: 0.4s; }\n    <\/style>\n<p>    <!-- Header --><\/p>\n<header>\n            Nouveaux tarifs 2025<\/p>\n<h1>\n            \ud83c\udde7\ud83c\uddeb Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour<br \/>\n        <\/h1>\n<p>                <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 16 16\"><path d=\"M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z\"\/><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z\"\/><\/svg><br \/>\n                Publi\u00e9 le 4 f\u00e9vrier 2026<br \/>\n    <\/header>\n<p>    <!-- Content --><\/p>\n<p>\n            Le Burkina Faso a proc\u00e9d\u00e9 \u00e0 une <strong>r\u00e9forme compl\u00e8te de sa tarification des visas \u00e9lectroniques<\/strong>. Cette mise \u00e0 jour, entr\u00e9e en vigueur en octobre 2025, concerne l&rsquo;ensemble des visas d&rsquo;entr\u00e9e, des permis de s\u00e9jour ainsi que les services de publicit\u00e9 sur la plateforme officielle eVisa Burkina. Les ressortissants africains membres de la CEDEAO maintiennent leur exemption totale de frais.\n        <\/p>\n<p>        <!-- Section Gratuit --><\/p>\n<h2>\ud83c\udf0d Visas exempt\u00e9s de frais<\/h2>\n<p>\n            Conform\u00e9ment aux engagements du Burkina Faso en faveur de l&rsquo;int\u00e9gration africaine et des relations diplomatiques, plusieurs cat\u00e9gories de visas restent enti\u00e8rement gratuits :\n        <\/p>\n<p>                        Visa Diplomatique<br \/>\n                    Gratuit<br \/>\n                    Personnel diplomatique et officiel de haut rang<br \/>\n                0 FCFA<br \/>\n                        Visa de Courtoisie<br \/>\n                    Gratuit<br \/>\n                    Visites officielles d&rsquo;\u00c9tat et missions sp\u00e9ciales<br \/>\n                0 FCFA<br \/>\n                        Visa Panafricain<br \/>\n                    Gratuit<br \/>\n                    Ressortissants africains (1 \u00e0 90 jours)<br \/>\n                0 FCFA<br \/>\n        <!-- Transit --><\/p>\n<h2>\ud83d\udeb6 Visa de Transit<\/h2>\n<p>\n            Pour les voyageurs en transit sur le territoire burkinab\u00e8, une vignette sp\u00e9cifique est exig\u00e9e pour une dur\u00e9e de 1 \u00e0 5 jours maximum.\n        <\/p>\n<p>                        Transit Standard<br \/>\n                    Travers\u00e9e du territoire (1-5 jours)<br \/>\n                38 000 FCFA<br \/>\n                Visa: 35 000 + Service: 3 500<br \/>\n        <!-- Court S\u00e9jour --><\/p>\n<h2>\ud83d\udcc5 Visa Court S\u00e9jour &#8211; Une Entr\u00e9e (1 \u00e0 90 jours)<\/h2>\n<p>\n            Les visas de court s\u00e9jour couvrent les missions touristiques, professionnelles et acad\u00e9miques. Une option <strong>Express<\/strong> garantit une r\u00e9ponse sous 72 heures pour les urgences.\n        <\/p>\n<p>                        Express<br \/>\n                    72h<br \/>\n                    Traitement prioritaire pour urgences<br \/>\n                247 500 FCFA<br \/>\n                Visa: 225 000 + Service: 22 500<br \/>\n                        Tourisme<br \/>\n                    Vacances, loisirs et d\u00e9couvertes<br \/>\n                66 000 FCFA<br \/>\n                Visa: 60 000 + Service: 6 000<br \/>\n                        Affaires<br \/>\n                    Business, commerce et investissement<br \/>\n                99 000 FCFA<br \/>\n                Visa: 90 000 + Service: 9 000<br \/>\n                        Conf\u00e9rences \/ \u00c9tudes<br \/>\n                    \u00c9v\u00e9nements acad\u00e9miques et formations<br \/>\n                66 000 FCFA<br \/>\n                Visa: 60 000 + Service: 6 000<br \/>\n                        Coop\u00e9ration<br \/>\n                    Projets de d\u00e9veloppement et partenariats<br \/>\n                71 500 FCFA<br \/>\n                Visa: 65 000 + Service: 6 500<br \/>\n        <!-- Multiple entr\u00e9es --><\/p>\n<h2>\ud83d\udd04 Court S\u00e9jour &#8211; Multiple Entr\u00e9es<\/h2>\n<table>\n<thead>\n<tr>\n<th>Type<\/th>\n<th>Visa<\/th>\n<th>Service<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Affaires<\/strong><\/td>\n<td>120 000<\/td>\n<td>12 000<\/td>\n<td>132 000<\/td>\n<\/tr>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Conf\u00e9rences \/ \u00c9tudes<\/strong><\/td>\n<td>75 000<\/td>\n<td>7 500<\/td>\n<td>82 500<\/td>\n<\/tr>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Visite familiale<\/strong><\/td>\n<td>60 000<\/td>\n<td>6 000<\/td>\n<td>66 000<\/td>\n<\/tr>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Coop\u00e9ration<\/strong><\/td>\n<td>70 000<\/td>\n<td>7 000<\/td>\n<td>77 000<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>        <!-- Long S\u00e9jour --><\/p>\n<h2>\ud83c\udfe0 Long S\u00e9jour Multiple Entr\u00e9es (1 \u00e0 2 ans)<\/h2>\n<table>\n<thead>\n<tr>\n<th>Type<\/th>\n<th>Visa<\/th>\n<th>Service<\/th>\n<th>Total<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Affaires<\/strong><\/td>\n<td>210 000<\/td>\n<td>21 000<\/td>\n<td>231 000<\/td>\n<\/tr>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">\u00c9tudes \/ Formation<\/strong><\/td>\n<td>115 000<\/td>\n<td>11 500<\/td>\n<td>126 500<\/td>\n<\/tr>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Visite familiale<\/strong><\/td>\n<td>100 000<\/td>\n<td>10 000<\/td>\n<td>110 000<\/td>\n<\/tr>\n<tr>\n<td><strong style=\"color: #FFFFFF;\">Coop\u00e9ration<\/strong><\/td>\n<td>125 000<\/td>\n<td>12 500<\/td>\n<td>137 500<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>        <!-- Exceptionnel --><\/p>\n<h2>\u2b50 Visa Exceptionnel (1 \u00e0 5 ans)<\/h2>\n<p>            Visa Long S\u00e9jour Exceptionnel<\/p>\n<p style=\"margin: 0; color: #e2e8f0;\">\n                Validit\u00e9 prolong\u00e9e de 1 \u00e0 5 ans pour s\u00e9jours exceptionnels. Ce visa couvre les besoins sp\u00e9cifiques des r\u00e9sidents de longue dur\u00e9e au Burkina Faso.\n            <\/p>\n<p>                110 000 FCFA<br \/>\n                (Visa: 100 000 + Service: 10 000)<br \/>\n        <!-- Permis --><\/p>\n<h2>\ud83d\udcdd Permis de S\u00e9jour (+2 ans)<\/h2>\n<p>                        Regroupement Familial<br \/>\n                    R\u00e9sidence familiale permanente<br \/>\n                220 000 FCFA<br \/>\n                Visa: 200 000 + Service: 20 000<br \/>\n                        Affaires<br \/>\n                    Investisseurs et entrepreneurs<br \/>\n                330 000 FCFA<br \/>\n                Visa: 300 000 + Service: 30 000<br \/>\n        <!-- Publicit\u00e9 --><\/p>\n<h2>\ud83d\udce2 Publicit\u00e9 sur la plateforme<\/h2>\n<p>            \ud83d\udce3<\/p>\n<h4>Visibilit\u00e9 commerciale<\/h4>\n<p>Espace publicitaire disponible sur la plateforme eVisa Burkina pour toucher les demandeurs de visa internationaux.<\/p>\n<p>                    2 000 FCFA \/ jour<br \/>\n        <!-- Info importante --><br \/>\n            \u2139\ufe0f<\/p>\n<h4>Plateforme officielle<\/h4>\n<p>Toutes les demandes doivent \u00eatre effectu\u00e9es exclusivement sur <strong style=\"color: #CC9933;\">www.visaburkina.bf<\/strong>. Le paiement s\u00e9curis\u00e9 est disponible par carte bancaire et mobile money.<\/p>","protected":false},"excerpt":{"rendered":"<p>Nouveaux tarifs 2025 \ud83c\udde7\ud83c\uddeb Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour Publi\u00e9 le 4 f\u00e9vrier 2026 Le Burkina Faso a proc\u00e9d\u00e9 \u00e0 une r\u00e9forme compl\u00e8te de sa tarification des visas \u00e9lectroniques. Cette mise \u00e0 jour, entr\u00e9e en vigueur en octobre 2025, concerne l&rsquo;ensemble des visas d&rsquo;entr\u00e9e, des permis de s\u00e9jour [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2297","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour - CPIB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpibburkina.bf\/en\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour - CPIB\" \/>\n<meta property=\"og:description\" content=\"Nouveaux tarifs 2025 \ud83c\udde7\ud83c\uddeb Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour Publi\u00e9 le 4 f\u00e9vrier 2026 Le Burkina Faso a proc\u00e9d\u00e9 \u00e0 une r\u00e9forme compl\u00e8te de sa tarification des visas \u00e9lectroniques. Cette mise \u00e0 jour, entr\u00e9e en vigueur en octobre 2025, concerne l&rsquo;ensemble des visas d&rsquo;entr\u00e9e, des permis de s\u00e9jour [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cpibburkina.bf\/en\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/\" \/>\n<meta property=\"og:site_name\" content=\"CPIB\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-03T19:44:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-03T19:50:49+00:00\" \/>\n<meta name=\"author\" content=\"Flaubert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Flaubert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/\"},\"author\":{\"name\":\"Flaubert\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#\\\/schema\\\/person\\\/beca745666da1ae9a025c74087f49a9e\"},\"headline\":\"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour\",\"datePublished\":\"2026-02-03T19:44:56+00:00\",\"dateModified\":\"2026-02-03T19:50:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/\"},\"wordCount\":422,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#organization\"},\"articleSection\":[\"Non class\u00e9\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/\",\"url\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/\",\"name\":\"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour - CPIB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#website\"},\"datePublished\":\"2026-02-03T19:44:56+00:00\",\"dateModified\":\"2026-02-03T19:50:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/cpibburkina.bf\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#website\",\"url\":\"https:\\\/\\\/cpibburkina.bf\\\/\",\"name\":\"CPIB\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cpibburkina.bf\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#organization\",\"name\":\"CPIB\",\"url\":\"https:\\\/\\\/cpibburkina.bf\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cpibburkina.bf\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/logo.jpg\",\"contentUrl\":\"https:\\\/\\\/cpibburkina.bf\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/logo.jpg\",\"width\":325,\"height\":325,\"caption\":\"CPIB\"},\"image\":{\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cpibburkina.bf\\\/#\\\/schema\\\/person\\\/beca745666da1ae9a025c74087f49a9e\",\"name\":\"Flaubert\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/10efd3c839506f5f2327ad6ad2ddf55a08bb08ffad88cc00c1f7ed98d997221c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/10efd3c839506f5f2327ad6ad2ddf55a08bb08ffad88cc00c1f7ed98d997221c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/10efd3c839506f5f2327ad6ad2ddf55a08bb08ffad88cc00c1f7ed98d997221c?s=96&d=mm&r=g\",\"caption\":\"Flaubert\"},\"sameAs\":[\"https:\\\/\\\/cpibburkina.bf\"],\"url\":\"https:\\\/\\\/cpibburkina.bf\\\/en\\\/author\\\/flaubert\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour - CPIB","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpibburkina.bf\/en\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/","og_locale":"en_US","og_type":"article","og_title":"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour - CPIB","og_description":"Nouveaux tarifs 2025 \ud83c\udde7\ud83c\uddeb Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour Publi\u00e9 le 4 f\u00e9vrier 2026 Le Burkina Faso a proc\u00e9d\u00e9 \u00e0 une r\u00e9forme compl\u00e8te de sa tarification des visas \u00e9lectroniques. Cette mise \u00e0 jour, entr\u00e9e en vigueur en octobre 2025, concerne l&rsquo;ensemble des visas d&rsquo;entr\u00e9e, des permis de s\u00e9jour [&hellip;]","og_url":"https:\/\/cpibburkina.bf\/en\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/","og_site_name":"CPIB","article_published_time":"2026-02-03T19:44:56+00:00","article_modified_time":"2026-02-03T19:50:49+00:00","author":"Flaubert","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Flaubert","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/#article","isPartOf":{"@id":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/"},"author":{"name":"Flaubert","@id":"https:\/\/cpibburkina.bf\/#\/schema\/person\/beca745666da1ae9a025c74087f49a9e"},"headline":"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour","datePublished":"2026-02-03T19:44:56+00:00","dateModified":"2026-02-03T19:50:49+00:00","mainEntityOfPage":{"@id":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/"},"wordCount":422,"commentCount":0,"publisher":{"@id":"https:\/\/cpibburkina.bf\/#organization"},"articleSection":["Non class\u00e9"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/","url":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/","name":"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour - CPIB","isPartOf":{"@id":"https:\/\/cpibburkina.bf\/#website"},"datePublished":"2026-02-03T19:44:56+00:00","dateModified":"2026-02-03T19:50:49+00:00","breadcrumb":{"@id":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpibburkina.bf\/burkina-faso-nouvelle-grille-tarifaire-des-evisas-et-permis-de-sejour\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/cpibburkina.bf\/"},{"@type":"ListItem","position":2,"name":"Burkina Faso : Nouvelle grille tarifaire des eVisas et permis de s\u00e9jour"}]},{"@type":"WebSite","@id":"https:\/\/cpibburkina.bf\/#website","url":"https:\/\/cpibburkina.bf\/","name":"CPIB","description":"","publisher":{"@id":"https:\/\/cpibburkina.bf\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpibburkina.bf\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cpibburkina.bf\/#organization","name":"CPIB","url":"https:\/\/cpibburkina.bf\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpibburkina.bf\/#\/schema\/logo\/image\/","url":"https:\/\/cpibburkina.bf\/wp-content\/uploads\/2025\/11\/logo.jpg","contentUrl":"https:\/\/cpibburkina.bf\/wp-content\/uploads\/2025\/11\/logo.jpg","width":325,"height":325,"caption":"CPIB"},"image":{"@id":"https:\/\/cpibburkina.bf\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cpibburkina.bf\/#\/schema\/person\/beca745666da1ae9a025c74087f49a9e","name":"Flaubert","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/10efd3c839506f5f2327ad6ad2ddf55a08bb08ffad88cc00c1f7ed98d997221c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/10efd3c839506f5f2327ad6ad2ddf55a08bb08ffad88cc00c1f7ed98d997221c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10efd3c839506f5f2327ad6ad2ddf55a08bb08ffad88cc00c1f7ed98d997221c?s=96&d=mm&r=g","caption":"Flaubert"},"sameAs":["https:\/\/cpibburkina.bf"],"url":"https:\/\/cpibburkina.bf\/en\/author\/flaubert\/"}]}},"_links":{"self":[{"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/posts\/2297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/comments?post=2297"}],"version-history":[{"count":9,"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/posts\/2297\/revisions"}],"predecessor-version":[{"id":2307,"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/posts\/2297\/revisions\/2307"}],"wp:attachment":[{"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/media?parent=2297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/categories?post=2297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpibburkina.bf\/en\/wp-json\/wp\/v2\/tags?post=2297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}