{"product_id":"guided-living-trust-workbook-rjc","title":"Cahier d'exercices pour fiducie de vie guidée","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Educational Guide \/ Estate Planning Notebook\nTarget Audience: Adults \u0026 seniors planning for the future, seeking clarity and security\nVisual Style: Professional, trustworthy, authoritative yet accessible\nColor Strategy: Trustworthy Navy Blue (--primary) with Slate Grays for high readability\nShape Strategy: Radius 8px-16px (structured but approachable, softening legal anxiety)\nTypography Strategy: Large Type (H1 34-44px, Body 18-20px) \/ Mobile-first, excellent legibility for mature eyes\nMobile Table Strategy: Card-based (No horizontal scroll, high contrast data-labels)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* CSS Variables Design System *\/\n    --primary: #1e3a8a;       \/* Trustworthy Navy Blue *\/\n    --primary-light: #eff6ff;\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;       \/* Subtle slate for contrast *\/\n    --text-main: #0f172a;     \/* High contrast slate black *\/\n    --text-sub: #475569;      \/* Readable secondary gray *\/\n    --border-color: #e2e8f0;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n    \n    \/* Spacing \u0026 Layout *\/\n    --spacing-section: clamp(2rem, 5vw, 4rem);\n    \n    \/* Core Layout Rules *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: 'Helvetica Neue', Arial, sans-serif, system-ui;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    color: var(--primary);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 600;\n    color: var(--text-main);\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    color: var(--text-main);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container ul {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    padding-left: 1.5rem;\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container li {\n    margin-bottom: 0.75rem;\n  }\n\n  \/* Image \u0026 Media Protocol *\/\n  .product-detail-container .media-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    background: var(--bg-card);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain; \/* Failsafe *\/\n  }\n\n  \/* Placeholder Styling for AI Output *\/\n  .product-detail-container .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background: #f8f9fa;\n    border: 2px dashed #cbd5e1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #64748b;\n    font-size: 1.25rem;\n    font-weight: 600;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Non-clickable Badge *\/\n  .product-detail-container .trust-badge {\n    display: inline-block;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Section Spacing *\/\n  .product-detail-container .section {\n    padding: var(--spacing-section) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .product-detail-container .section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Hero Section *\/\n  .product-detail-container .hero-section {\n    text-align: center;\n    padding-top: var(--spacing-section);\n  }\n  .product-detail-container .hero-content {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-section) auto;\n  }\n\n  \/* Z-Pattern Features (Mobile First) *\/\n  .product-detail-container .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-section);\n  }\n\n  .product-detail-container .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n  }\n\n  \/* Desktop Z-Pattern *\/\n  @media (min-width: 768px) {\n    .product-detail-container .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n    .product-detail-container .feature-copy {\n      padding: 0 2rem;\n    }\n  }\n\n  \/* Specifications Table (Card-based on Mobile) *\/\n  .product-detail-container .specs-table-wrapper {\n    width: 100%;\n  }\n\n  .product-detail-container table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n  }\n\n  .product-detail-container th, \n  .product-detail-container td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: 18px;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .product-detail-container th {\n    background-color: var(--bg-card);\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  \/* Mobile Specs Table Constraint *\/\n  @media (max-width: 767px) {\n    .product-detail-container table, \n    .product-detail-container thead, \n    .product-detail-container tbody, \n    .product-detail-container tr, \n    .product-detail-container th, \n    .product-detail-container td {\n      display: block;\n      width: 100%;\n    }\n    .product-detail-container thead {\n      display: none;\n    }\n    .product-detail-container tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: var(--bg-card);\n      overflow: hidden;\n    }\n    .product-detail-container td {\n      display: flex;\n      flex-direction: column;\n      padding: 1rem 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container td:last-child {\n      border-bottom: none;\n    }\n    .product-detail-container td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .product-detail-container .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 2rem;\n    margin-bottom: 1.5rem;\n  }\n  .product-detail-container .faq-item h3 {\n    color: var(--primary);\n    margin-bottom: 0.75rem;\n  }\n  .product-detail-container .faq-item p {\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003ePlanification successorale essentielle\u003c\/div\u003e\n\n\u003ch1\u003eSécurisez votre héritage avec une clarté absolue\u003c\/h1\u003e\n\n\u003ch2\u003eComment créer votre propre fiducie vivante : le guide ultime étape par étape\u003c\/h2\u003e\n\n\u003cp\u003eNaviguez dans les complexités de la planification successorale en toute confiance. Conçu spécifiquement pour les personnes souhaitant gérer efficacement leur succession, ce carnet complet transforme les procédures juridiques confuses en un parcours simple et direct.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a06f1c8eceda_20260423_c2687bbb_20260423_9f4a5c56_from_url_en_01_fc49f8622b6cd9e7389850855a59e468.webp?v=1778840012\" width=\"662\" height=\"662\" style=\"width: 662px; min-width: 662px; max-width: 662px; height: 662px; min-height: 662px; max-height: 662px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260423_166cee82_20260423_1066b117_from_url_en_07_77c507e073bd030b58bcdf08d11ad276.png?v=1778840113\" width=\"299\" height=\"299\" style=\"width: 299px; min-width: 299px; max-width: 299px; height: 299px; min-height: 299px; max-height: 299px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eInstructions complètes et claires\u003c\/h3\u003e\n\n\u003cp\u003eFini les suppositions juridiques. Notre guide est méticuleusement conçu pour décomposer les concepts complexes de la fiducie vivante en informations facilement assimilables.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eComprenez les piliers fondamentaux de la protection des actifs.\u003c\/li\u003e\n\t\u003cli\u003eIdentifiez précisément quel type de fiducie correspond à la situation unique de votre famille.\u003c\/li\u003e\n\t\u003cli\u003eGardez un contrôle total sur votre succession grâce à des chapitres structurés et faciles à lire.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260423_24578144_20260423_81f0abc8_from_url_en_08_217d24b00505c16439a0ce72b9343d80.jpg?v=1778840119\" width=\"299\" height=\"299\" style=\"width: 299px; min-width: 299px; max-width: 299px; height: 299px; min-height: 299px; max-height: 299px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUne méthodologie infaillible étape par étape\u003c\/h3\u003e\n\n\u003cp\u003eCe n'est pas qu'un livre à lire ; c'est un cahier pratique. Nous vous guidons à travers chaque phase critique de la mise en place de votre fiducie vivante, en veillant à ce qu'aucun détail vital ne soit négligé.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eSuivez notre liste de contrôle structurée, de la collecte initiale des actifs à la notarisation finale.\u003c\/li\u003e\n\t\u003cli\u003eModèles à remplir qui organisent vos pensées et intentions juridiques en toute sécurité.\u003c\/li\u003e\n\t\u003cli\u003eÉvitez les pièges courants qui retardent fréquemment les transferts successoraux.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260423_d690721c_20260423_9dd5f911_from_url_en_09_c612280f21295733e0c188120116d649.png?v=1778840125\" width=\"299\" height=\"299\" style=\"width: 299px; min-width: 299px; max-width: 299px; height: 299px; min-height: 299px; max-height: 299px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEssentiel pour une tranquillité d'esprit totale\u003c\/h3\u003e\n\n\u003cp\u003ePrenez en main l'avenir de votre famille dès aujourd'hui. Idéal pour les passionnés de planification successorale et les débutants, ce guide vous permet de gérer efficacement votre succession tout en économisant sur des frais de consultation préliminaires exorbitants.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eProtégez vos héritiers du processus d'homologation long, public et coûteux.\u003c\/li\u003e\n\t\u003cli\u003eAssurez-vous que vos volontés médicales et financières sont explicitement documentées.\u003c\/li\u003e\n\t\u003cli\u003eObtenez l'assurance que l'œuvre de votre vie est sécurisée exactement comme vous le souhaitez.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv style=\"margin-bottom: 2rem; text-align: center;\" class=\"hero-content\"\u003e\n\u003ch2\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003cp\u003ePropriétés physiques et fonctionnelles détaillées de votre guide.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpécifications\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Format Type\"\u003eType de format\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCahier de travail interactif \/ Guide carnet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Target Audience\"\u003ePublic cible\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePassionnés de planification successorale, particuliers, familles\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eCotes\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14 x 21 cm (5,51 x 8,27 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Item Weight\"\u003ePoids de l'article\u003c\/td\u003e\n\t\t\t\u003ctd\u003e450 g (15,9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Language\"\u003eLangue\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAnglais\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv style=\"margin-bottom: 2rem; text-align: center;\" class=\"hero-content\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cp\u003eTout ce que vous devez savoir pour utiliser ce guide de fiducie vivante.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAi-je besoin de connaissances juridiques préalables pour utiliser ce guide ?\u003c\/h3\u003e\n\n\u003cp\u003ePas du tout. Ce guide est spécialement rédigé pour les débutants absolus. Il traduit le jargon juridique complexe en un anglais simple et compréhensible, permettant à chacun de naviguer en toute confiance dans le processus de création d'une fiducie vivante.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCe guide remplace-t-il le besoin d'un avocat ?\u003c\/h3\u003e\n\n\u003cp\u003eBien que ce carnet complet vous fournisse le cadre essentiel, l'éducation et l'organisation étape par étape pour créer votre fiducie vivante, il est fortement recommandé de faire réviser vos documents finalisés par un avocat agréé afin de garantir une conformité totale avec les lois spécifiques de votre État local.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eQu'est-ce qui distingue ce guide des livres classiques sur la planification successorale ?\u003c\/h3\u003e\n\n\u003cp\u003eContrairement aux livres classiques chargés de texte, celui-ci agit comme un carnet structuré et un guide combinés. Il intègre des actions pratiques étape par étape, des sections organisées pour vos notes personnelles, et une progression linéaire claire pour vous assurer de réellement compléter le processus plutôt que de simplement le lire.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📘 1 exemplaire (Standard)","offer_id":47908473405652,"sku":"0319-13385008","price":12.95,"currency_code":"USD","in_stock":true},{"title":"👥 2 exemplaires (Pour couples - Économisez 20 %)","offer_id":47908473438420,"sku":"0319-13383537","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/77c507e073bd030b58bcdf08d11ad276.jpg?v=1778307827","url":"https:\/\/omurio.com\/fr\/products\/guided-living-trust-workbook-rjc","provider":"Omurio","version":"1.0","type":"link"}