{"id":132,"date":"2026-02-10T19:56:16","date_gmt":"2026-02-10T19:56:16","guid":{"rendered":"http:\/\/localhost:8888\/carefinances\/accueil\/"},"modified":"2026-03-30T19:34:27","modified_gmt":"2026-03-30T19:34:27","slug":"accueil","status":"publish","type":"page","link":"http:\/\/altacrown.lab-media.dev\/fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"\n<style>\n.qf-block-hero {\n    position: relative;\n    min-height: 600px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    font-family: 'Lustria', 'Open Sans', sans-serif;\n    overflow: hidden;\n}\n\n\/* Background Image *\/\n.qf-block-hero .hero-bg {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-size: cover;\n    background-position: center;\n    z-index: 0;\n}\n\n\/* Dark Overlay *\/\n.qf-block-hero .hero-bg::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(135deg, rgba(11, 12, 12, 0.5) 0%, rgba(42, 46, 52, 0.4) 100%);\n}\n\n\/* Content *\/\n.qf-block-hero .hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 100px 2rem 60px;\n    text-align: center;\n}\n\n.qf-block-hero h1 {\n    color: white;\n    font-size: 3rem;\n    margin-bottom: 1.5rem;\n    line-height: 1.2;\n    font-weight: 800;\n}\n\n.qf-block-hero .subtitle {\n    color: rgba(255,255,255,0.9);\n    font-size: 1.25rem;\n    line-height: 1.7;\n    margin-bottom: 2.5rem;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.qf-block-hero .cta-btn {\n    background: #f8bd43;\n    color: #0B0C0C;\n    padding: 1.125rem 2.5rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    transition: all 0.3s;\n    box-shadow: 0 8px 30px rgba(251, 225, 52, 0.3);\n}\n\n.qf-block-hero .cta-btn:hover {\n    background: #E4B61A;\n    color: #0B0C0C;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(251, 225, 52, 0.4);\n}\n\n.qf-block-hero .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-block-hero .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n.qf-block-hero .disclaimer {\n    color: rgba(255,255,255,0.7);\n    font-size: 0.875rem;\n    margin-top: 1.5rem;\n    line-height: 1.5;\n}\n\n\/* Badges inside hero *\/\n.qf-hero-badges-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem 80px;\n}\n\n.qf-hero-badges-inner .badges-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n}\n\n.qf-hero-badges-inner .badge-card {\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    padding: 1.5rem 1rem;\n    text-align: center;\n    border-radius: 1rem;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: badgeReveal 0.6s ease-out forwards;\n    transition: all 0.3s ease;\n}\n\n.qf-hero-badges-inner .badge-card:hover {\n    background: rgba(255, 255, 255, 0.15);\n    transform: translateY(-5px);\n    border-color: rgba(251, 225, 52, 0.5);\n}\n\n.qf-hero-badges-inner .badge-card:nth-child(1) { animation-delay: 0.3s; }\n.qf-hero-badges-inner .badge-card:nth-child(2) { animation-delay: 0.4s; }\n.qf-hero-badges-inner .badge-card:nth-child(3) { animation-delay: 0.5s; }\n.qf-hero-badges-inner .badge-card:nth-child(4) { animation-delay: 0.6s; }\n\n.qf-hero-badges-inner .badge-icon {\n    width: 56px;\n    height: 56px;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 100%);\n    border-radius: 0.875rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1rem;\n    box-shadow: 0 8px 20px rgba(251, 225, 52, 0.3);\n}\n\n.qf-hero-badges-inner .badge-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #0B0C0C;\n}\n\n.qf-hero-badges-inner .badge-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 0.375rem;\n}\n\n.qf-hero-badges-inner .badge-desc {\n    font-size: 0.8125rem;\n    color: rgba(255, 255, 255, 0.75);\n    line-height: 1.4;\n}\n\n@keyframes badgeReveal {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n}\n\n@media (max-width: 1024px) {\n    .qf-hero-badges-inner .badges-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 768px) {\n    .qf-block-hero {\n        min-height: 500px;\n    }\n\n    .qf-block-hero .hero-content {\n        padding: 80px 1.5rem 40px;\n    }\n\n    .qf-block-hero h1 {\n        font-size: 2rem;\n    }\n\n    .qf-block-hero .subtitle {\n        font-size: 1rem;\n    }\n\n    .qf-hero-badges-inner .badges-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 0.75rem;\n    }\n\n    .qf-hero-badges-inner .badge-card {\n        padding: 1.25rem 0.75rem;\n    }\n\n    .qf-hero-badges-inner .badge-icon {\n        width: 48px;\n        height: 48px;\n    }\n\n    .qf-hero-badges-inner .badge-icon svg {\n        width: 24px;\n        height: 24px;\n    }\n\n    .qf-hero-badges-inner .badge-title {\n        font-size: 0.875rem;\n    }\n\n    .qf-hero-badges-inner .badge-desc {\n        font-size: 0.75rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-hero\">\n    <!-- Background Image -->\n    <div class=\"hero-bg\" style=\"background-image: url('http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/happy-spouses-using-phone-sitting-on-couch-at-home-2026-01-08-23-24-12-utc-1.png');\"><\/div>\n\n    <!-- Content -->\n    <div class=\"hero-content\">\n        <h1><span style='color: #f8bd43'>Apprenez, progressez<\/span> et recevez une remise en argent de <span style='color: #f8bd43'>300$<\/span> \u00e0 <span style='color: #f8bd43'>1 500$<\/span>  selon votre forfait.*<\/h1>\n        \n        <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Choisir mon plan d&#039;apprentissage            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n                    <p class=\"disclaimer\">*Applicable lors de l&#039;achat d&#039;un de nos produits \u00e9ducatifs financiers. Voir les conditions d&#039;admissibilit\u00e9.<\/p>\n            <\/div>\n\n        <div class=\"qf-hero-badges-inner\">\n        <div class=\"badges-grid\">\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">Sant\u00e9 financi\u00e8re<\/h3>\n                                            <p class=\"badge-desc\">Contenu \u00e9ducatif accessible<\/p>\n                                    <\/div>\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M4 4a2 2 0 00-2 2v4a2 2 0 002 2V6h10a2 2 0 00-2-2H4zm2 6a2 2 0 012-2h8a2 2 0 012 2v4a2 2 0 01-2 2H8a2 2 0 01-2-2v-4zm6 4a2 2 0 100-4 2 2 0 000 4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">R\u00e9compense<\/h3>\n                                            <p class=\"badge-desc\">Remise en argent admissible<\/p>\n                                    <\/div>\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">S\u00e9curitaire et confidentiel<\/h3>\n                                            <p class=\"badge-desc\">Demande 100% en ligne<\/p>\n                                    <\/div>\n                            <div class=\"badge-card\">\n                    <div class=\"badge-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-2 0c0 .993-.241 1.929-.668 2.754l-1.524-1.525a3.997 3.997 0 00.078-2.183l1.562-1.562C15.802 8.249 16 9.1 16 10zm-5.165 3.913l1.58 1.58A5.98 5.98 0 0110 16a5.976 5.976 0 01-2.516-.552l1.562-1.562a4.006 4.006 0 001.789.027zm-4.677-2.796a4.002 4.002 0 01-.041-2.08l-.08.08-1.53-1.533A5.98 5.98 0 004 10c0 .954.223 1.856.619 2.657l1.54-1.54zm1.088-6.45A5.974 5.974 0 0110 4c.954 0 1.856.223 2.657.619l-1.54 1.54a4.002 4.002 0 00-2.346.033L7.246 4.668zM12 10a2 2 0 11-4 0 2 2 0 014 0z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <h3 class=\"badge-title\">Support expert<\/h3>\n                                            <p class=\"badge-desc\">Assistance d\u00e9di\u00e9e \u00e0 chaque \u00e9tape<\/p>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n    <\/section>\n\n\n\n<style>\n.qf-split-hero {\n    position: relative;\n    padding: 100px 0 120px;\n    background: linear-gradient(135deg, #0B0C0C 0%, #0B0C0C 50%, #2A2E34 100%);\n    overflow: hidden;\n    font-family: 'Lustria', 'Open Sans', sans-serif;\n}\n\n\/* Animated background elements *\/\n.qf-split-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle at 30% 50%, rgba(251, 225, 52, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 70% 80%, rgba(42, 46, 52, 0.2) 0%, transparent 40%);\n    animation: bgFloat 20s ease-in-out infinite;\n}\n\n@keyframes bgFloat {\n    0%, 100% { transform: translate(0, 0) rotate(0deg); }\n    50% { transform: translate(-2%, 2%) rotate(1deg); }\n}\n\n.qf-split-hero .qf-container {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    text-align: center;\n}\n\n.qf-split-hero .hero-badge {\n    display: inline-block;\n    background: rgba(251, 225, 52, 0.2);\n    border: 1px solid rgba(251, 225, 52, 0.4);\n    color: #f8bd43;\n    padding: 0.5rem 1.5rem;\n    border-radius: 2rem;\n    font-size: 0.875rem;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    backdrop-filter: blur(10px);\n}\n\n.qf-split-hero h2 {\n    color: white;\n    font-size: 3rem;\n    font-weight: 800;\n    margin-bottom: 1.5rem;\n    line-height: 1.2;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.qf-split-hero .hero-subtitle {\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 1.25rem;\n    line-height: 1.8;\n    max-width: 700px;\n    margin: 0 auto 3rem;\n}\n\n\/* Floating Stats Cards *\/\n.qf-floating-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n    max-width: 1000px;\n    margin: 0 auto 3rem;\n}\n\n.qf-float-card {\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 1.5rem;\n    padding: 2rem 1.5rem;\n    text-align: center;\n    opacity: 0;\n    transform: translateY(40px);\n    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.qf-float-card.animate-in {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n.qf-float-card:nth-child(1) { transition-delay: 0.1s; }\n.qf-float-card:nth-child(2) { transition-delay: 0.25s; }\n.qf-float-card:nth-child(3) { transition-delay: 0.4s; }\n\n.qf-float-card:hover {\n    transform: translateY(-8px);\n    background: rgba(255, 255, 255, 0.15);\n    border-color: rgba(251, 225, 52, 0.5);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n}\n\n.qf-float-card .card-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 100%);\n    border-radius: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1.25rem;\n    box-shadow: 0 10px 30px rgba(251, 225, 52, 0.3);\n}\n\n.qf-float-card .card-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #0B0C0C;\n}\n\n.qf-float-card .card-number {\n    font-size: 2.5rem;\n    font-weight: 800;\n    color: #f8bd43;\n    margin-bottom: 0.5rem;\n    line-height: 1;\n}\n\n.qf-float-card .card-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 0.5rem;\n}\n\n.qf-float-card .card-desc {\n    font-size: 0.875rem;\n    color: rgba(255, 255, 255, 0.7);\n    line-height: 1.5;\n}\n\n\/* CTA Button *\/\n.qf-split-hero .cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: #f8bd43;\n    color: #0B0C0C;\n    padding: 1.25rem 2.5rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 10px 30px rgba(251, 225, 52, 0.3);\n}\n\n.qf-split-hero .cta-btn:hover {\n    background: white;\n    color: #0B0C0C;\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(251, 225, 52, 0.4);\n}\n\n.qf-split-hero .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-split-hero .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Decorative floating orbs *\/\n.qf-orb {\n    position: absolute;\n    border-radius: 50%;\n    opacity: 0.5;\n    filter: blur(60px);\n    pointer-events: none;\n}\n\n.qf-orb-1 {\n    width: 300px;\n    height: 300px;\n    background: #f8bd43;\n    top: 10%;\n    right: 10%;\n    animation: orbFloat1 15s ease-in-out infinite;\n}\n\n.qf-orb-2 {\n    width: 200px;\n    height: 200px;\n    background: #2A2E34;\n    bottom: 20%;\n    left: 5%;\n    animation: orbFloat2 18s ease-in-out infinite;\n}\n\n@keyframes orbFloat1 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(-30px, 20px); }\n}\n\n@keyframes orbFloat2 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(20px, -30px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-floating-cards {\n        grid-template-columns: 1fr;\n        max-width: 400px;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 2.25rem;\n    }\n\n    .qf-split-hero .hero-subtitle {\n        font-size: 1.1rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-split-hero {\n        padding: 60px 0 80px;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 1.875rem;\n    }\n\n    .qf-float-card {\n        padding: 1.5rem 1rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-split-hero\">\n    <!-- Decorative orbs -->\n    <div class=\"qf-orb qf-orb-1\"><\/div>\n    <div class=\"qf-orb qf-orb-2\"><\/div>\n\n    <div class=\"qf-container\">\n        \n        <h2>Un programme clair pour mieux comprendre vos finances<\/h2>\n        <p class=\"hero-subtitle\">Altacrown offre une exp\u00e9rience num\u00e9rique simple permettant d\u2019acc\u00e9der \u00e0 des produits financiers, avec une remise en argent selon le forfait choisi.<\/p>\n\n                <div class=\"qf-floating-cards\">\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z\"\/><path fill-rule=\"evenodd\" d=\"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">01<\/div>\n                    <h3 class=\"card-title\">Compl\u00e9tez votre inscription<\/h3>\n                                            <p class=\"card-desc\">Diverses options de formation financi\u00e8re disponibles.<\/p>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4z\"\/><path fill-rule=\"evenodd\" d=\"M18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">02<\/div>\n                    <h3 class=\"card-title\">V\u00e9rification d&#039;admissibilit\u00e9<\/h3>\n                                            <p class=\"card-desc\">Soumettez vos renseignements pour l&#039;\u00e9valuation d&#039;admissibilit\u00e9.<\/p>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">03<\/div>\n                    <h3 class=\"card-title\">Confirmation de la r\u00e9compense<\/h3>\n                                            <p class=\"card-desc\">Approuvez ou refusez le montant selon le plan s\u00e9lectionn\u00e9.<\/p>\n                                    <\/div>\n                    <\/div>\n        \n                <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Commencer maintenant            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n            <\/div>\n<\/section>\n\n<script>\n(function() {\n    const cards = document.querySelectorAll('.qf-float-card');\n\n    if (cards.length === 0) return;\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('animate-in');\n            }\n        });\n    }, {\n        threshold: 0.2,\n        rootMargin: '0px 0px -50px 0px'\n    });\n\n    cards.forEach(card => observer.observe(card));\n})();\n<\/script>\n\n\n\n<style>\n.qf-block-features {\n    padding: 80px 0;\n    background: #f8fafc;\n    font-family: 'Lustria', 'Open Sans', sans-serif;\n}\n\n.qf-block-features .qf-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n\n.qf-block-features h2 {\n    color: #0B0C0C;\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: 30% 40% 30%;\n    gap: 2rem;\n    align-items: center;\n}\n\n.qf-block-features .features-column {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n}\n\n.qf-block-features .feature-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n    padding: 1.25rem;\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 .features-column.left .feature-item:nth-child(1) { animation-delay: 0.1s; }\n.qf-block-features .features-column.left .feature-item:nth-child(2) { animation-delay: 0.2s; }\n.qf-block-features .features-column.right .feature-item:nth-child(1) { animation-delay: 0.3s; }\n.qf-block-features .features-column.right .feature-item:nth-child(2) { animation-delay: 0.4s; }\n\n@keyframes featureFadeIn {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n}\n\n.qf-block-features .feature-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(42, 46, 52, 0.1);\n    border-color: #f8bd43;\n}\n\n.qf-block-features .feature-icon {\n    width: 3rem;\n    height: 3rem;\n    min-width: 3rem;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 100%);\n    border-radius: 0.75rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 6px 20px rgba(251, 225, 52, 0.35);\n}\n\n.qf-block-features .feature-icon svg {\n    width: 1.25rem;\n    height: 1.25rem;\n    color: #0B0C0C;\n}\n\n.qf-block-features .feature-content {\n    flex: 1;\n}\n\n.qf-block-features .feature-content h3 {\n    color: #0B0C0C;\n    font-size: 1rem;\n    font-weight: 700;\n    margin-bottom: 0.25rem;\n}\n\n.qf-block-features .feature-content p {\n    color: #64748b;\n    font-size: 0.875rem;\n    line-height: 1.5;\n    margin: 0;\n}\n\n.qf-block-features .features-image {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n.qf-block-features .features-image img {\n    width: 100%;\n    max-width: 400px;\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: 10%;\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 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: 10%;\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #0B0C0C 0%, #2A2E34 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.5;\n}\n\n\/* Tablet *\/\n@media (max-width: 1024px) {\n    .qf-block-features .features-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 2rem;\n    }\n\n    .qf-block-features .features-image {\n        grid-column: 1 \/ -1;\n        order: -1;\n        margin-bottom: 1rem;\n    }\n\n    .qf-block-features .features-image img {\n        max-width: 350px;\n    }\n}\n\n\/* Mobile *\/\n@media (max-width: 640px) {\n    .qf-block-features .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .qf-block-features .features-column.right {\n        order: 1;\n    }\n\n    .qf-block-features h2 {\n        font-size: 1.75rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-features\">\n    <div class=\"qf-container\">\n        <h2>L&#039;avantage Altacrown<\/h2>\n\n        <div class=\"features-grid\">\n            <!-- Left Column - First 2 Features -->\n            <div class=\"features-column left\">\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>Protection Garantie<\/h3>\n                            <p>Cryptage de niveau bancaire pour prot\u00e9ger vos donn\u00e9es personnelles.<\/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=\"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>\n\n            <!-- Center Column - Image -->\n            <div class=\"features-image\">\n                <img decoding=\"async\" src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/happy-indian-young-man-using-cell-phone-isolated-o-2026-01-08-00-19-45-utc-1.png\" alt=\"L&#039;avantage Altacrown\">\n            <\/div>\n\n            <!-- Right Column - Last 2 Features -->\n            <div class=\"features-column right\">\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>V\u00e9rification rapide<\/h3>\n                            <p>D\u00e9couvrez rapidement si vous \u00eates admissible \u00e0 la remise en argent.<\/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>\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: 'Lustria', 'Open Sans', 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: #0B0C0C;\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: #0B0C0C;\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: #0B0C0C;\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: #0B0C0C;\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>Choisissez votre forfait, selon votre rythme<\/h2>\n                            <p>Le montant de la remise en argent varie de 300 $ \u00e0 1 500 $ selon le forfait choisi.<\/p>\n                    <\/div>\n\n        <div class=\"pricing-grid\">\n                            <div class=\"pricing-card\">\n                    <!-- Header Banner -->\n                    <div class=\"card-header\" style=\"background-color: #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\">85,22$<\/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>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"https:\/\/signup.altacrown.com\" class=\"cta-btn\" style=\"background-color: #C9984A; color: #0B0C0C;\">\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\">121,98$<\/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>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"https:\/\/signup.altacrown.com\" class=\"cta-btn\" style=\"background-color: #A8A8A8; color: #0B0C0C;\">\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: #E4B61A;\">\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\">182,97$<\/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>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"https:\/\/signup.altacrown.com\" class=\"cta-btn\" style=\"background-color: #E4B61A; color: #0B0C0C;\">\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\"> 213,87$<\/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>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"https:\/\/signup.altacrown.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\">238,08$<\/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>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"https:\/\/signup.altacrown.com\" class=\"cta-btn\" style=\"background-color: #7BB3D1; color: #0B0C0C;\">\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: #2A2E34;\">\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\">285,69$<\/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>S\u00e9curit\u00e9 bancaire<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Approbation instantan\u00e9e<\/span>\n                                <\/li>\n                                                            <li>\n                                    <svg fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                                        <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/>\n                                    <\/svg>\n                                    <span>Contenu d&#039;\u00e9ducation financi\u00e8re g\u00e9n\u00e9rale<\/span>\n                                <\/li>\n                                                    <\/ul>\n                        \n                        <!-- CTA Button -->\n                        <a href=\"https:\/\/signup.altacrown.com\" class=\"cta-btn\" style=\"background-color: #2A2E34; 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-split-hero {\n    position: relative;\n    padding: 100px 0 120px;\n    background: linear-gradient(135deg, #0B0C0C 0%, #0B0C0C 50%, #2A2E34 100%);\n    overflow: hidden;\n    font-family: 'Lustria', 'Open Sans', sans-serif;\n}\n\n\/* Animated background elements *\/\n.qf-split-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle at 30% 50%, rgba(251, 225, 52, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 70% 80%, rgba(42, 46, 52, 0.2) 0%, transparent 40%);\n    animation: bgFloat 20s ease-in-out infinite;\n}\n\n@keyframes bgFloat {\n    0%, 100% { transform: translate(0, 0) rotate(0deg); }\n    50% { transform: translate(-2%, 2%) rotate(1deg); }\n}\n\n.qf-split-hero .qf-container {\n    position: relative;\n    z-index: 2;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    text-align: center;\n}\n\n.qf-split-hero .hero-badge {\n    display: inline-block;\n    background: rgba(251, 225, 52, 0.2);\n    border: 1px solid rgba(251, 225, 52, 0.4);\n    color: #f8bd43;\n    padding: 0.5rem 1.5rem;\n    border-radius: 2rem;\n    font-size: 0.875rem;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    backdrop-filter: blur(10px);\n}\n\n.qf-split-hero h2 {\n    color: white;\n    font-size: 3rem;\n    font-weight: 800;\n    margin-bottom: 1.5rem;\n    line-height: 1.2;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.qf-split-hero .hero-subtitle {\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 1.25rem;\n    line-height: 1.8;\n    max-width: 700px;\n    margin: 0 auto 3rem;\n}\n\n\/* Floating Stats Cards *\/\n.qf-floating-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2rem;\n    max-width: 1000px;\n    margin: 0 auto 3rem;\n}\n\n.qf-float-card {\n    background: rgba(255, 255, 255, 0.1);\n    backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 1.5rem;\n    padding: 2rem 1.5rem;\n    text-align: center;\n    opacity: 0;\n    transform: translateY(40px);\n    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.qf-float-card.animate-in {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n.qf-float-card:nth-child(1) { transition-delay: 0.1s; }\n.qf-float-card:nth-child(2) { transition-delay: 0.25s; }\n.qf-float-card:nth-child(3) { transition-delay: 0.4s; }\n\n.qf-float-card:hover {\n    transform: translateY(-8px);\n    background: rgba(255, 255, 255, 0.15);\n    border-color: rgba(251, 225, 52, 0.5);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n}\n\n.qf-float-card .card-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 100%);\n    border-radius: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1.25rem;\n    box-shadow: 0 10px 30px rgba(251, 225, 52, 0.3);\n}\n\n.qf-float-card .card-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #0B0C0C;\n}\n\n.qf-float-card .card-number {\n    font-size: 2.5rem;\n    font-weight: 800;\n    color: #f8bd43;\n    margin-bottom: 0.5rem;\n    line-height: 1;\n}\n\n.qf-float-card .card-title {\n    font-size: 1rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 0.5rem;\n}\n\n.qf-float-card .card-desc {\n    font-size: 0.875rem;\n    color: rgba(255, 255, 255, 0.7);\n    line-height: 1.5;\n}\n\n\/* CTA Button *\/\n.qf-split-hero .cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: #f8bd43;\n    color: #0B0C0C;\n    padding: 1.25rem 2.5rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 10px 30px rgba(251, 225, 52, 0.3);\n}\n\n.qf-split-hero .cta-btn:hover {\n    background: white;\n    color: #0B0C0C;\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(251, 225, 52, 0.4);\n}\n\n.qf-split-hero .cta-btn svg {\n    transition: transform 0.3s;\n}\n\n.qf-split-hero .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Decorative floating orbs *\/\n.qf-orb {\n    position: absolute;\n    border-radius: 50%;\n    opacity: 0.5;\n    filter: blur(60px);\n    pointer-events: none;\n}\n\n.qf-orb-1 {\n    width: 300px;\n    height: 300px;\n    background: #f8bd43;\n    top: 10%;\n    right: 10%;\n    animation: orbFloat1 15s ease-in-out infinite;\n}\n\n.qf-orb-2 {\n    width: 200px;\n    height: 200px;\n    background: #2A2E34;\n    bottom: 20%;\n    left: 5%;\n    animation: orbFloat2 18s ease-in-out infinite;\n}\n\n@keyframes orbFloat1 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(-30px, 20px); }\n}\n\n@keyframes orbFloat2 {\n    0%, 100% { transform: translate(0, 0); }\n    50% { transform: translate(20px, -30px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n    .qf-floating-cards {\n        grid-template-columns: 1fr;\n        max-width: 400px;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 2.25rem;\n    }\n\n    .qf-split-hero .hero-subtitle {\n        font-size: 1.1rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .qf-split-hero {\n        padding: 60px 0 80px;\n    }\n\n    .qf-split-hero h2 {\n        font-size: 1.875rem;\n    }\n\n    .qf-float-card {\n        padding: 1.5rem 1rem;\n    }\n}\n<\/style>\n\n<section class=\"qf-split-hero\">\n    <!-- Decorative orbs -->\n    <div class=\"qf-orb qf-orb-1\"><\/div>\n    <div class=\"qf-orb qf-orb-2\"><\/div>\n\n    <div class=\"qf-container\">\n        \n        <h2>Une plateforme simple pour acc\u00e9der \u00e0 des produits financiers<\/h2>\n        <p class=\"hero-subtitle\">Altacrown propose une exp\u00e9rience num\u00e9rique simple qui donne acc\u00e8s \u00e0 du contenu \u00e9ducatif sur les notions financi\u00e8res g\u00e9n\u00e9rales, ainsi qu\u2019\u00e0 une remise en argent selon le forfait choisi.<\/p>\n\n                <div class=\"qf-floating-cards\">\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z\"\/><path fill-rule=\"evenodd\" d=\"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">01<\/div>\n                    <h3 class=\"card-title\">Inscription simple \u2013 Compl\u00e9tez votre inscription en quelques minutes.<\/h3>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4z\"\/><path fill-rule=\"evenodd\" d=\"M18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">02<\/div>\n                    <h3 class=\"card-title\">V\u00e9rification rapide \u2013 Vos renseignements sont v\u00e9rifi\u00e9s pour l&#039;\u00e9valuation d&#039;admissibilit\u00e9.<\/h3>\n                                    <\/div>\n                            <div class=\"qf-float-card\">\n                    <div class=\"card-icon\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>                    <\/div>\n                    <div class=\"card-number\">03<\/div>\n                    <h3 class=\"card-title\">Versement de la remise \u2013 Recevez votre remise en argent selon les conditions du forfait.<\/h3>\n                                    <\/div>\n                    <\/div>\n        \n                <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Commencer mon inscription            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n            <\/div>\n<\/section>\n\n<script>\n(function() {\n    const cards = document.querySelectorAll('.qf-float-card');\n\n    if (cards.length === 0) return;\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('animate-in');\n            }\n        });\n    }, {\n        threshold: 0.2,\n        rootMargin: '0px 0px -50px 0px'\n    });\n\n    cards.forEach(card => observer.observe(card));\n})();\n<\/script>\n\n\n\n<style>\n.qf-block-process { padding: 80px 0; background: white; font-family: 'Lustria', 'Open Sans', sans-serif; }\n.qf-block-process .qf-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n}\n.qf-block-process h2 {\n    color: #0B0C0C;\n    font-size: 2.5rem;\n    margin-bottom: 2.5rem;\n    line-height: 1.2;\n}\n.qf-block-process .steps-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-bottom: 2.5rem;\n}\n.qf-block-process .step-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 1.25rem;\n    opacity: 0;\n    transform: translateX(-20px);\n    animation: stepSlideIn 0.5s ease-out forwards;\n}\n.qf-block-process .step-item:nth-child(1) { animation-delay: 0.1s; }\n.qf-block-process .step-item:nth-child(2) { animation-delay: 0.2s; }\n.qf-block-process .step-item:nth-child(3) { animation-delay: 0.3s; }\n@keyframes stepSlideIn {\n    0% { opacity: 0; transform: translateX(-20px); }\n    100% { opacity: 1; transform: translateX(0); }\n}\n.qf-block-process .step-number {\n    width: 3rem;\n    height: 3rem;\n    min-width: 3rem;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #0B0C0C;\n    font-size: 1.25rem;\n    font-weight: 800;\n    box-shadow: 0 6px 20px rgba(251, 225, 52, 0.4);\n}\n.qf-block-process .step-content {\n    flex: 1;\n}\n.qf-block-process .step-title {\n    color: #0B0C0C;\n    font-size: 1.25rem;\n    font-weight: 700;\n    margin-bottom: 0.25rem;\n}\n.qf-block-process .step-text {\n    color: #64748b;\n    font-size: 1rem;\n    line-height: 1.5;\n    margin: 0;\n}\n.qf-block-process .cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: #f8bd43;\n    color: #0B0C0C;\n    padding: 1rem 2rem;\n    border-radius: 1rem;\n    font-weight: 700;\n    font-size: 1.125rem;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    box-shadow: 0 8px 25px rgba(251, 225, 52, 0.35);\n}\n.qf-block-process .cta-btn:hover {\n    background: #E4B61A;\n    color: #0B0C0C;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 30px rgba(251, 225, 52, 0.45);\n}\n.qf-block-process .cta-btn svg {\n    transition: transform 0.3s;\n}\n.qf-block-process .cta-btn:hover svg {\n    transform: translateX(5px);\n}\n.qf-block-process .process-image {\n    position: relative;\n}\n.qf-block-process .process-image img {\n    width: 100%;\n    border-radius: 1.5rem;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);\n}\n.qf-block-process .process-image::before {\n    content: '';\n    position: absolute;\n    top: -15px;\n    right: -15px;\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #f8bd43 0%, #E4B61A 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.6;\n}\n.qf-block-process .process-image::after {\n    content: '';\n    position: absolute;\n    bottom: -15px;\n    left: -15px;\n    width: 100px;\n    height: 100px;\n    background: linear-gradient(135deg, #0B0C0C 0%, #2A2E34 100%);\n    border-radius: 1rem;\n    z-index: -1;\n    opacity: 0.4;\n}\n@media (max-width: 900px) {\n    .qf-block-process .qf-container {\n        grid-template-columns: 1fr;\n        gap: 3rem;\n    }\n    .qf-block-process .process-image {\n        order: -1;\n        max-width: 500px;\n        margin: 0 auto;\n    }\n    .qf-block-process h2 {\n        text-align: center;\n        font-size: 2rem;\n    }\n    .qf-block-process .process-content {\n        text-align: center;\n    }\n    .qf-block-process .step-item {\n        text-align: left;\n    }\n    .qf-block-process .cta-btn {\n        margin: 0 auto;\n    }\n}\n<\/style>\n\n<section class=\"qf-block-process\">\n    <div class=\"qf-container\">\n        <div class=\"process-content\">\n            <h2>Trois \u00e9tapes simples<\/h2>\n\n            <div class=\"steps-list\">\n                                    <div class=\"step-item\">\n                        <div class=\"step-number\">1<\/div>\n                        <div class=\"step-content\">\n                            <h3 class=\"step-title\">S\u00e9lectionnez votre forfait<\/h3>\n                            <p class=\"step-text\">Choisissez le programme adapt\u00e9 \u00e0 votre situation et vos objectifs financiers.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"step-item\">\n                        <div class=\"step-number\">2<\/div>\n                        <div class=\"step-content\">\n                            <h3 class=\"step-title\">Soumettez vos renseignements<\/h3>\n                            <p class=\"step-text\">Vos informations sont v\u00e9rifi\u00e9es pour l\u2019\u00e9valuation d\u2019admissibilit\u00e9.<\/p>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"step-item\">\n                        <div class=\"step-number\">3<\/div>\n                        <div class=\"step-content\">\n                            <h3 class=\"step-title\">Recevez votre remise en argent admissible<\/h3>\n                            <p class=\"step-text\">Le 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.altacrown.com\" class=\"cta-btn\">\n                Faire une demande                <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n            <\/a>\n        <\/div>\n\n        <div class=\"process-image\">\n            <img decoding=\"async\" src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/close-up-of-hand-holding-smartphone-with-glowing-d-2026-01-11-08-35-18-utc-1.png\" alt=\"Trois \u00e9tapes simples\">\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n.qf-block-faq { padding: 80px 0; background: linear-gradient(135deg, #0B0C0C 0%, #2A2E34 100%); font-family: 'Lustria', 'Open Sans', 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: #f8bd43; 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\">En combien de temps vais-je recevoir ma remise?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Les d\u00e9lais de versement varient selon la v\u00e9rification et l&#039;institution financi\u00e8re. La remise est vers\u00e9e selon les conditions du forfait choisi.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Ma cote de cr\u00e9dit sera-t-elle affect\u00e9e?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Pas du tout. Altacrown n&#039;effectue aucune v\u00e9rification de cr\u00e9dit. Nous validons uniquement vos informations bancaires de base.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Comment la remise en argent est-elle vers\u00e9e?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Suite \u00e0 votre inscription et premier versement, le montant de votre r\u00e9compense associ\u00e9 \u00e0 votre forfait est transf\u00e9r\u00e9 directement dans votre compte bancaire.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            <div class=\"accordion-column\">\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Qui peut s&#039;inscrire au programme?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Tout r\u00e9sident canadien de 18 ans et plus poss\u00e9dant un compte bancaire actif et pouvant effectuer les paiements pr\u00e9vus \u00e0 son forfait.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Est-il possible d&#039;annuler en cours de route?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>L&#039;annulation est possible en tout temps. Notez toutefois que votre bonus est li\u00e9 \u00e0 la compl\u00e9tion de l&#039;ensemble des paiements de votre programme.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"accordion-item\">\n                        <button class=\"accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\">\n                            <span class=\"accordion-question\">Mes informations sont-elles en s\u00e9curit\u00e9?<\/span>\n                            <span class=\"accordion-icon\">+<\/span>\n                        <\/button>\n                        <div class=\"accordion-content\">\n                            <div class=\"accordion-answer\">\n                                <p>Tout \u00e0 fait. Altacrown utilise un cryptage bancaire pour assurer la protection compl\u00e8te de vos donn\u00e9es personnelles et financi\u00e8res.<\/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: 'Lustria', 'Open Sans', 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: #0B0C0C;\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: #f8bd43;\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, #0B0C0C, #2A2E34);\n    box-shadow: 0 4px 12px rgba(42, 46, 52, 0.25);\n}\n.testimonial-info h4 {\n    color: #0B0C0C;\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: #f8bd43;\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: #0B0C0C;\n    border-color: #0B0C0C;\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: #0B0C0C;\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>T\u00e9moignages de nos membres<\/h2>\n        <\/div>\n\n        <div class=\"testimonials-carousel-wrapper\">\n            <div class=\"testimonials-carousel\" id=\"testimonials-69d6b84f48e32\">\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Altacrown a rendu tout le processus tr\u00e8s simple. J&#039;ai re\u00e7u mes fonds rapidement et le contenu \u00e9ducatif \u00e9tait un vrai plus.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/young-woman-in-grassy-field-in-spring-2026-01-09-10-41-43-utc-1.png\"\n                                alt=\"Sophie L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Sophie 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>J&#039;ai appr\u00e9ci\u00e9 la simplicit\u00e9 du processus. Aucuns frais cach\u00e9s, aucune complication. Tout s&#039;est pass\u00e9 exactement comme pr\u00e9vu.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/close-up-laughing-handsome-man-with-beard-outside-2026-01-05-05-10-09-utc-1.png\"\n                                alt=\"Philippe G.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Philippe G.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>L&#039;\u00e9quipe de support a \u00e9t\u00e9 formidable. Ils ont r\u00e9pondu \u00e0 toutes mes questions avec patience et professionnalisme.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/face-elderly-woman-and-smile-with-fitness-outdoor-2026-01-09-09-56-23-utc-1.png\"\n                                alt=\"Caroline D.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Caroline 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>Le contenu \u00e9ducatif m&#039;a permis de mieux comprendre les concepts financiers courants.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/happiness-2026-01-09-10-35-10-utc-1.png\"\n                                alt=\"Alexandre B.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Alexandre B.<\/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>Un programme \u00e9ducatif clair et un processus simple. Je recommande!<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/portrait-of-laughing-and-smiling-man-standing-outd-2026-01-05-06-31-05-utc-1.png\"\n                                alt=\"Robert S.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Robert S.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>Altacrown a rendu tout le processus tr\u00e8s simple. J&#039;ai re\u00e7u mes fonds rapidement et le contenu \u00e9ducatif \u00e9tait un vrai plus.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/young-woman-in-grassy-field-in-spring-2026-01-09-10-41-43-utc-1.png\"\n                                alt=\"Sophie L.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Sophie 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>J&#039;ai appr\u00e9ci\u00e9 la simplicit\u00e9 du processus. Aucuns frais cach\u00e9s, aucune complication. Tout s&#039;est pass\u00e9 exactement comme pr\u00e9vu.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/close-up-laughing-handsome-man-with-beard-outside-2026-01-05-05-10-09-utc-1.png\"\n                                alt=\"Philippe G.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Philippe G.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"testimonial-card\">\n                        <div class=\"testimonial-quote\">\n                            <p>L&#039;\u00e9quipe de support a \u00e9t\u00e9 formidable. Ils ont r\u00e9pondu \u00e0 toutes mes questions avec patience et professionnalisme.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/face-elderly-woman-and-smile-with-fitness-outdoor-2026-01-09-09-56-23-utc-1.png\"\n                                alt=\"Caroline D.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Caroline 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>Le contenu \u00e9ducatif m&#039;a permis de mieux comprendre les concepts financiers courants.<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/happiness-2026-01-09-10-35-10-utc-1.png\"\n                                alt=\"Alexandre B.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Alexandre B.<\/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>Un programme \u00e9ducatif clair et un processus simple. Je recommande!<\/p>\n                        <\/div>\n                        <div class=\"testimonial-author\">\n                            <img decoding=\"async\"\n                                src=\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/portrait-of-laughing-and-smiling-man-standing-outd-2026-01-05-06-31-05-utc-1.png\"\n                                alt=\"Robert S.\"\n                                class=\"testimonial-avatar\"\n                                loading=\"lazy\"\n                            \/>\n                            <div class=\"testimonial-info\">\n                                <h4>Robert S.<\/h4>\n                                <div class=\"testimonial-stars\">\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                            <svg fill=\"currentColor\" viewBox=\"0 0 20 20\"><path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/><\/svg>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\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-69d6b84f48e32';\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: 'Lustria', 'Open Sans', sans-serif;\n    background: linear-gradient(135deg, #0B0C0C 0%, #2A2E34 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: #f8bd43;\n    color: #0B0C0C;\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: #E4B61A;\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>Prenez le contr\u00f4le de votre avenir d\u00e8s aujourd\u2019hui!<\/h2>\n        <p class=\"subtitle\">Acc\u00e9dez \u00e0 un programme \u00e9ducatif et profitez d\u2019une remise en argent admissible selon votre forfait.<\/p>\n\n        <!-- CTA Button -->\n        <a href=\"https:\/\/signup.altacrown.com\/\" class=\"cta-btn\">\n            Choisir votre plan            <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"\/><\/svg>\n        <\/a>\n    <\/div>\n<\/section>\n","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 - Altacrown<\/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 - Altacrown\" \/>\n<meta property=\"og:url\" content=\"http:\/\/altacrown.lab-media.dev\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"Altacrown\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T19:34:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/altacrown.lab-media.dev\/fr\/\",\"url\":\"http:\/\/altacrown.lab-media.dev\/fr\/\",\"name\":\"Accueil - Altacrown\",\"isPartOf\":{\"@id\":\"https:\/\/altacrown.lab-media.dev\/fr\/#website\"},\"datePublished\":\"2026-02-10T19:56:16+00:00\",\"dateModified\":\"2026-03-30T19:34:27+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/altacrown.lab-media.dev\/fr\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/altacrown.lab-media.dev\/fr\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/altacrown.lab-media.dev\/fr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/altacrown.lab-media.dev\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/altacrown.lab-media.dev\/fr\/#website\",\"url\":\"https:\/\/altacrown.lab-media.dev\/fr\/\",\"name\":\"Altacrown\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/altacrown.lab-media.dev\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/altacrown.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:\/\/altacrown.lab-media.dev\/fr\/#organization\",\"name\":\"Altacrown\",\"url\":\"https:\/\/altacrown.lab-media.dev\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/altacrown.lab-media.dev\/fr\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/image_logo_al.png\",\"contentUrl\":\"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/image_logo_al.png\",\"width\":400,\"height\":372,\"caption\":\"Altacrown\"},\"image\":{\"@id\":\"https:\/\/altacrown.lab-media.dev\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accueil - Altacrown","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 - Altacrown","og_url":"http:\/\/altacrown.lab-media.dev\/fr\/","og_site_name":"Altacrown","article_modified_time":"2026-03-30T19:34:27+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/altacrown.lab-media.dev\/fr\/","url":"http:\/\/altacrown.lab-media.dev\/fr\/","name":"Accueil - Altacrown","isPartOf":{"@id":"https:\/\/altacrown.lab-media.dev\/fr\/#website"},"datePublished":"2026-02-10T19:56:16+00:00","dateModified":"2026-03-30T19:34:27+00:00","breadcrumb":{"@id":"http:\/\/altacrown.lab-media.dev\/fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["http:\/\/altacrown.lab-media.dev\/fr\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/altacrown.lab-media.dev\/fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/altacrown.lab-media.dev\/fr\/"},{"@type":"ListItem","position":2,"name":"Accueil"}]},{"@type":"WebSite","@id":"https:\/\/altacrown.lab-media.dev\/fr\/#website","url":"https:\/\/altacrown.lab-media.dev\/fr\/","name":"Altacrown","description":"","publisher":{"@id":"https:\/\/altacrown.lab-media.dev\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/altacrown.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:\/\/altacrown.lab-media.dev\/fr\/#organization","name":"Altacrown","url":"https:\/\/altacrown.lab-media.dev\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/altacrown.lab-media.dev\/fr\/#\/schema\/logo\/image\/","url":"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/image_logo_al.png","contentUrl":"http:\/\/altacrown.lab-media.dev\/wp-content\/uploads\/2026\/02\/image_logo_al.png","width":400,"height":372,"caption":"Altacrown"},"image":{"@id":"https:\/\/altacrown.lab-media.dev\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":15,"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages\/132\/revisions"}],"predecessor-version":[{"id":248,"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/pages\/132\/revisions\/248"}],"wp:attachment":[{"href":"http:\/\/altacrown.lab-media.dev\/fr\/wp-json\/wp\/v2\/media?parent=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}