{"product_id":"16-in-1-electrical-multi-tool-rjc","title":"Outil multifonction électrique 16-en-1","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Variables du système de design *\/\n      --primary: #D62323; \/* Inspiré du rouge de la poignée *\/\n      --primary-hover: #B31B1B;\n      --accent-green: #10B981; \/* Rappelle la lumière verte de l’écran de test électrique *\/\n      --text-main: #1F2937;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F3F4F6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n      --border-color: #E5E7EB;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typographie *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 46px);\n      font-weight: 800;\n      line-height: 1.25;\n      margin: 0 0 1rem 0;\n      color: #111827;\n      letter-spacing: -0.5px;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 36px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1.5rem 0;\n      color: #111827;\n    }\n\n    .product-detail-container h3 {\n      font-size: 24px;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: #111827;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n      line-height: 1.7;\n    }\n\n    \/* Mise en page et utilitaires *\/\n    .pd-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    .pd-image-wrapper {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      background-color: var(--bg-soft);\n      transition: box-shadow 0.3s ease;\n    }\n\n    .pd-image-wrapper:hover {\n      box-shadow: var(--shadow-lg);\n    }\n\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: cover;\n    }\n\n    \/* Section principale *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: #FEF2F2;\n      color: var(--primary);\n      padding: 8px 20px;\n      border-radius: 100px;\n      font-weight: 700;\n      font-size: 15px;\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.5px;\n      border: 1px solid #FEE2E2;\n    }\n\n    \/* Sections des fonctionnalités *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 8px 16px;\n      border-radius: 6px;\n      font-size: 15px;\n      color: var(--text-main);\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n    }\n\n    .safety-alert {\n      background-color: #FEF2F2;\n      border-left: 5px solid var(--primary);\n      padding: 20px;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      margin-top: 1.5rem;\n      font-size: 16px;\n      color: #991B1B;\n      line-height: 1.6;\n    }\n    \n    .safety-alert strong {\n      color: var(--primary);\n      display: block;\n      margin-bottom: 6px;\n      font-size: 18px;\n    }\n\n    \/* Caractéristiques *\/\n    .specs-box {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 5vw, 4rem);\n    }\n\n    .specs-box h2 {\n      text-align: center;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.2rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 600;\n      background-color: #F9FAFB;\n    }\n\n    .specs-table td {\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-section {\n      max-width: 800px;\n      margin: 0 auto clamp(4rem, 8vw, 6rem) auto;\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 2.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      transition: all 0.2s ease;\n    }\n\n    .faq-item:hover {\n      border-color: #D1D5DB;\n    }\n\n    .faq-item summary {\n      padding: 1.5rem;\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--text-main);\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n      transition: transform 0.3s ease;\n    }\n\n    .faq-item[open] summary::after {\n      content: '−';\n    }\n\n    .faq-item p {\n      padding: 0 1.5rem 1.5rem 1.5rem;\n      margin: 0;\n      color: var(--text-sub);\n      font-size: 16px;\n    }\n\n    \/* Optimisation mobile *\/\n    @media (max-width: 767px) {\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n        gap: 2rem;\n      }\n\n      .feature-media {\n        width: 100%;\n      }\n      \n      .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n        padding: 1rem 1.2rem;\n      }\n      \n      .specs-table th {\n        background-color: var(--bg-soft);\n        border-bottom: none;\n        padding-bottom: 0.5rem;\n      }\n      \n      .specs-table td {\n        padding-top: 0.5rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Section principale --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"hero-badge\"\u003e⚡ Conçu pour les professionnels et les particuliers\u003c\/span\u003e\n\u003ch1\u003ePince à dénuder et multitool 16-en-1 avec testeur de tension intégré\u003c\/h1\u003e\n\n\u003cp\u003eSimplifiez votre équipement électrique. Coupez, dénudez, sertissez, torsadez et détectez les fils sous tension en toute sécurité avec un seul outil robuste de qualité professionnelle, conçu pour une efficacité quotidienne.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\" class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/6aa525004b795_20260912_2aa037a6_20260912_93c82ddf_from_url_en_00_28d519bb0971174be50240dcc1b04ed6_a5303590-47c1-4a52-9434-e501e01efd09.webp?v=1789207810\" class=\"pd-img-fluid\" alt=\"Image principale de la pince à dénuder 16-en-1\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fonctionnalité 1 : testeur de tension --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260912_1431ab33_20260912_1ef00141_from_url_en_07_98a37d322af7e10a1ad6079c98a2f110_jpeg.png?v=1789208010\" class=\"pd-img-fluid\" alt=\"Testeur de tension sans contact intégré\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\u003eTesteur de tension sans contact intégré\u003c\/h3\u003e\n\n\u003cp\u003eTravaillez en toute confiance. Le détecteur de tension intégré vous permet d’identifier rapidement les fils sous tension avant de manipuler les circuits. L’écran s’allume en vert pour indiquer la présence de tension, ajoutant une couche essentielle de sécurité à votre travail.\u003c\/p\u003e\n\n\u003cdiv class=\"safety-alert\"\u003e\n\u003cstrong\u003e⚠️ Consigne de sécurité essentielle :\u003c\/strong\u003e Pour une détection précise, votre pouce doit toucher la plaque de détection métallique située à l’extrémité de la poignée pendant l’utilisation. Ne touchez pas la tête métallique de la pince lors du test de fils sous tension.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fonctionnalité 2 : polyvalence --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eL’outil électrique polyvalent 16-en-1 ultime\u003c\/h3\u003e\n\n\u003cp\u003eOubliez le sac rempli d’outils à usage unique. Ce multitool polyvalent permet de dénuder, couper, sertir, enrouler, fendre et maintenir les fils. Il est conçu pour couvrir les calibres et les tâches les plus courants lors des réparations, installations et projets de bricolage.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePince à dénuder\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCoupe-fil\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePince à sertir\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEnrouleur de fil\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260912_54959ad2_20260912_02a7f701_from_url_en_08_88cde5b1ababa9944876d8107aaf7264_jpeg.png?v=1789208016\" class=\"pd-img-fluid\" alt=\"Multifonctionnalité 16-en-1\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fonctionnalité 3 : qualité de fabrication --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260912_d0e058a3_20260912_e9a49747_from_url_en_09_c14b64eca43af3ca7657ebf65cd4f4c1.png?v=1789208022\" class=\"pd-img-fluid\" alt=\"Fabrication robuste\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\u003eFabrication robuste et confort toute la journée\u003c\/h3\u003e\n\n\u003cp\u003eFabriquées en acier allié durable, les mâchoires assurent des coupes précises et nettes ainsi qu’un dénudage fiable année après année. Les poignées ergonomiques à double matériau sont dotées de revêtements en caoutchouc antidérapants, offrant un effet de levier maximal et réduisant la fatigue des mains lors d’une utilisation prolongée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Caractéristiques --\u003e\n\n\u003cdiv class=\"pd-section specs-box\"\u003e\n\u003ch2\u003eCaractéristiques techniques\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMatériau principal\u003c\/th\u003e\n\t\t\t\u003ctd\u003eTête en acier allié, poignée à double matériau (plastique\/caoutchouc)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePlage de dénudage (AWG)\u003c\/th\u003e\n\t\t\t\u003ctd\u003e10, 12, 14 AWG\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePlage de dénudage (métrique)\u003c\/th\u003e\n\t\t\t\u003ctd\u003e0,5 à 6,0 mm²\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFonctions principales\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDénudage, coupe, sertissage, enroulement, fente, détection de tension\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCapacité de sertissage\u003c\/th\u003e\n\t\t\t\u003ctd\u003eBornes 10-22 AWG\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eIndicateur de tension\u003c\/th\u003e\n\t\t\t\u003ctd\u003eÉcran LED intégré (lumière verte)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eType de pile\u003c\/th\u003e\n\t\t\t\u003ctd\u003e3 piles bouton LR44 (remplaçables)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eComment utiliser correctement la fonction de test de tension ?\u003c\/summary\u003e\n\n\u003cp\u003ePour utiliser le testeur de tension sans contact, tenez les poignées isolées et assurez-vous que votre pouce touche la plaque ronde du capteur métallique située à l’extrémité de la poignée droite. Approchez la pointe de l’outil du fil ou de la prise ; l’écran s’allume en vert si une tension est détectée.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eLa tête métallique est-elle isolée pour travailler sur des fils sous tension ?\u003c\/summary\u003e\n\n\u003cp\u003eNon. La tête métallique en alliage \u003cstrong\u003en’est pas isolée\u003c\/strong\u003e. N’utilisez pas les fonctions de coupe ou de dénudage sur des fils sous tension. Seule la fonction de test de tension sans contact est adaptée à la détection du courant sous tension lorsqu’elle est utilisée conformément aux instructions.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eLe testeur de tension nécessite-t-il des piles ?\u003c\/summary\u003e\n\n\u003cp\u003eOui, le testeur de tension intégré est alimenté par \u003cstrong\u003etrois piles bouton LR44\u003c\/strong\u003e intégrées à la poignée. Ces piles sont entièrement remplaçables lorsqu’elles sont épuisées.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Varitino","offers":[{"title":"Pack de 1 (Outil essentiel)","offer_id":47538898239661,"sku":"0612-13549479","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 2 (Gardez-en un de rechange)","offer_id":47538898272429,"sku":"0612-13547982","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 3 (Pack atelier)","offer_id":47538898305197,"sku":"0612-13544494","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/28d519bb0971174be50240dcc1b04ed6_a5303590-47c1-4a52-9434-e501e01efd09.jpg?v=1789204588","url":"https:\/\/newjoyloo.com\/fr\/products\/16-in-1-electrical-multi-tool-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}