{"id":63,"date":"2026-01-13T14:29:26","date_gmt":"2026-01-13T13:29:26","guid":{"rendered":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63"},"modified":"2026-01-13T14:29:27","modified_gmt":"2026-01-13T13:29:27","slug":"haiti","status":"publish","type":"page","link":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63","title":{"rendered":"Ha\u00efti"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"fr\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>KR\u00c8YOL VIBE &#8211; Pride. Revolisyon. Lakay.<\/title><\/p>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #1a1a1a;\n            line-height: 1.6;\n        }<\/p>\n<p>        \/* Hero Section *\/\n        .hero {\n            height: 100vh;\n            background: linear-gradient(135deg, rgba(0,52,148,0.9), rgba(210,16,52,0.9)), url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 800\"><rect fill=\"%23003494\" width=\"1200\" height=\"800\"\/><\/svg>');\n            background-size: cover;\n            background-position: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .hero::before {\n            content: '';\n            position: absolute;\n            width: 300px;\n            height: 300px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            top: -100px;\n            right: -100px;\n            animation: float 8s ease-in-out infinite;\n        }<\/p>\n<p>        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(30px); }\n        }<\/p>\n<p>        .hero-content {\n            z-index: 2;\n            max-width: 900px;\n            padding: 2rem;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 5rem;\n            font-weight: 900;\n            letter-spacing: 0.1em;\n            margin-bottom: 1rem;\n            text-shadow: 3px 3px 10px rgba(0,0,0,0.5);\n        }<\/p>\n<p>        .hero-subtitle {\n            font-size: 1.8rem;\n            font-weight: 300;\n            letter-spacing: 0.3em;\n            margin-bottom: 2rem;\n            opacity: 0.95;\n        }<\/p>\n<p>        .hero-text {\n            font-size: 1.2rem;\n            margin-bottom: 3rem;\n            opacity: 0.9;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }<\/p>\n<p>        .btn-group {\n            display: flex;\n            gap: 1.5rem;\n            justify-content: center;\n            flex-wrap: wrap;\n        }<\/p>\n<p>        .btn {\n            padding: 1rem 2.5rem;\n            font-size: 1.1rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: 2px solid transparent;\n        }<\/p>\n<p>        .btn-primary {\n            background: #d21034;\n            color: white;\n            box-shadow: 0 5px 20px rgba(210,16,52,0.4);\n        }<\/p>\n<p>        .btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 30px rgba(210,16,52,0.6);\n        }<\/p>\n<p>        .btn-secondary {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }<\/p>\n<p>        .btn-secondary:hover {\n            background: white;\n            color: #003494;\n            transform: translateY(-3px);\n        }<\/p>\n<p>        \/* Section commune *\/\n        section {\n            padding: 5rem 2rem;\n        }<\/p>\n<p>        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .section-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 1rem;\n            color: #003494;\n        }<\/p>\n<p>        .section-subtitle {\n            text-align: center;\n            font-size: 1.1rem;\n            color: #666;\n            max-width: 700px;\n            margin: 0 auto 3rem;\n            line-height: 1.8;\n        }<\/p>\n<p>        \/* Section Identit\u00e9 *\/\n        .identity {\n            background: linear-gradient(135deg, #f8f9fa, #ffffff);\n        }<\/p>\n<p>        .identity-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }<\/p>\n<p>        .identity-text h2 {\n            font-size: 2.5rem;\n            color: #003494;\n            margin-bottom: 1.5rem;\n        }<\/p>\n<p>        .identity-text p {\n            font-size: 1.1rem;\n            line-height: 1.9;\n            color: #333;\n        }<\/p>\n<p>        .identity-image {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #003494, #d21034);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 3rem;\n            font-weight: 900;\n            box-shadow: 0 10px 40px rgba(0,52,148,0.3);\n        }<\/p>\n<p>        \/* Section Produits *\/\n        .products {\n            background: white;\n        }<\/p>\n<p>        .product-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 3rem;\n            margin-top: 3rem;\n        }<\/p>\n<p>        .product-card {\n            background: #f8f9fa;\n            border-radius: 20px;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            cursor: pointer;\n        }<\/p>\n<p>        .product-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.15);\n        }<\/p>\n<p>        .product-image {\n            width: 100%;\n            height: 350px;\n            background: linear-gradient(135deg, #003494, #d21034);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 2rem;\n            font-weight: 700;\n        }<\/p>\n<p>        .product-info {\n            padding: 2rem;\n        }<\/p>\n<p>        .product-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #003494;\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .product-description {\n            color: #666;\n            margin-bottom: 1rem;\n            font-size: 0.95rem;\n        }<\/p>\n<p>        .product-features {\n            list-style: none;\n            margin-bottom: 1.5rem;\n        }<\/p>\n<p>        .product-features li {\n            padding: 0.3rem 0;\n            color: #555;\n            font-size: 0.9rem;\n        }<\/p>\n<p>        .product-features li::before {\n            content: '\u2713 ';\n            color: #d21034;\n            font-weight: bold;\n            margin-right: 0.5rem;\n        }<\/p>\n<p>        \/* Section Vision *\/\n        .vision {\n            background: linear-gradient(135deg, #003494, #d21034);\n            color: white;\n            text-align: center;\n            padding: 6rem 2rem;\n        }<\/p>\n<p>        .vision-quote {\n            font-size: 2rem;\n            font-style: italic;\n            max-width: 800px;\n            margin: 0 auto 2rem;\n            line-height: 1.6;\n        }<\/p>\n<p>        .vision-signature {\n            font-size: 1.3rem;\n            font-weight: 300;\n            opacity: 0.9;\n        }<\/p>\n<p>        \/* Section Instagram *\/\n        .instagram {\n            background: #f8f9fa;\n        }<\/p>\n<p>        .instagram-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1rem;\n            margin-top: 3rem;\n        }<\/p>\n<p>        .instagram-item {\n            aspect-ratio: 1;\n            background: linear-gradient(135deg, #003494, #d21034);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.5rem;\n            transition: transform 0.3s ease;\n        }<\/p>\n<p>        .instagram-item:hover {\n            transform: scale(1.05);\n        }<\/p>\n<p>        \/* Section Engagement *\/\n        .engagement {\n            background: white;\n            text-align: center;\n        }<\/p>\n<p>        .engagement-content {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 3rem;\n            background: linear-gradient(135deg, rgba(0,52,148,0.05), rgba(210,16,52,0.05));\n            border-radius: 20px;\n        }<\/p>\n<p>        .engagement h2 {\n            font-size: 2.5rem;\n            color: #003494;\n            margin-bottom: 1.5rem;\n        }<\/p>\n<p>        .engagement p {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #333;\n        }<\/p>\n<p>        \/* Newsletter *\/\n        .newsletter {\n            background: linear-gradient(135deg, #1a1a1a, #333);\n            color: white;\n            text-align: center;\n            padding: 4rem 2rem;\n        }<\/p>\n<p>        .newsletter h2 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .newsletter-text {\n            font-size: 1.1rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }<\/p>\n<p>        .newsletter-form {\n            display: flex;\n            gap: 1rem;\n            max-width: 500px;\n            margin: 0 auto;\n            flex-wrap: wrap;\n            justify-content: center;\n        }<\/p>\n<p>        .newsletter-input {\n            flex: 1;\n            min-width: 250px;\n            padding: 1rem 1.5rem;\n            border: none;\n            border-radius: 50px;\n            font-size: 1rem;\n        }<\/p>\n<p>        \/* Footer *\/\n        footer {\n            background: #0a0a0a;\n            color: white;\n            padding: 3rem 2rem 2rem;\n        }<\/p>\n<p>        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 3rem;\n            margin-bottom: 2rem;\n        }<\/p>\n<p>        .footer-section h3 {\n            color: #d21034;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .footer-links {\n            list-style: none;\n        }<\/p>\n<p>        .footer-links li {\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .footer-links a {\n            color: #ccc;\n            text-decoration: none;\n            transition: color 0.3s;\n        }<\/p>\n<p>        .footer-links a:hover {\n            color: #d21034;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid #333;\n            color: #999;\n        }<\/p>\n<p>        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 3rem;\n            }<\/p>\n<p>            .hero-subtitle {\n                font-size: 1.2rem;\n            }<\/p>\n<p>            .identity-content {\n                grid-template-columns: 1fr;\n            }<\/p>\n<p>            .product-grid {\n                grid-template-columns: 1fr;\n            }<\/p>\n<p>            .newsletter-form {\n                flex-direction: column;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Section Hero --><\/p>\n<section class=\"hero\">\n<div class=\"hero-content\">\n<h1>KR\u00c8YOL VIBE<\/h1>\n<div class=\"hero-subtitle\">Pride. Revolisyon. Lakay.<\/div>\n<p class=\"hero-text\">La marque qui porte l&rsquo;h\u00e9ritage, la force et la fiert\u00e9 d&rsquo;Ha\u00efti.<\/p>\n<div class=\"btn-group\">\n                <a href=\"#products\" class=\"btn btn-primary\">\ud83d\uded2 D\u00e9couvrir la collection<\/a><br \/>\n                <a href=\"#identity\" class=\"btn btn-secondary\">\u270a Notre histoire<\/a>\n            <\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section Identit\u00e9 --><\/p>\n<section id=\"identity\" class=\"identity\">\n<div class=\"container\">\n<div class=\"identity-content\">\n<div class=\"identity-text\">\n<h2>Notre mission : porter Ha\u00efti avec style<\/h2>\n<p>Cr\u00e9\u00e9e en 2025 par Westy, Kr\u00e8yol Vibe est une marque de v\u00eatements qui d\u00e9fend les valeurs ha\u00eftiennes : la libert\u00e9, la r\u00e9sistance, la culture et la fiert\u00e9. Chaque pi\u00e8ce raconte une histoire \u2014 509, 1804, Citadelle, Vodou, Lavi Lakay \u2014 \u00e0 travers des designs forts et symboliques.<\/p>\n<\/p><\/div>\n<div class=\"identity-image\">\n                    KR\u00c8YOL<br \/>VIBE\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section Produits --><\/p>\n<section id=\"products\" class=\"products\">\n<div class=\"container\">\n<h2 class=\"section-title\">Nos Mod\u00e8les Phares<\/h2>\n<p class=\"section-subtitle\">Des cr\u00e9ations qui racontent l&rsquo;histoire et la fiert\u00e9 ha\u00eftienne<\/p>\n<div class=\"product-grid\">\n<div class=\"product-card\">\n<div class=\"product-image\">509<\/div>\n<div class=\"product-info\">\n<h3 class=\"product-title\">Mod\u00e8le 509 \u2013 \u00ab\u00a0Haiti Lakay\u00a0\u00bb<\/h3>\n<p class=\"product-description\">Une c\u00e9l\u00e9bration visuelle de notre terre natale<\/p>\n<ul class=\"product-features\">\n<li>Illustration de la carte d&rsquo;Ha\u00efti<\/li>\n<li>Symboles culturels : tambour, soleil, palmiers<\/li>\n<li>Citadelle Laferri\u00e8re<\/li>\n<\/ul>\n<p>                        <a href=\"#\" class=\"btn btn-primary\">D\u00e9couvrir<\/a>\n                    <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">1804<\/div>\n<div class=\"product-info\">\n<h3 class=\"product-title\">Mod\u00e8le 1804 \u2013 \u00ab\u00a0Revolisyon\u00a0\u00bb<\/h3>\n<p class=\"product-description\">L&rsquo;esprit r\u00e9volutionnaire qui nous d\u00e9finit<\/p>\n<ul class=\"product-features\">\n<li>Illustration historique de la r\u00e9volution<\/li>\n<li>Personnages en action<\/li>\n<li>Le symbole de la victoire et de l&rsquo;union<\/li>\n<\/ul>\n<p>                        <a href=\"#\" class=\"btn btn-primary\">D\u00e9couvrir<\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align: center; margin-top: 3rem;\">\n                <a href=\"#\" class=\"btn btn-secondary\">\ud83d\udc49 Voir la collection compl\u00e8te<\/a>\n            <\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section Vision --><\/p>\n<section class=\"vision\">\n<div class=\"container\">\n<p class=\"vision-quote\">\u00ab\u00a0Kr\u00e8yol Vibe, c&rsquo;est bien plus qu&rsquo;une marque. C&rsquo;est un mouvement. C&rsquo;est l&rsquo;\u00e9nergie, la r\u00e9sistance et la beaut\u00e9 du peuple ha\u00eftien.\u00a0\u00bb<\/p>\n<p class=\"vision-signature\">\u2014 Westy, Fondateur<\/p>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section Instagram --><\/p>\n<section class=\"instagram\">\n<div class=\"container\">\n<h2 class=\"section-title\">Vibe av\u00e8k nou sou Insta<\/h2>\n<p class=\"section-subtitle\">Rejoignez notre communaut\u00e9 et partagez votre style<\/p>\n<div class=\"instagram-grid\">\n<div class=\"instagram-item\">\ud83d\udcf8<\/div>\n<div class=\"instagram-item\">\ud83c\udded\ud83c\uddf9<\/div>\n<div class=\"instagram-item\">\u270a<\/div>\n<div class=\"instagram-item\">\ud83d\udc55<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section Engagement --><\/p>\n<section class=\"engagement\">\n<div class=\"container\">\n<div class=\"engagement-content\">\n<h2>Nou se Ayiti<\/h2>\n<p>Kr\u00e8yol Vibe soutient la culture ha\u00eftienne, c\u00e9l\u00e8bre ses h\u00e9ros et met en lumi\u00e8re nos racines \u00e0 travers la mode moderne.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Newsletter --><\/p>\n<section class=\"newsletter\">\n<div class=\"container\">\n<h2>Reste connect\u00e9 \u00e0 la vibe<\/h2>\n<p class=\"newsletter-text\">Promotions exclusives, nouveaux drops, collaborations.<\/p>\n<form class=\"newsletter-form\">\n                <input type=\"email\" class=\"newsletter-input\" placeholder=\"Ton email\" required><br \/>\n                <button type=\"submit\" class=\"btn btn-primary\">S&rsquo;abonner<\/button><br \/>\n            <\/form>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Footer --><\/p>\n<footer>\n<div class=\"footer-content\">\n<div class=\"footer-section\">\n<h3>KR\u00c8YOL VIBE<\/h3>\n<p>Pride. Revolisyon. Lakay.<\/p>\n<\/p><\/div>\n<div class=\"footer-section\">\n<h3>Navigation<\/h3>\n<ul class=\"footer-links\">\n<li><a href=\"#products\">Boutique<\/a><\/li>\n<li><a href=\"#identity\">\u00c0 propos<\/a><\/li>\n<li><a href=\"#\">Contact<\/a><\/li>\n<li><a href=\"#\">Politique de retour<\/a><\/li>\n<\/ul><\/div>\n<div class=\"footer-section\">\n<h3>R\u00e9seaux sociaux<\/h3>\n<ul class=\"footer-links\">\n<li><a href=\"#\">Instagram<\/a><\/li>\n<li><a href=\"#\">Facebook<\/a><\/li>\n<li><a href=\"#\">TikTok<\/a><\/li>\n<li><a href=\"#\">Twitter<\/a><\/li>\n<\/ul><\/div>\n<div class=\"footer-section\">\n<h3>Paiements s\u00e9curis\u00e9s<\/h3>\n<p>\ud83d\udcb3 Visa, Mastercard, PayPal<\/p>\n<p>\ud83d\udd12 Transactions 100% s\u00e9curis\u00e9es<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"footer-bottom\">\n<p>&copy; 2025 Kr\u00e8yol Vibe. Tous droits r\u00e9serv\u00e9s. Fait avec \u2764\ufe0f pour Ha\u00efti.<\/p>\n<\/p><\/div>\n<\/footer>\n<p>    <script>\n        \/\/ Smooth scroll pour les liens internes\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });<\/p>\n<p>        \/\/ Animation au scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };<\/p>\n<p>        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);<\/p>\n<p>        document.querySelectorAll('.product-card, .identity-content').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\n        });\n    <\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>KR\u00c8YOL VIBE &#8211; Pride. Revolisyon. Lakay. KR\u00c8YOL VIBE Pride. Revolisyon. Lakay. La marque qui porte l&rsquo;h\u00e9ritage, la force et la [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-63","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ha\u00efti - KR\u00c8YOL VIBE<\/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:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ha\u00efti - KR\u00c8YOL VIBE\" \/>\n<meta property=\"og:description\" content=\"KR\u00c8YOL VIBE &#8211; Pride. Revolisyon. Lakay. KR\u00c8YOL VIBE Pride. Revolisyon. Lakay. La marque qui porte l&rsquo;h\u00e9ritage, la force et la [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63\" \/>\n<meta property=\"og:site_name\" content=\"KR\u00c8YOL VIBE\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-13T13:29:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63\",\"url\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63\",\"name\":\"Ha\u00efti - KR\u00c8YOL VIBE\",\"isPartOf\":{\"@id\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/#website\"},\"datePublished\":\"2026-01-13T13:29:26+00:00\",\"dateModified\":\"2026-01-13T13:29:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ha\u00efti\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/#website\",\"url\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/\",\"name\":\"KR\u00c8YOL VIBE\",\"description\":\"FREE HA\u00cfTI\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wp15-c12931-2.btsndrc.ac\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ha\u00efti - KR\u00c8YOL VIBE","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:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63","og_locale":"fr_FR","og_type":"article","og_title":"Ha\u00efti - KR\u00c8YOL VIBE","og_description":"KR\u00c8YOL VIBE &#8211; Pride. Revolisyon. Lakay. KR\u00c8YOL VIBE Pride. Revolisyon. Lakay. La marque qui porte l&rsquo;h\u00e9ritage, la force et la [&hellip;]","og_url":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63","og_site_name":"KR\u00c8YOL VIBE","article_modified_time":"2026-01-13T13:29:27+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63","url":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63","name":"Ha\u00efti - KR\u00c8YOL VIBE","isPartOf":{"@id":"https:\/\/wp15-c12931-2.btsndrc.ac\/#website"},"datePublished":"2026-01-13T13:29:26+00:00","dateModified":"2026-01-13T13:29:27+00:00","breadcrumb":{"@id":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wp15-c12931-2.btsndrc.ac\/?page_id=63#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/wp15-c12931-2.btsndrc.ac\/"},{"@type":"ListItem","position":2,"name":"Ha\u00efti"}]},{"@type":"WebSite","@id":"https:\/\/wp15-c12931-2.btsndrc.ac\/#website","url":"https:\/\/wp15-c12931-2.btsndrc.ac\/","name":"KR\u00c8YOL VIBE","description":"FREE HA\u00cfTI","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp15-c12931-2.btsndrc.ac\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Westy SAINT-FORT","author_link":"https:\/\/wp15-c12931-2.btsndrc.ac\/?author=2"},"uagb_comment_info":0,"uagb_excerpt":"KR\u00c8YOL VIBE &#8211; Pride. Revolisyon. Lakay. KR\u00c8YOL VIBE Pride. Revolisyon. Lakay. La marque qui porte l&rsquo;h\u00e9ritage, la force et la [&hellip;]","_links":{"self":[{"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=\/wp\/v2\/pages\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=63"}],"version-history":[{"count":1,"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=\/wp\/v2\/pages\/63\/revisions"}],"predecessor-version":[{"id":64,"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=\/wp\/v2\/pages\/63\/revisions\/64"}],"wp:attachment":[{"href":"https:\/\/wp15-c12931-2.btsndrc.ac\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}