{"id":4788,"date":"2026-02-04T22:12:19","date_gmt":"2026-02-04T21:12:19","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=4788"},"modified":"2026-08-27T12:28:07","modified_gmt":"2026-08-27T10:28:07","slug":"legal-notice","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/mentions-legales\/","title":{"rendered":"Legal Notice"},"content":{"rendered":"<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .ml-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.7;\n  }\n\n  \/* HEADER *\/\n  .ml-header {\n    background: #fff;\n    border-bottom: 1px solid #e8e8e8;\n    padding: 52px 24px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ml-header::before {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(\n      90deg,\n      #1a1a1a 0%,\n      #D4980A 50%,\n      transparent 100%\n    );\n  }\n\n  .ml-header-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 32px;\n    flex-wrap: wrap;\n  }\n\n  .ml-doc-type {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #D4980A;\n    margin-bottom: 10px;\n  }\n\n  .ml-header h1 {\n    font-size: clamp(20px, 3vw, 30px);\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.15;\n    margin-bottom: 6px;\n  }\n\n  .ml-header-meta {\n    font-size: 12px;\n    color: #aaa;\n    font-weight: 500;\n  }\n\n  .ml-header-right {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n    gap: 8px;\n  }\n\n  .ml-badge {\n    background: #f7f6f3;\n    border: 1px solid #e0ddd6;\n    color: #1a1a1a;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 6px;\n  }\n\n  .ml-articles-count {\n    font-size: 12px;\n    color: #bbb;\n    font-weight: 500;\n  }\n\n  \/* LAYOUT *\/\n  .ml-body {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 52px 24px 80px;\n    display: grid;\n    grid-template-columns: 180px 1fr;\n    gap: 52px;\n    align-items: start;\n  }\n\n  @media (max-width: 680px) {\n    .ml-body {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n\n    .ml-toc {\n      display: none;\n    }\n  }\n\n  \/* TOC *\/\n  .ml-toc {\n    position: sticky;\n    top: 28px;\n    background: #f9f8f5;\n    border: 1px solid #ececec;\n    border-radius: 12px;\n    padding: 20px;\n  }\n\n  .ml-toc-title {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #bbb;\n    margin-bottom: 14px;\n  }\n\n  .ml-toc-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n  }\n\n  .ml-toc-list li a {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #888;\n    text-decoration: none;\n    padding: 5px 8px;\n    border-radius: 6px;\n    transition: background 0.15s, color 0.15s;\n  }\n\n  .ml-toc-list li a:hover {\n    background: rgba(212,152,10,0.08);\n    color: #D4980A;\n  }\n\n  .ml-toc-num {\n    font-size: 10px;\n    font-weight: 700;\n    color: #D4980A;\n    min-width: 16px;\n  }\n\n  \/* ARTICLES *\/\n  .ml-articles {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .ml-article {\n    padding: 32px 0;\n    border-bottom: 1px solid #f0eeea;\n  }\n\n  .ml-article:last-child {\n    border-bottom: none;\n  }\n\n  .ml-article-header {\n    display: flex;\n    align-items: baseline;\n    gap: 16px;\n    margin-bottom: 14px;\n  }\n\n  .ml-art-num {\n    font-size: 11px;\n    font-weight: 700;\n    color: #D4980A;\n    letter-spacing: 1px;\n    flex-shrink: 0;\n  }\n\n  .ml-article h2 {\n    font-size: 16px;\n    font-weight: 800;\n    color: #1a1a1a;\n    line-height: 1.3;\n  }\n\n  .ml-article p {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.85;\n    margin-bottom: 10px;\n    padding-left: 36px;\n  }\n\n  .ml-article p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ml-article ul {\n    list-style: none;\n    padding-left: 36px;\n    margin: 8px 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .ml-article ul li {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n\n  .ml-article ul li::before {\n    content: '';\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #D4980A;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n\n  \/* HIGHLIGHT *\/\n  .ml-article.highlight {\n    background: #f9f8f5;\n    border-radius: 14px;\n    padding: 28px 24px;\n    border: 1px solid #ececec;\n    margin: 8px 0;\n  }\n\n  .ml-article.highlight p,\n  .ml-article.highlight ul {\n    padding-left: 0;\n  }\n\n  .ml-article.highlight .ml-note,\n  .ml-article.highlight .ml-alert {\n    margin-left: 0;\n  }\n\n  \/* IDENTIT\u00c9 CARD *\/\n  .ml-identity {\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 12px;\n    padding: 22px 24px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px 32px;\n  }\n\n  @media (max-width: 500px) {\n    .ml-identity {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .ml-identity-field dt {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #bbb;\n    margin-bottom: 4px;\n  }\n\n  .ml-identity-field dd {\n    font-size: 13px;\n    font-weight: 600;\n    color: #1a1a1a;\n    line-height: 1.5;\n  }\n\n  .ml-identity-field dd a {\n    color: #D4980A;\n    text-decoration: none;\n  }\n\n  .ml-identity-field dd a:hover {\n    text-decoration: underline;\n  }\n\n  \/* ENCADR\u00c9S *\/\n  .ml-note {\n    background: rgba(212,152,10,0.07);\n    border-left: 3px solid #D4980A;\n    border-radius: 0 8px 8px 0;\n    padding: 12px 16px;\n    font-size: 13px;\n    color: #666;\n    margin-top: 12px;\n    margin-left: 36px;\n    line-height: 1.65;\n  }\n\n  .ml-alert {\n    background: rgba(26,26,26,0.04);\n    border-left: 3px solid #1a1a1a;\n    border-radius: 0 8px 8px 0;\n    padding: 12px 16px;\n    font-size: 13px;\n    color: #555;\n    margin-top: 12px;\n    margin-left: 36px;\n    line-height: 1.65;\n  }\n\n  \/* FOOTER *\/\n  .ml-footer {\n    background: #1a1a1a;\n    padding: 48px 24px;\n    text-align: center;\n  }\n\n  .ml-footer-inner {\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  .ml-footer p {\n    font-size: 13px;\n    color: #666;\n    line-height: 1.7;\n    margin-bottom: 8px;\n  }\n\n  .ml-footer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ml-footer strong {\n    color: #aaa;\n    font-weight: 600;\n  }\n\n  .ml-footer-divider {\n    width: 36px;\n    height: 2px;\n    background: rgba(212,152,10,0.4);\n    margin: 20px auto;\n    border-radius: 2px;\n  }\n<\/style>\n\n\n<div class=\"ml-wrap\">\n\n  <!-- HEADER -->\n  <header class=\"ml-header\">\n\n    <div class=\"ml-header-inner\">\n\n      <div>\n        <p class=\"ml-doc-type\">\n          Legal document\n        <\/p>\n\n        <h1>\n          Legal Notice\n        <\/h1>\n\n        <p class=\"ml-header-meta\">\n          Solutat \u2014 Last updated: August 2026\n        <\/p>\n      <\/div>\n\n      <div class=\"ml-header-right\">\n        <span class=\"ml-badge\">\n          Legal Notice\n        <\/span>\n\n        <span class=\"ml-articles-count\">\n          9 articles\n        <\/span>\n      <\/div>\n\n    <\/div>\n\n  <\/header>\n\n\n  <!-- BODY -->\n  <div class=\"ml-body\">\n\n\n    <!-- SOMMAIRE -->\n    <nav class=\"ml-toc\">\n\n      <p class=\"ml-toc-title\">\n        Summary\n      <\/p>\n\n      <ul class=\"ml-toc-list\">\n\n        <li>\n          <a href=\"#a1\">\n            <span class=\"ml-toc-num\">01<\/span>\n            Editor\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a2\">\n            <span class=\"ml-toc-num\">02<\/span>\n            Accommodation\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a3\">\n            <span class=\"ml-toc-num\">03<\/span>\n            Activity\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a4\">\n            <span class=\"ml-toc-num\">04<\/span>\n            Responsibility\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a5\">\n            <span class=\"ml-toc-num\">05<\/span>\n            Intellectual property\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a6\">\n            <span class=\"ml-toc-num\">06<\/span>\n            Personal data\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a7\">\n            <span class=\"ml-toc-num\">07<\/span>\n            Cookies\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a8\">\n            <span class=\"ml-toc-num\">08<\/span>\n            Report\n          <\/a>\n        <\/li>\n\n        <li>\n          <a href=\"#a9\">\n            <span class=\"ml-toc-num\">09<\/span>\n            Update\n          <\/a>\n        <\/li>\n\n      <\/ul>\n\n    <\/nav>\n\n\n    <!-- ARTICLES -->\n    <div class=\"ml-articles\">\n\n\n      <!-- ARTICLE 1 -->\n      <div class=\"ml-article highlight\" id=\"a1\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Article 1\n          <\/span>\n\n          <h2>\n            Publisher Identification\n          <\/h2>\n        <\/div>\n\n\n        <dl class=\"ml-identity\">\n\n          <div class=\"ml-identity-field\">\n            <dt>Company<\/dt>\n            <dd>JUBE EURL<\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>Share Capital<\/dt>\n            <dd>500 \u20ac<\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>Headquarters<\/dt>\n            <dd>\n              81 Boulevard de l\u2019Ardiller<br>\n              49260 Montreuil-Bellay \u2013 France\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>RCS<\/dt>\n            <dd>\n              Angers \u2014 831 924 592\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>SIREN<\/dt>\n            <dd>\n              831 924 592\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>EU VAT number<\/dt>\n            <dd>\n              FR66831924592\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>Telephone<\/dt>\n            <dd>\n              06 75 71 32 71\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>Email<\/dt>\n            <dd>\n              <a href=\"mailto:contact@solutat.fr\">\n                contact@solutat.fr\n              <\/a>\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>Publication Director<\/dt>\n            <dd>\n              Julie Bertaud\n            <\/dd>\n          <\/div>\n\n          <div class=\"ml-identity-field\">\n            <dt>Site<\/dt>\n            <dd>\n              <a href=\"https:\/\/www.solutat.fr\/en\/\" target=\"_blank\" rel=\"noopener\">\n                solutat.fr\n              <\/a>\n            <\/dd>\n          <\/div>\n\n        <\/dl>\n\n      <\/div>\n\n\n      <!-- ARTICLE 2 -->\n      <div class=\"ml-article\" id=\"a2\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Article 2\n          <\/span>\n\n          <h2>\n            Accommodation\n          <\/h2>\n        <\/div>\n\n        <p>\n          The site is hosted by:\n        <\/p>\n\n        <p>\n          <strong>o2switch<\/strong><br>\n          222 Gustave Flaubert Boulevard<br>\n          63000 Clermont-Ferrand \u2013 France\n        <\/p>\n\n        <p>\n          <a href=\"https:\/\/www.o2switch.fr\" target=\"_blank\" rel=\"noopener\" style=\"color:#D4980A;\">\n            www.o2switch.fr\n          <\/a>\n        <\/p>\n\n      <\/div>\n\n\n      <!-- ARTICLE 3 -->\n      <div class=\"ml-article\" id=\"a3\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Art. 3\n          <\/span>\n\n          <h2>\n            Platform activity\n          <\/h2>\n        <\/div>\n\n        <p>\n          Solutat is a specialized marketplace dedicated\n          to the needs of tattoo professionals.\n        <\/p>\n\n        <p>\n          The platform enables notably the buying and selling of new and used tattoo equipment, supplies, accessories, and professional products related to the tattoo industry.\n        <\/p>\n\n        <p>\n          The sellers present on the platform may include tattoo artists, studios, manufacturers, builders, craftspeople, creators, brands, suppliers, or resellers whose products are intended for or relevant to tattoo professionals.\n        <\/p>\n\n        <p>\n          Solutat acts as a marketplace intermediary\n          between sellers and buyers.\n        <\/p>\n\n        <p>\n          Solutat:\n        <\/p>\n\n        <ul>\n          <li>\n            Is not the seller of the products offered by the marketplace sellers\n          <\/li>\n\n          <li>\n            Do not buy products offered by users\n          <\/li>\n\n          <li>\n            Do not refurbish the products\n          <\/li>\n\n          <li>\n            Does not hold any stock of the goods offered by the sellers\n          <\/li>\n\n          <li>\n            Do not physically inspect every product before it goes on sale\n          <\/li>\n\n          <li>\n            Is not a party to the sales contract concluded between the seller and the buyer\n          <\/li>\n        <\/ul>\n\n        <div class=\"ml-note\">\n          Sales are concluded directly between the seller and the buyer, under the conditions set out in the platform's terms of use and terms of sale. Each seller remains responsible for the products they sell and the obligations applicable to their activity.\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 4 -->\n      <div class=\"ml-article\" id=\"a4\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Article 4\n          <\/span>\n\n          <h2>\n            Responsibility\n          <\/h2>\n        <\/div>\n\n        <p>\n          JUBE EURL strives to ensure the accuracy and updating of the information it publishes on the site itself. It reserves the right to correct or modify them whenever necessary.\n        <\/p>\n\n        <p>\n          Advertisements, product listings, descriptions, photographs, and other content published by sellers remain the responsibility of their authors, under the conditions set forth in the terms and conditions of use and sale.\n        <\/p>\n\n        <p>\n          Solutat shall not be held liable\n          for the content of third-party websites accessible\n          via hyperlinks found\n          on the platform.\n        <\/p>\n\n        <div class=\"ml-alert\">\n          To the extent permitted by law,\n          Solutat shall not be held liable for\n          for any interruptions or malfunctions\n          resulting from the Internet,\n          a third-party service provider,\n          maintenance work,\n          an event of force majeure,\n          or any circumstance beyond\n          its reasonable control.\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 5 -->\n      <div class=\"ml-article\" id=\"a5\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Article 5\n          <\/span>\n\n          <h2>\n            Intellectual property\n          <\/h2>\n        <\/div>\n\n        <p>\n          The elements comprising the Solutat website\n          and owned by JUBE EURL,\n          including its text, logos,\n          graphic elements, structure,\n          interfaces, and databases,\n          are protected by the applicable\n          provisions regarding\n          intellectual property.\n        <\/p>\n\n        <p>\n          Any reproduction, representation, extraction, adaptation, or use of these elements beyond legally authorized uses requires the prior authorization of their owner.\n        <\/p>\n\n        <div class=\"ml-note\">\n          Trademarks, photographs, descriptions,\n          and other content published by sellers\n          may belong to their respective owners.\n          Their presence on Solutat does not imply any transfer\n          of intellectual property rights to\n          JUBE EURL or other users.\n        <\/div>\n\n        <div class=\"ml-alert\">\n          Any unauthorized use of protected content may incur the liability of its author.\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 6 -->\n      <div class=\"ml-article\" id=\"a6\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Article 6\n          <\/span>\n\n          <h2>\n            Personal data\n          <\/h2>\n        <\/div>\n\n        <p>\n          The personal data collected on the platform is processed by JUBE EURL as the data controller, in accordance with the General Data Protection Regulation (GDPR \u2014 EU Regulation 2016\/679) and the French Data Protection Act of January 6, 1978, as amended.\n        <\/p>\n\n        <p>\n          Depending on the treatments involved and under the conditions provided for by the regulations, users may in particular have:\n        <\/p>\n\n        <ul>\n          <li>Of a right of access<\/li>\n          <li>Right of rectification<\/li>\n          <li>Of a right to erasure<\/li>\n          <li>Right to restriction of processing<\/li>\n          <li>Of a right to portability when applicable<\/li>\n          <li>Of a right to object when applicable<\/li>\n        <\/ul>\n\n        <div class=\"ml-note\">\n          To exercise their rights or ask a question regarding data protection, users can contact:\n          <strong>contact@solutat.fr<\/strong>\n          <br><br>\n          Detailed information regarding data processing can be found in the <strong>Privacy Policy<\/strong>\n          Available on the website.\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 7 -->\n      <div class=\"ml-article\" id=\"a7\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Article 7\n          <\/span>\n\n          <h2>\n            Cookies and trackers\n          <\/h2>\n        <\/div>\n\n        <p>\n          The site may use cookies and other trackers necessary for its operation, security, account management, and the processing of transactions.\n        <\/p>\n\n        <p>\n          Other trackers may be used, specifically for audience measurement or service improvement purposes, subject to the user's consent when required.\n        <\/p>\n\n        <div class=\"ml-note\">\n          The terms relating to cookies and tracers as well as the means to manage user choices are detailed in the Privacy Policy and\/or the consent management tool available on the site.\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 8 -->\n      <div class=\"ml-article\" id=\"a8\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Art. 8\n          <\/span>\n\n          <h2>\n            Reporting illegal or non-compliant content\n          <\/h2>\n        <\/div>\n\n        <p>\n          Any content, advertisement, product listing, message or visual likely to be illegal or contrary to the platform's rules can be reported to:\n        <\/p>\n\n        <p>\n          <a\n            href=\"mailto:contact@solutat.fr\"\n            style=\"color:#D4980A; font-weight:700;\"\n          >\n            contact@solutat.fr\n          <\/a>\n        <\/p>\n\n        <p>\n          To allow the identification and examination of the content in question, the report must include as much useful information as possible, notably the relevant URL, a description of the problem, and any element making it possible to understand the reason for the report.\n        <\/p>\n\n        <div class=\"ml-alert\">\n          Solutat may take the measures\n          necessary with respect to content\n          that is illegal or violates the Terms of Service,\n          Terms of Sale, or the Platform Charter,\n          including its removal,\n          suspension, or limitation\n          of its visibility, depending on the situation.\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 9 -->\n      <div class=\"ml-article\" id=\"a9\">\n\n        <div class=\"ml-article-header\">\n          <span class=\"ml-art-num\">\n            Art. 9\n          <\/span>\n\n          <h2>\n            Update of the legal notice\n          <\/h2>\n        <\/div>\n\n        <p>\n          JUBE EURL reserves the right to update these legal notices in order to reflect changes to the site, its services, or the applicable legal and regulatory framework.\n        <\/p>\n\n        <p>\n          The applicable version is the one published on the website at the time of its consultation.\n        <\/p>\n\n        <p>\n          These legal notices are subject to French law, subject to any potentially applicable mandatory provisions. Any dispute falls under the jurisdiction of the competent courts in accordance with the legal rules of jurisdiction.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- FOOTER -->\n  <footer class=\"ml-footer\">\n\n    <div class=\"ml-footer-inner\">\n\n      <p>\n        <strong>Solution<\/strong>\n        Legal Notice\n      <\/p>\n\n      <div class=\"ml-footer-divider\"><\/div>\n\n      <p>\n        Publisher:\n        <strong>JUBE EURL<\/strong>\n        \u2014 RCS Angers 831 924 592\n      <\/p>\n\n      <p>\n        Contact:\n        <strong>contact@solutat.fr<\/strong>\n      <\/p>\n\n    <\/div>\n\n  <\/footer>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Document l\u00e9gal Mentions l\u00e9gales Solutat \u2014 Derni\u00e8re mise \u00e0 jour : Ao\u00fbt 2026 Mentions l\u00e9gales 9 articles Sommaire 01 \u00c9diteur 02 H\u00e9bergement 03 Activit\u00e9 04 Responsabilit\u00e9 05 Propri\u00e9t\u00e9 intellectuelle 06 Donn\u00e9es personnelles 07 Cookies 08 Signalement 09 Mise \u00e0 jour Art. 1 Identification de l&rsquo;\u00e9diteur Soci\u00e9t\u00e9 JUBE EURL Capital social 500 \u20ac Si\u00e8ge social 81&hellip;<\/p>","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4788","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/comments?post=4788"}],"version-history":[{"count":6,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4788\/revisions"}],"predecessor-version":[{"id":7283,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4788\/revisions\/7283"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=4788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}