{"id":10,"date":"2025-05-09T10:18:48","date_gmt":"2025-05-09T08:18:48","guid":{"rendered":"https:\/\/logjust.fr\/?page_id=10"},"modified":"2025-05-09T12:47:06","modified_gmt":"2025-05-09T10:47:06","slug":"wms-pme","status":"publish","type":"page","link":"https:\/\/logjust.fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"\n<style>\n  \/* (Identique \u00e0 ton style actuel) *\/\n  body, section {\n    margin: 0;\n    padding: 0;\n    font-family: 'Segoe UI', sans-serif;\n    background-color: #121212;\n    color: #ffffff;\n  }\n\n  .container {\n    max-width: 1100px;\n    margin: auto;\n    padding: 60px 20px;\n    text-align: center;\n    position: relative;\n  }\n\n  .logo img {\n    max-width: 500px;\n    margin-bottom: 40px;\n  }\n\n  h1 {\n    font-size: 3em;\n    margin-bottom: 10px;\n    color: #ffffff;\n  }\n\n  h1 .highlight {\n    color: #f07ad6;\n  }\n\n  .subtitle {\n    font-size: 1.2em;\n    color: #cccccc;\n    margin-bottom: 30px;\n  }\n\n  .squirrels {\n    position: relative;\n    height: 400px;\n    margin-bottom: -430px;\n    z-index: 1;\n  }\n\n  .squirrel {\n    position: absolute;\n    top: 50px;\n    height: 60px;\n    opacity: 0;\n    animation-duration: 2.6s;\n    animation-fill-mode: forwards;\n  }\n\n  .squirrel-left {\n    left: -120px;\n  }\n\n  .squirrel-right {\n    right: -120px;\n  }\n\n  @keyframes slideInLeft {\n    0%   { transform: translateX(0); opacity: 0; }\n    100% { transform: translateX(210px); opacity: 1; }\n  }\n\n  @keyframes slideInRight {\n    0%   { transform: translateX(0); opacity: 0; }\n    100% { transform: translateX(-210px); opacity: 1; }\n  }\n\n  .phones {\n    display: flex;\n    justify-content: center;\n    gap: 30px;\n    margin: 60px 0;\n    flex-wrap: wrap;\n    z-index: 2;\n    position: relative;\n  }\n\n  .phones img {\n    height: 400px;\n    border-radius: 8px;\n  }\n\n  .cta-button {\n    display: inline-block;\n    background-color: #f07ad6;\n    color: white;\n    padding: 14px 30px;\n    font-weight: bold;\n    font-size: 1em;\n    border-radius: 8px;\n    text-decoration: none;\n    margin: 60px auto;\n  }\n  .cta-wrapper {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin: 60px auto;\n  }\n\n  .cta-ecureuil mirror {\n    transform: scaleX(-1);\n  }\n  .cta-ecureuil {\n    height: 66px;\n    animation: bounce 1.5s infinite ease-in-out;\n    transform-origin: bottom;\n  }\n\n  @keyframes bounce {\n    0%, 100% { transform: translateY(0); }\n    50%      { transform: translateY(-15px); }\n  }\n  .features-cards, .functions-cards {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 25px;\n    margin: 60px 0;\n  }\n\n  .card {\n    background-color: #121212;\n    padding: 20px;\n    border-radius: 12px;\n    max-width: 280px;\n    flex: 1 1 260px;\n    text-align: center;\n    border: 1px solid #ffffff;\n  }\n\n  .card h3 {\n    margin-top: 10px;\n    margin-bottom: 8px;\n    font-size: 1.1em;\n  }\n\n  .card img {\n    height: 70px;\n    margin-bottom: 12px;\n  }\n\n  .card.green h3 { color: #14f55d; }\n  .card.yellow h3 { color: #ffd406; }\n  .card.pink h3 { color: #f07ad6; }\n  .card.purple h3 { color: #754aee; }\n  .card.blue h3 { color: #754aee; }\n\n  .functions-title {\n    color: #ffd406 !important;\n  }\n\n  .contact {\n    margin-top: 60px;\n    font-size: 1.1em;\n    color: #ffffff;\n  }\n\n  .background-squirrel {\n    position: absolute;\n    bottom: 350px;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 0;\n    opacity: 0.02;\n    width: 500px;\n    pointer-events: none;\n  }\n\n  .contact a {\n    color: #ffd406;\n    text-decoration: none;\n  }\n\n  .link-zebra {\n    color: #754aee;\n    text-decoration: underline;\n    transition: color 0.3s ease;\n  }\n\n  .link-zebra:hover {\n    color: #ffd406;\n  }\n\n  @keyframes tapAndLeave {\n    0%   { transform: translateX(-50%) translateX(-120px) scale(1); opacity: 0; }\n    20%  { transform: translateX(-50%) translateX(0px) scale(1); opacity: 1; }\n    40%  { transform: translateX(-50%) translateX(0px) scale(1.08); }\n    50%  { transform: translateX(-50%) translateX(0px) scale(1); }\n    80%  { transform: translateX(-50%) translateX(80px) scale(1); opacity: 1; }\n    100% { transform: translateX(-50%) translateX(160px) scale(1); opacity: 0; }\n  }\n\n  .squirrel-tap {\n    display: none;\n  }\n\n  @media (max-width: 768px) {\n    .logo img {\n      max-width: 80%;\n      height: auto;\n    }\n\n    .squirrel {\n      display: none;\n    }\n\n    .squirrel-tap {\n      display: none;\n      position: absolute;\n      top: 160px;\n      left: 50%;\n      transform: translateX(-50%);\n      height: 140px;\n      width: auto;\n      object-fit: contain;\n      z-index: 3;\n    }\n\n    .squirrel-tap.run-animation {\n      display: block;\n      animation: tapAndLeave 3.5s ease-in-out 1 forwards;\n    }\n  }\n<\/style>\n\n<body>\n  <div class=\"container\">\n    <div class=\"logo\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png\" alt=\"Logo LogJust, le WMS l\u00e9ger pour PME\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/ecureuil_filaire_blanc_5000px-scaled.png\" alt=\"\u00c9cureuil LogJust le WMS des PME\" class=\"background-squirrel\">\n    <\/div>\n\n    <h1>Le <span class=\"highlight\">WMS<\/span> qui va \u00e0 l\u2019essentiel.<\/h1>\n    <p class=\"subtitle\">G\u00e9rez vos entr\u00e9es, sorties et inventaires sans vous perdre dans des <a href=\"https:\/\/logjust.fr\/index.php\/fonctionnalites\/\" style=\"color: #14f55d; text-decoration: underline;\">fonctionnalit\u00e9s<\/a> inutiles avec notre WMS simple pour PME.<\/p>\n\n    <div class=\"squirrels\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/PICTO_ECUREUIL_RVB_ROSE.png\" alt=\"\u00c9cureuil LogJust\" class=\"squirrel squirrel-left\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/PICTO_ECUREUIL_RVB_ROSE-miroir.png\" alt=\"\u00c9cureuil LogJust\" class=\"squirrel squirrel-right\">\n    <\/div>\n\n    <div class=\"phones\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/phone_1_uniform.png\" alt=\"Interface LogJust WMS l\u00e9ger pour PME\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/phone_2_uniform.png\" alt=\"Interface LogJust WMS l\u00e9ger pour PME\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/phone_3_uniform.png\" alt=\"Interface LogJust WMS l\u00e9ger pour PME\">\n      <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/PICTO_ECUREUIL_RVB_ROSE.png\" alt=\"\u00c9cureuil mobile\" class=\"squirrel-tap\">\n    <\/div>\n\n    <section style=\"max-width: 800px; margin: auto; text-align: left; color: #ccc;\">\n      <h2>Pourquoi choisir un WMS simple pour PME ?<\/h2>\n      <p>\n        Les PME ont besoin de solutions rapides, simples et efficaces. Contrairement aux logiciels lourds, <span style=\"color: #ffffff; font-weight: bold;\">Log<\/span><span style=\"color: #f07ad6; font-weight: bold;\">Just<\/span> offre une interface intuitive,\n        connect\u00e9e \u00e0 votre ERP, et accessible imm\u00e9diatement. Gr\u00e2ce \u00e0 sa version mobile et \u00e0 son installation rapide, vous gagnez du temps et r\u00e9duisez les erreurs.\n      <\/p>\n      <p>\n        Que ce soit pour g\u00e9rer les r\u00e9ceptions de marchandises, le picking ou l\u2019inventaire, <span style=\"color: #ffffff; font-weight: bold;\">Log<\/span><span style=\"color: #f07ad6; font-weight: bold;\">Just<\/span> vous accompagne sur le terrain, sans surco\u00fbt ni complexit\u00e9.\n      <\/p>\n    <\/section>\n\n<div class=\"cta-wrapper\">\n  <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/PICTO_ECUREUIL_BLANC.svg\" alt=\"\u00c9cureuil blanc gauche\" class=\"cta-ecureuil mirror\">\n  <a href=\"mailto:contact@logjust.fr\" class=\"cta-button\">Demandez une d\u00e9mo<\/a>\n  <img decoding=\"async\" src=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/PICTO_ECUREUIL_BLANC-fotor-20250505101515.png\" alt=\"\u00c9cureuil blanc droite\" class=\"cta-ecureuil\">\n<\/div>\n\n    <div class=\"features-cards\">\n      <div class=\"card yellow\">\n        <h3>\u26a1 Ultra rapide \u00e0 d\u00e9ployer<\/h3>\n        <p>Installez. Scannez. G\u00e9rez. Pas de serveurs d\u00e9di\u00e9s ni de complexit\u00e9 d\u2019apprentissage.<\/p>\n      <\/div>\n      <div class=\"card green\">\n        <h3>\ud83d\udcbc Pens\u00e9 pour les PME<\/h3>\n        <p>Un outil simple et efficace pour des \u00e9quipes terrain.<\/p>\n      <\/div>\n      <div class=\"card purple\">\n        <h3>\ud83d\udd17 Connect\u00e9 \u00e0 votre ERP<\/h3>\n        <p>Synchronisation Sage &#038; plus encore tr\u00e8s bient\u00f4t.<\/p>\n      <\/div>\n    <\/div>\n\n    <div style=\"border: 2px solid #ffd406; border-radius: 5px; padding: 10px 5px; margin: 10px auto; max-width: 1200px;\">\n      <h2 class=\"functions-title\">Fonctionnalit\u00e9s cl\u00e9s de notre WMS simple pour PME<\/h2>\n      <div class=\"functions-cards\">\n        <div class=\"card green\">\n          <img decoding=\"async\" src=\"http:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/3be632b0-3ec8-45f2-9733-f6469c0a4df6_removalai_preview-1.png\" alt=\"R\u00e9ception WMS\">\n          <h3>R\u00e9ception ais\u00e9e<\/h3>\n        <\/div>\n        <div class=\"card yellow\">\n          <img decoding=\"async\" src=\"http:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/68bcca99-b466-434c-bf07-31b473e66530_removalai_preview-1.png\" alt=\"Picking WMS\">\n          <h3>Pr\u00e9paration de commande facile<\/h3>\n        <\/div>\n        <div class=\"card pink\">\n          <img decoding=\"async\" src=\"http:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/9aebce7b-c935-489e-bfe3-7c9011608d4c_removalai_preview-1.png\" alt=\"Inventaire WMS\">\n          <h3>Inventaire acc\u00e9l\u00e9r\u00e9<\/h3>\n        <\/div>\n        <div class=\"card blue\">\n          <img decoding=\"async\" src=\"http:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/2ee75059-7d90-49ca-9215-3273eab08a48_removalai_preview-1.png\" alt=\"Inventaire WMS\">\n          <h3>\ud83d\udcf1 Interface mobile<\/h3>\n          <p style=\"margin-top: 10px;\">\n            Optimis\u00e9 pour les terminaux <a href=\"https:\/\/www.zebra.com\" target=\"_blank\" class=\"link-zebra\">Zebra\u00ae<\/a>.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"contact\">\n      <p>Une question ? Parlez-nous de votre projet.<br>\n      <a href=\"mailto:contact@logjust.fr\">contact@logjust.fr<\/a><\/p>\n    <\/div>\n  <\/div>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const phones = document.querySelector('.phones');\n    const tapSquirrel = document.querySelector('.squirrel-tap');\n    const leftSquirrel = document.querySelector('.squirrel-left');\n    const rightSquirrel = document.querySelector('.squirrel-right');\n\n    if ('IntersectionObserver' in window) {\n      const observer = new IntersectionObserver((entries, obs) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            \/\/ tap (mobile)\n            if (tapSquirrel) tapSquirrel.classList.add('run-animation');\n            \/\/ \u00e9cureuils desktop\n            if (leftSquirrel) leftSquirrel.style.animationName = 'slideInLeft';\n            if (rightSquirrel) rightSquirrel.style.animationName = 'slideInRight';\n            obs.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.4 });\n\n      observer.observe(phones);\n    }\n  });\n<\/script>\n<\/body>\n","protected":false},"excerpt":{"rendered":"<p>Le WMS qui va \u00e0 l\u2019essentiel. G\u00e9rez vos entr\u00e9es, sorties et inventaires sans vous perdre dans des fonctionnalit\u00e9s inutiles avec notre WMS simple pour PME. Pourquoi choisir un WMS simple pour PME ? Les PME ont besoin de solutions rapides, simples et efficaces. Contrairement aux logiciels lourds, LogJust offre une interface intuitive, connect\u00e9e \u00e0 votre [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WMS simple pour PME \u2013 LogJust, logiciel rapide et mobile<\/title>\n<meta name=\"description\" content=\"LogJust est un WMS simple pour PME. G\u00e9rez vos r\u00e9ceptions et inventaires en toute simplicit\u00e9, sans installation complexe ni formation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/logjust.fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WMS simple pour PME \u2013 LogJust, logiciel rapide et mobile\" \/>\n<meta property=\"og:description\" content=\"LogJust est un WMS simple pour PME. G\u00e9rez vos r\u00e9ceptions et inventaires en toute simplicit\u00e9, sans installation complexe ni formation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/logjust.fr\/\" \/>\n<meta property=\"og:site_name\" content=\"LogJust\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-09T10:47:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/logjust.fr\/\",\"url\":\"https:\/\/logjust.fr\/\",\"name\":\"WMS simple pour PME \u2013 LogJust, logiciel rapide et mobile\",\"isPartOf\":{\"@id\":\"https:\/\/logjust.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/logjust.fr\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/logjust.fr\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png\",\"datePublished\":\"2025-05-09T08:18:48+00:00\",\"dateModified\":\"2025-05-09T10:47:06+00:00\",\"description\":\"LogJust est un WMS simple pour PME. G\u00e9rez vos r\u00e9ceptions et inventaires en toute simplicit\u00e9, sans installation complexe ni formation.\",\"breadcrumb\":{\"@id\":\"https:\/\/logjust.fr\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/logjust.fr\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/logjust.fr\/#primaryimage\",\"url\":\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png\",\"contentUrl\":\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/logjust.fr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/logjust.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/logjust.fr\/#website\",\"url\":\"https:\/\/logjust.fr\/\",\"name\":\"LogJust\",\"description\":\"Le WMS qui va \u00e0 l\u2019essentiel\",\"publisher\":{\"@id\":\"https:\/\/logjust.fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/logjust.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/logjust.fr\/#organization\",\"name\":\"LogJust\",\"url\":\"https:\/\/logjust.fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/logjust.fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB.png\",\"contentUrl\":\"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB.png\",\"width\":845,\"height\":530,\"caption\":\"LogJust\"},\"image\":{\"@id\":\"https:\/\/logjust.fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WMS simple pour PME \u2013 LogJust, logiciel rapide et mobile","description":"LogJust est un WMS simple pour PME. G\u00e9rez vos r\u00e9ceptions et inventaires en toute simplicit\u00e9, sans installation complexe ni formation.","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:\/\/logjust.fr\/","og_locale":"fr_FR","og_type":"article","og_title":"WMS simple pour PME \u2013 LogJust, logiciel rapide et mobile","og_description":"LogJust est un WMS simple pour PME. G\u00e9rez vos r\u00e9ceptions et inventaires en toute simplicit\u00e9, sans installation complexe ni formation.","og_url":"https:\/\/logjust.fr\/","og_site_name":"LogJust","article_modified_time":"2025-05-09T10:47:06+00:00","og_image":[{"url":"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/logjust.fr\/","url":"https:\/\/logjust.fr\/","name":"WMS simple pour PME \u2013 LogJust, logiciel rapide et mobile","isPartOf":{"@id":"https:\/\/logjust.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/logjust.fr\/#primaryimage"},"image":{"@id":"https:\/\/logjust.fr\/#primaryimage"},"thumbnailUrl":"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png","datePublished":"2025-05-09T08:18:48+00:00","dateModified":"2025-05-09T10:47:06+00:00","description":"LogJust est un WMS simple pour PME. G\u00e9rez vos r\u00e9ceptions et inventaires en toute simplicit\u00e9, sans installation complexe ni formation.","breadcrumb":{"@id":"https:\/\/logjust.fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/logjust.fr\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/logjust.fr\/#primaryimage","url":"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png","contentUrl":"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB_FOND_NOIR.png"},{"@type":"BreadcrumbList","@id":"https:\/\/logjust.fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/logjust.fr\/"},{"@type":"ListItem","position":2,"name":"Accueil"}]},{"@type":"WebSite","@id":"https:\/\/logjust.fr\/#website","url":"https:\/\/logjust.fr\/","name":"LogJust","description":"Le WMS qui va \u00e0 l\u2019essentiel","publisher":{"@id":"https:\/\/logjust.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/logjust.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/logjust.fr\/#organization","name":"LogJust","url":"https:\/\/logjust.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/logjust.fr\/#\/schema\/logo\/image\/","url":"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB.png","contentUrl":"https:\/\/logjust.fr\/wp-content\/uploads\/2025\/05\/LOGO_LOGJUST_RVB.png","width":845,"height":530,"caption":"LogJust"},"image":{"@id":"https:\/\/logjust.fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":23,"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/139"}],"wp:attachment":[{"href":"https:\/\/logjust.fr\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}