{"id":132,"date":"2026-02-10T19:56:16","date_gmt":"2026-02-10T19:56:16","guid":{"rendered":"http:\/\/localhost:8888\/carefinances\/accueil\/"},"modified":"2026-06-03T14:31:42","modified_gmt":"2026-06-03T14:31:42","slug":"accueil","status":"publish","type":"page","link":"https:\/\/rubivex.markaitek.dev\/fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"\ufeff\n<style>\n.qf-block-hero {\n    position: relative;\n    min-height: 600px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    font-family: 'Inter', sans-serif;\n    overflow: hidden;\n}\n\n\/* Background Image *\/\n.qf-block-hero .hero-bg {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-size: cover;\n    background-position: center;\n    z-index: 0;\n}\n\n\/* Dark Overlay *\/\n.qf-block-hero .hero-bg::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(135deg, rgba(43, 45, 66, 0.62) 0%, rgba(43, 45, 66, 0.42) 100%);\n}\n\n\/* Content *\/\n.qf-block-hero .hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 100px 2rem 60px;\n    text-align: center;\n}\n\n.qf-block-hero h1 {\n    color: white;\n    font-size: 3rem;\n    margin-bottom: 1.5rem;\n    line-height: 1.2;\n    font-weight: 800;\n}\n\n.qf-block-hero .subtitle {\n    color: rgba(255,255,255,0.9);\n    font-size: 1.25rem;\n    line-height: 1.7;\n    margin-bottom: 2.5rem;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.qf-block-hero .cta-btn {\n    background: #EF233C;\n    color: #2B2D42;\n    padding: 1.125rem 2.5rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    transition: all 0.3s;\n    box-shadow: 0 8px 30px rgba(239, 35, 60, 0.3);\n}\n\n.qf-block-hero .cta-btn:hover {\n    background: #D90429;\n    color: #2B2D42;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(239, 35, 60, 0.4);\n}\n\n.qf-block-hero .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-block-hero .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n.qf-block-hero .disclaimer {\n    color: rgba(255,255,255,0.7);\n    font-size: 0.875rem;\n    margin-top: 1.5rem;\n    line-height: 1.5;\n}\n\n\/* Badges inside hero *\/\n.qf-hero-badges-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem 80px;\n}\n\n.qf-hero-badges-inner .badges-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n}\n\n.qf-hero-badges-inner .badge-card {\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    padding: 1.5rem 1rem;\n    text-align: center;\n    border-radius: 1rem;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: badgeReveal 0.6s ease-out forwards;\n    transition: all 0.3s ease;\n}\n\n.qf-hero-badges-inner .badge-card:hover {\n    background: rgba(255, 255, 255, 0.15);\n    transform: translateY(-5px);\n    border-color: rgba(239, 35, 60, 0.5);\n}\n\n.qf-hero-badges-inner .badge-card:nth-child(1) { animation-delay: 0.3s; }\n.qf-hero-badges-inner .badge-card:nth-child(2) { animation-delay: 0.4s; }\n.qf-hero-badges-inner .badge-card:nth-child(3) { animation-delay: 0.5s; }\n.qf-hero-badges-inner .badge-card:nth-child(4) { animation-delay: 0.6s; }\n\n.qf-hero-badges-inner .badge-icon {\n    width: 56px;\n    height: 56px;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 0.875rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1rem;\n    box-shadow: 0 8px 20px rgba(239, 35, 60, 0.3);\n}\n\n.qf-hero-badges-inner .badge-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #2B2D42;\n}\n\n.qf-hero-badges-inner .badge-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 0.375rem;\n}\n\n.qf-hero-badges-inner .badge-desc {\n    font-size: 0.8125rem;\n    color: rgba(255, 255, 255, 0.75);\n    line-height: 1.4;\n}\n\n@keyframes badgeReveal {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n}\n\n@media (max-width: 1024px) {\n    .qf-hero-badges-inner .badges-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 768px) {\n    .qf-block-hero {\n        min-height: 500px;\n    }\n\n    .qf-block-hero .hero-content {\n        padding: 80px 1.5rem 40px;\n    }\n\n    .qf-block-hero h1 {\n        font-size: 2rem;\n    }\n\n    .qf-block-hero .subtitle {\n        font-size: 1rem;\n    }\n\n    .qf-hero-badges-inner .badges-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 0.75rem;\n    }\n\n    .qf-hero-badges-inner .badge-card {\n        padding: 1.25rem 0.75rem;\n    }\n\n    .qf-hero-badges-inner .badge-icon {\n        width: 48px;\n        height: 48px;\n    }\n\n    .qf-hero-badges-inner .badge-icon svg {\n        width: 24px;\n        height: 24px;\n    }\n\n    .qf-hero-badges-inner .badge-title {\n        font-size: 0.875rem;\n    }\n\n    .qf-hero-badges-inner .badge-desc {\n        font-size: 0.75rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-hero\">\n    <!-- Background Image -->\n    <div class=\"hero-bg\" style=\"background-image: url('https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-31-121516-1.png');\"><\/div>\n\n    <!-- Content -->\n    <div class=\"hero-content\">\n        <h1>Choisissez l\u2019un de nos <span style=\"color: #f8bd43\">plans d\u2019apprentissage <\/span>et acc\u00e9dez \u00e0 des opportunit\u00e9s de cashback allant de <span style=\"color: #f8bd43\">300$<\/span> \u00e0 <span style=\"color: #f8bd43\">1 500$<\/span>  selon le plan s\u00e9lectionn\u00e9.*<\/h1>\n        \n        <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Choisir mon plan d&#039;apprentissage            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n                    <p class=\"disclaimer\">*Applicable lors de l&#039;achat d&#039;un de nos produits \u00e9ducatifs financiers. Voir les conditions d&#039;admissibilit\u00e9.<\/p>\n            <\/div>\n\n        <div class=\"qf-hero-badges-inner\">\n        <div class=\"badges-grid\">\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">Sant\u00e9 financi\u00e8re<\/h3>\n                                            <p class=\"badge-desc\">Vos informations personnelles restent confidentielles et prot\u00e9g\u00e9es<\/p>\n                                    <\/div>\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M4 4a2 2 0 00-2 2v4a2 2 0 002 2V6h10a2 2 0 00-2-2H4zm2 6a2 2 0 012-2h8a2 2 0 012 2v4a2 2 0 01-2 2H8a2 2 0 01-2-2v-4zm6 4a2 2 0 100-4 2 2 0 000 4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">R\u00e9compense<\/h3>\n                                            <p class=\"badge-desc\">Admissible \u00e0 des opportunit\u00e9s de cashback<\/p>\n                                    <\/div>\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">S\u00e9curitaire et confidentiel<\/h3>\n                                            <p class=\"badge-desc\">Inscription enti\u00e8rement en ligne<\/p>\n                                    <\/div>\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-2 0c0 .993-.241 1.929-.668 2.754l-1.524-1.525a3.997 3.997 0 00.078-2.183l1.562-1.562C15.802 8.249 16 9.1 16 10zm-5.165 3.913l1.58 1.58A5.98 5.98 0 0110 16a5.976 5.976 0 01-2.516-.552l1.562-1.562a4.006 4.006 0 001.789.027zm-4.677-2.796a4.002 4.002 0 01-.041-2.08l-.08.08-1.53-1.533A5.98 5.98 0 004 10c0 .954.223 1.856.619 2.657l1.54-1.54zm1.088-6.45A5.974 5.974 0 0110 4c.954 0 1.856.223 2.657.619l-1.54 1.54a4.002 4.002 0 00-2.346.033L7.246 4.668zM12 10a2 2 0 11-4 0 2 2 0 014 0z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">Support expert<\/h3>\n                                            <p class=\"badge-desc\">Un accompagnement d\u00e9di\u00e9 \u00e0 chaque \u00e9tape<\/p>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n    <\/section>\n\r\n\r\n\n\n\n<style>\n.qf-split-hero {\n    position: relative;\n    padding: 72px 0 88px;\n    background:\n        radial-gradient(circle at 18% 22%, rgba(239, 35, 60, 0.18), transparent 22%),\n        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.10), transparent 18%),\n        linear-gradient(135deg, #2B2D42 0%, #232533 58%, #8D99AE 100%);\n    overflow: hidden;\n    font-family: 'Manrope', sans-serif;\n    margin-top: -1px;\n}\n\n\/* Animated background elements *\/\n.qf-split-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle at 30% 50%, rgba(239, 35, 60, 0.14) 0%, transparent 50%),\n                radial-gradient(circle at 70% 80%, rgba(91, 103, 119, 0.18) 0%, transparent 40%);\n    animation: bgFloat 20s ease-in-out infinite;\n}\n\n.qf-split-hero::after {\n    content: '';\n    position: absolute;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    height: 18px;\n    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.35), rgba(255,255,255,0));\n    opacity: 0.45;\n}\n\n@keyframes bgFloat {\n    0%, 100% { transform: translate(0, 0) rotate(0deg); }\n    50% { transform: translate(-2%, 2%) rotate(1deg); }\n}\n\n.qf-split-hero .qf-container {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);\n    grid-template-areas:\n        \"badge visual\"\n        \"title visual\"\n        \"text visual\"\n        \"cta visual\";\n    gap: 1rem 2rem;\n    align-items: center;\n    text-align: left;\n}\n\n.qf-split-hero .hero-badge {\n    grid-area: badge;\n    display: inline-block;\n    background: rgba(239, 35, 60, 0.2);\n    border: 1px solid rgba(239, 35, 60, 0.45);\n    color: #EF233C;\n    padding: 0.5rem 1.5rem;\n    border-radius: 2rem;\n    font-size: 0.875rem;\n    font-weight: 600;\n    margin-bottom: 0;\n    backdrop-filter: blur(10px);\n    justify-self: start;\n}\n\n.qf-split-hero h2 {\n    grid-area: title;\n    color: white;\n    font-size: clamp(2.5rem, 4vw, 3.9rem);\n    font-weight: 800;\n    margin-bottom: 0;\n    line-height: 1.2;\n    max-width: 800px;\n}\n\n.qf-split-hero .hero-subtitle {\n    grid-area: text;\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 1.25rem;\n    line-height: 1.8;\n    max-width: 700px;\n    margin: 0;\n}\n\n\/* Floating Stats Cards *\/\n.qf-floating-cards {\n    grid-area: visual;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n    max-width: none;\n    margin: 0;\n    padding: 1.1rem;\n    align-self: stretch;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 1.75rem;\n    backdrop-filter: blur(18px);\n    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);\n}\n\n.qf-float-card {\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 1.5rem;\n    padding: 2rem 1.5rem;\n    text-align: center;\n    opacity: 0;\n    transform: translateY(40px);\n    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    min-height: 100%;\n}\n\n.qf-float-card.animate-in {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n.qf-float-card:nth-child(1) { transition-delay: 0.1s; }\n.qf-float-card:nth-child(2) { transition-delay: 0.25s; }\n.qf-float-card:nth-child(3) { transition-delay: 0.4s; }\n\n.qf-float-card:hover {\n    transform: translateY(-8px);\n    background: rgba(255, 255, 255, 0.18);\n    border-color: rgba(239, 35, 60, 0.5);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n}\n\n.qf-float-card .card-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1.25rem;\n    box-shadow: 0 10px 30px rgba(239, 35, 60, 0.3);\n}\n\n.qf-float-card .card-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #2B2D42;\n}\n\n.qf-float-card .card-number {\n    font-size: 2.5rem;\n    font-weight: 800;\n    color: #EF233C;\n    margin-bottom: 0.5rem;\n    line-height: 1;\n}\n\n.qf-float-card .card-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 0.5rem;\n}\n\n.qf-float-card .card-desc {\n    font-size: 0.875rem;\n    color: rgba(255, 255, 255, 0.7);\n    line-height: 1.5;\n}\n\n\/* CTA Button *\/\n.qf-split-hero .cta-btn {\n    grid-area: cta;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: #EF233C;\n    color: #2B2D42;\n    padding: 1.25rem 2.5rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 10px 30px rgba(239, 35, 60, 0.3);\n    justify-self: start;\n    width: fit-content;\n}\n\n.qf-split-hero .cta-btn:hover {\n    background: white;\n    color: #2B2D42;\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(239, 35, 60, 0.4);\n}\n\n.qf-split-hero .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-split-hero .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Decorative floating orbs *\/\n.qf-orb {\n    position: absolute;\n    border-radius: 50%;\n    opacity: 0.5;\n    filter: blur(60px);\n    pointer-events: none;\n}\n\n.qf-orb-1 {\n    width: 300px;\n    height: 300px;\n    background: #EF233C;\n    top: 10%;\n    right: 10%;\n    animation: orbFloat1 15s ease-in-out infinite;\n}\n\n.qf-orb-2 {\n    width: 200px;\n    height: 200px;\n    background: #8D99AE;\n    bottom: 20%;\n    left: 5%;\n    animation: orbFloat2 18s ease-in-out infinite;\n}\n\n@keyframes orbFloat1 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(-30px, 20px); }\n}\n\n@keyframes orbFloat2 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(20px, -30px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-split-hero .qf-container {\n        grid-template-columns: 1fr;\n        grid-template-areas:\n            \"badge\"\n            \"title\"\n            \"text\"\n            \"cta\"\n            \"visual\";\n    }\n\n    .qf-split-hero .cta-btn {\n        justify-self: start;\n    }\n\n    .qf-floating-cards {\n        grid-template-columns: 1fr;\n        padding: 1rem;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 2.25rem;\n    }\n\n    .qf-split-hero .hero-subtitle {\n        font-size: 1.1rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-split-hero {\n        padding: 56px 0 72px;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 1.875rem;\n    }\n\n    .qf-split-hero .hero-subtitle {\n        font-size: 1.05rem;\n    }\n\n    .qf-float-card {\n        padding: 1.5rem 1rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-split-hero\">\n    <!-- Decorative orbs -->\n    <div class=\"qf-orb qf-orb-1\"><\/div>\n    <div class=\"qf-orb qf-orb-2\"><\/div>\n\n    <div class=\"qf-container\">\n        \n        <h2>Votre parcours personnalis\u00e9<\/h2>\n        <p class=\"hero-subtitle\">Nous cr\u00e9ons des solutions num\u00e9riques simples et adapt\u00e9es, con\u00e7ues pour aider chaque personne \u00e0 mieux comprendre les produits et services financiers.<\/p>\n\n                <div class=\"qf-floating-cards\">\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z\"\/><path fill-rule=\"evenodd\" d=\"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">01<\/div>\n                    <h3 class=\"card-title\">Compl\u00e9tez votre inscription<\/h3>\n                                            <p class=\"card-desc\">S\u00e9lectionnez parmi nos diff\u00e9rentes options de formation financi\u00e8re.<\/p>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4z\"\/><path fill-rule=\"evenodd\" d=\"M18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">02<\/div>\n                    <h3 class=\"card-title\">V\u00e9rification d&#039;admissibilit\u00e9<\/h3>\n                                            <p class=\"card-desc\">Nous \u00e9valuons votre situation bancaire \u2014 revenus, stabilit\u00e9 et d\u00e9penses courantes.<\/p>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">03<\/div>\n                    <h3 class=\"card-title\">Confirmation de la r\u00e9compense<\/h3>\n                                            <p class=\"card-desc\">Profitez de vos contenus \u00e9ducatifs tout en b\u00e9n\u00e9ficiant de votre cr\u00e9dit promotionnel.<\/p>\n                                    <\/div>\n                    <\/div>\n        \n                <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Commencer maintenant            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n            <\/div>\n<\/section>\n\n<script>\n(function() {\n    const cards = document.querySelectorAll('.qf-float-card');\n\n    if (cards.length === 0) return;\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('animate-in');\n            }\n        });\n    }, {\n        threshold: 0.2,\n        rootMargin: '0px 0px -50px 0px'\n    });\n\n    cards.forEach(card => observer.observe(card));\n})();\n<\/script>\n\r\n\r\n\n\n\n<style>\n.qf-block-features {\n    position: relative;\n    padding: 72px 0 84px;\n    background:\n        linear-gradient(180deg, #edf2f4 0%, #f8fbff 48%, #ffffff 100%);\n    font-family: 'Manrope', sans-serif;\n    overflow: hidden;\n    margin-top: -1px;\n}\n\n.qf-block-features::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n        radial-gradient(circle at 10% 20%, rgba(239, 35, 60, 0.08), transparent 24%),\n        radial-gradient(circle at 90% 18%, rgba(43, 45, 66, 0.08), transparent 20%);\n    pointer-events: none;\n}\n\n.qf-block-features .qf-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-block-features h2 {\n    color: #2B2D42;\n    font-size: clamp(2rem, 3vw, 2.75rem);\n    margin-bottom: 1.75rem;\n    text-align: left;\n    font-weight: 700;\n}\n\n.qf-block-features .features-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) minmax(0, 1fr);\n    gap: 1.25rem;\n    align-items: center;\n}\n\n.qf-block-features .features-column {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n}\n\n.qf-block-features .feature-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n    padding: 1.15rem 1.2rem;\n    background: rgba(255, 255, 255, 0.92);\n    border-radius: 1.25rem;\n    border: 1px solid rgba(43, 45, 66, 0.08);\n    box-shadow: 0 16px 36px rgba(43, 45, 66, 0.08);\n    transition: all 0.3s ease;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: featureFadeIn 0.5s ease-out forwards;\n}\n\n.qf-block-features .features-column.left .feature-item:nth-child(1) { animation-delay: 0.1s; }\n.qf-block-features .features-column.left .feature-item:nth-child(2) { animation-delay: 0.2s; }\n.qf-block-features .features-column.right .feature-item:nth-child(1) { animation-delay: 0.3s; }\n.qf-block-features .features-column.right .feature-item:nth-child(2) { animation-delay: 0.4s; }\n\n@keyframes featureFadeIn {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n}\n\n.qf-block-features .feature-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 18px 40px rgba(42, 46, 52, 0.12);\n    border-color: rgba(239, 35, 60, 0.35);\n}\n\n.qf-block-features .feature-icon {\n    width: 3rem;\n    height: 3rem;\n    min-width: 3rem;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 0.75rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 6px 20px rgba(239, 35, 60, 0.35);\n}\n\n.qf-block-features .feature-icon svg {\n    width: 1.25rem;\n    height: 1.25rem;\n    color: #2B2D42;\n}\n\n.qf-block-features .feature-content {\n    flex: 1;\n}\n\n.qf-block-features .feature-content h3 {\n    color: #2B2D42;\n    font-size: 1rem;\n    font-weight: 700;\n    margin-bottom: 0.25rem;\n}\n\n.qf-block-features .feature-content p {\n    color: #5B6777;\n    font-size: 0.875rem;\n    line-height: 1.5;\n    margin: 0;\n}\n\n.qf-block-features .features-image {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    padding: 0.75rem;\n    border-radius: 1.75rem;\n    background: linear-gradient(145deg, rgba(43, 45, 66, 0.08), rgba(239, 35, 60, 0.06));\n    box-shadow: 0 24px 50px rgba(43, 45, 66, 0.10);\n}\n\n.qf-block-features .features-image img {\n    width: 100%;\n    max-width: 400px;\n    border-radius: 1.25rem;\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);\n}\n\n.qf-block-features .features-image::before {\n    content: '';\n    position: absolute;\n    top: -15px;\n    right: 10%;\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.42;\n}\n\n.qf-block-features .features-image::after {\n    content: '';\n    position: absolute;\n    bottom: -15px;\n    left: 10%;\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #2B2D42 0%, #8D99AE 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.38;\n}\n\n\/* Tablet *\/\n@media (max-width: 1024px) {\n    .qf-block-features .features-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 1.25rem;\n    }\n\n    .qf-block-features .features-image {\n        grid-column: 1 \/ -1;\n        order: -1;\n        margin-bottom: 1rem;\n    }\n\n    .qf-block-features .features-image img {\n        max-width: 350px;\n    }\n}\n\n\/* Mobile *\/\n@media (max-width: 640px) {\n    .qf-block-features .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .qf-block-features .features-column.right {\n        order: 1;\n    }\n\n    .qf-block-features h2 {\n        font-size: 1.75rem;\n        text-align: left;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-features\">\n    <div class=\"qf-container\">\n        <div class=\"features-heading\">\n            <h2>L\u2019avantage Aurofina<\/h2>\n        <\/div>\n\n        <div class=\"features-stage\">\n            <div class=\"features-image\">\n                <img decoding=\"async\" src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/05\/ali-pli-HwPiswam8tI-unsplash-1.jpg\" alt=\"L\u2019avantage Aurofina\">\n            <\/div>\n\n            <div class=\"features-mosaic\">\n                                    <article class=\"feature-item feature-item-1\">\n                        <span class=\"feature-index\" aria-hidden=\"true\">01<\/span>\n                        <div class=\"feature-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                        <\/div>\n                        <div class=\"feature-content\">\n                            <h3>Protection Garantie<\/h3>\n                            <p>Toutes vos informations sont chiffr\u00e9es de bout en bout et ne sont jamais transmises sans votre consentement.<\/p>\n                        <\/div>\n                    <\/article>\n                                    <article class=\"feature-item feature-item-2\">\n                        <span class=\"feature-index\" aria-hidden=\"true\">02<\/span>\n                        <div class=\"feature-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z\" clip-rule=\"evenodd\"\/><\/svg>                        <\/div>\n                        <div class=\"feature-content\">\n                            <h3>Traitement efficace<\/h3>\n                            <p>D\u00e9couvrez en quelques minutes si vous \u00eates admissible \u00e0 un cr\u00e9dit promotionnel.<\/p>\n                        <\/div>\n                    <\/article>\n                                    <article class=\"feature-item feature-item-3\">\n                        <span class=\"feature-index\" aria-hidden=\"true\">03<\/span>\n                        <div class=\"feature-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z\"\/><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z\" clip-rule=\"evenodd\"\/><\/svg>                        <\/div>\n                        <div class=\"feature-content\">\n                            <h3>V\u00e9rification rapide<\/h3>\n                            <p>Votre cr\u00e9dit promotionnel est trait\u00e9 et vers\u00e9 selon le calendrier d\u00e9fini dans votre forfait.<\/p>\n                        <\/div>\n                    <\/article>\n                                    <article class=\"feature-item feature-item-4\">\n                        <span class=\"feature-index\" aria-hidden=\"true\">04<\/span>\n                        <div class=\"feature-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4z\"\/><path fill-rule=\"evenodd\" d=\"M18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z\" clip-rule=\"evenodd\"\/><\/svg>                        <\/div>\n                        <div class=\"feature-content\">\n                            <h3>Processus simple<\/h3>\n                            <p>Inscrivez-vous depuis chez vous \u2014 aucun papier, aucun rendez-vous en personne.<\/p>\n                        <\/div>\n                    <\/article>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\r\n\r\n\r\n\r\n\n\n\n<style>\n.qf-block-pricing {\n    position: relative;\n    padding: 72px 0 88px;\n    background:\n        linear-gradient(180deg, #ffffff 0%, #edf2f4 55%, #f8fbff 100%);\n    font-family: 'Manrope', sans-serif;\n    overflow: hidden;\n    margin-top: -1px;\n}\n\n.qf-block-pricing::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n        radial-gradient(circle at 15% 18%, rgba(239, 35, 60, 0.08), transparent 20%),\n        radial-gradient(circle at 82% 12%, rgba(43, 45, 66, 0.06), transparent 18%);\n    pointer-events: none;\n}\n\n.qf-block-pricing .qf-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-block-pricing .section-header {\n    text-align: left;\n    max-width: 760px;\n    margin-bottom: 2rem;\n}\n\n.qf-block-pricing .section-header h2 {\n    color: #2B2D42;\n    font-size: clamp(2rem, 3vw, 2.75rem);\n    margin-bottom: 0.75rem;\n    font-weight: 700;\n    line-height: 1.15;\n}\n\n.qf-block-pricing .section-header p {\n    color: #5B6777;\n    font-size: 1.05rem;\n    line-height: 1.6;\n    margin: 0;\n}\n\n.qf-block-pricing .pricing-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.25rem;\n}\n\n\/* Card Styles *\/\n.qf-block-pricing .pricing-card {\n    background: #ffffff;\n    border-radius: 1.5rem;\n    overflow: hidden;\n    box-shadow: 0 16px 36px rgba(43, 45, 66, 0.08);\n    transition: all 0.3s;\n    display: flex;\n    flex-direction: column;\n    border: 1px solid rgba(43, 45, 66, 0.08);\n}\n\n.qf-block-pricing .pricing-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 22px 48px rgba(43, 45, 66, 0.14);\n}\n\n.qf-block-pricing .pricing-card:nth-child(2n) {\n    transform: translateY(18px);\n}\n\n.qf-block-pricing .pricing-card:nth-child(2n):hover {\n    transform: translateY(10px);\n}\n\n\/* Header Banner *\/\n.qf-block-pricing .card-header {\n    padding: 1.1rem 1.35rem;\n    text-align: left;\n    position: relative;\n    overflow: hidden;\n}\n\n.qf-block-pricing .card-header .tier-name {\n    color: white;\n    font-size: 1.35rem;\n    font-weight: 700;\n    margin: 0;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.1);\n}\n\n.qf-block-pricing .card-header::after {\n    content: '';\n    position: absolute;\n    inset: auto -20% -30% auto;\n    width: 140px;\n    height: 140px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.12);\n}\n\n\/* Card Body *\/\n.qf-block-pricing .card-body {\n    padding: 1.6rem 1.35rem 1.4rem;\n    text-align: center;\n    flex-grow: 1;\n    display: flex;\n    flex-direction: column;\n}\n\n\/* Rebate Amount *\/\n.qf-block-pricing .rebate-amount {\n    font-size: 1.75rem;\n    font-weight: 700;\n    color: #2B2D42;\n    line-height: 1;\n    margin-bottom: 0.5rem;\n}\n\n.qf-block-pricing .rebate-tagline {\n    color: #666;\n    font-size: 0.9375rem;\n    margin-bottom: 1.4rem;\n    line-height: 1.4;\n}\n\n\/* Per Payment *\/\n.qf-block-pricing .per-payment {\n    display: flex;\n    align-items: baseline;\n    justify-content: center;\n    gap: 0.5rem;\n    margin-bottom: 1.25rem;\n    padding-bottom: 1.25rem;\n    border-bottom: 1px solid #E9EAEC;\n}\n\n.qf-block-pricing .per-payment .payment-amount {\n    font-size: 1.75rem;\n    font-weight: 700;\n    color: #2B2D42;\n}\n\n.qf-block-pricing .per-payment .payment-suffix {\n    font-size: 0.875rem;\n    color: #666;\n    font-weight: 400;\n}\n\n\/* Features *\/\n.qf-block-pricing .features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 1.5rem 0;\n    text-align: left;\n    flex-grow: 1;\n}\n\n.qf-block-pricing .features li {\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n    font-size: 0.9375rem;\n    color: #2B2D42;\n    padding: 0.65rem 0;\n}\n\n.qf-block-pricing .features li svg {\n    width: 20px;\n    height: 20px;\n    color: #666;\n    flex-shrink: 0;\n}\n\n\/* CTA Button *\/\n.qf-block-pricing .cta-btn {\n    display: block;\n    padding: 1rem 2rem;\n    border-radius: 9999px;\n    font-weight: 600;\n    font-size: 1rem;\n    text-decoration: none;\n    text-align: center;\n    transition: all 0.3s;\n    margin-top: auto;\n}\n\n.qf-block-pricing .cta-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n}\n\n\/* Disclaimer *\/\n.qf-block-pricing .disclaimer {\n    text-align: center;\n    margin-top: 1.75rem;\n    font-size: 0.875rem;\n    color: #999;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .qf-block-pricing .pricing-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .qf-block-pricing .pricing-card:nth-child(2n) {\n        transform: none;\n    }\n}\n\n@media (max-width: 640px) {\n    .qf-block-pricing .pricing-grid {\n        grid-template-columns: 1fr;\n        max-width: 400px;\n        margin: 0 auto;\n    }\n\n    .qf-block-pricing .section-header {\n        margin-bottom: 1.5rem;\n    }\n\n    .qf-block-pricing .rebate-amount {\n        font-size: 2.75rem;\n    }\n}\n<\/style>\n\n<section id=\"pricing\" class=\"qf-block-pricing\">\n    <div class=\"qf-container\">\n        <div class=\"section-header\">\n            <h2>Choisissez votre forfait, selon votre rythme<\/h2>\n                            <p>Le montant de la remise en argent varie de 300 $ \u00e0 1 500 $ selon le forfait choisi.<\/p>\n                    <\/div>\n\n        <div class=\"pricing-grid\">\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #EF233C;\">\n                        <h3 class=\"tier-name\">Bronze<\/h3>\n                    <\/div>\n\n                    <!-- Card Body -->\n                    <div class=\"card-body\">\n                        <!-- Rebate Amount -->\n                        <div class=\"rebate-amount\">$300<\/div>\n                        <p class=\"rebate-tagline\">Cr\u00c3\u00a9dit promotionnel possible selon les conditions<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">85,22$<\/span>\n                            <span class=\"payment-suffix\">par paiement + taxes*<\/span>\n                        <\/div>\n\n                        <!-- Features -->\n                                                <ul class=\"features\">\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Nombre de paiements: 6<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Paiements aux deux semaines<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\" style=\"background-color: #EF233C; color: #2B2D42;\">\n                            Voir ce forfait                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #5B6777;\">\n                        <h3 class=\"tier-name\">Argent<\/h3>\n                    <\/div>\n\n                    <!-- Card Body -->\n                    <div class=\"card-body\">\n                        <!-- Rebate Amount -->\n                        <div class=\"rebate-amount\">$500<\/div>\n                        <p class=\"rebate-tagline\">Cr\u00c3\u00a9dit promotionnel possible selon les conditions<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">121,98$<\/span>\n                            <span class=\"payment-suffix\">par paiement + taxes*<\/span>\n                        <\/div>\n\n                        <!-- Features -->\n                                                <ul class=\"features\">\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Nombre de paiements: 6<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Paiements aux deux semaines<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\" style=\"background-color: #5B6777; color: #2B2D42;\">\n                            Voir ce forfait                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #EF233C;\">\n                        <h3 class=\"tier-name\">Or<\/h3>\n                    <\/div>\n\n                    <!-- Card Body -->\n                    <div class=\"card-body\">\n                        <!-- Rebate Amount -->\n                        <div class=\"rebate-amount\">$750<\/div>\n                        <p class=\"rebate-tagline\">Cr\u00c3\u00a9dit promotionnel possible selon les conditions<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">182,97$<\/span>\n                            <span class=\"payment-suffix\">par paiement + taxes*<\/span>\n                        <\/div>\n\n                        <!-- Features -->\n                                                <ul class=\"features\">\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Nombre de paiements: 6<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Paiements aux deux semaines<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\" style=\"background-color: #EF233C; color: #2B2D42;\">\n                            Voir ce forfait                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #2B2D42;\">\n                        <h3 class=\"tier-name\">Platine<\/h3>\n                    <\/div>\n\n                    <!-- Card Body -->\n                    <div class=\"card-body\">\n                        <!-- Rebate Amount -->\n                        <div class=\"rebate-amount\">$1,000<\/div>\n                        <p class=\"rebate-tagline\">Cr\u00c3\u00a9dit promotionnel possible selon les conditions<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\"> 213,87$<\/span>\n                            <span class=\"payment-suffix\">par paiement + taxes*<\/span>\n                        <\/div>\n\n                        <!-- Features -->\n                                                <ul class=\"features\">\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Nombre de paiements: 6<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Paiements aux deux semaines<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\" style=\"background-color: #2B2D42; color: #ffffff;\">\n                            Voir ce forfait                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #5B6777;\">\n                        <h3 class=\"tier-name\">Diamant<\/h3>\n                    <\/div>\n\n                    <!-- Card Body -->\n                    <div class=\"card-body\">\n                        <!-- Rebate Amount -->\n                        <div class=\"rebate-amount\">$1,250<\/div>\n                        <p class=\"rebate-tagline\">Cr\u00c3\u00a9dit promotionnel possible selon les conditions<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">238,08$<\/span>\n                            <span class=\"payment-suffix\">par paiement + taxes*<\/span>\n                        <\/div>\n\n                        <!-- Features -->\n                                                <ul class=\"features\">\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Nombre de paiements: 7<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Paiements aux deux semaines<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\" style=\"background-color: #5B6777; color: #2B2D42;\">\n                            Voir ce forfait                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #EF233C;\">\n                        <h3 class=\"tier-name\">\u00c9lite<\/h3>\n                    <\/div>\n\n                    <!-- Card Body -->\n                    <div class=\"card-body\">\n                        <!-- Rebate Amount -->\n                        <div class=\"rebate-amount\">$1,500<\/div>\n                        <p class=\"rebate-tagline\">Cr\u00c3\u00a9dit promotionnel possible selon les conditions<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">285,69$<\/span>\n                            <span class=\"payment-suffix\">par paiement + taxes*<\/span>\n                        <\/div>\n\n                        <!-- Features -->\n                                                <ul class=\"features\">\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Nombre de paiements: 8<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Paiements aux deux semaines<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\" style=\"background-color: #EF233C; color: #2B2D42;\">\n                            Voir ce forfait                        <\/a>\n                    <\/div>\n                <\/div>\n                    <\/div>\n\n                <p class=\"disclaimer\">* Les montants, les prix, les taxes, les crit\u00e8res d&#039;admissibilit\u00e9, les exclusions et les modalit\u00e9s de versement sont d\u00e9taill\u00e9s dans les Conditions d&#039;utilisation.<\/p>\n            <\/div>\n<\/section>\n\r\n\r\n\n\n\n<style>\n.qf-split-hero {\n    position: relative;\n    padding: 72px 0 88px;\n    background:\n        radial-gradient(circle at 18% 22%, rgba(239, 35, 60, 0.18), transparent 22%),\n        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.10), transparent 18%),\n        linear-gradient(135deg, #2B2D42 0%, #232533 58%, #8D99AE 100%);\n    overflow: hidden;\n    font-family: 'Manrope', sans-serif;\n    margin-top: -1px;\n}\n\n\/* Animated background elements *\/\n.qf-split-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle at 30% 50%, rgba(239, 35, 60, 0.14) 0%, transparent 50%),\n                radial-gradient(circle at 70% 80%, rgba(91, 103, 119, 0.18) 0%, transparent 40%);\n    animation: bgFloat 20s ease-in-out infinite;\n}\n\n.qf-split-hero::after {\n    content: '';\n    position: absolute;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    height: 18px;\n    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.35), rgba(255,255,255,0));\n    opacity: 0.45;\n}\n\n@keyframes bgFloat {\n    0%, 100% { transform: translate(0, 0) rotate(0deg); }\n    50% { transform: translate(-2%, 2%) rotate(1deg); }\n}\n\n.qf-split-hero .qf-container {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);\n    grid-template-areas:\n        \"badge visual\"\n        \"title visual\"\n        \"text visual\"\n        \"cta visual\";\n    gap: 1rem 2rem;\n    align-items: center;\n    text-align: left;\n}\n\n.qf-split-hero .hero-badge {\n    grid-area: badge;\n    display: inline-block;\n    background: rgba(239, 35, 60, 0.2);\n    border: 1px solid rgba(239, 35, 60, 0.45);\n    color: #EF233C;\n    padding: 0.5rem 1.5rem;\n    border-radius: 2rem;\n    font-size: 0.875rem;\n    font-weight: 600;\n    margin-bottom: 0;\n    backdrop-filter: blur(10px);\n    justify-self: start;\n}\n\n.qf-split-hero h2 {\n    grid-area: title;\n    color: white;\n    font-size: clamp(2.5rem, 4vw, 3.9rem);\n    font-weight: 800;\n    margin-bottom: 0;\n    line-height: 1.2;\n    max-width: 800px;\n}\n\n.qf-split-hero .hero-subtitle {\n    grid-area: text;\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 1.25rem;\n    line-height: 1.8;\n    max-width: 700px;\n    margin: 0;\n}\n\n\/* Floating Stats Cards *\/\n.qf-floating-cards {\n    grid-area: visual;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n    max-width: none;\n    margin: 0;\n    padding: 1.1rem;\n    align-self: stretch;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 1.75rem;\n    backdrop-filter: blur(18px);\n    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);\n}\n\n.qf-float-card {\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 1.5rem;\n    padding: 2rem 1.5rem;\n    text-align: center;\n    opacity: 0;\n    transform: translateY(40px);\n    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    min-height: 100%;\n}\n\n.qf-float-card.animate-in {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n.qf-float-card:nth-child(1) { transition-delay: 0.1s; }\n.qf-float-card:nth-child(2) { transition-delay: 0.25s; }\n.qf-float-card:nth-child(3) { transition-delay: 0.4s; }\n\n.qf-float-card:hover {\n    transform: translateY(-8px);\n    background: rgba(255, 255, 255, 0.18);\n    border-color: rgba(239, 35, 60, 0.5);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n}\n\n.qf-float-card .card-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1.25rem;\n    box-shadow: 0 10px 30px rgba(239, 35, 60, 0.3);\n}\n\n.qf-float-card .card-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #2B2D42;\n}\n\n.qf-float-card .card-number {\n    font-size: 2.5rem;\n    font-weight: 800;\n    color: #EF233C;\n    margin-bottom: 0.5rem;\n    line-height: 1;\n}\n\n.qf-float-card .card-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 0.5rem;\n}\n\n.qf-float-card .card-desc {\n    font-size: 0.875rem;\n    color: rgba(255, 255, 255, 0.7);\n    line-height: 1.5;\n}\n\n\/* CTA Button *\/\n.qf-split-hero .cta-btn {\n    grid-area: cta;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: #EF233C;\n    color: #2B2D42;\n    padding: 1.25rem 2.5rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 10px 30px rgba(239, 35, 60, 0.3);\n    justify-self: start;\n    width: fit-content;\n}\n\n.qf-split-hero .cta-btn:hover {\n    background: white;\n    color: #2B2D42;\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(239, 35, 60, 0.4);\n}\n\n.qf-split-hero .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-split-hero .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Decorative floating orbs *\/\n.qf-orb {\n    position: absolute;\n    border-radius: 50%;\n    opacity: 0.5;\n    filter: blur(60px);\n    pointer-events: none;\n}\n\n.qf-orb-1 {\n    width: 300px;\n    height: 300px;\n    background: #EF233C;\n    top: 10%;\n    right: 10%;\n    animation: orbFloat1 15s ease-in-out infinite;\n}\n\n.qf-orb-2 {\n    width: 200px;\n    height: 200px;\n    background: #8D99AE;\n    bottom: 20%;\n    left: 5%;\n    animation: orbFloat2 18s ease-in-out infinite;\n}\n\n@keyframes orbFloat1 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(-30px, 20px); }\n}\n\n@keyframes orbFloat2 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(20px, -30px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-split-hero .qf-container {\n        grid-template-columns: 1fr;\n        grid-template-areas:\n            \"badge\"\n            \"title\"\n            \"text\"\n            \"cta\"\n            \"visual\";\n    }\n\n    .qf-split-hero .cta-btn {\n        justify-self: start;\n    }\n\n    .qf-floating-cards {\n        grid-template-columns: 1fr;\n        padding: 1rem;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 2.25rem;\n    }\n\n    .qf-split-hero .hero-subtitle {\n        font-size: 1.1rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-split-hero {\n        padding: 56px 0 72px;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 1.875rem;\n    }\n\n    .qf-split-hero .hero-subtitle {\n        font-size: 1.05rem;\n    }\n\n    .qf-float-card {\n        padding: 1.5rem 1rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-split-hero\">\n    <!-- Decorative orbs -->\n    <div class=\"qf-orb qf-orb-1\"><\/div>\n    <div class=\"qf-orb qf-orb-2\"><\/div>\n\n    <div class=\"qf-container\">\n        \n        <h2>Une plateforme intuitive pour acc\u00e9der aux produits financiers<\/h2>\n        <p class=\"hero-subtitle\">Aurofina vous offre une exp\u00e9rience num\u00e9rique fluide pour acc\u00e9der \u00e0 des produits financiers assortis d&rsquo;un cr\u00e9dit promotionnel selon le forfait que vous choisissez.<\/p>\n\n                <div class=\"qf-floating-cards\">\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z\"\/><path fill-rule=\"evenodd\" d=\"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">01<\/div>\n                    <h3 class=\"card-title\">Inscription simple<\/h3>\n                                            <p class=\"card-desc\">Compl\u00e9tez votre inscription en quelques minutes.<\/p>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4z\"\/><path fill-rule=\"evenodd\" d=\"M18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">02<\/div>\n                    <h3 class=\"card-title\">V\u00e9rification rapide<\/h3>\n                                            <p class=\"card-desc\">Vos renseignements sont v\u00e9rifi\u00e9s pour l&#039;\u00e9valuation d&#039;admissibilit\u00e9.<\/p>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">03<\/div>\n                    <h3 class=\"card-title\">Versement de la remise<\/h3>\n                                            <p class=\"card-desc\">Recevez votre remise en argent selon les conditions du forfait.<\/p>\n                                    <\/div>\n                    <\/div>\n        \n                <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Commencer mon inscription            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n            <\/div>\n<\/section>\n\n<script>\n(function() {\n    const cards = document.querySelectorAll('.qf-float-card');\n\n    if (cards.length === 0) return;\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('animate-in');\n            }\n        });\n    }, {\n        threshold: 0.2,\n        rootMargin: '0px 0px -50px 0px'\n    });\n\n    cards.forEach(card => observer.observe(card));\n})();\n<\/script>\n\r\n\r\n\n\n\n<style>\n.qf-block-process {\n    position: relative;\n    padding: 72px 0 88px;\n    background:\n        radial-gradient(circle at 90% 20%, rgba(239, 35, 60, 0.08), transparent 22%),\n        linear-gradient(180deg, #f8fbff 0%, #edf2f4 100%);\n    font-family: 'Manrope', sans-serif;\n    overflow: hidden;\n    margin-top: -1px;\n}\n\n.qf-block-process::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(43, 45, 66, 0.05), transparent 20%, transparent 80%, rgba(43, 45, 66, 0.05));\n    pointer-events: none;\n}\n\n.qf-block-process .qf-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2.5rem;\n    align-items: center;\n}\n.qf-block-process h2 {\n    color: #2B2D42;\n    font-size: clamp(2rem, 3vw, 2.75rem);\n    margin-bottom: 1.5rem;\n    line-height: 1.2;\n}\n.qf-block-process .steps-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n    margin-bottom: 1.75rem;\n    position: relative;\n    padding-left: 0.75rem;\n}\n.qf-block-process .steps-list::before {\n    content: '';\n    position: absolute;\n    left: 1.35rem;\n    top: 0.35rem;\n    bottom: 0.35rem;\n    width: 2px;\n    background: linear-gradient(180deg, rgba(239, 35, 60, 0.0), rgba(239, 35, 60, 0.35), rgba(43, 45, 66, 0.22), rgba(43, 45, 66, 0.0));\n}\n.qf-block-process .step-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.25rem;\n    opacity: 0;\n    transform: translateX(-20px);\n    animation: stepSlideIn 0.5s ease-out forwards;\n}\n.qf-block-process .step-item:nth-child(1) { animation-delay: 0.1s; }\n.qf-block-process .step-item:nth-child(2) { animation-delay: 0.2s; }\n.qf-block-process .step-item:nth-child(3) { animation-delay: 0.3s; }\n@keyframes stepSlideIn {\n    0% { opacity: 0; transform: translateX(-20px); }\n    100% { opacity: 1; transform: translateX(0); }\n}\n.qf-block-process .step-number {\n    width: 3rem;\n    height: 3rem;\n    min-width: 3rem;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #2B2D42;\n    font-size: 1.25rem;\n    font-weight: 800;\n    box-shadow: 0 10px 24px rgba(239, 35, 60, 0.28);\n    position: relative;\n    z-index: 1;\n}\n.qf-block-process .step-content {\n    flex: 1;\n    background: rgba(255, 255, 255, 0.85);\n    border: 1px solid rgba(43, 45, 66, 0.08);\n    border-radius: 1.1rem;\n    padding: 1rem 1.1rem;\n    box-shadow: 0 16px 34px rgba(43, 45, 66, 0.06);\n}\n.qf-block-process .step-title {\n    color: #2B2D42;\n    font-size: 1.25rem;\n    font-weight: 700;\n    margin-bottom: 0.25rem;\n}\n.qf-block-process .step-text {\n    color: #5B6777;\n    font-size: 1rem;\n    line-height: 1.5;\n    margin: 0;\n}\n.qf-block-process .cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: #EF233C;\n    color: #2B2D42;\n    padding: 1rem 2rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    box-shadow: 0 8px 25px rgba(239, 35, 60, 0.35);\n}\n.qf-block-process .cta-btn:hover {\n    background: #D90429;\n    color: #2B2D42;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 30px rgba(239, 35, 60, 0.45);\n}\n.qf-block-process .cta-btn svg {\n    transition: transform 0.3s;\n}\n.qf-block-process .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n.qf-block-process .process-image {\n    position: relative;\n    padding: 0.75rem;\n    background: linear-gradient(145deg, rgba(43, 45, 66, 0.08), rgba(141, 153, 174, 0.08));\n    border-radius: 1.75rem;\n    box-shadow: 0 24px 50px rgba(43, 45, 66, 0.10);\n}\n.qf-block-process .process-image img {\n    width: 100%;\n    border-radius: 1.25rem;\n    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);\n}\n.qf-block-process .process-image::before {\n    content: '';\n    position: absolute;\n    top: -15px;\n    right: -15px;\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #EF233C 0%, #D90429 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.6;\n}\n.qf-block-process .process-image::after {\n    content: '';\n    position: absolute;\n    bottom: -15px;\n    left: -15px;\n    width: 100px;\n    height: 100px;\n    background: linear-gradient(135deg, #2B2D42 0%, #8D99AE 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.4;\n}\n@media (max-width: 900px) {\n    .qf-block-process .qf-container {\n        grid-template-columns: 1fr;\n        gap: 1.75rem;\n    }\n    .qf-block-process .process-image {\n        order: -1;\n        max-width: 500px;\n        margin: 0 auto;\n    }\n    .qf-block-process h2 {\n        text-align: center;\n        font-size: 2rem;\n    }\n    .qf-block-process .process-content {\n        text-align: center;\n    }\n    .qf-block-process .steps-list::before {\n        display: none;\n    }\n    .qf-block-process .step-item {\n        text-align: left;\n    }\n    .qf-block-process .cta-btn {\n        margin: 0 auto;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-process\">\n    <div class=\"qf-container\">\n        <div class=\"process-intro\">\n            <h2>Trois \u00e9tapes pour d\u00e9marrer<\/h2>\n\n            <a href=\"mailto:info@rubivex.com\" class=\"cta-btn\">\n                Voir les forfaits                <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n            <\/a>\n        <\/div>\n\n        <div class=\"process-journey\">\n            <div class=\"process-image\">\n                <img decoding=\"async\" src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/46986-1.jpg\" alt=\"Trois \u00e9tapes pour d\u00e9marrer\">\n            <\/div>\n\n            <div class=\"steps-list\">\n                                    <div class=\"step-item\">\n                        <div class=\"step-number\">1<\/div>\n                        <div class=\"step-content\">\n                            <h3 class=\"step-title\">S\u00e9lectionnez votre forfait<\/h3>\n                            <p class=\"step-text\">Choisissez le programme adapt\u00e9 \u00e0 votre situation et vos objectifs financiers.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"step-item\">\n                        <div class=\"step-number\">2<\/div>\n                        <div class=\"step-content\">\n                            <h3 class=\"step-title\">Soumettez vos renseignements<\/h3>\n                            <p class=\"step-text\">Vos informations sont v\u00e9rifi\u00e9es pour l&#039;\u00e9valuation d&#039;admissibilit\u00e9.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"step-item\">\n                        <div class=\"step-number\">3<\/div>\n                        <div class=\"step-content\">\n                            <h3 class=\"step-title\">Recevez votre remise en argent admissible<\/h3>\n                            <p class=\"step-text\">Le montant est d\u00e9pos\u00e9 directement dans votre compte selon les d\u00e9lais pr\u00e9vus.<\/p>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\r\n\r\n\r\n\r\n\n\n\n<style>\n.qf-block-faq {\n    position: relative;\n    padding: 72px 0 88px;\n    background:\n        radial-gradient(circle at 12% 18%, rgba(239, 35, 60, 0.12), transparent 20%),\n        linear-gradient(135deg, #2B2D42 0%, #232533 50%, #8D99AE 100%);\n    font-family: 'Manrope', sans-serif;\n    overflow: hidden;\n    margin-top: -1px;\n}\n\n.qf-block-faq::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(255,255,255,0.05), transparent 24%, transparent 76%, rgba(255,255,255,0.05));\n    pointer-events: none;\n}\n\n.qf-block-faq .qf-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-block-faq h2 {\n    color: white;\n    font-size: clamp(2rem, 3vw, 2.75rem);\n    text-align: left;\n    margin-bottom: 1.75rem;\n}\n\n.qf-block-faq .accordion-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.25rem;\n}\n\n.qf-block-faq .accordion-column {\n    display: flex;\n    flex-direction: column;\n    gap: 0.9rem;\n}\n\n.qf-block-faq .accordion-item {\n    background: rgba(255,255,255,0.08);\n    border-radius: 1rem;\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,0.12);\n    backdrop-filter: blur(12px);\n    box-shadow: 0 14px 28px rgba(0,0,0,0.12);\n}\n\n.qf-block-faq .accordion-item.is-open {\n    background: rgba(255,255,255,0.12);\n}\n\n.qf-block-faq .accordion-trigger {\n    width: 100%;\n    padding: 1.2rem 1.35rem;\n    background: transparent;\n    border: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    text-align: left;\n}\n\n.qf-block-faq .accordion-question {\n    color: white;\n    font-size: 1rem;\n    font-weight: 600;\n    padding-right: 1rem;\n}\n\n.qf-block-faq .accordion-icon {\n    color: #EF233C;\n    font-size: 1.5rem;\n    font-weight: 300;\n    transition: transform 0.3s;\n    line-height: 1;\n}\n\n.qf-block-faq .accordion-item.is-open .accordion-icon {\n    transform: rotate(45deg);\n}\n\n.qf-block-faq .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-out;\n}\n\n.qf-block-faq .accordion-item.is-open .accordion-content {\n    max-height: 500px;\n}\n\n.qf-block-faq .accordion-answer {\n    padding: 0 1.35rem 1.15rem;\n}\n\n.qf-block-faq .accordion-answer p {\n    color: rgba(255,255,255,0.85);\n    font-size: 0.9375rem;\n    line-height: 1.7;\n    margin: 0;\n}\n\n@media (max-width: 768px) {\n    .qf-block-faq {\n        padding: 60px 0 72px;\n    }\n\n    .qf-block-faq .accordion-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-faq\">\n    <div class=\"qf-container\">\n        <h2>Questions fr\u00e9quentes<\/h2>\n\n        <div class=\"accordion-grid\">\n            <div class=\"accordion-column\">\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">En combien de temps vais-je recevoir ma remise?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Les d\u00e9lais de versement varient selon la v\u00e9rification et l&#039;institution financi\u00e8re. La remise est vers\u00e9e selon les conditions du forfait choisi.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Quelles informations recueillez-vous lors de l\u2019\u00e9valuation d\u2019admissibilit\u00e9 ?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Nous examinons certaines informations de base li\u00e9es \u00e0 votre compte et \u00e0 votre profil bancaire afin de confirmer votre admissibilit\u00e9 aux opportunit\u00e9s de cr\u00e9dit promotionnel. Ce processus s\u00e9curis\u00e9 sert uniquement \u00e0 des fins de qualification et n\u2019a aucun impact sur votre situation financi\u00e8re.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Comment la remise en argent est-elle vers\u00e9e?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Suite \u00e0 votre inscription et premier versement, le montant de votre r\u00e9compense associ\u00e9 \u00e0 votre forfait est transf\u00e9r\u00e9 directement dans votre compte bancaire.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            <div class=\"accordion-column\">\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Qui peut s&#039;inscrire au programme?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Tout r\u00e9sident canadien de 18 ans et plus poss\u00e9dant un compte bancaire actif et pouvant effectuer les paiements pr\u00e9vus \u00e0 son forfait.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Est-il possible d&#039;annuler en cours de route?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>L&#039;annulation est possible en tout temps. Notez toutefois que votre bonus est li\u00e9 \u00e0 la compl\u00e9tion de l&#039;ensemble des paiements de votre programme.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Mes informations sont-elles en s\u00e9curit\u00e9?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Absolument. Elite North Capital utilise un chiffrement de niveau bancaire afin d\u2019assurer une protection compl\u00e8te de vos renseignements personnels.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\r\n\r\n\n\n\n<style>\n.qf-block-testimonials {\n    position: relative;\n    padding: 72px 0 84px;\n    background:\n        linear-gradient(180deg, #f8fbff 0%, #edf2f4 100%);\n    font-family: 'Manrope', sans-serif;\n    overflow: hidden;\n    margin-top: -1px;\n}\n\n.qf-block-testimonials::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n        radial-gradient(circle at 18% 18%, rgba(239, 35, 60, 0.08), transparent 22%),\n        radial-gradient(circle at 82% 12%, rgba(43, 45, 66, 0.08), transparent 18%);\n    pointer-events: none;\n}\n.qf-block-testimonials .qf-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    position: relative;\n    z-index: 1;\n}\n.qf-block-testimonials .section-header {\n    text-align: left;\n    max-width: 760px;\n    margin-bottom: 1.75rem;\n}\n.qf-block-testimonials h2 {\n    color: #2B2D42;\n    font-size: clamp(2rem, 3vw, 2.5rem);\n    margin-bottom: 0.75rem;\n}\n\n\/* Carousel Container *\/\n.testimonials-carousel-wrapper {\n    position: relative;\n    overflow: hidden;\n    margin: 0 -0.5rem;\n    padding: 0.5rem;\n}\n.testimonials-carousel {\n    display: flex;\n    gap: 1.25rem;\n    transition: transform 0.5s ease-in-out;\n}\n.testimonials-carousel.no-transition {\n    transition: none;\n}\n\n\/* Testimonial Card *\/\n.testimonial-card {\n    flex: 0 0 calc(50% - 1rem);\n    background: rgba(255, 255, 255, 0.92);\n    border-radius: 1.5rem;\n    padding: 1.75rem;\n    box-shadow: 0 16px 36px rgba(43, 45, 66, 0.08);\n    border: 1px solid rgba(43, 45, 66, 0.08);\n    transition: box-shadow 0.3s, transform 0.3s;\n    backdrop-filter: blur(10px);\n}\n.testimonial-card:hover {\n    box-shadow: 0 20px 46px rgba(42, 46, 52, 0.14);\n    transform: translateY(-5px);\n}\n.testimonial-quote {\n    position: relative;\n    margin-bottom: 1.5rem;\n    padding-left: 1.5rem;\n}\n.testimonial-quote::before {\n    content: '\"';\n    position: absolute;\n    top: -0.5rem;\n    left: 0;\n    font-size: 3.5rem;\n    color: #EF233C;\n    opacity: 0.25;\n    line-height: 1;\n    font-family: Georgia, serif;\n}\n.testimonial-quote p {\n    color: #465362;\n    font-size: 1rem;\n    line-height: 1.7;\n    margin: 0;\n    font-style: italic;\n}\n.testimonial-author {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n}\n.testimonial-avatar {\n    width: 3.5rem;\n    height: 3.5rem;\n    border-radius: 50%;\n    object-fit: cover;\n    background: linear-gradient(135deg, #2B2D42, #8D99AE);\n    box-shadow: 0 4px 12px rgba(43, 45, 66, 0.25);\n}\n.testimonial-info h4 {\n    color: #2B2D42;\n    font-size: 1.0625rem;\n    font-weight: 700;\n    margin: 0;\n}\n.testimonial-stars {\n    display: flex;\n    gap: 0.125rem;\n    margin-top: 0.25rem;\n}\n.testimonial-stars svg {\n    width: 1rem;\n    height: 1rem;\n    color: #EF233C;\n}\n\n\/* Carousel Navigation *\/\n.carousel-nav {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 1rem;\n    margin-top: 1.5rem;\n}\n.carousel-btn {\n    width: 3rem;\n    height: 3rem;\n    border-radius: 50%;\n    background: white;\n    border: 2px solid #e2e8f0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n.carousel-btn:hover {\n    background: #2B2D42;\n    border-color: #2B2D42;\n    color: white;\n}\n.carousel-btn svg {\n    width: 1.25rem;\n    height: 1.25rem;\n}\n.carousel-dots {\n    display: flex;\n    gap: 0.5rem;\n}\n.carousel-dot {\n    width: 0.625rem;\n    height: 0.625rem;\n    border-radius: 50%;\n    background: #cbd5e1;\n    border: none;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n.carousel-dot.active {\n    background: #2B2D42;\n    width: 1.5rem;\n    border-radius: 0.3125rem;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n    .qf-block-testimonials {\n        padding: 60px 0 72px;\n    }\n\n    .testimonial-card {\n        flex: 0 0 100%;\n    }\n    .testimonials-carousel {\n        gap: 1rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-testimonials\">\n    <div class=\"qf-container\">\n        <div class=\"section-header\">\n            <h2>T\u00e9moignages de nos membres<\/h2>\n        <\/div>\n\n        <div class=\"testimonials-carousel-wrapper\">\n            <div class=\"testimonials-carousel\" id=\"testimonials-6a2f0dee0c854\">\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Tout \u00e9tait clairement pr\u00e9sent\u00e9 avant que je m&#039;engage \u2014 tarifs, conditions, d\u00e9lais. Aucune surprise. C&#039;est exactement ce qu&#039;on recherche dans ce type de service.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/the-city-is-my-favorite-place-to-be-2026-01-09-09-21-03-utc-1.png\"\n                                alt=\"Laura H.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Laura H.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Interface propre, conditions transparentes et traitement plus rapide que pr\u00e9vu. Le forfait a livr\u00e9 exactement ce qui \u00e9tait promis, sans d\u00e9tour.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/portrait-of-young-man-in-stylish-outfit-outdoors-2026-02-20-16-27-12-utc.png\"\n                                alt=\"Brian L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Brian L.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Les contenus abordaient des sujets que je n&#039;avais jamais vraiment explor\u00e9s. Des explications claires, sans jargon inutile. Le cr\u00e9dit promotionnel a rendu la d\u00e9cision encore plus facile.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/vertical-portrait-of-young-caucasian-women-wearing-2026-01-09-09-24-56-utc.png\"\n                                alt=\"Amanda W.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Amanda W.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>L&#039;inscription a pris moins de dix minutes et tout s&#039;est d\u00e9roul\u00e9 exactement comme d\u00e9crit. Les ressources financi\u00e8res incluses dans le forfait \u00e9taient un ajout que je n&#039;avais pas anticip\u00e9.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/outdoor-head-and-shoulders-portrait-of-smiling-man-2026-01-05-06-31-13-utc-1.png\"\n                                alt=\"Kevin S.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Kevin S.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>J&#039;avais quelques questions avant de me lancer et l&#039;\u00e9quipe a pris le temps de tout m&#039;expliquer sans me brusquer. Une vraie conversation, pas un discours de vente.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/02\/portrait-of-laughing-and-smiling-man-standing-outd-2026-01-05-06-31-05-utc.png\"\n                                alt=\"Mar-Andr\u00e9 L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Mar-Andr\u00e9 L.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Tout \u00e9tait clairement pr\u00e9sent\u00e9 avant que je m&#039;engage \u2014 tarifs, conditions, d\u00e9lais. Aucune surprise. C&#039;est exactement ce qu&#039;on recherche dans ce type de service.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/the-city-is-my-favorite-place-to-be-2026-01-09-09-21-03-utc-1.png\"\n                                alt=\"Laura H.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Laura H.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Interface propre, conditions transparentes et traitement plus rapide que pr\u00e9vu. Le forfait a livr\u00e9 exactement ce qui \u00e9tait promis, sans d\u00e9tour.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/portrait-of-young-man-in-stylish-outfit-outdoors-2026-02-20-16-27-12-utc.png\"\n                                alt=\"Brian L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Brian L.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Les contenus abordaient des sujets que je n&#039;avais jamais vraiment explor\u00e9s. Des explications claires, sans jargon inutile. Le cr\u00e9dit promotionnel a rendu la d\u00e9cision encore plus facile.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/vertical-portrait-of-young-caucasian-women-wearing-2026-01-09-09-24-56-utc.png\"\n                                alt=\"Amanda W.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Amanda W.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>L&#039;inscription a pris moins de dix minutes et tout s&#039;est d\u00e9roul\u00e9 exactement comme d\u00e9crit. Les ressources financi\u00e8res incluses dans le forfait \u00e9taient un ajout que je n&#039;avais pas anticip\u00e9.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/outdoor-head-and-shoulders-portrait-of-smiling-man-2026-01-05-06-31-13-utc-1.png\"\n                                alt=\"Kevin S.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Kevin S.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>J&#039;avais quelques questions avant de me lancer et l&#039;\u00e9quipe a pris le temps de tout m&#039;expliquer sans me brusquer. Une vraie conversation, pas un discours de vente.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/02\/portrait-of-laughing-and-smiling-man-standing-outd-2026-01-05-06-31-05-utc.png\"\n                                alt=\"Mar-Andr\u00e9 L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Mar-Andr\u00e9 L.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n\n        <div class=\"carousel-nav\">\n            <button class=\"carousel-btn carousel-prev\" aria-label=\"Previous\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 19l-7-7 7-7\"\/><\/svg>\n            <\/button>\n            <div class=\"carousel-dots\">\n                                    <button class=\"carousel-dot active\" data-index=\"0\" aria-label=\"Go to slide 1\"><\/button>\n                                    <button class=\"carousel-dot \" data-index=\"1\" aria-label=\"Go to slide 2\"><\/button>\n                                    <button class=\"carousel-dot \" data-index=\"2\" aria-label=\"Go to slide 3\"><\/button>\n                                    <button class=\"carousel-dot \" data-index=\"3\" aria-label=\"Go to slide 4\"><\/button>\n                                    <button class=\"carousel-dot \" data-index=\"4\" aria-label=\"Go to slide 5\"><\/button>\n                            <\/div>\n            <button class=\"carousel-btn carousel-next\" aria-label=\"Next\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\"\/><\/svg>\n            <\/button>\n        <\/div>\n    <\/div>\n<\/section>\n\n<script>\n(function() {\n    const carouselId = 'testimonials-6a2f0dee0c854';\n    const carousel = document.getElementById(carouselId);\n    if (!carousel) return;\n\n    const wrapper = carousel.closest('.testimonials-carousel-wrapper');\n    const cards = carousel.querySelectorAll('.testimonial-card');\n    const totalOriginal = 5;\n    const dots = wrapper.closest('.qf-block-testimonials').querySelectorAll('.carousel-dot');\n    const prevBtn = wrapper.closest('.qf-block-testimonials').querySelector('.carousel-prev');\n    const nextBtn = wrapper.closest('.qf-block-testimonials').querySelector('.carousel-next');\n\n    let currentIndex = 0;\n    let slidesPerView = window.innerWidth <= 768 ? 1 : 2;\n    let isTransitioning = false;\n    let autoPlayInterval;\n\n    function getSlideWidth() {\n        const card = cards[0];\n        const gap = parseInt(getComputedStyle(carousel).gap) || 32;\n        return card.offsetWidth + gap;\n    }\n\n    function updateCarousel(instant = false) {\n        const slideWidth = getSlideWidth();\n        const offset = -currentIndex * slideWidth;\n\n        if (instant) {\n            carousel.classList.add('no-transition');\n        } else {\n            carousel.classList.remove('no-transition');\n        }\n\n        carousel.style.transform = `translateX(${offset}px)`;\n\n        \/\/ Update dots\n        dots.forEach((dot, i) => {\n            dot.classList.toggle('active', i === (currentIndex % totalOriginal));\n        });\n\n        if (instant) {\n            \/\/ Force reflow\n            carousel.offsetHeight;\n            carousel.classList.remove('no-transition');\n        }\n    }\n\n    function nextSlide() {\n        if (isTransitioning) return;\n        isTransitioning = true;\n        currentIndex++;\n        updateCarousel();\n\n        setTimeout(() => {\n            if (currentIndex >= totalOriginal) {\n                currentIndex = 0;\n                updateCarousel(true);\n            }\n            isTransitioning = false;\n        }, 500);\n    }\n\n    function prevSlide() {\n        if (isTransitioning) return;\n        isTransitioning = true;\n\n        if (currentIndex <= 0) {\n            currentIndex = totalOriginal;\n            updateCarousel(true);\n            setTimeout(() => {\n                currentIndex--;\n                updateCarousel();\n                setTimeout(() => { isTransitioning = false; }, 500);\n            }, 50);\n        } else {\n            currentIndex--;\n            updateCarousel();\n            setTimeout(() => { isTransitioning = false; }, 500);\n        }\n    }\n\n    function goToSlide(index) {\n        if (isTransitioning) return;\n        currentIndex = index;\n        updateCarousel();\n    }\n\n    function startAutoPlay() {\n        autoPlayInterval = setInterval(nextSlide, 5000);\n    }\n\n    function stopAutoPlay() {\n        clearInterval(autoPlayInterval);\n    }\n\n    \/\/ Event listeners\n    nextBtn.addEventListener('click', () => {\n        stopAutoPlay();\n        nextSlide();\n        startAutoPlay();\n    });\n\n    prevBtn.addEventListener('click', () => {\n        stopAutoPlay();\n        prevSlide();\n        startAutoPlay();\n    });\n\n    dots.forEach((dot, i) => {\n        dot.addEventListener('click', () => {\n            stopAutoPlay();\n            goToSlide(i);\n            startAutoPlay();\n        });\n    });\n\n    \/\/ Pause on hover\n    wrapper.addEventListener('mouseenter', stopAutoPlay);\n    wrapper.addEventListener('mouseleave', startAutoPlay);\n\n    \/\/ Handle resize\n    let resizeTimer;\n    window.addEventListener('resize', () => {\n        clearTimeout(resizeTimer);\n        resizeTimer = setTimeout(() => {\n            slidesPerView = window.innerWidth <= 768 ? 1 : 2;\n            updateCarousel(true);\n        }, 250);\n    });\n\n    \/\/ Initialize\n    updateCarousel(true);\n    startAutoPlay();\n})();\n<\/script>\n\r\n\r\n\n\n\n<style>\n.qf-block-cta {\n    position: relative;\n    padding: 72px 0 84px;\n    font-family: 'Manrope', sans-serif;\n    background:\n        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.10), transparent 18%),\n        linear-gradient(135deg, #2B2D42 0%, #232533 48%, #8D99AE 100%);\n    overflow: hidden;\n    margin-top: -1px;\n}\n\n.qf-block-cta::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -10%;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(239, 35, 60, 0.12) 0%, transparent 70%);\n    border-radius: 50%;\n}\n\n.qf-block-cta::after {\n    content: '';\n    position: absolute;\n    bottom: -30%;\n    left: -5%;\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(239, 35, 60, 0.08) 0%, transparent 70%);\n    border-radius: 50%;\n}\n\n.qf-block-cta .qf-container {\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 2.25rem 2rem;\n    text-align: center;\n    position: relative;\n    z-index: 1;\n    border-radius: 2rem;\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);\n    backdrop-filter: blur(18px);\n}\n\n.qf-block-cta h2 {\n    font-size: clamp(2rem, 3vw, 2.75rem);\n    font-weight: 800;\n    color: white;\n    margin-bottom: 0.75rem;\n    line-height: 1.2;\n}\n\n.qf-block-cta .subtitle {\n    font-size: 1.25rem;\n    line-height: 1.7;\n    color: rgba(255, 255, 255, 0.8);\n    margin-bottom: 1.75rem;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* CTA Button *\/\n.qf-block-cta .cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    padding: 1.25rem 2.5rem;\n    background: #EF233C;\n    color: #2B2D42;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    box-shadow: 0 8px 30px rgba(239, 35, 60, 0.3);\n}\n\n.qf-block-cta .cta-btn:hover {\n    background: #D90429;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(239, 35, 60, 0.4);\n}\n\n.qf-block-cta .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-block-cta .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n    .qf-block-cta {\n        padding: 56px 0 68px;\n    }\n\n    .qf-block-cta .qf-container {\n        padding: 1.5rem 1.25rem;\n    }\n\n    .qf-block-cta h2 {\n        font-size: 2rem;\n    }\n\n    .qf-block-cta .subtitle {\n        font-size: 1rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-cta\">\n    <div class=\"qf-container\">\n        <h2>Passez \u00e0 l&#039;action d\u00e8s aujourd&#039;hui<\/h2>\n        <p class=\"subtitle\">Adh\u00e9rez \u00e0 un forfait et recevez le cr\u00e9dit promotionnel auquel vous avez droit.<\/p>\n\n        <!-- CTA Button -->\n        <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Choisir votre plan            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n    <\/div>\n<\/section>\n\r\n\r\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-132","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Accueil - Rubivex<\/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:\/\/rubivex.markaitek.dev\/fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accueil - Rubivex\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rubivex.markaitek.dev\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"Rubivex\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-03T14:31:42+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:\/\/rubivex.markaitek.dev\/fr\/\",\"url\":\"https:\/\/rubivex.markaitek.dev\/fr\/\",\"name\":\"Accueil - Rubivex\",\"isPartOf\":{\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#website\"},\"datePublished\":\"2026-02-10T19:56:16+00:00\",\"dateModified\":\"2026-06-03T14:31:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rubivex.markaitek.dev\/fr\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rubivex.markaitek.dev\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#website\",\"url\":\"https:\/\/rubivex.markaitek.dev\/fr\/\",\"name\":\"Rubivex\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rubivex.markaitek.dev\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#organization\",\"name\":\"Rubivex\",\"url\":\"https:\/\/rubivex.markaitek.dev\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/logo.png\",\"contentUrl\":\"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/logo.png\",\"width\":2000,\"height\":573,\"caption\":\"Rubivex\"},\"image\":{\"@id\":\"https:\/\/rubivex.markaitek.dev\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accueil - Rubivex","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:\/\/rubivex.markaitek.dev\/fr\/","og_locale":"fr_FR","og_type":"article","og_title":"Accueil - Rubivex","og_url":"https:\/\/rubivex.markaitek.dev\/fr\/","og_site_name":"Rubivex","article_modified_time":"2026-06-03T14:31:42+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rubivex.markaitek.dev\/fr\/","url":"https:\/\/rubivex.markaitek.dev\/fr\/","name":"Accueil - Rubivex","isPartOf":{"@id":"https:\/\/rubivex.markaitek.dev\/fr\/#website"},"datePublished":"2026-02-10T19:56:16+00:00","dateModified":"2026-06-03T14:31:42+00:00","breadcrumb":{"@id":"https:\/\/rubivex.markaitek.dev\/fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rubivex.markaitek.dev\/fr\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rubivex.markaitek.dev\/fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rubivex.markaitek.dev\/fr\/"},{"@type":"ListItem","position":2,"name":"Accueil"}]},{"@type":"WebSite","@id":"https:\/\/rubivex.markaitek.dev\/fr\/#website","url":"https:\/\/rubivex.markaitek.dev\/fr\/","name":"Rubivex","description":"","publisher":{"@id":"https:\/\/rubivex.markaitek.dev\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rubivex.markaitek.dev\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/rubivex.markaitek.dev\/fr\/#organization","name":"Rubivex","url":"https:\/\/rubivex.markaitek.dev\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/rubivex.markaitek.dev\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/logo.png","contentUrl":"https:\/\/rubivex.markaitek.dev\/wp-content\/uploads\/2026\/06\/logo.png","width":2000,"height":573,"caption":"Rubivex"},"image":{"@id":"https:\/\/rubivex.markaitek.dev\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/pages\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":27,"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/pages\/132\/revisions"}],"predecessor-version":[{"id":346,"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/pages\/132\/revisions\/346"}],"wp:attachment":[{"href":"https:\/\/rubivex.markaitek.dev\/fr\/wp-json\/wp\/v2\/media?parent=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}