{"product_id":"tondeuse-debroussailleuse-a-fleaux-diesel-rokatrooper","title":"Tondeuse débroussailleuse à fléaux Diesel ROKATROOPER","description":"```html\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo+Black\u0026family=Manrope:wght@400;500;600;700;800\u0026family=JetBrains+Mono:wght@400;700\u0026display=swap');\n\n.rk-product {\n  --rk-ink: #050505;\n  --rk-paper: #ffffff;\n  --rk-mist: #f7f7f4;\n  --rk-blue: #38bdf8;\n  --rk-green: #2d6a4f;\n  --rk-border: rgba(255,255,255,0.12);\n  font-family: 'Manrope', system-ui, sans-serif;\n  color: var(--rk-ink);\n  font-size: 16px;\n  line-height: 1.6;\n}\n\n.rk-product *,\n.rk-product *::before,\n.rk-product *::after { box-sizing: border-box; }\n\n.rk-product strong { font-weight: 800; }\n\n\/* ========== HERO ========== *\/\n.rk-hero {\n  background:\n    linear-gradient(145deg, #050505 0%, #0c0f14 50%, #151922 100%);\n  color: var(--rk-paper);\n  padding: 52px 34px;\n  margin: 0 0 32px;\n  border-radius: 14px;\n  position: relative;\n  overflow: hidden;\n  border: 1px solid var(--rk-border);\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,0.06),\n    0 20px 50px rgba(0,0,0,0.18);\n}\n\n\/* halo discret *\/\n.rk-hero::before {\n  content: '';\n  position: absolute;\n  top: -120px;\n  right: -80px;\n  width: 340px;\n  height: 340px;\n  background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 68%);\n  pointer-events: none;\n}\n\n\/* lignes techniques type panneau \/ armure *\/\n.rk-hero::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    linear-gradient(90deg, transparent 0 72%, rgba(255,255,255,0.08) 72%, rgba(255,255,255,0.08) 72.4%, transparent 72.4%),\n    linear-gradient(180deg, transparent 0 18%, rgba(255,255,255,0.06) 18%, rgba(255,255,255,0.06) 18.4%, transparent 18.4%),\n    linear-gradient(180deg, transparent 0 82%, rgba(255,255,255,0.04) 82%, rgba(255,255,255,0.04) 82.3%, transparent 82.3%);\n  pointer-events: none;\n}\n\n.rk-hero-tag,\n.rk-hero-title,\n.rk-hero-sub,\n.rk-metrics {\n  position: relative;\n  z-index: 2;\n}\n\n.rk-hero-tag {\n  display: inline-block;\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 11px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: #ffffff;\n  border: 1px solid rgba(255,255,255,0.65);\n  padding: 7px 13px;\n  margin-bottom: 24px;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.12);\n  backdrop-filter: blur(4px);\n}\n\n\/* ===== TITRE BIEN VISIBLE ===== *\/\n.rk-hero-title {\n  display: inline-block;\n  font-family: 'Archivo Black', sans-serif;\n  font-size: clamp(30px, 5vw, 52px);\n  line-height: 1.02;\n  letter-spacing: -0.035em;\n  margin: 0 0 24px;\n  text-transform: uppercase;\n  color: #050505;\n  max-width: 820px;\n  background: rgba(255,255,255,0.96);\n  padding: 18px 22px 16px;\n  border-radius: 10px;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.18);\n  position: relative;\n}\n\n.rk-hero-title::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 82px;\n  height: 5px;\n  background: #050505;\n  border-radius: 10px 0 10px 0;\n}\n\n.rk-hero-title em {\n  font-style: normal;\n  color: #ffffff;\n  background: #050505;\n  padding: 0 8px 2px;\n  border-radius: 4px;\n}\n\n\/* ===== TEXTE INTRO ===== *\/\n.rk-hero-sub {\n  font-size: clamp(17px, 1.9vw, 19px);\n  line-height: 1.6;\n  color: #ffffff;\n  margin: 0 0 34px;\n  max-width: 760px;\n  background: rgba(0,0,0,0.34);\n  padding: 18px 20px;\n  border-left: 4px solid #ffffff;\n  border-radius: 8px;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);\n}\n\n\/* ========== METRICS ========== *\/\n.rk-metrics {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));\n  gap: 14px;\n  margin-top: 34px;\n  padding-top: 34px;\n  border-top: 1px solid rgba(255,255,255,0.18);\n}\n\n.rk-metric {\n  background: rgba(255,255,255,0.10);\n  border: 1px solid rgba(255,255,255,0.20);\n  border-radius: 10px;\n  padding: 14px;\n  backdrop-filter: blur(3px);\n}\n\n.rk-metric-value {\n  font-family: 'Archivo Black', sans-serif;\n  font-size: clamp(27px, 4vw, 38px);\n  line-height: 1;\n  color: #ffffff;\n  margin-bottom: 6px;\n}\n\n.rk-metric-value span {\n  font-size: 0.46em;\n  vertical-align: top;\n  margin-left: 3px;\n  color: rgba(255,255,255,0.78);\n}\n\n.rk-metric-label {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 10px;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.72);\n}\n\n\/* ========== TRUST BADGES ========== *\/\n.rk-trust {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n  gap: 12px;\n  margin: 32px 0;\n}\n\n.rk-trust-item {\n  background: var(--rk-mist);\n  padding: 16px 18px;\n  border-radius: 10px;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  font-size: 14px;\n  line-height: 1.4;\n  border-left: 4px solid var(--rk-ink);\n  box-shadow: 0 1px 0 rgba(0,0,0,0.05);\n}\n\n.rk-trust-item svg {\n  flex-shrink: 0;\n  width: 18px;\n  height: 18px;\n  color: var(--rk-ink);\n}\n\n.rk-trust-blue { border-left-color: var(--rk-blue); }\n.rk-trust-blue svg { color: var(--rk-blue); }\n\n.rk-trust-green { border-left-color: var(--rk-green); }\n.rk-trust-green svg { color: var(--rk-green); }\n\n@media (max-width: 640px) {\n  .rk-hero {\n    padding: 34px 20px;\n  }\n\n  .rk-hero-title {\n    padding: 16px 16px 14px;\n    font-size: clamp(26px, 8vw, 38px);\n  }\n\n  .rk-hero-sub {\n    padding: 16px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"rk-product\"\u003e\n  \u003csection class=\"rk-hero\"\u003e\n    \u003cspan class=\"rk-hero-tag\"\u003e— TROOPER 800 · gamme ROKAVADOR\u003c\/span\u003e\n\n    \u003ch1 class=\"rk-hero-title\"\u003e\n      Le broyeur tactique.\u003cbr\u003e\n      Compact, puissant, \u003cem\u003esans compromis\u003c\/em\u003e.\n    \u003c\/h1\u003e\n\n    \u003cp class=\"rk-hero-sub\"\u003e\n      Le \u003cstrong\u003eROKAVADOR TROOPER 800\u003c\/strong\u003e est un broyeur radiocommandé multifonction diesel hybride conçu pour les travaux intensifs de débroussaillage, broyage, préparation du sol et entretien des terrains difficiles. Équipé d’un \u003cstrong\u003emoteur diesel Yuchai 20 CV\u003c\/strong\u003e, d’une transmission principale par arbre et d’une télécommande longue portée jusqu’à \u003cstrong\u003e400 mètres\u003c\/strong\u003e, il offre puissance, sécurité et polyvalence pour les professionnels.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rk-metrics\"\u003e\n      \u003cdiv class=\"rk-metric\"\u003e\n        \u003cdiv class=\"rk-metric-value\"\u003e20\u003cspan\u003eCV\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rk-metric-label\"\u003eYuchai Diesel\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rk-metric\"\u003e\n        \u003cdiv class=\"rk-metric-value\"\u003e800\u003cspan\u003eMM\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rk-metric-label\"\u003eLargeur broyage\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rk-metric\"\u003e\n        \u003cdiv class=\"rk-metric-value\"\u003e400\u003cspan\u003eM\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rk-metric-label\"\u003eTélécommande\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rk-metric\"\u003e\n        \u003cdiv class=\"rk-metric-value\"\u003e48\u003cspan\u003eLAMES\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rk-metric-label\"\u003eRotor broyage\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rk-metric\"\u003e\n        \u003cdiv class=\"rk-metric-value\"\u003e450\u003cspan\u003eKG\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rk-metric-label\"\u003eMachine stable\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rk-metric\"\u003e\n        \u003cdiv class=\"rk-metric-value\"\u003e900\u003cspan\u003eMM\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rk-metric-label\"\u003eFraise rotative\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rk-trust\"\u003e\n    \u003cdiv class=\"rk-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\n        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eDiesel 20 CV\u003c\/strong\u003e\u003cbr\u003eMoteur Yuchai Euro 5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rk-trust-item rk-trust-blue\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eTélécommande 400 m\u003c\/strong\u003e\u003cbr\u003etravail à distance sécurisé\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rk-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n        \u003cpath d=\"M3 12h18M3 12l4-4M3 12l4 4M21 12l-4-4M21 12l-4 4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eMultifonction\u003c\/strong\u003e\u003cbr\u003ebroyeur, fraise, trancheuse\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rk-trust-item rk-trust-green\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eFaible consommation\u003c\/strong\u003e\u003cbr\u003eenviron 1,5 L\/h\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rk-trust-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n        \u003crect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eTransmission arbre\u003c\/strong\u003e\u003cbr\u003epas d’entraînement par courroie\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rk-trust-item rk-trust-blue\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n        \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\n        \u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eRelevage hydraulique\u003c\/strong\u003e\u003cbr\u003ecommandé à distance\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rk-trust-item rk-trust-green\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n        \u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"12\" cy=\"10\" r=\"3\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eSAV France\u003c\/strong\u003e\u003cbr\u003eatelier VSX en Ardèche\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n","brand":"Rokavador","offers":[{"title":"Default Title","offer_id":53860769300823,"sku":null,"price":8740.0,"currency_code":"EUR","in_stock":true}],"url":"https:\/\/www.vsx-shop.com\/products\/tondeuse-debroussailleuse-a-fleaux-diesel-rokatrooper","provider":"VSX : Vente en ligne de Sableuses Aérogommeuses - Compresseurs - Fabricant Français","version":"1.0","type":"link"}