{"id":132,"date":"2026-02-10T19:56:16","date_gmt":"2026-02-10T19:56:16","guid":{"rendered":"http:\/\/localhost:8888\/carefinances\/accueil\/"},"modified":"2026-04-08T19:21:48","modified_gmt":"2026-04-08T19:21:48","slug":"accueil","status":"publish","type":"page","link":"http:\/\/vaultiflex.lab-media.dev\/fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"\n<style>\nhtml {\n    scroll-behavior: smooth;\n}\n\n.qf-hero-glass {\n    position: relative;\n    min-height: auto;\n    display: flex;\n    align-items: center;\n    justify-content: flex-start;\n    font-family: 'Bricolage Grotesque', sans-serif;\n    overflow: hidden;\n    padding: 140px 0 100px;\n}\n\n\/* Background Image - Full visibility *\/\n.qf-hero-glass .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\/* Subtle overlay for readability *\/\n.qf-hero-glass .hero-bg::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(180deg, rgba(25, 56, 31, 0.3) 0%, rgba(25, 56, 31, 0.5) 100%);\n}\n\n\/* Content Container *\/\n.qf-hero-glass .hero-container {\n    width: 100%;\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: space-between;\n    gap: 3rem;\n}\n\n\/* Floating Glass Card *\/\n.qf-hero-glass .glass-card {\n    position: relative;\n    z-index: 2;\n    background: rgba(255, 255, 255, 0.12);\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.25);\n    border-radius: 2rem;\n    padding: 3rem 3rem;\n    width: 50%;\n    max-width: 600px;\n    text-align: left;\n    box-shadow:\n        0 25px 50px rgba(0, 0, 0, 0.25),\n        inset 0 1px 0 rgba(255, 255, 255, 0.2);\n    animation: cardFloat 0.8s ease-out;\n}\n\n@keyframes cardFloat {\n    0% { opacity: 0; transform: translateY(40px) scale(0.95); }\n    100% { opacity: 1; transform: translateY(0) scale(1); }\n}\n\n\/* Title *\/\n.qf-hero-glass h1 {\n    color: white;\n    font-size: 2.75rem;\n    margin-bottom: 1.25rem;\n    line-height: 1.2;\n    font-weight: 700;\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n}\n\n\/* Subtitle *\/\n.qf-hero-glass .subtitle {\n    color: rgba(255, 255, 255, 0.9);\n    font-size: 1.125rem;\n    line-height: 1.7;\n    margin-bottom: 2rem;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* CTA Buttons Container *\/\n.qf-hero-glass .cta-group {\n    display: flex;\n    gap: 1rem;\n    justify-content: flex-start;\n    flex-wrap: wrap;\n    margin-bottom: 1.5rem;\n}\n\n\/* Primary CTA *\/\n.qf-hero-glass .cta-primary {\n    background: #EEE82C;\n    color: #19381F;\n    padding: 1rem 2.5rem;\n    border-radius: 100px;\n    font-weight: 700;\n    font-size: 1.0625rem;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.625rem;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    box-shadow: 0 4px 20px rgba(238, 232, 44, 0.4);\n}\n\n.qf-hero-glass .cta-primary:hover {\n    background: #91CB3E;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 30px rgba(145, 203, 62, 0.5);\n}\n\n.qf-hero-glass .cta-primary svg {\n    width: 18px;\n    height: 18px;\n    transition: transform 0.3s;\n}\n\n.qf-hero-glass .cta-primary:hover svg {\n    transform: translateX(4px);\n}\n\n\/* Secondary CTA *\/\n.qf-hero-glass .cta-secondary {\n    background: transparent;\n    color: white;\n    padding: 1rem 2rem;\n    border-radius: 100px;\n    font-weight: 600;\n    font-size: 1rem;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    border: 2px solid rgba(255, 255, 255, 0.4);\n    transition: all 0.3s;\n}\n\n.qf-hero-glass .cta-secondary:hover {\n    background: rgba(255, 255, 255, 0.15);\n    border-color: rgba(255, 255, 255, 0.6);\n}\n\n\/* Disclaimer *\/\n.qf-hero-glass .disclaimer {\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 0.8125rem;\n    line-height: 1.5;\n}\n\n\/* Badges Column - Right Side *\/\n.qf-hero-glass .badges-column {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n    width: 45%;\n    max-width: 400px;\n}\n\n.qf-hero-glass .badge-item {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    padding: 1.25rem 1.5rem;\n    border-radius: 1rem;\n    opacity: 0;\n    animation: badgeSlide 0.5s ease-out forwards;\n    transition: all 0.3s;\n}\n\n.qf-hero-glass .badge-item:hover {\n    background: rgba(255, 255, 255, 0.18);\n    transform: translateX(5px);\n    border-color: rgba(238, 232, 44, 0.4);\n}\n\n.qf-hero-glass .badge-item:nth-child(1) { animation-delay: 0.4s; }\n.qf-hero-glass .badge-item:nth-child(2) { animation-delay: 0.5s; }\n.qf-hero-glass .badge-item:nth-child(3) { animation-delay: 0.6s; }\n.qf-hero-glass .badge-item:nth-child(4) { animation-delay: 0.7s; }\n\n@keyframes badgeSlide {\n    0% { opacity: 0; transform: translateX(30px); }\n    100% { opacity: 1; transform: translateX(0); }\n}\n\n.qf-hero-glass .badge-icon {\n    width: 50px;\n    height: 50px;\n    background-color: var(--qf-secondary);\n    border-radius: 0.75rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.qf-hero-glass .badge-icon svg {\n    width: 24px;\n    height: 24px;\n    color: #19381F;\n}\n\n.qf-hero-glass .badge-text {\n    text-align: left;\n}\n\n.qf-hero-glass .badge-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    line-height: 1.2;\n    margin-bottom: 0.25rem;\n}\n\n.qf-hero-glass .badge-desc {\n    font-size: 0.875rem;\n    color: rgba(255, 255, 255, 0.75);\n    line-height: 1.4;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .qf-hero-glass .hero-container {\n        flex-direction: column;\n        align-items: center;\n        gap: 2.5rem;\n    }\n\n    .qf-hero-glass .glass-card {\n        width: 100%;\n        max-width: 600px;\n        text-align: center;\n    }\n\n    .qf-hero-glass .cta-group {\n        justify-content: center;\n    }\n\n    .qf-hero-glass .badges-column {\n        width: 100%;\n        max-width: 500px;\n        flex-direction: row;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 0.75rem;\n    }\n\n    .qf-hero-glass .badge-item {\n        width: calc(50% - 0.5rem);\n        padding: 1rem;\n    }\n}\n\n@media (max-width: 768px) {\n    .qf-hero-glass {\n        padding: 100px 0 60px;\n    }\n\n    .qf-hero-glass .hero-container {\n        padding: 0 1rem;\n    }\n\n    .qf-hero-glass .glass-card {\n        padding: 2rem 1.5rem;\n        border-radius: 1.5rem;\n    }\n\n    .qf-hero-glass h1 {\n        font-size: 1.75rem;\n    }\n\n    .qf-hero-glass .subtitle {\n        font-size: 1rem;\n    }\n\n    .qf-hero-glass .cta-group {\n        flex-direction: column;\n        align-items: stretch;\n    }\n\n    .qf-hero-glass .cta-primary,\n    .qf-hero-glass .cta-secondary {\n        width: 100%;\n        justify-content: center;\n    }\n\n    .qf-hero-glass .badges-column {\n        flex-direction: column;\n    }\n\n    .qf-hero-glass .badge-item {\n        width: 100%;\n        padding: 1rem 1.25rem;\n    }\n\n    .qf-hero-glass .badge-icon {\n        width: 44px;\n        height: 44px;\n    }\n\n    .qf-hero-glass .badge-icon svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .qf-hero-glass .badge-title {\n        font-size: 0.9375rem;\n    }\n\n    .qf-hero-glass .badge-desc {\n        font-size: 0.8125rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-hero-glass\">\n    <!-- Background Image -->\n    <div class=\"hero-bg\" style=\"background-image: url('http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/portrait-of-happy-success-business-people-talking-2026-01-09-06-49-26-utc-1.webp');\"><\/div>\n\n    <!-- Main Content Area -->\n    <div class=\"hero-container\">\n        <!-- Floating Glass Card -->\n        <div class=\"glass-card\">\n            <h1>Acc\u00e9dez \u00e0 nos <span style='color: #EEE82C'>formations en ligne<\/span> une remise en argent de <span style='color: #EEE82C'>1 500 $<\/span> selon le forfait.*<\/h1>\n\n            \n            <div class=\"cta-group\">\n                <a href=\"https:\/\/signup.vaultiflex.com\" class=\"cta-primary\">\n                    Commencer                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\" clip-rule=\"evenodd\"\/><\/svg>\n                <\/a>\n                <a href=\"#pricing\" class=\"cta-secondary\">\n                    Voir les plans                <\/a>\n            <\/div>\n\n                            <p class=\"disclaimer\">*Applicable lors de la souscription \u00e0 un produit financier Vaultiflex.<\/p>\n                    <\/div>\n\n        <!-- Badges Column - Right Side -->\n                <div class=\"badges-column\">\n                            <div class=\"badge-item\">\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                    <div class=\"badge-text\">\n                        <div class=\"badge-title\">Sant\u00e9 financi\u00e8re<\/div>\n                                                    <div class=\"badge-desc\">Contenu \u00e9ducatif accessible<\/div>\n                                            <\/div>\n                <\/div>\n                            <div class=\"badge-item\">\n                    <div class=\"badge-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=\"badge-text\">\n                        <div class=\"badge-title\">Remise en argent<\/div>\n                                                    <div class=\"badge-desc\">Remise en argent admissible<\/div>\n                                            <\/div>\n                <\/div>\n                            <div class=\"badge-item\">\n                    <div class=\"badge-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=\"badge-text\">\n                        <div class=\"badge-title\">S\u00e9curitaire<\/div>\n                                                    <div class=\"badge-desc\">Demande 100% en ligne<\/div>\n                                            <\/div>\n                <\/div>\n                    <\/div>\n            <\/div>\n<\/section>\n\n\n\n<style>\n.qf-bento-section {\n    padding: 80px 0;\n    background: #f8f9fa;\n    font-family: 'Bricolage Grotesque', sans-serif;\n}\n\n.qf-bento-section .bento-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n\n\/* Bento Grid - True 2 Column *\/\n.qf-bento-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.25rem;\n}\n\n\/* Main Content Card - Spans all rows *\/\n.qf-bento-main {\n    grid-row: span 3;\n    background: #19381F;\n    border-radius: 1.5rem;\n    padding: 3rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.qf-bento-main::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -30%;\n    width: 80%;\n    height: 150%;\n    background: radial-gradient(circle, rgba(238, 232, 44, 0.1) 0%, transparent 60%);\n    pointer-events: none;\n}\n\n.qf-bento-main h2 {\n    color: white;\n    font-size: 2.5rem;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1.25rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-bento-main h2 span {\n    color: #EEE82C;\n}\n\n.qf-bento-main p {\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 1.0625rem;\n    line-height: 1.7;\n    margin-bottom: 2rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-bento-main .bento-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.625rem;\n    background: #EEE82C;\n    color: #19381F;\n    padding: 1rem 2rem;\n    border-radius: 100px;\n    font-weight: 700;\n    font-size: 1rem;\n    text-decoration: none;\n    transition: all 0.3s;\n    width: fit-content;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-bento-main .bento-cta:hover {\n    background: #91CB3E;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(145, 203, 62, 0.4);\n}\n\n.qf-bento-main .bento-cta svg {\n    width: 18px;\n    height: 18px;\n    transition: transform 0.3s;\n}\n\n.qf-bento-main .bento-cta:hover svg {\n    transform: translateX(4px);\n}\n\n\/* Step Cards *\/\n.qf-bento-step {\n    background: white;\n    border-radius: 1.5rem;\n    padding: 2rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1.25rem;\n    transition: all 0.3s;\n    border: 1px solid #e9eaec;\n}\n\n.qf-bento-step:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 15px 40px rgba(25, 56, 31, 0.1);\n    border-color: #91CB3E;\n}\n\n.qf-bento-step .step-number {\n    width: 56px;\n    height: 56px;\n    background-color: var(--qf-secondary);\n    border-radius: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.qf-bento-step .step-number span {\n    font-size: 1.25rem;\n    font-weight: 800;\n    color: #19381F;\n}\n\n.qf-bento-step .step-content h3 {\n    font-size: 1.125rem;\n    font-weight: 700;\n    color: #19381F;\n    margin-bottom: 0.5rem;\n}\n\n.qf-bento-step .step-content p {\n    font-size: 0.9375rem;\n    color: #5a6a5e;\n    line-height: 1.5;\n    margin: 0;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-bento-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .qf-bento-main {\n        grid-row: span 1;\n        padding: 2.5rem 2rem;\n    }\n\n    .qf-bento-main h2 {\n        font-size: 2rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-bento-section {\n        padding: 60px 0;\n    }\n\n    .qf-bento-main {\n        padding: 2rem 1.5rem;\n    }\n\n    .qf-bento-main h2 {\n        font-size: 1.75rem;\n    }\n\n    .qf-bento-step {\n        padding: 1.5rem;\n    }\n\n    .qf-bento-step .step-number {\n        width: 48px;\n        height: 48px;\n    }\n}\n<\/style>\n\n<section class=\"qf-bento-section\">\n    <div class=\"bento-container\">\n        <div class=\"qf-bento-grid\">\n            <!-- Main Content Card -->\n            <div class=\"qf-bento-main\">\n                <h2>Un programme concret pour mieux comprendre vos finances<\/h2>\n                <p>Vaultiflex vous donne acc\u00e8s \u00e0 des produits financiers con\u00e7us pour r\u00e9pondre \u00e0 vos besoins, avec une remise en argent selon le forfait choisi.<\/p>\n                                <a href=\"https:\/\/signup.vaultiflex.com\" class=\"bento-cta\">\n                    En savoir plus                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\" clip-rule=\"evenodd\"\/><\/svg>\n                <\/a>\n                            <\/div>\n\n                                                <div class=\"qf-bento-step\">\n                        <div class=\"step-number\">\n                            <span>01<\/span>\n                        <\/div>\n                        <div class=\"step-content\">\n                            <h3>Choisissez votre programme<\/h3>\n                                                            <p>Plusieurs niveaux adapt\u00e9s \u00e0 vos besoins.<\/p>\n                                                    <\/div>\n                    <\/div>\n                                    <div class=\"qf-bento-step\">\n                        <div class=\"step-number\">\n                            <span>02<\/span>\n                        <\/div>\n                        <div class=\"step-content\">\n                            <h3>V\u00e9rification rapide<\/h3>\n                                                            <p>Nous \u00e9valuons votre admissibilit\u00e9 en quelques minutes.<\/p>\n                                                    <\/div>\n                    <\/div>\n                                    <div class=\"qf-bento-step\">\n                        <div class=\"step-number\">\n                            <span>03<\/span>\n                        <\/div>\n                        <div class=\"step-content\">\n                            <h3>Recevez votre remise en argent admissible<\/h3>\n                                                            <p>Le versement est effectu\u00e9 selon les conditions du forfait s\u00e9lectionn\u00e9.<\/p>\n                                                    <\/div>\n                    <\/div>\n                                    <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n.qf-block-features {\n    padding: 80px 0;\n    background: #f8fafc;\n    font-family: 'Bricolage Grotesque', sans-serif;\n}\n\n.qf-block-features .qf-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n\n.qf-block-features h2 {\n    color: #19381F;\n    font-size: 2.25rem;\n    margin-bottom: 3rem;\n    text-align: center;\n    font-weight: 700;\n}\n\n.qf-block-features .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 3rem;\n    align-items: center;\n}\n\n.qf-block-features .features-column {\n    display: flex;\n    flex-direction: column;\n    gap: 1.25rem;\n}\n\n.qf-block-features .feature-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n    padding: 1.5rem;\n    background: white;\n    border-radius: 1rem;\n    border: 1px solid #e2e8f0;\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 .feature-item:nth-child(1) { animation-delay: 0.1s; }\n.qf-block-features .feature-item:nth-child(2) { animation-delay: 0.2s; }\n.qf-block-features .feature-item:nth-child(3) { animation-delay: 0.3s; }\n.qf-block-features .feature-item:nth-child(4) { 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 10px 30px rgba(42, 46, 52, 0.1);\n    border-color: #EEE82C;\n}\n\n.qf-block-features .feature-icon {\n    width: 3rem;\n    height: 3rem;\n    min-width: 3rem;\n    background-color: var(--qf-secondary);\n    border-radius: 0.75rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.qf-block-features .feature-icon svg {\n    width: 1.25rem;\n    height: 1.25rem;\n    color: #19381F;\n}\n\n.qf-block-features .feature-content {\n    flex: 1;\n}\n\n.qf-block-features .feature-content h3 {\n    color: #19381F;\n    font-size: 1.125rem;\n    font-weight: 700;\n    margin-bottom: 0.375rem;\n}\n\n.qf-block-features .feature-content p {\n    color: #64748b;\n    font-size: 0.9375rem;\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}\n\n.qf-block-features .features-image img {\n    width: 100%;\n    max-width: 500px;\n    border-radius: 1.5rem;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);\n}\n\n.qf-block-features .features-image::before {\n    content: '';\n    position: absolute;\n    top: -15px;\n    right: 5%;\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #EEE82C 0%, #91CB3E 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.5;\n}\n\n.qf-block-features .features-image::after {\n    content: '';\n    position: absolute;\n    bottom: -15px;\n    left: 5%;\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #19381F 0%, #1e4526 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.5;\n}\n\n\/* Tablet & Mobile *\/\n@media (max-width: 900px) {\n    .qf-block-features .features-grid {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n    }\n\n    .qf-block-features .features-image {\n        order: -1;\n    }\n\n    .qf-block-features .features-image img {\n        max-width: 400px;\n    }\n\n    .qf-block-features h2 {\n        font-size: 2rem;\n    }\n}\n\n@media (max-width: 640px) {\n    .qf-block-features h2 {\n        font-size: 1.75rem;\n    }\n\n    .qf-block-features .feature-item {\n        padding: 1.25rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-features\">\n    <div class=\"qf-container\">\n        <h2>Pourquoi choisir Vaultiflex?<\/h2>\n\n        <div class=\"features-grid\">\n            <!-- Left Column - All Features -->\n            <div class=\"features-column\">\n                                    <div class=\"feature-item\">\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>Versement de la remise selon les d\u00e9lais du forfait s\u00e9lectionn\u00e9.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"feature-item\">\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>Enti\u00e8rement prot\u00e9g\u00e9<\/h3>\n                            <p>Un cryptage avanc\u00e9 prot\u00e8ge chaque transaction et donn\u00e9e personnelle.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"feature-item\">\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>Inscription 100 % en ligne, sans complication.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"feature-item\">\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>R\u00e9compenses en argent<\/h3>\n                            <p>Remise en argent admissible de 300 $ \u00e0 1 500 $ selon le forfait.\r\n<\/p>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            <!-- Right Column - Image -->\n            <div class=\"features-image\">\n                <img decoding=\"async\" src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/a-joyful-woman-with-curly-hair-chats-on-her-phone-2026-01-06-00-23-29-utc-1.png\" alt=\"Pourquoi choisir Vaultiflex?\">\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n.qf-block-pricing {\n    padding: 80px 0;\n    background: #FDF8EF;\n    font-family: 'Bricolage Grotesque', sans-serif;\n}\n\n.qf-block-pricing .qf-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n\n.qf-block-pricing .section-header {\n    text-align: center;\n    margin-bottom: 3rem;\n}\n\n.qf-block-pricing .section-header h2 {\n    color: #19381F;\n    font-size: 2.25rem;\n    margin-bottom: 1rem;\n    font-weight: 700;\n}\n\n.qf-block-pricing .section-header p {\n    color: #666;\n    font-size: 1.125rem;\n    max-width: 600px;\n    margin: 0 auto;\n}\n\n.qf-block-pricing .pricing-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n}\n\n\/* Card Styles *\/\n.qf-block-pricing .pricing-card {\n    background: #FFFCF5;\n    border-radius: 1rem;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n    transition: all 0.3s;\n    display: flex;\n    flex-direction: column;\n}\n\n.qf-block-pricing .pricing-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.12);\n}\n\n\/* Header Banner *\/\n.qf-block-pricing .card-header {\n    padding: 1.25rem 1.5rem;\n    text-align: center;\n}\n\n.qf-block-pricing .card-header .tier-name {\n    color: white;\n    font-size: 1.5rem;\n    font-weight: 700;\n    margin: 0;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.1);\n}\n\n\/* Card Body *\/\n.qf-block-pricing .card-body {\n    padding: 2rem 1.5rem;\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: #19381F;\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: 2rem;\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.5rem;\n    padding-bottom: 1.5rem;\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: #19381F;\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 2rem 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: #19381F;\n    padding: 0.75rem 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: 0.5rem;\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: 2.5rem;\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\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 .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>Trouvez le plan parfait pour vous<\/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: #C9984A;\">\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\">Remise en argent admissible!<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">125 $<\/span>\n                            <span class=\"payment-suffix\">+ tx par paiement*<\/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>Plateforme en ligne s\u00e9curis\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>V\u00e9rification d&#039;admissibilit\u00e9 rapide<\/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=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\" style=\"background-color: #C9984A; color: #19381F;\">\n                            S&#039;abonner                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #A8A8A8;\">\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\">Remise en argent admissible!<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">140 $<\/span>\n                            <span class=\"payment-suffix\">+ tx par paiement*<\/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>Plateforme en ligne s\u00e9curis\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>V\u00e9rification d&#039;admissibilit\u00e9 rapide<\/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=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\" style=\"background-color: #A8A8A8; color: #19381F;\">\n                            S&#039;abonner                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #91CB3E;\">\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\">Remise en argent admissible!<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">210 $<\/span>\n                            <span class=\"payment-suffix\">+ tx par paiement*<\/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>Plateforme en ligne s\u00e9curis\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>V\u00e9rification d&#039;admissibilit\u00e9 rapide<\/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=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\" style=\"background-color: #91CB3E; color: #19381F;\">\n                            S&#039;abonner                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #5A7D9A;\">\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\">Remise en argent admissible!<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">281 $<\/span>\n                            <span class=\"payment-suffix\">+ tx par paiement*<\/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>Plateforme en ligne s\u00e9curis\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>V\u00e9rification d&#039;admissibilit\u00e9 rapide<\/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=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\" style=\"background-color: #5A7D9A; color: #ffffff;\">\n                            S&#039;abonner                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #7BB3D1;\">\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\">Remise en argent admissible!<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">301 $<\/span>\n                            <span class=\"payment-suffix\">+ tx par paiement*<\/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: 9<\/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>Plateforme en ligne s\u00e9curis\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>V\u00e9rification d&#039;admissibilit\u00e9 rapide<\/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=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\" style=\"background-color: #7BB3D1; color: #19381F;\">\n                            S&#039;abonner                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #1e4526;\">\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\">Remise en argent admissible!<\/p>\n\n                        <!-- Per Payment -->\n                        <div class=\"per-payment\">\n                            <span class=\"payment-amount\">317 $<\/span>\n                            <span class=\"payment-suffix\">+ tx par paiement*<\/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: 9<\/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>Plateforme en ligne s\u00e9curis\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>V\u00e9rification d&#039;admissibilit\u00e9 rapide<\/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=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\" style=\"background-color: #1e4526; color: #ffffff;\">\n                            S&#039;abonner                        <\/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\n\n\n<style>\n.qf-bento-section {\n    padding: 80px 0;\n    background: #f8f9fa;\n    font-family: 'Bricolage Grotesque', sans-serif;\n}\n\n.qf-bento-section .bento-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n\n\/* Bento Grid - True 2 Column *\/\n.qf-bento-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.25rem;\n}\n\n\/* Main Content Card - Spans all rows *\/\n.qf-bento-main {\n    grid-row: span 3;\n    background: #19381F;\n    border-radius: 1.5rem;\n    padding: 3rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.qf-bento-main::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -30%;\n    width: 80%;\n    height: 150%;\n    background: radial-gradient(circle, rgba(238, 232, 44, 0.1) 0%, transparent 60%);\n    pointer-events: none;\n}\n\n.qf-bento-main h2 {\n    color: white;\n    font-size: 2.5rem;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1.25rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-bento-main h2 span {\n    color: #EEE82C;\n}\n\n.qf-bento-main p {\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 1.0625rem;\n    line-height: 1.7;\n    margin-bottom: 2rem;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-bento-main .bento-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.625rem;\n    background: #EEE82C;\n    color: #19381F;\n    padding: 1rem 2rem;\n    border-radius: 100px;\n    font-weight: 700;\n    font-size: 1rem;\n    text-decoration: none;\n    transition: all 0.3s;\n    width: fit-content;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-bento-main .bento-cta:hover {\n    background: #91CB3E;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(145, 203, 62, 0.4);\n}\n\n.qf-bento-main .bento-cta svg {\n    width: 18px;\n    height: 18px;\n    transition: transform 0.3s;\n}\n\n.qf-bento-main .bento-cta:hover svg {\n    transform: translateX(4px);\n}\n\n\/* Step Cards *\/\n.qf-bento-step {\n    background: white;\n    border-radius: 1.5rem;\n    padding: 2rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1.25rem;\n    transition: all 0.3s;\n    border: 1px solid #e9eaec;\n}\n\n.qf-bento-step:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 15px 40px rgba(25, 56, 31, 0.1);\n    border-color: #91CB3E;\n}\n\n.qf-bento-step .step-number {\n    width: 56px;\n    height: 56px;\n    background-color: var(--qf-secondary);\n    border-radius: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.qf-bento-step .step-number span {\n    font-size: 1.25rem;\n    font-weight: 800;\n    color: #19381F;\n}\n\n.qf-bento-step .step-content h3 {\n    font-size: 1.125rem;\n    font-weight: 700;\n    color: #19381F;\n    margin-bottom: 0.5rem;\n}\n\n.qf-bento-step .step-content p {\n    font-size: 0.9375rem;\n    color: #5a6a5e;\n    line-height: 1.5;\n    margin: 0;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-bento-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .qf-bento-main {\n        grid-row: span 1;\n        padding: 2.5rem 2rem;\n    }\n\n    .qf-bento-main h2 {\n        font-size: 2rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-bento-section {\n        padding: 60px 0;\n    }\n\n    .qf-bento-main {\n        padding: 2rem 1.5rem;\n    }\n\n    .qf-bento-main h2 {\n        font-size: 1.75rem;\n    }\n\n    .qf-bento-step {\n        padding: 1.5rem;\n    }\n\n    .qf-bento-step .step-number {\n        width: 48px;\n        height: 48px;\n    }\n}\n<\/style>\n\n<section class=\"qf-bento-section\">\n    <div class=\"bento-container\">\n        <div class=\"qf-bento-grid\">\n            <!-- Main Content Card -->\n            <div class=\"qf-bento-main\">\n                <h2>Un parcours simple en 3 \u00e9tapes <\/h2>\n                <p>Avec Vaultiflex, vous acc\u00e9dez \u00e0 des produits financiers con\u00e7us pour vous aider \u00e0 mieux g\u00e9rer vos finances, optimiser votre quotidien et prendre des d\u00e9cisions plus \u00e9clair\u00e9es.<\/p>\n                                <a href=\"https:\/\/signup.vaultiflex.com\" class=\"bento-cta\">\n                    Commencer                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\" clip-rule=\"evenodd\"\/><\/svg>\n                <\/a>\n                            <\/div>\n\n                                                <div class=\"qf-bento-step\">\n                        <div class=\"step-number\">\n                            <span>01<\/span>\n                        <\/div>\n                        <div class=\"step-content\">\n                            <h3>Inscription simple en ligne<\/h3>\n                                                            <p>Compl\u00e9t\u00e9e en quelques minutes seulement.<\/p>\n                                                    <\/div>\n                    <\/div>\n                                    <div class=\"qf-bento-step\">\n                        <div class=\"step-number\">\n                            <span>02<\/span>\n                        <\/div>\n                        <div class=\"step-content\">\n                            <h3>V\u00e9rification rapide<\/h3>\n                                                            <p>D\u00e9couvrez rapidement si vous \u00eates admissible.<\/p>\n                                                    <\/div>\n                    <\/div>\n                                    <div class=\"qf-bento-step\">\n                        <div class=\"step-number\">\n                            <span>03<\/span>\n                        <\/div>\n                        <div class=\"step-content\">\n                            <h3>Versement de la remise<\/h3>\n                                                            <p>Recevez votre remise en argent selon les conditions du forfait.<\/p>\n                                                    <\/div>\n                    <\/div>\n                                    <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n.qf-block-process {\n    padding: 80px 0;\n    background: #f8fafc;\n    font-family: 'Bricolage Grotesque', sans-serif;\n}\n\n.qf-block-process .qf-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    text-align: center;\n}\n\n.qf-block-process h2 {\n    color: #19381F;\n    font-size: 2.5rem;\n    margin-bottom: 4rem;\n    line-height: 1.2;\n    font-weight: 700;\n}\n\n\/* Timeline Container *\/\n.qf-block-process .timeline {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    position: relative;\n    margin-bottom: 3.5rem;\n}\n\n\/* Connecting Line *\/\n.qf-block-process .timeline::before {\n    content: '';\n    position: absolute;\n    top: 32px;\n    left: 15%;\n    right: 15%;\n    height: 3px;\n    background: linear-gradient(90deg, var(--qf-secondary) 0%, #91CB3E 50%, var(--qf-secondary) 100%);\n    z-index: 0;\n}\n\n\/* Step Card *\/\n.qf-block-process .step-card {\n    flex: 1;\n    max-width: 320px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n    padding: 0 1rem;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: stepFadeUp 0.6s ease-out forwards;\n}\n\n.qf-block-process .step-card:nth-child(1) { animation-delay: 0.1s; }\n.qf-block-process .step-card:nth-child(2) { animation-delay: 0.25s; }\n.qf-block-process .step-card:nth-child(3) { animation-delay: 0.4s; }\n\n@keyframes stepFadeUp {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n}\n\n\/* Step Number *\/\n.qf-block-process .step-number {\n    width: 64px;\n    height: 64px;\n    background-color: var(--qf-secondary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #19381F;\n    font-size: 1.5rem;\n    font-weight: 800;\n    margin-bottom: 1.5rem;\n    border: 4px solid #f8fafc;\n    box-shadow: 0 8px 25px rgba(238, 232, 44, 0.3);\n    transition: all 0.3s;\n}\n\n.qf-block-process .step-card:hover .step-number {\n    transform: scale(1.1);\n    box-shadow: 0 12px 30px rgba(238, 232, 44, 0.4);\n}\n\n\/* Step Content *\/\n.qf-block-process .step-content {\n    background: white;\n    border-radius: 1.25rem;\n    padding: 1.75rem 1.5rem;\n    border: 1px solid #e2e8f0;\n    transition: all 0.3s;\n    width: 100%;\n}\n\n.qf-block-process .step-card:hover .step-content {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(25, 56, 31, 0.1);\n    border-color: var(--qf-secondary);\n}\n\n.qf-block-process .step-title {\n    color: #19381F;\n    font-size: 1.25rem;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n}\n\n.qf-block-process .step-text {\n    color: #64748b;\n    font-size: 0.9375rem;\n    line-height: 1.6;\n    margin: 0;\n}\n\n\/* CTA Button *\/\n.qf-block-process .cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: var(--qf-secondary);\n    color: #19381F;\n    padding: 1rem 2.5rem;\n    border-radius: 100px;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s ease;\n}\n\n.qf-block-process .cta-btn:hover {\n    background: #91CB3E;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 30px rgba(145, 203, 62, 0.4);\n}\n\n.qf-block-process .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-block-process .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-block-process .timeline {\n        flex-direction: column;\n        align-items: center;\n        gap: 2rem;\n    }\n\n    .qf-block-process .timeline::before {\n        top: 0;\n        bottom: 0;\n        left: 50%;\n        right: auto;\n        width: 3px;\n        height: calc(100% - 64px);\n        transform: translateX(-50%);\n        background: linear-gradient(180deg, var(--qf-secondary) 0%, #91CB3E 50%, var(--qf-secondary) 100%);\n    }\n\n    .qf-block-process .step-card {\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .qf-block-process h2 {\n        font-size: 2rem;\n        margin-bottom: 3rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-block-process {\n        padding: 60px 0;\n    }\n\n    .qf-block-process .step-number {\n        width: 56px;\n        height: 56px;\n        font-size: 1.25rem;\n    }\n\n    .qf-block-process .step-content {\n        padding: 1.5rem 1.25rem;\n    }\n\n    .qf-block-process h2 {\n        font-size: 1.75rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-process\">\n    <div class=\"qf-container\">\n        <h2>Comment \u00e7a fonctionne<\/h2>\n\n        <div class=\"timeline\">\n                            <div class=\"step-card\">\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-card\">\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\u2019\u00e9valuation d\u2019admissibilit\u00e9.<\/p>\n                    <\/div>\n                <\/div>\n                            <div class=\"step-card\">\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 versement est effectu\u00e9 selon les conditions du forfait s\u00e9lectionn\u00e9.<\/p>\n                    <\/div>\n                <\/div>\n                    <\/div>\n\n        <a href=\"https:\/\/signup.vaultiflex.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\n\n<style>\n.qf-block-faq { padding: 80px 0; background: linear-gradient(135deg, #19381F 0%, #1e4526 100%); font-family: 'Bricolage Grotesque', sans-serif; }\n.qf-block-faq .qf-container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }\n.qf-block-faq h2 { color: white; font-size: 2.25rem; text-align: center; margin-bottom: 3rem; }\n.qf-block-faq .accordion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }\n.qf-block-faq .accordion-column { display: flex; flex-direction: column; gap: 1rem; }\n.qf-block-faq .accordion-item { background: rgba(255,255,255,0.1); border-radius: 0.75rem; overflow: hidden; }\n.qf-block-faq .accordion-trigger { width: 100%; padding: 1.25rem 1.5rem; background: transparent; border: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; }\n.qf-block-faq .accordion-question { color: white; font-size: 1rem; font-weight: 600; padding-right: 1rem; }\n.qf-block-faq .accordion-icon { color: #EEE82C; font-size: 1.5rem; font-weight: 300; transition: transform 0.3s; line-height: 1; }\n.qf-block-faq .accordion-item.is-open .accordion-icon { transform: rotate(45deg); }\n.qf-block-faq .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }\n.qf-block-faq .accordion-item.is-open .accordion-content { max-height: 500px; }\n.qf-block-faq .accordion-answer { padding: 0 1.5rem 1.25rem; }\n.qf-block-faq .accordion-answer p { color: rgba(255,255,255,0.85); font-size: 0.9375rem; line-height: 1.7; margin: 0; }\n@media (max-width: 768px) { .qf-block-faq .accordion-grid { grid-template-columns: 1fr; } }\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\">Quand vais-je recevoir ma r\u00e9compense?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Apr\u00e8s avoir compl\u00e9t\u00e9 votre inscription et votre premier paiement, les fonds sont g\u00e9n\u00e9ralement d\u00e9pos\u00e9s dans les 24 heures directement dans votre compte bancaire.<\/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-ce que ma demande affecte ma cote de cr\u00e9dit?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Non. Vaultiflex n&#039;effectue aucune v\u00e9rification de cr\u00e9dit. Nous v\u00e9rifions simplement vos informations bancaires pour traiter votre r\u00e9compense.<\/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 l&#039;argent est-il transf\u00e9r\u00e9?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Votre r\u00e9compense est envoy\u00e9e par d\u00e9p\u00f4t direct au compte bancaire que vous fournissez lors de l&#039;inscription. C&#039;est rapide et s\u00e9curis\u00e9.<\/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\">Quelles sont les conditions d&#039;admissibilit\u00e9?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Vous devez \u00eatre r\u00e9sident canadien, avoir au moins 18 ans, et poss\u00e9der un compte bancaire valide capable de traiter les paiements pr\u00e9vus.<\/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\">Puis-je annuler mon abonnement?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Oui, l&#039;annulation est possible en tout temps. Cependant, la r\u00e9compense compl\u00e8te est conditionnelle \u00e0 l&#039;ach\u00e8vement de tous les paiements pr\u00e9vus.<\/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 mes donn\u00e9es personnelles sont-elles prot\u00e9g\u00e9es?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Nous utilisons un cryptage et des protocoles de s\u00e9curit\u00e9 aux normes de l&#039;industrie pour garantir que vos informations restent priv\u00e9es et prot\u00e9g\u00e9es en tout temps.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n.qf-block-testimonials {\n    padding: 80px 0;\n    background: #f8fafc;\n    font-family: 'Bricolage Grotesque', sans-serif;\n    overflow: hidden;\n}\n.qf-block-testimonials .qf-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n.qf-block-testimonials .section-header {\n    text-align: center;\n    margin-bottom: 3rem;\n}\n.qf-block-testimonials h2 {\n    color: #19381F;\n    font-size: 2.25rem;\n    margin-bottom: 1rem;\n}\n\n\/* Carousel Container *\/\n.testimonials-carousel-wrapper {\n    position: relative;\n    overflow: hidden;\n    margin: 0 -1rem;\n    padding: 1rem;\n}\n.testimonials-carousel {\n    display: flex;\n    gap: 2rem;\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: white;\n    border-radius: 1.5rem;\n    padding: 2rem;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n    border: 1px solid #e2e8f0;\n    transition: box-shadow 0.3s, transform 0.3s;\n}\n.testimonial-card:hover {\n    box-shadow: 0 15px 40px rgba(42, 46, 52, 0.12);\n    transform: translateY(-3px);\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: #EEE82C;\n    opacity: 0.4;\n    line-height: 1;\n    font-family: Georgia, serif;\n}\n.testimonial-quote p {\n    color: #475569;\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, #19381F, #1e4526);\n    box-shadow: 0 4px 12px rgba(42, 46, 52, 0.25);\n}\n.testimonial-info h4 {\n    color: #19381F;\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: #EEE82C;\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: 2rem;\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: #19381F;\n    border-color: #19381F;\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: #19381F;\n    width: 1.5rem;\n    border-radius: 0.3125rem;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\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>Ce que nos membres disent<\/h2>\n        <\/div>\n\n        <div class=\"testimonials-carousel-wrapper\">\n            <div class=\"testimonials-carousel\" id=\"testimonials-69e473f212d36\">\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Vaultiflex a d\u00e9pass\u00e9 mes attentes. Le processus \u00e9tait fluide et j&#039;ai re\u00e7u mes fonds le jour m\u00eame. Un service vraiment impressionnant!<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/hes-got-such-a-charming-smile-portrait-of-a-hands-2026-01-09-10-54-23-utc-1.png\"\n                                alt=\"Marc D.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Marc D.<\/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;\u00e9tais h\u00e9sitante au d\u00e9but, mais tout \u00e9tait exactement comme annonc\u00e9. Transparent, rapide, et les ressources d&#039;apprentissage \u00e9taient un beau bonus.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/hard-work-will-take-you-far-2026-01-09-09-56-25-utc-1.png\"\n                                alt=\"Isabelle R.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Isabelle R.<\/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>Excellente exp\u00e9rience du d\u00e9but \u00e0 la fin. L&#039;\u00e9quipe \u00e9tait disponible pour r\u00e9pondre \u00e0 mes questions et l&#039;approbation \u00e9tait instantan\u00e9e.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/confident-smile-bearded-young-man-in-the-park-2026-01-08-06-43-01-utc-1.png\"\n                                alt=\"Fran\u00e7ois T.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Fran\u00e7ois T.<\/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>Enfin un service qui tient ses promesses. Pas de pi\u00e8ges, pas de surprises. Je recommanderais d\u00e9finitivement Vaultiflex \u00e0 d&#039;autres.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/head-and-shoulders-portrait-of-woman-on-walk-throu-2026-01-05-06-28-09-utc-1.png\"\n                                alt=\"Nathalie P.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Nathalie P.<\/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>La flexibilit\u00e9 des options de paiement \u00e9tait parfaite pour ma situation. D\u00e9p\u00f4t rapide et facile \u00e0 g\u00e9rer. Cinq \u00e9toiles!<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/outdoor-head-and-shoulders-portrait-of-smiling-man-2026-01-05-06-31-13-utc-1.png\"\n                                alt=\"\u00c9ric L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>\u00c9ric 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>Vaultiflex a d\u00e9pass\u00e9 mes attentes. Le processus \u00e9tait fluide et j&#039;ai re\u00e7u mes fonds le jour m\u00eame. Un service vraiment impressionnant!<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/hes-got-such-a-charming-smile-portrait-of-a-hands-2026-01-09-10-54-23-utc-1.png\"\n                                alt=\"Marc D.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Marc D.<\/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;\u00e9tais h\u00e9sitante au d\u00e9but, mais tout \u00e9tait exactement comme annonc\u00e9. Transparent, rapide, et les ressources d&#039;apprentissage \u00e9taient un beau bonus.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/hard-work-will-take-you-far-2026-01-09-09-56-25-utc-1.png\"\n                                alt=\"Isabelle R.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Isabelle R.<\/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>Excellente exp\u00e9rience du d\u00e9but \u00e0 la fin. L&#039;\u00e9quipe \u00e9tait disponible pour r\u00e9pondre \u00e0 mes questions et l&#039;approbation \u00e9tait instantan\u00e9e.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/confident-smile-bearded-young-man-in-the-park-2026-01-08-06-43-01-utc-1.png\"\n                                alt=\"Fran\u00e7ois T.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Fran\u00e7ois T.<\/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>Enfin un service qui tient ses promesses. Pas de pi\u00e8ges, pas de surprises. Je recommanderais d\u00e9finitivement Vaultiflex \u00e0 d&#039;autres.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/head-and-shoulders-portrait-of-woman-on-walk-throu-2026-01-05-06-28-09-utc-1.png\"\n                                alt=\"Nathalie P.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Nathalie P.<\/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>La flexibilit\u00e9 des options de paiement \u00e9tait parfaite pour ma situation. D\u00e9p\u00f4t rapide et facile \u00e0 g\u00e9rer. Cinq \u00e9toiles!<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/outdoor-head-and-shoulders-portrait-of-smiling-man-2026-01-05-06-31-13-utc-1.png\"\n                                alt=\"\u00c9ric L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>\u00c9ric 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-69e473f212d36';\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\n\n\n<style>\n.qf-block-cta {\n    padding: 100px 0;\n    font-family: 'Bricolage Grotesque', sans-serif;\n    background: linear-gradient(135deg, #19381F 0%, #1e4526 100%);\n    position: relative;\n    overflow: hidden;\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(251, 225, 52, 0.1) 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(251, 225, 52, 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: 0 2rem;\n    text-align: center;\n    position: relative;\n    z-index: 1;\n}\n\n.qf-block-cta h2 {\n    font-size: 2.75rem;\n    font-weight: 800;\n    color: white;\n    margin-bottom: 1rem;\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: 2.5rem;\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: #EEE82C;\n    color: #19381F;\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(251, 225, 52, 0.3);\n}\n\n.qf-block-cta .cta-btn:hover {\n    background: #91CB3E;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(251, 225, 52, 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: 60px 0;\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>Pr\u00eat \u00e0 passer \u00e0 l&#039;\u00e9tape suivante?<\/h2>\n        <p class=\"subtitle\">Acc\u00e9dez \u00e0 un produit financier et recevez une remise en argent admissible selon votre forfait.<\/p>\n\n        <!-- CTA Button -->\n        <a href=\"https:\/\/signup.vaultiflex.com\" class=\"cta-btn\">\n            Commencer aujourd&#039;hui            <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","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 - Vaultiflex<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accueil - Vaultiflex\" \/>\n<meta property=\"og:url\" content=\"http:\/\/vaultiflex.lab-media.dev\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"Vaultiflex\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T19:21:48+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\":\"http:\/\/vaultiflex.lab-media.dev\/fr\/\",\"url\":\"http:\/\/vaultiflex.lab-media.dev\/fr\/\",\"name\":\"Accueil - Vaultiflex\",\"isPartOf\":{\"@id\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/#website\"},\"datePublished\":\"2026-02-10T19:56:16+00:00\",\"dateModified\":\"2026-04-08T19:21:48+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/vaultiflex.lab-media.dev\/fr\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/vaultiflex.lab-media.dev\/fr\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/vaultiflex.lab-media.dev\/fr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/#website\",\"url\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/\",\"name\":\"Vaultiflex\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/#organization\",\"name\":\"Vaultiflex\",\"url\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/vf.png\",\"contentUrl\":\"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/vf.png\",\"width\":415,\"height\":405,\"caption\":\"Vaultiflex\"},\"image\":{\"@id\":\"https:\/\/vaultiflex.lab-media.dev\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accueil - Vaultiflex","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"fr_FR","og_type":"article","og_title":"Accueil - Vaultiflex","og_url":"http:\/\/vaultiflex.lab-media.dev\/fr\/","og_site_name":"Vaultiflex","article_modified_time":"2026-04-08T19:21:48+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/vaultiflex.lab-media.dev\/fr\/","url":"http:\/\/vaultiflex.lab-media.dev\/fr\/","name":"Accueil - Vaultiflex","isPartOf":{"@id":"https:\/\/vaultiflex.lab-media.dev\/fr\/#website"},"datePublished":"2026-02-10T19:56:16+00:00","dateModified":"2026-04-08T19:21:48+00:00","breadcrumb":{"@id":"http:\/\/vaultiflex.lab-media.dev\/fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["http:\/\/vaultiflex.lab-media.dev\/fr\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/vaultiflex.lab-media.dev\/fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vaultiflex.lab-media.dev\/fr\/"},{"@type":"ListItem","position":2,"name":"Accueil"}]},{"@type":"WebSite","@id":"https:\/\/vaultiflex.lab-media.dev\/fr\/#website","url":"https:\/\/vaultiflex.lab-media.dev\/fr\/","name":"Vaultiflex","description":"","publisher":{"@id":"https:\/\/vaultiflex.lab-media.dev\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vaultiflex.lab-media.dev\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/vaultiflex.lab-media.dev\/fr\/#organization","name":"Vaultiflex","url":"https:\/\/vaultiflex.lab-media.dev\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/vaultiflex.lab-media.dev\/fr\/#\/schema\/logo\/image\/","url":"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/vf.png","contentUrl":"http:\/\/vaultiflex.lab-media.dev\/wp-content\/uploads\/2026\/02\/vf.png","width":415,"height":405,"caption":"Vaultiflex"},"image":{"@id":"https:\/\/vaultiflex.lab-media.dev\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":16,"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages\/132\/revisions"}],"predecessor-version":[{"id":281,"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages\/132\/revisions\/281"}],"wp:attachment":[{"href":"http:\/\/vaultiflex.lab-media.dev\/fr\/wp-json\/wp\/v2\/media?parent=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}