{"id":4740,"date":"2026-02-04T20:41:04","date_gmt":"2026-02-04T19:41:04","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=4740"},"modified":"2026-09-06T09:36:42","modified_gmt":"2026-09-06T07:36:42","slug":"charter-solutat","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/charte-solutat\/","title":{"rendered":"Charter Solutions"},"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&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .ch-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.6;\n  }\n\n  \/* HERO *\/\n  .ch-hero {\n    background: #fff;\n    padding: 64px 24px 56px;\n    text-align: center;\n    position: relative;\n    border-bottom: 1px solid #ececec;\n    overflow: hidden;\n  }\n\n  .ch-hero::before {\n    content: '';\n    position: absolute;\n    bottom: -2px; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, #D4980A 30%, #D4980A 70%, transparent 100%);\n  }\n\n  .ch-badge {\n    display: inline-block;\n    background: rgba(212,152,10,0.1);\n    border: 1px solid rgba(212,152,10,0.25);\n    color: #96680a;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 100px;\n    margin-bottom: 24px;\n  }\n\n  .ch-hero h1 {\n    font-size: clamp(30px, 5vw, 54px);\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.1;\n    margin-bottom: 16px;\n  }\n\n  .ch-hero p {\n    font-size: clamp(15px, 2vw, 17px);\n    color: #777;\n    max-width: 680px;\n    margin: 0 auto;\n    line-height: 1.75;\n  }\n\n  \/* INTRO *\/\n  .ch-intro {\n    background: #fff;\n    padding: 72px 24px 60px;\n  }\n\n  .ch-intro-inner {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .ch-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #D4980A;\n    margin-bottom: 14px;\n  }\n\n  .ch-intro h2 {\n    font-size: clamp(22px, 2.8vw, 32px);\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n\n  .ch-intro p {\n    font-size: 16px;\n    color: #555;\n    line-height: 1.85;\n    margin-bottom: 14px;\n  }\n\n  .ch-intro-note {\n    margin-top: 28px;\n    background: #f7f6f3;\n    border-left: 3px solid #D4980A;\n    border-radius: 0 10px 10px 0;\n    padding: 14px 20px;\n    font-size: 13px;\n    color: #888;\n    line-height: 1.65;\n  }\n\n  \/* ARTICLES *\/\n  .ch-articles {\n    background: #f7f6f3;\n    padding: 72px 24px 80px;\n    border-top: 1px solid #ececec;\n  }\n\n  .ch-articles-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n  }\n\n  .ch-article {\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 16px;\n    overflow: hidden;\n    transition: box-shadow 0.2s;\n  }\n\n  .ch-article:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.06); }\n\n  .ch-article-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    padding: 28px 32px;\n    cursor: pointer;\n    user-select: none;\n  }\n\n  .ch-article-num {\n    width: 40px;\n    height: 40px;\n    border-radius: 10px;\n    background: #1a1a1a;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #D4980A;\n    flex-shrink: 0;\n  }\n\n  .ch-article.highlight .ch-article-num {\n    background: #D4980A;\n    color: #fff;\n  }\n\n  .ch-article-header h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: #1a1a1a;\n    flex: 1;\n    line-height: 1.3;\n  }\n\n  .ch-article-toggle {\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    background: #f0eeea;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: background 0.2s, transform 0.3s;\n  }\n\n  .ch-article-toggle svg {\n    width: 12px;\n    height: 12px;\n    stroke: #888;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: stroke 0.2s;\n  }\n\n  .ch-article.open .ch-article-toggle {\n    background: #D4980A;\n    transform: rotate(180deg);\n  }\n\n  .ch-article.open .ch-article-toggle svg {\n    stroke: #fff;\n  }\n\n  .ch-article-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.38s ease;\n  }\n\n  .ch-article.open .ch-article-body {\n    max-height: 1200px;\n  }\n\n  .ch-article-content {\n    padding: 22px 32px 28px 92px;\n    border-top: 1px solid #f0eeea;\n  }\n\n  @media (max-width: 560px) {\n    .ch-article-content {\n      padding: 20px 24px 24px;\n    }\n  }\n\n  .ch-article-content p {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 14px;\n  }\n\n  .ch-article-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ch-article-content ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    margin: 12px 0;\n  }\n\n  .ch-article-content ul li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n  }\n\n  .ch-article-content ul li svg {\n    width: 14px;\n    height: 14px;\n    stroke: #D4980A;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n\n  .ch-article-content ul.forbidden li svg {\n    stroke: #c0392b;\n  }\n\n  .ch-warn {\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: 14px;\n    line-height: 1.65;\n  }\n\n  .ch-danger {\n    background: rgba(180,40,40,0.05);\n    border-left: 3px solid #c0392b;\n    border-radius: 0 8px 8px 0;\n    padding: 12px 16px;\n    font-size: 13px;\n    color: #666;\n    margin-top: 14px;\n    line-height: 1.65;\n  }\n\n  \/* CLOSING *\/\n  .ch-closing {\n    background: #fff;\n    padding: 80px 24px;\n    border-top: 1px solid #ececec;\n  }\n\n  .ch-closing-inner {\n    max-width: 760px;\n    margin: 0 auto;\n    background: #fff;\n    border: 1px solid rgba(212,152,10,0.25);\n    border-radius: 24px;\n    padding: 52px 56px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 2px 40px rgba(212,152,10,0.06);\n  }\n\n  .ch-closing-inner::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 40px;\n    right: 40px;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, #D4980A, transparent);\n  }\n\n  .ch-closing h2 {\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 14px;\n    line-height: 1.2;\n  }\n\n  .ch-closing h2 span {\n    color: #D4980A;\n  }\n\n  .ch-closing p {\n    font-size: 15px;\n    color: #777;\n    margin-bottom: 32px;\n    line-height: 1.8;\n    max-width: 560px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ch-closing-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n  }\n\n  .ch-pill {\n    background: #f7f6f3;\n    border: 1px solid #e8e8e8;\n    color: #555;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 8px 16px;\n    border-radius: 100px;\n    letter-spacing: 0.3px;\n  }\n<\/style>\n\n\n<div class=\"ch-wrap\">\n\n  <!-- HERO -->\n  <section class=\"ch-hero\">\n    <div class=\"ch-badge\">Charter Solutions<\/div>\n\n    <h1>Commitment Solutat<\/h1>\n\n    <p>\n      Solutat brings together tattoo professionals, equipment sellers, manufacturers, builders, artisans, creators, independent brands, suppliers, and specialized resellers around a shared principle: offering truly relevant products for the trade within a professional, transparent, and responsible framework.\n    <\/p>\n  <\/section>\n\n\n  <!-- INTRO -->\n  <section class=\"ch-intro\">\n\n    <div class=\"ch-intro-inner\">\n\n      <p class=\"ch-label\">Preamble<\/p>\n\n      <h2>\n        A marketplace designed<br>\n        for daily tattoo care\n      <\/h2>\n\n      <p>\n        Solutat is a specialized marketplace dedicated to tattoo professionals. It brings together new and used tattoo equipment, studio gear, accessories, care and hygiene products, as well as items offered by manufacturers, artisans, builders, creators, independent brands, suppliers, and specialized resellers.\n      <\/p>\n\n      <p>\n        Not all sellers or products are meant to be on Solutat. The platform maintains a selection policy in order to preserve the coherence, quality, and specialization of its offering.\n      <\/p>\n\n      <p>\n        This charter defines the common principles to which users and sellers on the platform adhere.\n      <\/p>\n\n      <div class=\"ch-intro-note\">\n        It complements the platform's General Terms of Use (GTU) and General Terms and Conditions of Sale (GTCS).\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ARTICLES -->\n  <section class=\"ch-articles\">\n\n    <div class=\"ch-articles-inner\">\n\n\n      <!-- ARTICLE 1 -->\n      <div class=\"ch-article open\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">1<\/div>\n          <h3>A marketplace dedicated to tattoo professionals<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              Solutat is designed primarily to meet the needs of tattoo artists, studios, and individuals on a professional tattoo journey.\n            <\/p>\n\n            <p>\n              The platform can also accommodate professional sellers from other sectors when their products are genuinely relevant to the tattooing profession.\n            <\/p>\n\n            <p>Each member undertakes to:<\/p>\n\n            <ul>\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Act in accordance with the framework applicable to one's professional situation\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Comply with the rules and requirements specific to the products he sells or uses\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Provide accurate and up-to-date professional information\n              <\/li>\n            <\/ul>\n\n            <div class=\"ch-warn\">\n              Solutat checks the documents required for access or sales on the platform. This verification does not constitute a certification of the administrative, regulatory, health, or tax compliance of the member's activity.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 2 -->\n      <div class=\"ch-article highlight\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">2<\/div>\n          <h3>A bold selection<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              Solutat is not intended to become a general marketplace. Presence on the platform is based on the actual relevance of the offer for tattoo professionals.\n            <\/p>\n\n            <p>\n              Solutat can notably take into account:\n            <\/p>\n\n            <ul>\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The usefulness of the product in the daily routine of the tattoo artist or studio\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The consistency of the brand, product, or seller with the professional tattoo universe\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The quality of the offer and its presentation\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The apparent compliance and traceability of products when relevant\n              <\/li>\n            <\/ul>\n\n            <div class=\"ch-warn\">\n              Solutat reserves the right to refuse a seller, brand, or product if its offering does not sufficiently align with the tattoo industry or the platform's selection guidelines.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 3 -->\n      <div class=\"ch-article\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">3<\/div>\n          <h3>Transparency and high standards<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              Trust relies on clarity.\nEach seller commits to:\n            <\/p>\n\n            <ul>\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Accurately and honestly describe the offered product\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Clearly indicate its condition: new, used, open box, or any other applicable category\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Provide visuals that are faithful to the product actually sold\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Do not conceal any defect or element likely to influence the buyer's decision\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Provide the necessary regulatory information when the nature of the product so requires\n              <\/li>\n            <\/ul>\n\n            <p>\n              New products offered by certain brands, creators, suppliers, or professional resellers may be sold at a fixed price. When a listing is identified as being at a fixed price, the \u00abMake an offer\u00bb feature is not available.\n            <\/p>\n\n            <div class=\"ch-warn\">\n              Any attempt at deception, intentionally incomplete presentation, or false information is contrary to the Solutat commitment.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 4 -->\n      <div class=\"ch-article highlight\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">4<\/div>\n          <h3>Hygiene and health responsibility<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              When a product is directly related to the practice of tattooing, hygiene and health safety remain the top priorities.\n            <\/p>\n\n            <ul class=\"forbidden\">\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                No consumable or single-use product that has been used on a person may be offered for sale\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                A consumable intended for use on human skin cannot be presented as such if it is open, expired, or unfit for this use.\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Open, altered, or expired ink cannot be presented as suitable for use on human skin.\n              <\/li>\n\n            <\/ul>\n\n            <div class=\"ch-danger\">\n              Each seller remains responsible for the sanitary and regulatory compliance of the products they sell.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 5 -->\n      <div class=\"ch-article\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">5<\/div>\n          <h3>Individual responsibility<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              Solutat acts as a marketplace intermediary and does not replace the seller, the manufacturer, or the buyer.\n            <\/p>\n\n            <p>Each member remains responsible:<\/p>\n\n            <ul>\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Advertisements and information that he publishes\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Of the products he offers, sells, or acquires\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Compliance with the obligations applicable to its activity\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                On the quality of his interactions with the other members\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                On the compliant use of purchased products\n              <\/li>\n            <\/ul>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 6 -->\n      <div class=\"ch-article\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">6<\/div>\n          <h3>Respect and professional climate<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              Solutat aims to maintain a professional, respectful, and constructive space for exchange.\n            <\/p>\n\n            <p>\n              Any abusive, threatening, defamatory, discriminatory, fraudulent, or overtly inappropriate behavior is inconsistent with the spirit of the platform.\n            <\/p>\n\n            <div class=\"ch-warn\">\n              The quality of a professional marketplace also relies on the quality of its interactions.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 7 -->\n      <div class=\"ch-article\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">7<\/div>\n          <h3>Transaction integrity<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              Adhering to the transactional framework of Solutat ensures access to secure payment and the procedures provided in case of an issue.\n            <\/p>\n\n            <p>\n              Members agree not to use the platform's tools to intentionally organize a sale or payment outside of Solutat.\n            <\/p>\n\n            <div class=\"ch-warn\">\n              Solutat may take any appropriate measure, including removing a listing or suspending an account, in the event of circumvention or repeated non-compliance with the platform's rules.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 8 -->\n      <div class=\"ch-article highlight\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">8<\/div>\n          <h3>Prohibited products \u2014 Solutat rules<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              In order to maintain a professional, consistent, and responsible offering, the following are strictly prohibited, among others:\n            <\/p>\n\n            <ul class=\"forbidden\">\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any consumable or single-use product already used on a person\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any unsealed sterile consumable or one whose integrity cannot be verified\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any opened or altered ink\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any counterfeit product or one of manifestly doubtful origin\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any product banned from sale or subject to a withdrawal or recall preventing it from being put back on the market\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any product not sufficiently relevant to the tattooing profession or the selection line of Solutat\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\">\n                  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                <\/svg>\n                Any expired product sold or presented as suitable for use on human skin\n              <\/li>\n\n            <\/ul>\n\n            <div class=\"ch-danger\">\n              Solutat may refuse, suspend, or remove any product that fails to comply with the platform rules, its selection policy, or applicable regulations.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- ARTICLE 9 -->\n      <div class=\"ch-article\">\n\n        <div class=\"ch-article-header\" onclick=\"toggleArticle(this)\">\n          <div class=\"ch-article-num\">9<\/div>\n          <h3>An evolving charter<\/h3>\n          <div class=\"ch-article-toggle\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <div class=\"ch-article-body\">\n\n          <div class=\"ch-article-content\">\n\n            <p>\n              The Solutat charter will evolve to support:\n            <\/p>\n\n            <ul>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The realities on the ground\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The evolution of the marketplace and its categories\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                The new practices and needs of the profession\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Regulatory developments\n              <\/li>\n\n              <li>\n                <svg viewbox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                Feedback from professionals using the platform\n              <\/li>\n\n            <\/ul>\n\n            <div class=\"ch-warn\">\n              The previous presence of a seller, brand, or type of product does not create a permanent right to remain on the platform.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- CLOSING -->\n  <section class=\"ch-closing\">\n\n    <div class=\"ch-closing-inner\">\n\n      <p class=\"ch-label\" style=\"          color:#D4980A;          font-size:11px;          font-weight:700;          letter-spacing:2.5px;          text-transform:uppercase;          margin-bottom:16px;        \">\n        The shared commitment\n      <\/p>\n\n      <h2>\n        A specialized marketplace,<br>\n        <span>selected and responsible<\/span>\n      <\/h2>\n\n      <p>\n        Solutat brings together professionals, products and expertise that truly have something to bring to the tattoo profession.\n      <\/p>\n\n      <div class=\"ch-closing-pills\">\n\n        <div class=\"ch-pill\">\n          Professional access\n        <\/div>\n\n        <div class=\"ch-pill\">\n          Selected vendors\n        <\/div>\n\n        <div class=\"ch-pill\">\n          Relevant products\n        <\/div>\n\n        <div class=\"ch-pill\">\n          Payment via Stripe\n        <\/div>\n\n        <div class=\"ch-pill\">\n          Transparency\n        <\/div>\n\n        <div class=\"ch-pill\">\n          Responsibility\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>\n\n\n<script>\n  function toggleArticle(header) {\n    const article = header.closest('.ch-article');\n    const isOpen = article.classList.contains('open');\n\n    document\n      .querySelectorAll('.ch-article.open')\n      .forEach(a => a.classList.remove('open'));\n\n    if (!isOpen) {\n      article.classList.add('open');\n    }\n  }\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Charte Solutat L&rsquo;engagement Solutat Solutat rassemble des professionnels du tatouage, des vendeurs de mat\u00e9riel, des fabricants, builders, artisans, cr\u00e9ateurs, marques ind\u00e9pendantes, fournisseurs et revendeurs sp\u00e9cialis\u00e9s autour d&rsquo;un m\u00eame principe : proposer des produits r\u00e9ellement pertinents pour le m\u00e9tier dans un cadre professionnel, transparent et responsable. Pr\u00e9ambule Une marketplace pens\u00e9e pour le quotidien du tatouage Solutat&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-4740","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4740","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=4740"}],"version-history":[{"count":15,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4740\/revisions"}],"predecessor-version":[{"id":7507,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4740\/revisions\/7507"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=4740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}