CYBERMAP X
Home
/
Store
/
ZZCOMM
/
CYBERMAP
/
CYBERMAP X
CYBERMAP X
CYBERMAP X
25 488,76 €
Buy Now
Passer au contenu principal
ACCUEIL
STATIQUE
MOBILE
AERIEN
VOIRIES / RESEAUX
CATALOGUE
CONTACT
BOUTIQUE
Menu
document.addEventListener('click', function(e){var a=e.target.closest('a'); if(a && a.textContent && a.textContent.indexOf('Demander la fiche technique')!==-1){var productName=(document.querySelector('h1')||{}).textContent||document.title; if(window.gtag){gtag('event','generate_lead',{event_category:'fiche_technique',event_label:productName.trim(),page_location:window.location.href});} if(window.dataLayer){dataLayer.push({event:'demande_fiche_technique',product_name:productName.trim(),page_location:window.location.href});}}}); /* SCAN3DSTORE - Mode catalogue B2B (prix masques, devis, formulaire pro) */ (function () { "use strict"; var CONFIG = { pageContact: "/contact", labelPrix: "Sur devis", labelDevis: "Demander un devis", labelDoc: "Demander la fiche technique", couleur: "#1F497D", couleurSurvol: "#2F6EA8", labelSociete: "Société", labelFonction: "Fonction / métier", labelType: "Type de demande", labelProduit: "Produit concerné", typesDemande: ["Demande de devis","Brochure produit","Fiche technique","Démonstration","Question technique","Autre"] }; var MARQUEUR = "s3d-catalogue"; var CSS = [ "." + MARQUEUR + " .product-details__product-price-row,", "." + MARQUEUR + " .details-product-purchase__controls,", "." + MARQUEUR + " .grid-product__price-value,", "." + MARQUEUR + " .grid-product__button,", "." + MARQUEUR + " .grid-product__buy-now,", "." + MARQUEUR + " .product-details__product-price{display:none!important}", "." + MARQUEUR + " .grid-product__price::after{content:'" + CONFIG.labelPrix + "';", "display:block;font-weight:600;color:" + CONFIG.couleur + "}", "html body .s3d-devis{margin:4px 0 10px!important;padding:0!important}", "html body .s3d-devis .s3d-devis__prix{font-size:22px!important;font-weight:700!important;", "line-height:1.3!important;letter-spacing:.2px!important;margin:0 0 14px!important;", "color:" + CONFIG.couleur + "!important}", "html body .s3d-devis .s3d-devis__actions{display:flex!important;flex-direction:column!important;", "align-items:flex-start!important;gap:10px!important;margin:0!important;padding:0!important}", "html body .s3d-devis a.s3d-btn{display:inline-block!important;box-sizing:border-box!important;", "padding:13px 22px!important;border-radius:4px!important;font-size:14px!important;", "font-weight:600!important;line-height:1.2!important;text-decoration:none!important;", "text-align:center!important;cursor:pointer!important;margin:0!important;width:auto!important;", "border:2px solid " + CONFIG.couleur + "!important;", "transition:background-color .15s ease,color .15s ease!important}", "html body .s3d-devis a.s3d-btn--plein{background:" + CONFIG.couleur + "!important;color:#fff!important}", "html body .s3d-devis a.s3d-btn--plein:hover{background:" + CONFIG.couleurSurvol + "!important;", "border-color:" + CONFIG.couleurSurvol + "!important;color:#fff!important}", "html body .s3d-devis a.s3d-btn--ligne{background:transparent!important;color:" + CONFIG.couleur + "!important}", "html body .s3d-devis a.s3d-btn--ligne:hover{background:" + CONFIG.couleur + "!important;color:#fff!important}", "html body .s3d-champ{margin:0 0 22px!important}", "html body .s3d-champ label{display:block!important;margin:0 0 4px!important;", "font-size:14px!important;font-weight:600!important}", "html body .s3d-champ input,html body .s3d-champ select{display:block!important;", "width:100%!important;box-sizing:border-box!important;padding:8px 0!important;", "font-size:16px!important;background:transparent!important;border:0!important;", "border-bottom:1px solid rgba(0,0,0,.25)!important;border-radius:0!important;", "outline:none!important;color:inherit!important}", "html body .s3d-champ select{padding-right:18px!important}", "html body .s3d-champ input:focus,html body .s3d-champ select:focus{", "border-bottom-color:" + CONFIG.couleur + "!important}", "html body .s3d-obligatoire{color:#c0392b;font-weight:600}", "html body .s3d-erreur{margin-top:6px;font-size:13px;color:#c0392b;font-weight:600}", "@media (min-width:600px){html body .s3d-devis .s3d-devis__actions{flex-direction:row!important;", "flex-wrap:wrap!important}}" ].join(""); function injecterStyles() { if (document.getElementById("s3d-styles")) return; var s = document.createElement("style"); s.id = "s3d-styles"; s.appendChild(document.createTextNode(CSS)); (document.head || document.documentElement).appendChild(s); } function boutique() { return document.querySelector(".ec-store") || document.querySelector(".ec-wrapper") || document.body; } function param(nom) { try { return new URLSearchParams(window.location.search).get(nom) || ""; } catch (e) { return ""; } } function lienContact(nomProduit, type) { return CONFIG.pageContact + "?produit=" + encodeURIComponent(nomProduit) + "&type=" + encodeURIComponent(type); } function bouton(texte, href, variante) { var a = document.createElement("a"); a.className = "s3d-btn s3d-btn--" + variante; a.textContent = texte; a.setAttribute("href", href); return a; } function definirValeur(el, valeur) { var proto = el.tagName === "TEXTAREA" ? window.HTMLTextAreaElement.prototype : window.HTMLInputElement.prototype; var desc = Object.getOwnPropertyDescriptor(proto, "value"); if (desc && desc.set) { desc.set.call(el, valeur); } else { el.value = valeur; } el.dispatchEvent(new Event("input", { bubbles: true })); el.dispatchEvent(new Event("change", { bubbles: true })); } function traiterFicheProduit() { var ligne = document.querySelector(".product-details__product-price-row"); if (!ligne) return; if (document.querySelector(".s3d-devis")) return; var h1 = document.querySelector("h1"); var nom = (h1 && h1.textContent.trim()) || document.title.split("|")[0].trim();