{"product_id":"echelle-telescopique-6m-skyline-620-xxl","title":"Echelle Telescopique 6,2 m Skyline 620 XXL","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@400;500;800;900\u0026family=Archivo+Narrow:wght@700;800;900\u0026display=swap');\n\n.mh_desc_wrap,\n.mh_desc_wrap * { box-sizing: border-box; }\n\n.mh_desc_wrap {\n  font-family: Archivo, \"Helvetica Neue\", Arial, sans-serif;\n  color: #1B1B1B;\n  background: #FAFAF7;\n  border: 1px solid rgba(27,27,27,.08);\n  border-radius: 16px;\n  padding: 16px;\n  margin: 10px 0 14px;\n  box-shadow: 0 8px 22px rgba(27,27,27,.055);\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Neutralise les styles hérités du thème Shopify *\/\n.mh_desc_wrap div,\n.mh_desc_wrap p,\n.mh_desc_wrap table,\n.mh_desc_wrap summary,\n.mh_desc_wrap details {\n  float: none;\n  max-width: none;\n  text-indent: 0;\n}\n\n.mh_desc_wrap svg {\n  display: block;\n  flex: none;\n  max-width: none;\n}\n\n.mh_desc_wrap::before {\n  content: \"\";\n  position: absolute;\n  top: 0; left: 14px; right: 14px;\n  height: 1px;\n  background: linear-gradient(90deg, rgba(252,209,22,0), rgba(252,209,22,.55), rgba(252,209,22,0));\n  pointer-events: none;\n}\n\n\/* ============ ANIMATIONS : 100% CSS, AUCUN JS REQUIS ============ *\/\n\n@keyframes mhReveal {\n  from { clip-path: inset(0 100% 0 0); }\n  to   { clip-path: inset(0 0 0 0); }\n}\n\n@keyframes mhCinema {\n  from { opacity: 0; transform: translateY(28px) scale(.985); filter: blur(12px); }\n  to   { opacity: 1; transform: translateY(0) scale(1);      filter: blur(0); }\n}\n\n@keyframes mhFadeUp {\n  from { opacity: 0; transform: translateY(18px); filter: blur(8px); }\n  to   { opacity: 1; transform: translateY(0);    filter: blur(0); }\n}\n\n@keyframes mhRule {\n  from { width: 0; opacity: 0; }\n  to   { width: 82%; opacity: 1; }\n}\n\n@keyframes mhUnderline {\n  from { transform: scaleX(0); }\n  to   { transform: scaleX(1); }\n}\n\n@keyframes mhSweep {\n  0%, 42%   { left: -120%; opacity: 0; }\n  52%       { opacity: 1; }\n  78%, 100% { left: 150%;  opacity: 0; }\n}\n\n\/* ============ EN-TÊTE ============ *\/\n\n.mh_badge {\n  display: inline-block;\n  background: #FCD116;\n  color: #1B1B1B;\n  border-radius: 6px;\n  padding: 5px 9px;\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  margin: 0 0 12px;\n  animation: mhReveal .65s cubic-bezier(.77,0,.175,1) both;\n}\n\n.mh_cinema_title {\n  font-family: \"Archivo Narrow\", Archivo, Arial, sans-serif;\n  font-size: 30px;\n  line-height: .98;\n  font-weight: 900;\n  letter-spacing: -.035em;\n  margin: 0 0 4px;\n  position: relative;\n  animation: mhCinema 1s cubic-bezier(.16,1,.3,1) both;\n  animation-delay: var(--mh-delay, 0ms);\n}\n\n.mh_cinema_title.mh_last { margin-bottom: 14px; }\n\n.mh_cinema_title.mh_last::after {\n  content: \"\";\n  display: block;\n  height: 9px;\n  margin-top: -2px;\n  background: linear-gradient(90deg, rgba(252,209,22,.58), rgba(252,209,22,.18), rgba(252,209,22,0));\n  border-radius: 999px;\n  animation: mhRule 1.1s cubic-bezier(.16,1,.3,1) both;\n  animation-delay: calc(var(--mh-delay, 0ms) + 420ms);\n}\n\n.mh_cinema_text {\n  font-size: 15px;\n  line-height: 1.45;\n  font-weight: 500;\n  color: rgba(27,27,27,.66);\n  margin: 0 0 16px;\n  animation: mhCinema 1s cubic-bezier(.16,1,.3,1) both;\n  animation-delay: var(--mh-delay, 0ms);\n}\n\n\/* ============ CARTES CHIFFRES ============ *\/\n\n.mh_grid {\n  display: grid !important;\n  grid-template-columns: 1fr 1fr !important;\n  width: 100%;\n  gap: 8px;\n  margin-bottom: 12px;\n}\n\n.mh_card {\n  background: #FFFFFF;\n  border: 1px solid rgba(27,27,27,.085);\n  border-radius: 13px;\n  padding: 11px;\n  box-shadow: 0 6px 16px rgba(27,27,27,.04);\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  min-height: 80px;\n  position: relative;\n  overflow: hidden;\n  animation: mhFadeUp .75s cubic-bezier(.22,1,.36,1) both;\n  animation-delay: var(--mh-delay, 0ms);\n  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;\n}\n\n.mh_card:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 13px 28px rgba(27,27,27,.10);\n  border-color: rgba(252,209,22,.55);\n}\n\n.mh_card_icon {\n  width: 40px;\n  height: 40px;\n  border-radius: 10px;\n  background: #FCD116;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex: 0 0 40px;\n}\n\n.mh_card svg { transition: transform .3s cubic-bezier(.22,1,.36,1); }\n.mh_card:hover svg { transform: scale(1.08); }\n\n.mh_card_body { min-width: 0; }\n\n.mh_card_num {\n  font-family: \"Archivo Narrow\", Archivo, Arial, sans-serif;\n  font-size: 24px;\n  font-weight: 900;\n  line-height: 1;\n  letter-spacing: -.02em;\n}\n\n.mh_card_num.mh_word { font-size: 21px; }\n\n.mh_card_label {\n  font-size: 9px;\n  font-weight: 900;\n  letter-spacing: .075em;\n  text-transform: uppercase;\n  color: rgba(27,27,27,.55);\n  margin-top: 5px;\n}\n\n\/* ============ BLOC NOIR : CONFIGURATIONS ============ *\/\n\n.mh_black_panel {\n  position: relative;\n  background: linear-gradient(135deg, #111111 0%, #1B1B1B 52%, #121212 100%);\n  border-radius: 14px;\n  padding: 2px;\n  margin-bottom: 12px;\n  box-shadow: 0 16px 34px rgba(27,27,27,.22);\n  border: 1px solid rgba(252,209,22,.18);\n  overflow: hidden;\n  isolation: isolate;\n  animation: mhFadeUp .85s cubic-bezier(.22,1,.36,1) both;\n  animation-delay: var(--mh-delay, 0ms);\n}\n\n.mh_black_panel::after {\n  content: \"\";\n  position: absolute;\n  top: -70%; left: -120%;\n  width: 54%; height: 240%;\n  transform: skewX(-20deg);\n  pointer-events: none;\n  z-index: 5;\n  opacity: 0;\n  background: linear-gradient(90deg, rgba(252,209,22,0), rgba(255,255,255,.20), rgba(252,209,22,0));\n  animation: mhSweep 7.2s cubic-bezier(.16,1,.3,1) infinite;\n}\n\n.mh_black_panel::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 14px;\n  padding: 1.5px;\n  background: linear-gradient(135deg, #FCD116 0%, rgba(252,209,22,.13) 52%, rgba(252,209,22,.38) 100%);\n  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n  -webkit-mask-composite: xor;\n          mask-composite: exclude;\n  pointer-events: none;\n  z-index: 4;\n}\n\n.mh_trust_shell {\n  position: relative;\n  z-index: 2;\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,0) 36%),\n    #1B1B1B;\n  border-radius: 13px;\n  padding: 15px 14px;\n}\n\n.mh_trust_shell::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 13px;\n  background: radial-gradient(circle at top center, rgba(252,209,22,.08), transparent 48%);\n  pointer-events: none;\n}\n\n.mh_trust {\n  position: relative;\n  z-index: 3;\n  display: flex !important;\n  flex-direction: row !important;\n  flex-wrap: nowrap;\n  width: 100%;\n  align-items: stretch;\n  justify-content: space-between;\n  gap: 0;\n}\n\n.mh_trust_item {\n  position: relative;\n  flex: 1 1 0 !important;\n  min-width: 0;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center;\n  justify-content: flex-start;\n  text-align: center;\n  gap: 9px;\n  padding: 2px 8px;\n  border-radius: 12px;\n  transition: transform .25s ease, background .25s ease;\n}\n\n.mh_trust_text {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: flex-start;\n  min-height: 0;\n  width: 100%;\n}\n\n.mh_trust_item:hover {\n  transform: translateY(-2px);\n  background: rgba(252,209,22,.045);\n}\n\n.mh_trust_icon {\n  width: 34px;\n  height: 34px;\n  border-radius: 9px;\n  background: rgba(252,209,22,.12);\n  border: 1px solid rgba(252,209,22,.25);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex: 0 0 34px;\n  box-shadow: inset 0 0 0 1px rgba(252,209,22,.12), 0 0 14px rgba(252,209,22,.08);\n}\n\n.mh_trust_title {\n  font-family: \"Archivo Narrow\", Archivo, Arial, sans-serif;\n  font-size: 13px;\n  font-weight: 900;\n  line-height: 1.1;\n  color: #FAFAF7;\n  white-space: normal;\n  overflow-wrap: break-word;\n}\n\n.mh_block_label {\n  position: relative;\n  z-index: 3;\n  font-size: 9.5px;\n  font-weight: 900;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n  color: rgba(252,209,22,.78);\n  margin: 0 0 13px;\n  padding-bottom: 10px;\n  border-bottom: 1px solid rgba(252,209,22,.14);\n}\n\n\/* ============ BLOC JAUNE ============ *\/\n\n.mh_yellow_panel {\n  position: relative;\n  overflow: hidden;\n  isolation: isolate;\n  background: linear-gradient(135deg, #FCD116 0%, #FFE25A 42%, #F2C600 100%);\n  border: 1px solid rgba(27,27,27,.08);\n  border-radius: 14px;\n  padding: 16px 15px;\n  margin-bottom: 12px;\n  box-shadow: 0 14px 30px rgba(252,209,22,.25), inset 0 1px 0 rgba(255,255,255,.38);\n  animation: mhFadeUp .8s cubic-bezier(.22,1,.36,1) both;\n  animation-delay: var(--mh-delay, 0ms);\n}\n\n.mh_yellow_panel::after {\n  content: \"\";\n  position: absolute;\n  top: -70%; left: -120%;\n  width: 54%; height: 240%;\n  transform: skewX(-20deg);\n  pointer-events: none;\n  z-index: 1;\n  opacity: 0;\n  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.65), rgba(255,255,255,0));\n  animation: mhSweep 7.2s cubic-bezier(.16,1,.3,1) infinite;\n}\n\n.mh_yellow_panel \u003e * { position: relative; z-index: 2; }\n\n.mh_yellow_title {\n  font-family: \"Archivo Narrow\", Archivo, Arial, sans-serif;\n  font-size: 24px;\n  line-height: 1.04;\n  font-weight: 900;\n  letter-spacing: -.03em;\n  color: #1B1B1B;\n  margin: 0 0 8px;\n}\n\n.mh_yellow_text {\n  font-size: 13.5px;\n  line-height: 1.45;\n  font-weight: 800;\n  color: rgba(27,27,27,.82);\n  margin: 0;\n}\n\n\/* ============ ACCORDÉONS ============ *\/\n\n.mh_specs_details,\n.mh_faq {\n  background: #FFFFFF;\n  border: 1px solid rgba(27,27,27,.085);\n  border-radius: 13px;\n  padding: 13px;\n  margin-bottom: 8px;\n  box-shadow: 0 5px 14px rgba(27,27,27,.03);\n  overflow: hidden;\n  animation: mhFadeUp .75s cubic-bezier(.22,1,.36,1) both;\n  animation-delay: var(--mh-delay, 0ms);\n  transition: border-color .25s ease, box-shadow .25s ease;\n}\n\n.mh_specs_details:hover,\n.mh_faq:hover {\n  border-color: rgba(252,209,22,.42);\n  box-shadow: 0 9px 20px rgba(27,27,27,.055);\n}\n\n.mh_specs_details[open],\n.mh_faq[open] {\n  border-color: rgba(252,209,22,.55);\n  box-shadow: 0 10px 24px rgba(27,27,27,.065);\n}\n\n.mh_specs_details summary,\n.mh_faq summary {\n  cursor: pointer;\n  font-size: 14.5px;\n  font-weight: 900;\n  line-height: 1.3;\n  list-style: none;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n}\n\n.mh_specs_details summary::-webkit-details-marker,\n.mh_faq summary::-webkit-details-marker { display: none; }\n\n.mh_specs_details summary:focus-visible,\n.mh_faq summary:focus-visible {\n  outline: 2px solid #FCD116;\n  outline-offset: 3px;\n  border-radius: 4px;\n}\n\n.mh_faq_icon {\n  color: #FCD116;\n  font-size: 18px;\n  line-height: 1;\n  font-weight: 900;\n  width: 22px;\n  height: 22px;\n  flex: 0 0 22px;\n  border-radius: 999px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  transition: transform .25s ease, background .25s ease, color .25s ease;\n}\n\n.mh_specs_details[open] .mh_faq_icon,\n.mh_faq[open] .mh_faq_icon {\n  color: #1B1B1B;\n  background: #FCD116;\n  transform: rotate(45deg);\n}\n\n.mh_faq p {\n  margin: 10px 0 0;\n  font-size: 13.5px;\n  line-height: 1.5;\n  color: rgba(27,27,27,.64);\n  font-weight: 500;\n}\n\n.mh_specs_table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n  margin-top: 12px;\n  table-layout: fixed;\n}\n\n.mh_specs_table td {\n  padding: 9px 0;\n  border-bottom: 1px solid rgba(27,27,27,.06);\n  vertical-align: middle;\n}\n\n.mh_specs_table tr:last-child td { border-bottom: 0; }\n.mh_specs_table tr:hover { background: rgba(252,209,22,.08); }\n\n.mh_specs_label {\n  color: rgba(27,27,27,.5);\n  font-weight: 500;\n  width: 52%;\n  text-align: left;\n}\n\n.mh_specs_val {\n  font-weight: 900;\n  font-family: \"Archivo Narrow\", Archivo, Arial, sans-serif;\n  text-align: right;\n  width: 48%;\n}\n\n\/* ============ TITRE FAQ ============ *\/\n\n.mh_rule {\n  height: 1px;\n  border: 0;\n  background: rgba(27,27,27,.08);\n  margin: 16px 0;\n}\n\n\/* Garde-fou : Shopify réinsère un \u003cbr\u003e dans les conteneurs vides *\/\n.mh_desc_wrap div \u003e br:only-child,\n.mh_desc_wrap span \u003e br:only-child { display: none !important; }\n\n.mh_faq_heading {\n  font-family: \"Archivo Narrow\", Archivo, Arial, sans-serif;\n  font-size: 24px;\n  line-height: 1;\n  font-weight: 900;\n  letter-spacing: -.025em;\n  margin: 0 0 10px;\n  animation: mhFadeUp .75s cubic-bezier(.22,1,.36,1) both;\n}\n\n.mh_underline_kin {\n  position: relative;\n  display: inline-block;\n}\n\n.mh_underline_kin::after {\n  content: \"\";\n  position: absolute;\n  bottom: -3px; left: 0;\n  width: 100%;\n  height: 2px;\n  background: #FCD116;\n  transform-origin: left;\n  animation: mhUnderline .55s cubic-bezier(.77,0,.175,1) both;\n  animation-delay: 300ms;\n}\n\n\/* ============ MOBILE ============ *\/\n\n@media screen and (max-width: 560px) {\n  .mh_desc_wrap { padding: 13px; border-radius: 14px; }\n  .mh_cinema_title { font-size: 25px; }\n  .mh_cinema_text { font-size: 14px; }\n\n  .mh_grid { gap: 7px; }\n  .mh_card { padding: 10px; gap: 9px; min-height: 74px; }\n  .mh_card_icon { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 9px; }\n  .mh_card_num { font-size: 20px; }\n  .mh_card_num.mh_word { font-size: 17px; }\n\n  .mh_trust {\n    flex-direction: column !important;\n    gap: 0;\n  }\n\n  .mh_trust_item {\n    flex: 0 0 auto !important;\n    flex-direction: row !important;\n    align-items: center;\n    text-align: left;\n    gap: 11px;\n    padding: 10px 4px;\n  }\n\n  .mh_trust_text {\n    align-items: flex-start;\n    min-height: 0;\n    flex: 1;\n  }\n\n  .mh_trust_item + .mh_trust_item::before {\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 1px;\n    transform: none;\n    background: linear-gradient(90deg, rgba(252,209,22,.04), rgba(252,209,22,.22), rgba(252,209,22,.04));\n  }\n\n  .mh_yellow_title { font-size: 21px; }\n  .mh_faq_heading { font-size: 21px; }\n\n  .mh_card:hover,\n  .mh_trust_item:hover { transform: none; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .mh_desc_wrap *,\n  .mh_desc_wrap *::before,\n  .mh_desc_wrap *::after {\n    animation: none !important;\n    transition: none !important;\n  }\n  .mh_cinema_title.mh_last::after { width: 82%; opacity: 1; }\n  .mh_underline_kin::after { transform: scaleX(1); }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mh_desc_wrap\"\u003e\n\n  \u003cdiv class=\"mh_badge\"\u003eSKYLINE 620 XXL\u003c\/div\u003e\n\n  \u003cdiv class=\"mh_cinema_title\" style=\"--mh-delay:90ms;\"\u003e6,20 m déployée.\u003c\/div\u003e\n  \u003cdiv class=\"mh_cinema_title mh_last\" style=\"--mh-delay:220ms;\"\u003e109 cm repliée.\u003c\/div\u003e\n\n  \u003cp class=\"mh_cinema_text\" style=\"--mh-delay:360ms;\"\u003eÉchelle télescopique grand format en aluminium, livrée avec ses crochets de faîtage. Hauteur déployée : 6,20 m. Hauteur repliée : 109 cm. Poids : 16,3 kg. Charge maximale admissible : 150 kg. Conforme à la norme EN 131, usage professionnel.\u003c\/p\u003e\n\n  \u003cdiv class=\"mh_grid\"\u003e\n\n    \u003cdiv class=\"mh_card\" style=\"--mh-delay:0ms;\"\u003e\n      \u003cdiv class=\"mh_card_icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"#1B1B1B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 20V4\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 10l6-6 6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mh_card_body\"\u003e\n        \u003cdiv class=\"mh_card_num\"\u003e6,20 m\u003c\/div\u003e\n        \u003cdiv class=\"mh_card_label\"\u003eHauteur déployée\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mh_card\" style=\"--mh-delay:80ms;\"\u003e\n      \u003cdiv class=\"mh_card_icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"#1B1B1B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"4\" y=\"6\" width=\"16\" height=\"10\" rx=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 20h8M12 16v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mh_card_body\"\u003e\n        \u003cdiv class=\"mh_card_num\"\u003e109 cm\u003c\/div\u003e\n        \u003cdiv class=\"mh_card_label\"\u003eHauteur repliée\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mh_card\" style=\"--mh-delay:160ms;\"\u003e\n      \u003cdiv class=\"mh_card_icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"#1B1B1B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 3a2 2 0 0 1 2 2h4l2 15H4L6 5h4a2 2 0 0 1 2-2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mh_card_body\"\u003e\n        \u003cdiv class=\"mh_card_num\"\u003e16,3 kg\u003c\/div\u003e\n        \u003cdiv class=\"mh_card_label\"\u003ePoids\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mh_card\" style=\"--mh-delay:240ms;\"\u003e\n      \u003cdiv class=\"mh_card_icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"#1B1B1B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 3l7 3v5c0 5.2-3 8.4-7 10-4-1.6-7-4.8-7-10V6l7-3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8.5 12l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mh_card_body\"\u003e\n        \u003cdiv class=\"mh_card_num mh_word\"\u003eEN 131\u003c\/div\u003e\n        \u003cdiv class=\"mh_card_label\"\u003eCharge 150 kg\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mh_black_panel\" style=\"--mh-delay:120ms;\"\u003e\n    \u003cdiv class=\"mh_trust_shell\"\u003e\n\n      \u003cdiv class=\"mh_block_label\"\u003eUsages prévus\u003c\/div\u003e\n\n      \u003cdiv class=\"mh_trust\"\u003e\n\n        \u003cdiv class=\"mh_trust_item\"\u003e\n          \u003cdiv class=\"mh_trust_icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#FCD116\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M3 12l9-7 9 7\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 11v9h12v-9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mh_trust_text\"\u003e\n            \u003cdiv class=\"mh_trust_title\"\u003eToiture\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mh_trust_item\"\u003e\n          \u003cdiv class=\"mh_trust_icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#FCD116\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"4\" y=\"3\" width=\"16\" height=\"18\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 9h16M4 15h16M12 3v18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mh_trust_text\"\u003e\n            \u003cdiv class=\"mh_trust_title\"\u003eFaçade\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mh_trust_item\"\u003e\n          \u003cdiv class=\"mh_trust_icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#FCD116\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M14.5 4.5a4 4 0 0 0 5 5L21 8v8l-5 5H8l-5-5 1.5-1.5a4 4 0 0 0 5-5L11 3h8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mh_trust_text\"\u003e\n            \u003cdiv class=\"mh_trust_title\"\u003eAccès chantier\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mh_yellow_panel\" style=\"--mh-delay:120ms;\"\u003e\n    \u003cdiv class=\"mh_yellow_title\"\u003e6,20 m déployés, 16,3 kg, 109 cm une fois repliée\u003c\/div\u003e\n    \u003cp class=\"mh_yellow_text\"\u003eLe déploiement s'effectue barreau par barreau : chaque section est verrouillée séparément, ce qui permet d'arrêter la sortie avant les 6,20 m. Les crochets de faîtage, fournis avec l'échelle, se fixent en partie haute sur le support d'appui.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"mh_specs_details\" style=\"--mh-delay:60ms;\"\u003e\n    \u003csummary\u003e\u003cspan\u003eCaractéristiques techniques\u003c\/span\u003e\u003cspan class=\"mh_faq_icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n    \u003ctable class=\"mh_specs_table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003eHauteur déployée\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003e6,20 m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003eHauteur repliée\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003e109 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003ePoids\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003e16,3 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003eCharge maximale\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003e150 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003eNorme\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003eEN 131, usage pro\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003eAccessoire fourni\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003eCrochets de faîtage\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"mh_specs_label\"\u003eMatière\u003c\/td\u003e\n\u003ctd class=\"mh_specs_val\"\u003eAluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/details\u003e\n\n  \u003chr class=\"mh_rule\"\u003e\n\n  \u003cdiv class=\"mh_faq_heading\"\u003e\u003cspan class=\"mh_underline_kin\"\u003eQuestions fréquentes\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cdetails class=\"mh_faq\" style=\"--mh-delay:0ms;\"\u003e\n    \u003csummary\u003e\u003cspan\u003eQuelles sont les hauteurs déployée et repliée ?\u003c\/span\u003e\u003cspan class=\"mh_faq_icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cp\u003eLa hauteur déployée est de 6,20 m et la hauteur repliée de 109 cm. Cette seconde dimension correspond au format de transport et de rangement du modèle.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"mh_faq\" style=\"--mh-delay:80ms;\"\u003e\n    \u003csummary\u003e\u003cspan\u003eÀ quoi servent les crochets de faîtage ?\u003c\/span\u003e\u003cspan class=\"mh_faq_icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cp\u003eIls se fixent en partie haute de l'échelle et prennent appui sur le faîtage ou la rive de toiture pour maintenir la position de l'échelle. Ils sont fournis avec le modèle.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"mh_faq\" style=\"--mh-delay:160ms;\"\u003e\n    \u003csummary\u003e\u003cspan\u003ePeut-on l'utiliser à une hauteur intermédiaire ?\u003c\/span\u003e\u003cspan class=\"mh_faq_icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cp\u003eOui. Le déploiement se fait barreau par barreau, chaque section étant verrouillée séparément. La sortie des sections peut donc être arrêtée avant les 6,20 m.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"mh_faq\" style=\"--mh-delay:240ms;\"\u003e\n    \u003csummary\u003e\u003cspan\u003eQuels sont son poids et sa charge maximale admissible ?\u003c\/span\u003e\u003cspan class=\"mh_faq_icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cp\u003eL'échelle pèse 16,3 kg. La charge maximale admissible est de 150 kg, utilisateur et matériel portés inclus. Ce modèle est conforme à la norme EN 131 pour un usage professionnel.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"mh_faq\" style=\"--mh-delay:320ms;\"\u003e\n    \u003csummary\u003e\u003cspan\u003eEn quel matériau est-elle fabriquée ?\u003c\/span\u003e\u003cspan class=\"mh_faq_icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cp\u003eLa structure est en aluminium : 16,3 kg pour une hauteur déployée de 6,20 m.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"AltiSafe Pro","offers":[{"title":"Default Title","offer_id":58201840091400,"sku":null,"price":239.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/0218\/8552\/files\/echelle-telescopique-6m20-skyline-620-xxl-maxihauteur.png?v=1783699944","url":"https:\/\/altisafe-pro.com\/products\/echelle-telescopique-6m-skyline-620-xxl","provider":"Altisafe Pro","version":"1.0","type":"link"}