{"id":16530,"date":"2024-06-13T08:45:43","date_gmt":"2024-06-13T08:45:43","guid":{"rendered":"https:\/\/ig8df3bgexm.preview.infomaniak.website\/webvue-surveillance-et-pilotage-web\/"},"modified":"2024-10-04T15:55:36","modified_gmt":"2024-10-04T15:55:36","slug":"webvue-surveillance-et-pilotage-web","status":"publish","type":"page","link":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/","title":{"rendered":"WebVue Surveillance et pilotage Web"},"content":{"rendered":"            <div class=\"block-popup-demo\">\n            <div class=\"box-popup\">\n                <div class=\"btn-close\">\n                    <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M26.4712 25.5288L16.9425 16.0001L26.4712 6.47132C26.7208 6.21302 26.7208 5.80344 26.4712 5.54505C26.2155 5.28024 25.7934 5.27292 25.5286 5.5287L15.9999 15.0574L6.47123 5.52878C6.21293 5.27927 5.80334 5.27927 5.54496 5.52878C5.28015 5.78456 5.27283 6.20659 5.52861 6.4714L15.0573 16.0001L5.52861 25.5287C5.40361 25.6537 5.33337 25.8232 5.33337 26C5.33329 26.3681 5.6318 26.6666 5.99996 26.6667C6.1768 26.6669 6.34639 26.5966 6.47123 26.4713L15.9999 16.9427L25.5286 26.4714C25.6534 26.5966 25.8231 26.667 26 26.6667C26.1766 26.6666 26.3461 26.5965 26.4711 26.4716C26.7315 26.2112 26.7316 25.7891 26.4712 25.5288Z\" fill=\"white\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"border-popup\">\n                    <div class=\"title-popup\">Test PcVue Remote Solutions<\/div>\n                                            <div class=\"list-item-popup\">\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-4.png\" alt=\"Layer 1 4\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">WebVue &#8211; Navigation Web<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/demo.pcvuesolutions.com\/Demo_WebVue_EN\" target=\"_self\">GO TO DEMO<\/a>\n                                                                    <\/div>\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-5.png\" alt=\"Layer 1 5\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">SnapVue &#8211; Assistant num\u00e9rique intelligent<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvuesolutions.com\/snapvue-demo\" target=\"_self\">GO TO DEMO<\/a>\n                                                                    <\/div>\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-6.png\" alt=\"Layer 1 6\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">TouchVue &#8211; Application de notifications.<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvuesolutions.com\/touchvue-demo\" target=\"_self\">GO TO DEMO<\/a>\n                                                                    <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n        <script>\n            document.addEventListener('DOMContentLoaded', function() {\n                function setCookie(name, value, days) {\n                    const d = new Date();\n                    d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000));\n                    const expires = \"expires=\" + d.toUTCString();\n                    document.cookie = name + \"=\" + value + \";\" + expires + \";path=\/\";\n                }\n\n                function getCookie(name) {\n                    const cname = name + \"=\";\n                    const decodedCookie = decodeURIComponent(document.cookie);\n                    const ca = decodedCookie.split(';');\n                    for (let i = 0; i < ca.length; i++) {\n                        let c = ca[i];\n                        while (c.charAt(0) === ' ') {\n                            c = c.substring(1);\n                        }\n                        if (c.indexOf(cname) === 0) {\n                            return c.substring(cname.length, c.length);\n                        }\n                    }\n                    return \"\";\n                }\n\n\n                const popupDemo = document.querySelector('.block-popup-demo');\n                const closeButton = document.querySelector('.btn-close');\n                const borderPopup = document.querySelector('.border-popup');\n\n                function addSkipTimeClass() {\n                    popupDemo.className = 'block-popup-demo skip-time';\n                    popupDemo.style.opacity = '0';                \n                    document.documentElement.style.overflow = 'initial';\n                }\n                if (popupDemo) {\n                    if (getCookie('popupLoadedBefore') === 'true') {\n                        popupDemo.classList.add('skip-time');\n                    } else {\n                        popupDemo.classList.add('time-1');\n                        popupDemo.style.opacity = '1';\n                        document.body.style.overflow = 'hidden';\n                        document.documentElement.style.overflow = 'hidden';\n                        setCookie('popupLoadedBefore', 'true', 365);\n\n                        closeButton.addEventListener('click', addSkipTimeClass);\n                        popupDemo.addEventListener('click', function(e) {\n                            if (!borderPopup.contains(e.target)) {\n                                addSkipTimeClass();\n                            }\n                        });\n                    }\n\n\n                }\n            });\n        <\/script>\n    \n<div class=\"content-demo-page\">\n    \n                <div class=\"type-block videos\">\n        <div class='block-wrapper'>\n                                                <h6 class=\"video-title\" data-aos=\"fade-up\">S\u00e9lectionnez la d\u00e9mo ci-dessous<\/h6>\n                                                    <div class=\"video-list\" data-aos=\"fade-up\">\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">vid\u00e9o<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group-1.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">BIM<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group-1.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">robot intelligent<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group-1.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">performance \u00e9nerg\u00e9tique<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group-1.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">eau<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">\u00e9nergie<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">industrie<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                    <div class=\"video-item\">\n                                                                <a class=\"button-play\" href=\"#\" target=\"\">\n                                                                            <div class=\"symbol\"><img decoding=\"async\" class=\"data-img\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Group.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                                <span class=\"title\">b\u00e2timent<\/span>\n                                                                    <\/a>\n                            <\/div>\n                                                <a class=\"button-slideshow\" href=\"https:\/\/www.pcvue.com\/webvue\/\"  target=\"_vide\">\n                            <div class=\"symbol\"><\/div>\n                                                            <span class=\"slideshow-title\">diaporama<\/span>\n                                                    <\/a>\n                    <\/div>\n                                <!-- <div id=\"video-popup\" class=\"popup\">\n                    <div class=\"popup-content\">\n                        <span class=\"popup-close\">&times;<\/span>\n                        <video controls id=\"popup-video\">\n                            <source id=\"popup-video-source\" src=\"\" type=\"video\/mp4\">\n                            Your browser does not support the video tag.\n                        <\/video>\n                        <div class=\"popup-controls\">\n                            <div id=\"prev-video\">\n                                <svg width=\"60\" height=\"60\" viewBox=\"0 0 1024 1024\" class=\"icon\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z\" fill=\"#ffffff\"><\/path>\n                                <\/svg>\n                            <\/div>\n                            <div id=\"next-video\">\n                                <svg width=\"60\" height=\"60\" viewBox=\"0 0 1024 1024\" class=\"icon\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M256 120.768L306.432 64 768 512l-461.568 448L256 903.232 659.072 512z\" fill=\"#ffffff\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div> -->\n                    <\/div>\n    <\/div>\n    <\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/demo.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-16530","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WebVue Surveillance et pilotage Web - PcVue<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WebVue Surveillance et pilotage Web - PcVue\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/\" \/>\n<meta property=\"og:site_name\" content=\"PcVue\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-04T15:55:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/\",\"url\":\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/\",\"name\":\"WebVue Surveillance et pilotage Web - PcVue\",\"isPartOf\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#website\"},\"datePublished\":\"2024-06-13T08:45:43+00:00\",\"dateModified\":\"2024-10-04T15:55:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pcvue.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WebVue Surveillance et pilotage Web\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#website\",\"url\":\"https:\/\/www.pcvue.com\/fr\/\",\"name\":\"PcVue\",\"description\":\"LET&#039;S ENGINEER\",\"publisher\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pcvue.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#organization\",\"name\":\"PcVue\",\"url\":\"https:\/\/www.pcvue.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg\",\"contentUrl\":\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg\",\"caption\":\"PcVue\"},\"image\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WebVue Surveillance et pilotage Web - PcVue","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/","og_locale":"fr_FR","og_type":"article","og_title":"WebVue Surveillance et pilotage Web - PcVue","og_url":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/","og_site_name":"PcVue","article_modified_time":"2024-10-04T15:55:36+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/","url":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/","name":"WebVue Surveillance et pilotage Web - PcVue","isPartOf":{"@id":"https:\/\/www.pcvue.com\/fr\/#website"},"datePublished":"2024-06-13T08:45:43+00:00","dateModified":"2024-10-04T15:55:36+00:00","breadcrumb":{"@id":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcvue.com\/fr\/webvue-surveillance-et-pilotage-web\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcvue.com\/fr\/"},{"@type":"ListItem","position":2,"name":"WebVue Surveillance et pilotage Web"}]},{"@type":"WebSite","@id":"https:\/\/www.pcvue.com\/fr\/#website","url":"https:\/\/www.pcvue.com\/fr\/","name":"PcVue","description":"LET&#039;S ENGINEER","publisher":{"@id":"https:\/\/www.pcvue.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcvue.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.pcvue.com\/fr\/#organization","name":"PcVue","url":"https:\/\/www.pcvue.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg","contentUrl":"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg","caption":"PcVue"},"image":{"@id":"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/comments?post=16530"}],"version-history":[{"count":3,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16530\/revisions"}],"predecessor-version":[{"id":23772,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16530\/revisions\/23772"}],"wp:attachment":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/media?parent=16530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}