{"id":7518,"date":"2026-09-06T10:02:52","date_gmt":"2026-09-06T08:02:52","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=7518"},"modified":"2026-09-06T10:02:53","modified_gmt":"2026-09-06T08:02:53","slug":"partnerships-business-collaborations","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/partenariats-collaborations-commerciales\/","title":{"rendered":"Partnerships &amp; business collaborations"},"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  .cgu-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.7;\n  }\n\n  \/* HEADER *\/\n  .cgu-header {\n    background: #fff;\n    border-bottom: 1px solid #e8e8e8;\n    padding: 52px 24px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cgu-header::before {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1a1a1a 0%, rgba(26,26,26,0.15) 100%);\n  }\n\n  .cgu-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  .cgu-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  .cgu-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  .cgu-header-meta {\n    font-size: 12px;\n    color: #aaa;\n    font-weight: 500;\n  }\n\n  .cgu-header-right {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n    gap: 8px;\n  }\n\n  .cgu-badge {\n    background: #D4980A;\n    color: #fff;\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  .cgu-articles-count {\n    font-size: 12px;\n    color: #bbb;\n    font-weight: 500;\n  }\n\n  \/* LAYOUT *\/\n  .cgu-body {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 52px 24px 80px;\n  }\n\n  \/* ARTICLES *\/\n  .cgu-articles {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .cgu-article {\n    padding: 32px 0;\n    border-bottom: 1px solid #f0eeea;\n  }\n\n  .cgu-article:last-child {\n    border-bottom: none;\n  }\n\n  .cgu-article-header {\n    display: flex;\n    align-items: baseline;\n    gap: 16px;\n    margin-bottom: 14px;\n  }\n\n  .cgu-art-num {\n    font-size: 11px;\n    font-weight: 700;\n    color: #D4980A;\n    letter-spacing: 1px;\n    flex-shrink: 0;\n    padding-top: 2px;\n  }\n\n  .cgu-article h2 {\n    font-size: 16px;\n    font-weight: 800;\n    color: #1a1a1a;\n    line-height: 1.3;\n  }\n\n  .cgu-article p {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.85;\n    margin-bottom: 10px;\n  }\n\n  .cgu-article p:last-child {\n    margin-bottom: 0;\n  }\n\n  .cgu-article ul {\n    list-style: none;\n    padding-left: 0;\n    margin: 8px 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .cgu-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  .cgu-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  .cgu-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  \/* ENCADR\u00c9S *\/\n  .cgu-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    line-height: 1.65;\n  }\n\n  .cgu-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    line-height: 1.65;\n  }\n\n  \/* FOOTER *\/\n  .cgu-footer {\n    background: #fff;\n    border-top: 1px solid #e8e8e8;\n    padding: 48px 24px;\n    text-align: center;\n  }\n\n  .cgu-footer-inner {\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  .cgu-footer p {\n    font-size: 13px;\n    color: #999;\n    line-height: 1.7;\n    margin-bottom: 8px;\n  }\n\n  .cgu-footer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .cgu-footer strong {\n    color: #555;\n    font-weight: 600;\n  }\n\n  .cgu-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=\"cgu-wrap\">\n\n  <header class=\"cgu-header\">\n    <div class=\"cgu-header-inner\">\n\n      <div>\n        <p class=\"cgu-doc-type\">Transparency<\/p>\n        <h1>Partnerships, support &amp; commercial collaborations<\/h1>\n        <p class=\"cgu-header-meta\">Solutat \u2014 Last updated: September 2026<\/p>\n      <\/div>\n\n      <div class=\"cgu-header-right\">\n        <span class=\"cgu-badge\">Transparency<\/span>\n        <span class=\"cgu-articles-count\">7 sections<\/span>\n      <\/div>\n\n    <\/div>\n  <\/header>\n\n\n  <div class=\"cgu-body\">\n    <div class=\"cgu-articles\">\n\n\n      <!-- SECTION 1 -->\n      <div class=\"cgu-article\" id=\"section1\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">01<\/span>\n          <h2>Why does this page exist<\/h2>\n        <\/div>\n\n        <p>\n          Solutat welcomes tattoo artists, studios, manufacturers,\n          builders, artisans, designers, brands, suppliers, and\n          specialized retailers. Some of these entities simply sell their\n          products on the marketplace; others may support Solutat,\n          participate in a specific campaign, or be involved in a\n          commercial partnership.\n        <\/p>\n\n        <p>\n          The purpose of this page is to clearly explain the difference\n          between these situations and how Solutat identifies\n          content or locations when a business relationship exists.\n        <\/p>\n\n        <div class=\"cgu-note\">\n          The presence of a seller, brand, or product on Solutat\n          does not automatically imply that there is a partnership,\n          a commercial collaboration, or an advertising relationship\n          with the platform.\n        <\/div>\n      <\/div>\n\n\n      <!-- SECTION 2 -->\n      <div class=\"cgu-article\" id=\"section2\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">02<\/span>\n          <h2>Become a seller on Solutat<\/h2>\n        <\/div>\n\n        <p>\n          A brand, designer, manufacturer, supplier, or reseller\n          may have a seller account and offer its products on Solutat\n          under the same general terms and conditions as other\n          sellers accepted on the platform, subject to any\n          special terms that may have been agreed upon with Solutat.\n        <\/p>\n\n        <p>\n          Payment of service fees or commissions related to transactions\n          carried out on the marketplace compensates Solutat for its intermediary services.\n          It does not, in and of itself, constitute the purchase of\n          advertising visibility, a partnership, or a recommendation.\n        <\/p>\n\n        <div class=\"cgu-alert\">\n          A seller on Solutat remains responsible for its products,\n          their compliance, its listings, and its professional obligations.\n          Its presence on the marketplace does not constitute\n          a certification or a general endorsement of its entire\n          business by Solutat.\n        <\/div>\n      <\/div>\n\n\n      <!-- SECTION 3 -->\n      <div class=\"cgu-article highlight\" id=\"section3\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">03<\/span>\n          <h2>\u00ab&quot;They support Solutat&quot;\u00bb<\/h2>\n        <\/div>\n\n        <p>\n          Solutat may display, including in a dedicated section of the website,\n          the names or logos of professionals, brands, or organizations\n          that have chosen to support the existence and development\n          of the project.\n        <\/p>\n\n        <p>\n          The statement \u00abThey support Solutat\u00bb means that the organization\n          in question has agreed to be identified as a supporter of the project.\n          It does not automatically mean that it pays Solutat,\n          that it receives advertising, that it sells on the marketplace,\n          or that a commercial partnership has been established.\n        <\/p>\n\n        <div class=\"cgu-note\">\n          When sponsorship also gives rise to a commercial consideration or the purchase of specific visibility, the communication in question is treated and identified as a commercial operation in accordance with Section 5.\n        <\/div>\n      <\/div>\n\n\n      <!-- SECTION 4 -->\n      <div class=\"cgu-article\" id=\"section4\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">04<\/span>\n          <h2>Partnerships<\/h2>\n        <\/div>\n\n        <p>\n          Solutat may enter into partnerships with entities whose\n          business, products, services, or initiatives are of\n          interest to tattoo professionals or to the development\n          of the platform.\n        <\/p>\n\n        <p>\n          A partnership involves a specific agreement between Solutat\n          and the relevant organization. Depending on the circumstances, it may include\n          joint initiatives, special benefits, a dedicated\n          presence, content, one-time campaigns, or other\n          commitments agreed upon by the parties.\n        <\/p>\n\n        <div class=\"cgu-alert\">\n          Solutat uses the term \u00abpartner\u00bb only when a\n          partnership agreement has actually been entered into. Simply\n          listing a seller or displaying its products\n          is not sufficient to confer this status.\n        <\/div>\n      <\/div>\n\n\n      <!-- SECTION 5 -->\n      <div class=\"cgu-article highlight\" id=\"section5\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">05<\/span>\n          <h2>Advertising and commercial collaboration<\/h2>\n        <\/div>\n\n        <p>\n          When a brand, professional, or company provides\n          Solutat with compensation specifically related to the highlighting\n          or promotion of its products, services, or activities,\n          the commercial nature of this communication is clearly\n          indicated.\n        <\/p>\n\n        <p>\n          Depending on the nature and format of the transaction, Solutat may, in particular,\n          use the following designations:\n        <\/p>\n\n        <ul>\n          <li>Advertisement<\/li>\n          <li>Commercial collaboration<\/li>\n          <li>Sponsored content<\/li>\n          <li>Commercial partnership<\/li>\n          <li>Or any other equivalent wording making it clearly possible to understand the commercial nature of the communication<\/li>\n        <\/ul>\n\n        <p>\n          A counterpart may take the form of remuneration, a financial advantage, a free product or service, or any other benefit granted in exchange for visibility or a promotional action.\n        <\/p>\n\n        <div class=\"cgu-note\">\n          The goal is simple: when a promotion is commercial in nature,\n          it must be clearly identifiable as such by users\n          of Solutat.\n        <\/div>\n      <\/div>\n\n\n      <!-- SECTION 6 -->\n      <div class=\"cgu-article\" id=\"section6\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">06<\/span>\n          <h2>Banners, featured content, and selections<\/h2>\n        <\/div>\n\n        <p>\n          Solutat may feature a product, brand, designer,\n          manufacturer, supplier, or other industry player\n          in a banner, a curated selection, a dedicated page, a post,\n          or any other editorial space on the platform.\n        <\/p>\n\n        <p>\n          These promotions are subject to a specific commercial agreement\n          with Solutat and may be offered in the form of a service,\n          a sales promotion, a campaign, or a collaboration.\n        <\/p>\n\n        <p>\n          Their commercial nature is indicated when applicable, in accordance with the principles set out in the previous section.\n        <\/p>\n\n        <div class=\"cgu-alert\">\n          Supporters of the platform mentioned in the section\n          \u00abThey Support Solutat\u00bb constitute a separate category.\n          They do not automatically qualify for commercial promotion,\n          a banner, or an advertising spot.\n        <\/div>\n\n        <div class=\"cgu-alert\">\n          The occasional promotion of a seller or a product\n          does not mean that Solutat guarantees, certifies, or endorses\n          all of the products or activities of the organization in question.\n        <\/div>\n      <\/div>\n\n\n      <!-- SECTION 7 -->\n      <div class=\"cgu-article\" id=\"section7\">\n        <div class=\"cgu-article-header\">\n          <span class=\"cgu-art-num\">07<\/span>\n          <h2>Independence of Solutat and contact<\/h2>\n        <\/div>\n\n        <p>\n          Partnerships, sponsorships, commercial activities, or purchases\n          of visibility do not override the selection\n          and safety rules applicable on Solutat.\n        <\/p>\n\n        <p>\n          Solutat reserves the right to refuse or remove a product,\n          a listing, a seller, or a transaction that no longer aligns\n          with the marketplace\u2019s purpose, its rules, or the requirements\n          applicable to the platform.\n        <\/p>\n\n        <p>\n          For any partnership proposal, support, commercial collaboration, or visibility campaign:\n          <strong>partenariats@solutat.fr<\/strong>\n        <\/p>\n      <\/div>\n\n\n    <\/div>\n  <\/div>\n\n\n  <footer class=\"cgu-footer\">\n    <div class=\"cgu-footer-inner\">\n\n      <p>\n        <strong>Solution<\/strong> \u2014 Transparency, partnerships &amp; commercial collaborations\n      <\/p>\n\n      <div class=\"cgu-footer-divider\"><\/div>\n\n      <p>\n        This page is subject to update based on\n        changes to the services, partnerships, and operations\n        offered by Solutat.\n      <\/p>\n\n      <p>\n        For any questions:\n        <strong>contact@solutat.fr<\/strong>\n      <\/p>\n\n    <\/div>\n  <\/footer>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Transparence Partenariats, soutiens &amp; collaborations commerciales Solutat \u2014 Derni\u00e8re mise \u00e0 jour : Septembre 2026 TRANSPARENCE 7 sections 01 Pourquoi cette page existe Solutat accueille des tatoueurs, tatoueuses, studios, fabricants, builders, artisans, cr\u00e9ateurs, marques, fournisseurs et revendeurs sp\u00e9cialis\u00e9s. Certaines de ces structures vendent simplement leurs produits sur la marketplace ; d&rsquo;autres peuvent soutenir Solutat, participer&hellip;<\/p>","protected":false},"author":25,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7518","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/7518","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\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/comments?post=7518"}],"version-history":[{"count":1,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/7518\/revisions"}],"predecessor-version":[{"id":7519,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/7518\/revisions\/7519"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=7518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}