{"id":13436,"date":"2025-06-24T16:34:19","date_gmt":"2025-06-24T14:34:19","guid":{"rendered":"https:\/\/www.schilliger.ch\/?page_id=13436"},"modified":"2025-07-02T15:00:45","modified_gmt":"2025-07-02T13:00:45","slug":"lignumdata","status":"publish","type":"page","link":"https:\/\/www.schilliger.ch\/fr\/lignumdata\/","title":{"rendered":"Lignumdata"},"content":{"rendered":"<head>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<\/head>\r\n\r\n<!-- Font Awesome -->\r\n<link\r\nhref=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\"\r\nrel=\"stylesheet\"\r\n\/>\r\n<!-- Google Fonts -->\r\n<link\r\nhref=\"https:\/\/fonts.googleapis.com\/css?family=Roboto:300,400,500,700&display=swap\"\r\nrel=\"stylesheet\"\r\n\/>\r\n<!-- MDB -->\r\n<link\r\nhref=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mdb-ui-kit\/7.3.2\/mdb.min.css\"\r\nrel=\"stylesheet\"\r\n\/>\r\n\r\n<link\r\nhref=\"https:\/\/code.jquery.com\/ui\/1.12.1\/themes\/base\/jquery-ui.css\"\r\nrel=\"stylesheet\"\r\n\/>\r\n\r\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.2\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap\" rel=\"stylesheet\">\r\n\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js\"><\/script>\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jqueryui\/1.12.1\/jquery-ui.min.js\"><\/script>\t\t\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.2\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n\r\n<style>\r\n\t\r\n    #loading-overlay {\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background-color: black;\r\n      opacity: 0.8;\r\n      z-index: 9999;\r\n      display: none;\r\n  }\r\n\r\n<\/style>\r\n\r\n\r\n<body style=\"background-color:#F5F6FA;\" class=\"container\">\r\n\t\r\n\t<!-- Div de chargement -->\r\n    <div id=\"loading-overlay\"><\/div>\r\n\r\n    <div class=\"row\" style=\"align-items: flex-start;\">\r\n        <div class=\"col-12 col-md-4 col-lg-3 filter-section\"  style=\"background: #fff;\">\r\n            <h1><strong>Filtrez votre<\/strong>recherche<\/h1>\r\n            <hr>\r\n\r\n            <div class=\"filter\">\r\n\r\n                <div style=\"padding:5px;width:98%;\">\r\n\r\n                    <form method=\"GET\">\r\n                        <div class=\"subtitle\" style=\"margin-bottom: 10px;\">Type d'\u00e9l\u00e9ment :<\/div>\r\n                        <select name=\"type\" id=\"typeprd\">\r\n                         <option value=\"\">Choisir...<\/option>\r\n                         <option value=\"decke\">Plancher<\/option>\r\n                         <option value=\"twzweischalig\">Cloison double<\/option>\r\n                         <option value=\"trennwand\">Cloison simple<\/option>\r\n                         <option value=\"aussenwand\">Paroi ext\u00e9rieur<\/option>\r\n                         <option value=\"steildach\">Toit \u00e0 deux pans<\/option>\r\n                         <option value=\"flachdach\">Toit plat\/en pente<\/option>\r\n                     <\/select>\r\n                 <\/form>\r\n\r\n                 <div id=\"repform\"><\/div>\r\n\r\n             <\/div>\r\n         <\/div>\r\n     <\/div>\r\n\r\n\r\n     <div id=\"listeprd\" class=\"col-12 col-md-8 col-lg-9 height_custom\">\r\n     <\/div>\r\n\r\n <\/div>\r\n\r\n <script>\r\n    $(document).ready(function() {\r\n       $('#typeprd').on('change', function() {\r\n         loadform();\r\n     });\r\n   });\r\n\r\n    function loadform() {\r\n\r\n      var typeprd = $('#typeprd').val();\r\n      \r\n      if (!typeprd) {\r\n\t\t    $('#repform').html('');\r\n\t\t    return;\r\n\t\t  }\r\n\r\n      console.log(\"Formulaire de type => \"+typeprd);\r\n\r\n      $.ajax({\r\n        url: '\/wp-content\/themes\/Avada-Child-Theme\/templates\/form_'+typeprd+'.php',\r\n        cache:false,\r\n        type: 'POST',\r\n        dataType: 'html',\r\n        data: {\r\n            valeurSelect: typeprd\r\n        },\r\n        success: function(response) {\r\n            $('#repform').html(response);\r\n            loadliste();\r\n            $('#typeprd').val('');\r\n\r\n        },\r\n        error: function(xhr, status, error) {\r\n            console.error(\"Erreur AJAX : \" + error);\r\n        }\r\n    });\r\n\r\n  }\r\n\r\n  function loadliste() {\r\n     var typeprd = $('#typeprd').val();\r\n     $('#loading-overlay').show();\r\n\r\n     $.ajax({\r\n        url: '\/wp-content\/themes\/Avada-Child-Theme\/templates\/liste_lingnum.php',\r\n        cache:false,\r\n        type: 'POST',\r\n        dataType: 'html',\r\n        data: {\r\n            valeurSelect: typeprd\r\n        },\r\n        success: function(response) {\r\n            $('#listeprd').html(response);\r\n            $('#loading-overlay').hide();\r\n\r\n        },\r\n        error: function(xhr, status, error) {\r\n            console.error(\"Erreur AJAX : \" + error);\r\n        }\r\n    });\r\n }\r\n\r\n<\/script>\r\n\r\n<\/body>\r\n\r\n\r\n<style type=\"text\/css\">\r\n    H1, p  {\r\n        font-family: \"Montserrat\"!important;\r\n    }\r\n\r\n    .height_custom {\r\n        padding: 50px 20px;\r\n    }\r\n\r\n    h1 {\r\n        font-size: 30px;\r\n        font-weight: 200;\r\n        line-height: 30px;\r\n        color: #332E2E;\r\n        text-transform: uppercase;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    h1 strong {\r\n        font-weight: 700;\r\n        display: block;\r\n        color: #9D0D1C;\r\n    }\r\n\r\n    .subtitle {\r\n        font-weight: 700;\r\n\r\n    }\r\n\r\n    button {\r\n      padding: 5px 10px;\r\n      margin: 5px;\r\n      border: 1px solid #F5DBDE;\r\n      background-color: white;\r\n      color: #9D0D1C; \r\n      cursor: pointer;\r\n      transition: all 0.3s ease; \r\n      font-size: 20px;\r\n\r\n  }\r\n\r\n  button:hover {\r\n      background-color: #F5DBDE;\r\n  }\r\n\r\n  button:active {\r\n      background-color: #F5DBDE;\r\n      transform: scale(0.95); \r\n  }\r\n\r\n  hR {\r\n    margin: 30px 0px;\r\n    color: #bfbfbf;;\r\n}\r\n\r\nselect {\r\n    font-family: \"Montserrat\"!important;\r\n    width: 100%!important;\r\n    border: 1px solid #D2D2D2;\r\n    padding: 5px;\r\n}\r\n\r\n.toggle-content {\r\n  display: none;\r\n}\r\n\r\n.toggle-content.active {\r\n  display: block;\r\n}\r\n\r\n.chevron.active {\r\n  transform: rotate(180deg);\r\n  transition: transform 0.3s;\r\n}\r\n\r\n.selector .slider-price {\r\n    padding: 5px!important;\r\n    font-size: 13px!important;\r\n    font-weight: 600!important;\r\n}\r\n.selector .slider-price:before {\r\n    left: 5px!important;\r\n}\r\n\r\n\r\n\r\n\/*\r\n.filter-section {\r\n     position: -webkit-sticky; \r\n            position: sticky; \r\n            top: 50px; \r\n}*\/\r\n\r\n<\/style>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"footnotes":""},"class_list":["post-13436","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Lignumdata - Schilliger CH<\/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.schilliger.ch\/fr\/lignumdata\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lignumdata - Schilliger CH\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.schilliger.ch\/fr\/lignumdata\/\" \/>\n<meta property=\"og:site_name\" content=\"Schilliger CH\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-02T13:00:45+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.schilliger.ch\/fr\/#website\",\"url\":\"https:\/\/www.schilliger.ch\/fr\/\",\"name\":\"Schilliger CH\",\"description\":\"Kompetenz und Innovation. Holz und Mehr.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.schilliger.ch\/fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.schilliger.ch\/fr\/lignumdata\/#webpage\",\"url\":\"https:\/\/www.schilliger.ch\/fr\/lignumdata\/\",\"name\":\"Lignumdata - Schilliger CH\",\"isPartOf\":{\"@id\":\"https:\/\/www.schilliger.ch\/fr\/#website\"},\"datePublished\":\"2025-06-24T14:34:19+00:00\",\"dateModified\":\"2025-07-02T13:00:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.schilliger.ch\/fr\/lignumdata\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.schilliger.ch\/fr\/lignumdata\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.schilliger.ch\/fr\/lignumdata\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.schilliger.ch\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lignumdata\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lignumdata - Schilliger CH","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.schilliger.ch\/fr\/lignumdata\/","og_locale":"fr_FR","og_type":"article","og_title":"Lignumdata - Schilliger CH","og_url":"https:\/\/www.schilliger.ch\/fr\/lignumdata\/","og_site_name":"Schilliger CH","article_modified_time":"2025-07-02T13:00:45+00:00","twitter_card":"summary","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.schilliger.ch\/fr\/#website","url":"https:\/\/www.schilliger.ch\/fr\/","name":"Schilliger CH","description":"Kompetenz und Innovation. Holz und Mehr.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.schilliger.ch\/fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/www.schilliger.ch\/fr\/lignumdata\/#webpage","url":"https:\/\/www.schilliger.ch\/fr\/lignumdata\/","name":"Lignumdata - Schilliger CH","isPartOf":{"@id":"https:\/\/www.schilliger.ch\/fr\/#website"},"datePublished":"2025-06-24T14:34:19+00:00","dateModified":"2025-07-02T13:00:45+00:00","breadcrumb":{"@id":"https:\/\/www.schilliger.ch\/fr\/lignumdata\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.schilliger.ch\/fr\/lignumdata\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.schilliger.ch\/fr\/lignumdata\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.schilliger.ch\/fr\/"},{"@type":"ListItem","position":2,"name":"Lignumdata"}]}]}},"_links":{"self":[{"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/pages\/13436","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/comments?post=13436"}],"version-history":[{"count":3,"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/pages\/13436\/revisions"}],"predecessor-version":[{"id":13632,"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/pages\/13436\/revisions\/13632"}],"wp:attachment":[{"href":"https:\/\/www.schilliger.ch\/fr\/wp-json\/wp\/v2\/media?parent=13436"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}