{"product_id":"king-canada-11000w-tri-fuel-digital-inverter","title":"Générateur à onduleur numérique King Canada 11 000 W à triple carburant","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    \/* Container: Main layout wrapper with global font family and line height *\/\n    .cd-product-description {\n        font-family: 'Lato', sans-serif;\n        line-height: 1.5;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    \/* Brand Tokens: Primary industrial color variables *\/\n    :root {\n        --king-blue: #004a80;\n        --laser-blue: #0ea5e9;\n        --tcd-blue: #0369a1;\n        --tcd-border: #bae6fd;\n        --glass-bg: rgba(255, 255, 255, 0.02);\n    }\n\n    \/* Primary Heading: Positioned at the peak with minimal bottom spacing *\/\n    .cd-product-description h1 { \n        text-align: center; \n        margin-top: 0;\n        margin-bottom: 2px; \n        font-weight: 900; \n        text-transform: uppercase; \n        font-size: 38px; \n        letter-spacing: -1px; \n    }\n\n    \/* Origin Badge: Secondary header with letter-spacing for industrial feel *\/\n    .cd-product-description .cd-origin-badge {\n        text-transform: uppercase;\n        font-weight: 900;\n        letter-spacing: 3px;\n        display: inline-block;\n        font-size: 18px; \n        position: relative;\n        padding-bottom: 4px;\n        margin: 0 auto 15px auto;\n    }\n\n    .cd-product-description h2 { padding-bottom: 4px; margin-top: 20px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; text-align: center; font-size: 26px; }\n    .cd-product-description p { font-size: 19px; line-height: 1.6; margin-bottom: 15px; }\n\n    \/* Keyframes: Secondary combustion trace line animation *\/\n    @keyframes techTrace {\n        0% { width: 0; left: 0; opacity: 0; }\n        5% { opacity: 1; }\n        45% { width: 100%; left: 0; }\n        55% { width: 0; left: 100%; opacity: 1; }\n        60% { opacity: 0; }\n        100% { opacity: 0; }\n    }\n\n    \/* Keyframes: Power status LED indicator pulse *\/\n    @keyframes ledPulse {\n        0%, 100% { opacity: 1; box-shadow: 0 0 2px var(--laser-blue); }\n        50% { opacity: 0.3; box-shadow: 0 0 0px var(--laser-blue); }\n    }\n\n    \/* Component: Badge Animation logic *\/\n    .cd-origin-badge::after { \n        content: \"\";\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        height: 2px;\n        background: var(--laser-blue);\n        box-shadow: 0 0 8px var(--laser-blue);\n        animation: techTrace 6s infinite cubic-bezier(0.65, 0, 0.35, 1); \n    }\n\n    \/* Component: Centered technical heading animation *\/\n    .cd-animated-title-wrap { text-align: center; margin-bottom: 5px; }\n    .cd-animated-title {\n        position: relative;\n        display: inline-block;\n        padding-bottom: 3px;\n        line-height: 1.2;\n    }\n    .cd-animated-title h2 { margin: 0 !important; padding: 0 !important; }\n    .cd-animated-title::after {\n        content: \"\";\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        height: 2px;\n        width: 100%;\n        background: var(--laser-blue);\n        box-shadow: 0 0 8px var(--laser-blue);\n        animation: techTrace 6s infinite cubic-bezier(0.65, 0, 0.35, 1);\n    }\n\n    \/* Layout: Flex row for introductory text and media *\/\n    .cd-side-block {\n        display: flex;\n        align-items: center;\n        gap: 30px;\n        margin-bottom: 25px;\n    }\n    .cd-side-text { flex: 1.5; }\n    .cd-side-img { flex: 1; text-align: center; }\n    .cd-side-img img {\n        max-width: 100%;\n        height: auto;\n        border-radius: 12px;\n        border: 1px solid rgba(128,128,128,0.15);\n        opacity: 0.9;\n        background: #ffffff;\n    }\n\n    \/* Component: Triple sales feature grid - Forced horizontal lock *\/\n    .cd-feature-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 12px;\n        margin: 5px auto;\n        max-width: 850px; \n    }\n    .cd-feature-card {\n        background: var(--glass-bg);\n        padding: 5px 10px; \n        border-radius: 4px;\n        border: 1px solid rgba(128,128,128,0.1);\n        border-top: 3px solid var(--king-blue);\n        text-align: center;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        min-height: 110px; \n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n    }\n\n    \/* Card Decoration: Structural corner brackets *\/\n    .cd-feature-card::before {\n        content: \"\";\n        position: absolute;\n        top: 6px;\n        left: 6px;\n        width: 8px;\n        height: 8px;\n        border-top: 1px solid rgba(128,128,128,0.3);\n        border-left: 1px solid rgba(128,128,128,0.3);\n    }\n\n    \/* Card Decoration: Lateral measurement indicators *\/\n    .cd-feature-card::after {\n        content: \"\";\n        position: absolute;\n        right: 0;\n        top: 25%;\n        height: 50%;\n        width: 2px;\n        background: repeating-linear-gradient(0deg, rgba(128,128,128,0.15) 0, rgba(128,128,128,0.15) 1px, transparent 1px, transparent 4px);\n    }\n\n    \/* Component: Interactive hover reveal checkmark *\/\n    .cd-hover-check {\n        position: absolute;\n        top: 8px;\n        right: 8px;\n        opacity: 0;\n        transition: opacity 0.2s ease;\n        color: var(--laser-blue);\n    }\n    .cd-feature-card:hover .cd-hover-check { opacity: 1; }\n    .cd-feature-card:hover { transform: translateY(-3px); background: rgba(128,128,128,0.05); }\n\n    \/* Component: Technical power-on LED *\/\n    .cd-power-led {\n        display: inline-block;\n        width: 6px;\n        height: 6px;\n        background: var(--laser-blue);\n        border-radius: 50%;\n        margin-right: 8px;\n        animation: ledPulse 2s infinite ease-in-out;\n    }\n\n    \/* Component: Miniature trace animation for feature titles *\/\n    .cd-card-title-wrap {\n        position: relative;\n        display: inline-block;\n        padding-bottom: 4px;\n        margin-bottom: 6px;\n    }\n    .cd-card-title-wrap::after {\n        content: \"\";\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        height: 1.5px;\n        background: var(--laser-blue);\n        animation: techTrace 4s infinite linear;\n    }\n\n    .cd-feature-card strong { display: block; text-transform: uppercase; font-weight: 900; font-size: 20px; line-height: 1.2; }\n    .cd-feature-card p { margin: 0; line-height: 1.4; font-size: 17px; }\n\n    \/* UI Component: Data specification tables *\/\n    .cd-spec-container {\n        margin: 8px 0;\n        width: 100%;\n        border: 1px solid rgba(128,128,128,0.2);\n        border-radius: 16px;\n        overflow: hidden;\n        background: rgba(128,128,128,0.01);\n    }\n    .cd-spec-table { width: 100%; border-collapse: collapse; }\n    .cd-spec-table th { background: #1e293b; color: #ffffff; padding: 10px 15px; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 900; }\n    .cd-spec-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; border-bottom: 1px solid rgba(128,128,128,0.1); font-size: 15px; }\n    .cd-spec-row:last-child { border-bottom: none; }\n    .cd-spec-label { font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: 0.5px; }\n    .cd-spec-value { font-weight: 700; text-align: right; }\n\n    \/* Layout: Pinned technical media block *\/\n    .cd-pinned-block {\n        display: flex;\n        flex-direction: row;\n        align-items: center;\n        gap: 20px;\n        margin-top: 10px; \n        width: 100%;\n    }\n    .cd-pinned-img { flex: 0 1 280px; min-width: 100px; }\n    .cd-pinned-img img { width: 100%; height: auto; border-radius: 8px; border: 1px solid rgba(128,128,128,0.1); opacity: 0.85; }\n    .cd-pinned-content { flex: 2; min-width: 0; }\n\n    \/* Component: Technical Support\/CTA Module *\/\n    .cd-support-box {\n        max-width: 720px; \n        margin: 15px auto 0 auto; \n        padding: 18px;\n        border: 1px dashed var(--tcd-border);\n        border-radius: 16px;\n        background: #f8fafc;\n        display: flex;\n        flex-direction: row;\n        align-items: center;\n        gap: 15px;\n        flex-wrap: nowrap;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; min-width: 0; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; font-size: 17px; color: var(--tcd-blue); }\n    .cd-support-content p { margin: 0 0 8px 0; font-size: 15px; line-height: 1.3; }\n    .cd-support-content a.cd-phone-link { font-weight: 800; text-decoration: underline; color: var(--tcd-blue); white-space: nowrap; }\n\n    .cd-support-btn-grid { display: flex; flex-direction: row; gap: 8px; flex-shrink: 0; }\n    .cd-support-link {\n        text-decoration: none !important;\n        padding: 8px 14px;\n        border-radius: 8px;\n        font-weight: 800;\n        text-transform: uppercase;\n        transition: all 0.2s;\n        font-size: 11px;\n        display: inline-flex;\n        align-items: center;\n        background: #e0f2fe; \n        border: 1px solid #bae6fd;\n        color: var(--tcd-blue) !important;\n    }\n    .cd-support-link:hover { background: #bae6fd; transform: translateY(-1px); }\n\n    \/* Footer: Branding and tagline sizing *\/\n    .cd-footer-tagline { \n        text-align: center; \n        font-style: italic; \n        margin-top: 5px; \n        padding-top: 5px; \n        font-size: 15px; \n    }\n\n    .cd-styled-hr {\n        border: 0;\n        height: 1px;\n        background: linear-gradient(90deg, rgba(0, 74, 128, 0) 0%, rgba(56, 189, 248, 0.6) 50%, rgba(0, 74, 128, 0) 100%);\n        margin: 5px auto; \n        width: 80%;\n    }\n\n    \/* Media Queries: Mobile handset adaptation *\/\n    @media screen and (max-width: 768px) {\n        .cd-product-description h1 { font-size: 28px; }\n        .cd-product-description h2 { font-size: 22px; }\n        .cd-product-description p { font-size: 17px; }\n        .cd-side-block { flex-direction: column; text-align: center; gap: 15px; }\n        \n        \/* Fixed horizontal grid: Increased font sizes for mobile visibility *\/\n        .cd-feature-grid { max-width: 100%; gap: 8px; }\n        .cd-feature-card { padding: 10px 4px; min-height: 120px; }\n        .cd-feature-card strong { font-size: 14px; }\n        .cd-feature-card p { font-size: 13px; }\n        \n        .cd-support-box { padding: 12px; gap: 10px; border-radius: 12px; }\n        .cd-pinned-img { display: none; }\n        .cd-spec-row { font-size: 13px; padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003ch1\u003eGénérateur à onduleur numérique King Canada 11 000 W à triple carburant\u003c\/h1\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cspan class=\"cd-origin-badge\"\u003eÉnergie industrielle et précision\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-side-block\"\u003e\n\u003cdiv class=\"cd-side-text\"\u003e\n\u003cp\u003ePrenez le contrôle de votre alimentation hors réseau grâce à une flexibilité de carburant inégalée. Le \u003cstrong\u003eKing Canada KCG-11000i-TF\u003c\/strong\u003e est un générateur à onduleur numérique tri-carburant à usage intensif, conçu pour fonctionner à l'essence, au propane (GPL) ou au gaz naturel (GN). Conçu pour les grandes propriétés et comme alimentation de secours fiable pour la maison, cet appareil fournit une puissance à onde sinusoïdale « propre » de qualité médicale, protégeant vos appareils électroniques sensibles tout en fournissant une puissance suffisante pour les pompes de puits et les gros appareils électroménagers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 300px;\" class=\"cd-side-img\"\u003e\u003cimg alt=\"Générateur King Canada à triple alimentation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/King_Canada_11000W_Tri-Fuel_Digital_Inverter_Generator_img2.jpg?v=1777577149\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003c!-- Feature 01 --\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-hover-check\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003e\u003cspan class=\"cd-power-led\"\u003e\u003c\/span\u003eChoix de trois carburants\u003c\/strong\u003e\u003c\/div\u003e\n\u003cp\u003eFonctionne au gaz, au propane ou au gaz naturel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 02 --\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-hover-check\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003e\u003cspan class=\"cd-power-led\"\u003e\u003c\/span\u003eCoffre-fort pour appareils électroniques\u003c\/strong\u003e\u003c\/div\u003e\n\u003cp\u003eUne alimentation propre avec un taux de distorsion harmonique totale (THD) ≤ 3 % pour les technologies intelligentes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 03 --\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-hover-check\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003e\u003cspan class=\"cd-power-led\"\u003e\u003c\/span\u003eDémarrage facile\u003c\/strong\u003e\u003c\/div\u003e\n\u003cp\u003eDémarrage par bouton-poussoir et télécommande sans fil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTableau des puissances et des autonomies\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 820px; margin-left: auto; margin-right: auto;\" class=\"cd-spec-container\"\u003e\n\u003ctable class=\"cd-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 25%;\"\u003eType de carburant\u003c\/th\u003e\n\u003cth\u003ePuissance de démarrage maximale\u003c\/th\u003e\n\u003cth\u003ePuissance de course\u003c\/th\u003e\n\u003cth\u003eDurée moyenne\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"font-size: 13px;\"\u003e\n\u003ctr style=\"border-bottom: 1px solid rgba(128,128,128,0.1);\"\u003e\n\u003ctd style=\"padding: 10px 12px; font-weight: 900; text-transform: uppercase; font-size: 10px;\"\u003eEssence\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e11 000 watts\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e8 200 watts\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e10,5 heures (charge de travail de 50 %)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid rgba(128,128,128,0.1);\"\u003e\n\u003ctd style=\"padding: 10px 12px; font-weight: 900; text-transform: uppercase; font-size: 10px;\"\u003ePropane (GPL)\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e7 650 watts\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e7 380 watts\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e9,8 heures (à 50 % de charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px 12px; font-weight: 900; text-transform: uppercase; font-size: 10px;\"\u003eGaz naturel\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e6 375 watts\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px;\"\u003e6 150 watts\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 12px; font-style: italic;\"\u003eInfinite (Alimentation par ligne)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-pinned-block\"\u003e\n\u003cdiv class=\"cd-pinned-img\"\u003e\u003cimg alt=\"Panneau de commande du générateur\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/King_Canada_11000W_Tri-Fuel_Digital_Inverter_Generator_img1.jpg?v=1777577133\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-pinned-content\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 5px;\"\u003e\n\u003cdiv class=\"cd-animated-title\"\u003e\n\u003ch2\u003eConfiguration matérielle\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-container\"\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eCylindrée\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e457 cm³ (18 ch)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eBruit de roulement\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e68 dB(A)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003ePrise à usage intensif\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e50 A (240 V)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003ePrise à verrouillage par rotation\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e30 A (240 V)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eRecharge de téléphones portables\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003eDouble port USB (A et C)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eCertifications\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003eCertifié CSA et EPA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-support-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\" class=\"cd-support-badge-img\" alt=\"Assistance TCD\"\u003e\n\u003cdiv class=\"cd-support-content\"\u003e\n\u003ch3\u003eSolution d'alimentation hors réseau\u003c\/h3\u003e\n\u003cp\u003eVous avez besoin d'aide pour choisir le matériel qui vous convient ? Notre équipe est là pour vous aider. Appelez-nous gratuitement au \u003ca class=\"cd-phone-link\" href=\"tel:+18446034743\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv class=\"cd-support-btn-grid\"\u003e\u003ca class=\"cd-support-link\" href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\"\u003eFormulaire d'assistance →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-footer-tagline\"\u003eSolutions d'alimentation industrielle pour la ferme moderne. \u003cbr\u003e\u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003chr class=\"cd-styled-hr\"\u003e\n\u003c\/div\u003e","brand":"King Canada","offers":[{"title":"Default Title","offer_id":44090043203681,"sku":"KCG-11000i-TF","price":2199.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/KingCanada11000WTri-FuelDigitalInverterGeneratorimg3.jpg?v=1777577078","url":"https:\/\/thecabindepot.ca\/fr\/products\/king-canada-11000w-tri-fuel-digital-inverter","provider":"The Cabin Depot","version":"1.0","type":"link"}