{"id":4736,"date":"2026-02-04T20:34:30","date_gmt":"2026-02-04T19:34:30","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=4736"},"modified":"2026-09-06T09:52:15","modified_gmt":"2026-09-06T07:52:15","slug":"how-does-it-work","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/comment-ca-marche\/","title":{"rendered":"How does it work"},"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  .cm-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.6;\n  }\n\n  \/* HERO *\/\n  .cm-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  .cm-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  .cm-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  .cm-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  .cm-hero h1 span { color: #D4980A; }\n\n  .cm-hero p {\n    font-size: clamp(15px, 2vw, 17px);\n    color: #777;\n    max-width: 650px;\n    margin: 0 auto;\n    line-height: 1.75;\n  }\n\n  .cm-section { padding: 80px 24px; }\n  .cm-inner { max-width: 1020px; margin: 0 auto; }\n\n  .cm-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #D4980A;\n    margin-bottom: 12px;\n    text-align: center;\n  }\n\n  .cm-section-title {\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 900;\n    color: #1a1a1a;\n    text-align: center;\n    margin-bottom: 14px;\n    line-height: 1.2;\n  }\n\n  .cm-section-title span { color: #D4980A; }\n\n  .cm-section-intro {\n    font-size: 16px;\n    color: #666;\n    text-align: center;\n    max-width: 650px;\n    margin: 0 auto 52px;\n    line-height: 1.75;\n  }\n\n  \/* QUOI *\/\n  .cm-what { background: #fff; }\n\n  .cm-what-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n\n  @media (max-width: 700px) {\n    .cm-what-grid { grid-template-columns: 1fr; }\n  }\n\n  .cm-what-card {\n    background: #f7f6f3;\n    border-radius: 16px;\n    padding: 32px 26px;\n    border: 1px solid #ececec;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .cm-what-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 36px rgba(0,0,0,0.07);\n  }\n\n  .cm-what-card-icon {\n    width: 44px;\n    height: 44px;\n    background: rgba(212,152,10,0.1);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n  }\n\n  .cm-what-card-icon svg {\n    width: 20px;\n    height: 20px;\n    stroke: #D4980A;\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .cm-what-card h3 {\n    font-size: 15px;\n    font-weight: 800;\n    color: #1a1a1a;\n    margin-bottom: 8px;\n  }\n\n  .cm-what-card p {\n    font-size: 13px;\n    color: #666;\n    line-height: 1.7;\n  }\n\n  \/* QUI *\/\n  .cm-who {\n    background: #f7f6f3;\n    border-top: 1px solid #ececec;\n    border-bottom: 1px solid #ececec;\n  }\n\n  .cm-who-inner {\n    max-width: 1020px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n  }\n\n  @media (max-width: 700px) {\n    .cm-who-inner {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n  }\n\n  .cm-who h2 {\n    font-size: clamp(22px, 2.8vw, 32px);\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n\n  .cm-who h2 span { color: #D4980A; }\n\n  .cm-who p {\n    font-size: 15px;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 24px;\n  }\n\n  .cm-who-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .cm-who-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 14px;\n    color: #444;\n    font-weight: 600;\n  }\n\n  .cm-who-list li svg {\n    width: 16px;\n    height: 16px;\n    stroke: #D4980A;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  .cm-who-visual {\n    background: #1a1a1a;\n    border-radius: 20px;\n    padding: 40px 32px;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .cm-who-visual-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.07);\n    border-radius: 10px;\n    padding: 14px 16px;\n  }\n\n  .cm-who-visual-item svg {\n    width: 18px;\n    height: 18px;\n    stroke: #D4980A;\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  .cm-who-visual-item span {\n    font-size: 13px;\n    color: #bbb;\n    font-weight: 600;\n  }\n\n  \/* VENDRE *\/\n  .cm-sell { background: #fff; }\n\n  .cm-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    max-width: 760px;\n    margin: 0 auto;\n    position: relative;\n  }\n\n  .cm-steps::before {\n    content: '';\n    position: absolute;\n    left: 22px;\n    top: 44px;\n    bottom: 44px;\n    width: 2px;\n    background: linear-gradient(180deg, #D4980A, rgba(212,152,10,0.1));\n  }\n\n  .cm-step {\n    display: flex;\n    gap: 28px;\n    align-items: flex-start;\n    padding: 28px 0;\n    position: relative;\n  }\n\n  .cm-step-num {\n    width: 46px;\n    height: 46px;\n    border-radius: 50%;\n    background: #D4980A;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    font-weight: 900;\n    color: #fff;\n    flex-shrink: 0;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cm-step-body { padding-top: 8px; }\n\n  .cm-step-body h3 {\n    font-size: 17px;\n    font-weight: 800;\n    color: #1a1a1a;\n    margin-bottom: 8px;\n  }\n\n  .cm-step-body p {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.75;\n    margin-bottom: 10px;\n  }\n\n  .cm-step-body p:last-child { margin-bottom: 0; }\n\n  .cm-step-body ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .cm-step-body ul li {\n    font-size: 13px;\n    color: #666;\n    padding-left: 14px;\n    position: relative;\n    line-height: 1.6;\n  }\n\n  .cm-step-body ul li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 8px;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #D4980A;\n  }\n\n  .cm-step-note {\n    background: rgba(212,152,10,0.07);\n    border-left: 3px solid #D4980A;\n    border-radius: 0 8px 8px 0;\n    padding: 10px 14px;\n    font-size: 12px;\n    color: #888;\n    margin-top: 10px;\n    line-height: 1.6;\n  }\n\n  \/* ACHETER *\/\n  .cm-buy { background: #111; }\n\n  .cm-buy .cm-label { color: #D4980A; }\n  .cm-buy .cm-section-title { color: #fff; }\n  .cm-buy .cm-section-intro { color: #888; }\n\n  .cm-buy-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 600px) {\n    .cm-buy-grid { grid-template-columns: 1fr; }\n  }\n\n  .cm-buy-card {\n    background: #1a1a1a;\n    border: 1px solid #2a2a2a;\n    border-radius: 16px;\n    padding: 28px 24px;\n    transition: border-color 0.2s, transform 0.2s;\n  }\n\n  .cm-buy-card:hover {\n    border-color: rgba(212,152,10,0.3);\n    transform: translateY(-3px);\n  }\n\n  .cm-buy-step {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 14px;\n  }\n\n  .cm-buy-num {\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    background: rgba(212,152,10,0.15);\n    border: 1px solid rgba(212,152,10,0.3);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 900;\n    color: #D4980A;\n    flex-shrink: 0;\n  }\n\n  .cm-buy-card h3 {\n    font-size: 15px;\n    font-weight: 800;\n    color: #fff;\n  }\n\n  .cm-buy-card p {\n    font-size: 13px;\n    color: #888;\n    line-height: 1.7;\n    margin-bottom: 8px;\n  }\n\n  .cm-buy-card p:last-child { margin-bottom: 0; }\n\n  \/* R\u00d4LE *\/\n  .cm-role {\n    background: linear-gradient(160deg, #D4980A 0%, #b07a08 100%);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cm-role::before {\n    content: '';\n    position: absolute;\n    top: -80px;\n    right: -80px;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .cm-role .cm-inner { position: relative; }\n  .cm-role .cm-label { color: rgba(255,255,255,0.6); }\n  .cm-role .cm-section-title { color: #fff; }\n\n  .cm-role-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 600px) {\n    .cm-role-grid { grid-template-columns: 1fr; }\n  }\n\n  .cm-role-col h4 {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .cm-role-col.no h4 { color: rgba(255,255,255,0.5); }\n  .cm-role-col.yes h4 { color: rgba(255,255,255,0.9); }\n\n  .cm-role-col ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .cm-role-col ul li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .cm-role-col.no ul li { color: rgba(255,255,255,0.6); }\n  .cm-role-col.yes ul li { color: rgba(255,255,255,0.9); }\n\n  .cm-role-col ul li svg {\n    width: 14px;\n    height: 14px;\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  .cm-role-col.no ul li svg { stroke: rgba(255,255,255,0.4); }\n  .cm-role-col.yes ul li svg { stroke: #fff; }\n\n  .cm-role-note {\n    max-width: 760px;\n    margin: 28px auto 0;\n    background: rgba(0,0,0,0.15);\n    border-radius: 12px;\n    padding: 18px 22px;\n    font-size: 14px;\n    color: rgba(255,255,255,0.8);\n    line-height: 1.7;\n    text-align: center;\n  }\n\n  \/* POURQUOI *\/\n  .cm-why {\n    background: #fff;\n    padding: 80px 24px;\n    border-top: 1px solid #ececec;\n  }\n\n  .cm-why-inner {\n    max-width: 680px;\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  .cm-why-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  .cm-why .cm-label {\n    color: #D4980A;\n    margin-bottom: 14px;\n  }\n\n  .cm-why h2 {\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n\n  .cm-why h2 span { color: #D4980A; }\n\n  .cm-why p {\n    font-size: 15px;\n    color: #777;\n    line-height: 1.8;\n    margin-bottom: 0;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cm-why p.highlight {\n    font-size: 16px;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-style: italic;\n    border-left: 3px solid #D4980A;\n    padding-left: 20px;\n    text-align: left;\n    margin: 24px auto 0;\n    line-height: 1.65;\n  }\n<\/style>\n\n\n<div class=\"cm-wrap\">\n\n  <!-- HERO -->\n  <section class=\"cm-hero\">\n    <div class=\"cm-badge\">How does it work<\/div>\n\n    <h1>\n      The tattoo equipment marketplace<br>\n      <span>A thought for the pros<\/span>\n    <\/h1>\n\n    <p>\n      Buy new or used equipment, discover selected manufacturers, creators, brands, suppliers, and resellers, or offer your own products in a specialized and secure environment.\n    <\/p>\n  <\/section>\n\n\n  <!-- QUOI -->\n  <section class=\"cm-section cm-what\">\n\n    <div class=\"cm-inner\">\n\n      <p class=\"cm-label\">What is Solutat?<\/p>\n\n      <h2 class=\"cm-section-title\">\n        A marketplace <span>tattoo specialized<\/span>\n      <\/h2>\n\n      <p class=\"cm-section-intro\">\n        Solutat brings together new and used tattoo equipment, studio gear, accessories, aftercare, and supplies offered by professionals and brands selected for their relevance to the industry.\n      <\/p>\n\n\n      <div class=\"cm-what-grid\">\n\n        <div class=\"cm-what-card\">\n\n          <div class=\"cm-what-card-icon\">\n            <svg viewbox=\"0 0 24 24\">\n              <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n              <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n              <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path>\n              <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n            <\/svg>\n          <\/div>\n\n          <h3>For tattoo pros<\/h3>\n\n          <p>\n            The buyers come from the professional tattooing background: male tattoo artists, female tattoo artists, studios, and people undergoing professional training.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"cm-what-card\">\n\n          <div class=\"cm-what-card-icon\">\n            <svg viewbox=\"0 0 24 24\">\n              <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n            <\/svg>\n          <\/div>\n\n          <h3>Secure transactions<\/h3>\n\n          <p>\n            Payments go through Stripe, and the funds are held temporarily before being released to the seller according to the process established by Solutat.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"cm-what-card\">\n\n          <div class=\"cm-what-card-icon\">\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline>\n            <\/svg>\n          <\/div>\n\n          <h3>A selected offer<\/h3>\n\n          <p>\n            Used equipment, new machines, furniture, accessories, treatments, independent creations: sellers and products must remain consistent with the needs of the profession.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- QUI -->\n  <section class=\"cm-section cm-who\">\n\n    <div class=\"cm-who-inner\">\n\n      <div>\n\n        <p class=\"cm-label\" style=\"text-align:left\">\n          Who can use Solutat?\n        <\/p>\n\n        <h2>\n          Industry buyers,<br>\n          <span>selected sellers<\/span>\n        <\/h2>\n\n        <p>\n          Solutat is designed for tattoo professionals. Vendors from other professional backgrounds can also participate when their products genuinely meet the needs of tattoo artists and studios.\n        <\/p>\n\n        <ul class=\"cm-who-list\">\n\n          <li>\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n            Tattoo artists\n          <\/li>\n\n          <li>\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n            Apprentices and individuals in professional training programs\n          <\/li>\n\n          <li>\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n            Tattoo shops\n          <\/li>\n\n          <li>\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n            Manufacturers and builders\n          <\/li>\n\n          <li>\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n            Independent artisans and creators\n          <\/li>\n\n          <li>\n            <svg viewbox=\"0 0 24 24\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n            Brands, suppliers and resellers\n          <\/li>\n\n        <\/ul>\n\n      <\/div>\n\n\n      <div class=\"cm-who-visual\">\n\n        <div class=\"cm-who-visual-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n          <\/svg>\n          <span>Tattoo artists<\/span>\n        <\/div>\n\n        <div class=\"cm-who-visual-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n            <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n          <\/svg>\n          <span>Studios &amp; Apprentices<\/span>\n        <\/div>\n\n        <div class=\"cm-who-visual-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M12 2L2 7l10 5 10-5-10-5z\"><\/path>\n            <path d=\"M2 17l10 5 10-5\"><\/path>\n          <\/svg>\n          <span>Manufacturers, builders &amp; artisans<\/span>\n        <\/div>\n\n        <div class=\"cm-who-visual-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"><\/path>\n            <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n          <\/svg>\n          <span>Brands, suppliers &amp; resellers<\/span>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- VENDRE -->\n  <section class=\"cm-section cm-sell\">\n\n    <div class=\"cm-inner\">\n\n      <p class=\"cm-label\">Sell on Solutat<\/p>\n\n      <h2 class=\"cm-section-title\">\n        Comment <span>sell<\/span> in 5 steps\n      <\/h2>\n\n      <p class=\"cm-section-intro\">\n        Whether you are reselling your equipment or offering your own professional products, the transaction process remains simple and regulated.\n      <\/p>\n\n\n      <div class=\"cm-steps\">\n\n\n        <div class=\"cm-step\">\n\n          <div class=\"cm-step-num\">1<\/div>\n\n          <div class=\"cm-step-body\">\n\n            <h3>Create an account<\/h3>\n\n            <p>\n              Create your account and complete your professional profile. To receive payments, a secure payment account is created via Stripe Connect.\n            <\/p>\n\n            <div class=\"cm-step-note\">\n              Solutat verifies the supporting documents corresponding to your profile. Seller access remains subject to validation: a professional or a brand may be rejected if its activity or products do not sufficiently correspond to the tattoo profession.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"cm-step\">\n\n          <div class=\"cm-step-num\">2<\/div>\n\n          <div class=\"cm-step-body\">\n\n            <h3>Publish a product or an ad<\/h3>\n\n            <p>\n              Provide all the information useful to the buyer:\n            <\/p>\n\n            <ul>\n              <li>Actual condition of the product<\/li>\n              <li>Detailed description and features<\/li>\n              <li>Price<\/li>\n              <li>Photos true to the product offered<\/li>\n              <li>Expiration date when applicable<\/li>\n              <li>Regulatory information required depending on the nature of the product<\/li>\n            <\/ul>\n\n            <div class=\"cm-step-note\">\n              Admitting a vendor does not mean that their entire catalog is automatically accepted. Solutat may refuse a product that does not match the marketplace's selection guidelines.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"cm-step\">\n\n          <div class=\"cm-step-num\">3<\/div>\n\n          <div class=\"cm-step-body\">\n\n            <h3>Receive an order<\/h3>\n\n            <p>\n              When a buyer places an order, payment is made through the secure system integrated into Solutat.\n            <\/p>\n\n            <p>\n              When the feature is available, the buyer can also propose another price. You can accept, decline, or make a counter-offer.\n            <\/p>\n\n            <p>\n              New products offered by certain brands, creators, suppliers, or professional resellers may be sold at a fixed price. In this case, the \u00abMake an offer\u00bb feature is not available.\n            <\/p>\n\n            <div class=\"cm-step-note\">\n              Offers and counter-offers are valid for 24 hours. An accepted offer does not reserve the product: the sale is finalized only after payment confirmation.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"cm-step\">\n\n          <div class=\"cm-step-num\">4<\/div>\n\n          <div class=\"cm-step-body\">\n\n            <h3>Ship the order<\/h3>\n\n            <p>\n              Prepare your package and ship the product directly to the buyer.\n            <\/p>\n\n            <p>\n              For deliveries handled by integrated carriers in France, Solutat can automatically generate the shipping label. For other shipments, you provide the carrier and tracking number.\n            <\/p>\n\n            <div class=\"cm-step-note\">\n              The seller remains responsible for packaging, parcel compliance, and adherence to the applicable shipping timeframe. Standard timeframe: 3 calendar days.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"cm-step\">\n\n          <div class=\"cm-step-num\">5<\/div>\n\n          <div class=\"cm-step-body\">\n\n            <h3>Receive one's payment<\/h3>\n\n            <p>\n              Funds are released when the buyer confirms receipt and compliance of the product.\n            <\/p>\n\n            <p>\n              In the absence of confirmation and if no dispute is opened, they are automatically released after the period provided according to the type of delivery.\n            <\/p>\n\n            <div class=\"cm-step-note\">\n              Payments are made to your payment account, after deduction of the service fees applicable to your seller profile and the transaction.\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ACHETER -->\n  <section class=\"cm-section cm-buy\">\n\n    <div class=\"cm-inner\">\n\n      <p class=\"cm-label\">Buy on Solutat<\/p>\n\n      <h2 class=\"cm-section-title\" style=\"color:#fff\">\n        Comment <span>buy<\/span> in 4 steps\n      <\/h2>\n\n      <p class=\"cm-section-intro\">\n        Buy used equipment, new equipment, or discover products from selected sellers and brands. Service and delivery fees are displayed before confirmation.\n      <\/p>\n\n\n      <div class=\"cm-buy-grid\">\n\n\n        <div class=\"cm-buy-card\">\n\n          <div class=\"cm-buy-step\">\n            <div class=\"cm-buy-num\">1<\/div>\n            <h3>Discover the products<\/h3>\n          <\/div>\n\n          <p>\n            Browse second-hand listings and products offered by manufacturers, creators, brands, suppliers, and other sellers on Solutat.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"cm-buy-card\">\n\n          <div class=\"cm-buy-step\">\n            <div class=\"cm-buy-num\">2<\/div>\n            <h3>Order or make an offer<\/h3>\n          <\/div>\n\n          <p>\n            Buy directly at the listed price or use \u00abMake an offer\u00bb when available.\n          <\/p>\n\n          <p>\n            Products identified as fixed-price, notably certain new products offered by professional brands, designers, suppliers, or resellers, are not eligible for offers.\n          <\/p>\n\n          <p>\n            You have a maximum of 3 offers per listing. An accepted offer or counter-offer remains valid for 24 hours and does not reserve the product prior to payment.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"cm-buy-card\">\n\n          <div class=\"cm-buy-step\">\n            <div class=\"cm-buy-num\">3<\/div>\n            <h3>Receive your order<\/h3>\n          <\/div>\n\n          <p>\n            The seller ships the order directly. A tracking number makes it possible to follow its progress.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"cm-buy-card\">\n\n          <div class=\"cm-buy-step\">\n            <div class=\"cm-buy-num\">4<\/div>\n            <h3>Confirm or report an issue<\/h3>\n          <\/div>\n\n          <p>\n            Upon receipt, confirm that the product complies or open a dispute before the release of funds.\n          <\/p>\n\n          <p>\n            In the absence of a report, the funds are released automatically upon the expiry of the applicable deadline.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- R\u00d4LE -->\n  <section class=\"cm-section cm-role\">\n\n    <div class=\"cm-inner\">\n\n      <p class=\"cm-label\">The role of Solutat<\/p>\n\n      <h2 class=\"cm-section-title\" style=\"color:#fff; margin-bottom:44px\">\n        An intermediary marketplace,<br>\n        not the seller of the products\n      <\/h2>\n\n\n      <div class=\"cm-role-grid\">\n\n\n        <div class=\"cm-role-col no\">\n\n          <h4>Solutat does not<\/h4>\n\n          <ul>\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              Does not sell the offered products itself\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              Holds no inventory\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              Do not refurbish the products\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              Do not physically inspect every product\n            <\/li>\n\n          <\/ul>\n\n        <\/div>\n\n\n        <div class=\"cm-role-col yes\">\n\n          <h4>Solutat provides<\/h4>\n\n          <ul>\n\n            <li>\n              <svg viewbox=\"0 0 24 24\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n              A specialized marketplace for tattoo pros\n            <\/li>\n\n            <li>\n              <svg viewbox=\"0 0 24 24\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n              A selection of sellers and products\n            <\/li>\n\n            <li>\n              <svg viewbox=\"0 0 24 24\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n              A secure payment system\n            <\/li>\n\n            <li>\n              <svg viewbox=\"0 0 24 24\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n              Networking and negotiation tools\n            <\/li>\n\n            <li>\n              <svg viewbox=\"0 0 24 24\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n              Shipping solutions\n            <\/li>\n\n          <\/ul>\n\n        <\/div>\n\n\n      <\/div>\n\n\n      <div class=\"cm-role-note\">\n        Each seller remains responsible for their products, their listings, their professional obligations, and the fulfillment of their sales.\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- POURQUOI -->\n  <section class=\"cm-why\">\n\n    <div class=\"cm-why-inner\">\n\n      <p class=\"cm-label\">Why Solutat?<\/p>\n\n      <h2>\n        Because the profession <span>is not just a machine<\/span>\n      <\/h2>\n\n      <p>\n        A tattoo professional buys, tests, resells, equips their studio, discovers new tools, and constantly evolves their practice.\n      <\/p>\n\n      <p class=\"highlight\">\n        Solutat brings all these needs together in one place: second-hand items, new equipment, and independent creations selected for the profession.\n      <\/p>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>\n\n\n\n<p style=\"font-size:11px;color:#ccc;line-height:1.6;margin-top:40px;\">\nHow does Solutat, the professional tattoo equipment marketplace, work? Sign up for free, create your listings, and sell your tattoo equipment between pros. Buyers and sellers are professional tattoo artists. Secure payment via Stripe, fast shipping with Sendcloud, guaranteed refund in case of dispute. The safest tattoo marketplace for professionals.\n<\/p>","protected":false},"excerpt":{"rendered":"<p>Comment \u00e7a marche La marketplace du mat\u00e9riel tatouage pens\u00e9e pour les pros Achetez du mat\u00e9riel neuf ou d&rsquo;occasion, d\u00e9couvrez des fabricants, cr\u00e9ateurs, marques, fournisseurs et revendeurs s\u00e9lectionn\u00e9s, ou proposez vos propres produits dans un environnement sp\u00e9cialis\u00e9 et s\u00e9curis\u00e9. Solutat, c&rsquo;est quoi ? Une marketplace sp\u00e9cialis\u00e9e tattoo Solutat rassemble au m\u00eame endroit du mat\u00e9riel tatouage neuf&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-4736","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4736","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=4736"}],"version-history":[{"count":23,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4736\/revisions"}],"predecessor-version":[{"id":7514,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4736\/revisions\/7514"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=4736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}