{"id":4765,"date":"2026-02-04T21:40:26","date_gmt":"2026-02-04T20:40:26","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=4765"},"modified":"2026-08-27T10:45:04","modified_gmt":"2026-08-27T08:45:04","slug":"about","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/a-propos\/","title":{"rendered":"About"},"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  .ab-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.6;\n  }\n\n  \/* HERO *\/\n  .ab-hero {\n    padding: 80px 24px 64px;\n    text-align: center;\n    position: relative;\n    border-bottom: 1px solid #ececec;\n    overflow: hidden;\n  }\n\n  .ab-hero::before {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(\n      90deg,\n      transparent 0%,\n      #D4980A 30%,\n      #D4980A 70%,\n      transparent 100%\n    );\n  }\n\n  .ab-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: 28px;\n  }\n\n  .ab-hero h1 {\n    font-size: clamp(32px, 5vw, 58px);\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.1;\n    margin-bottom: 20px;\n    max-width: 760px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ab-hero h1 span {\n    color: #D4980A;\n  }\n\n  \/* MAGAZINE INTRO *\/\n  .ab-magazine {\n    max-width: 1040px;\n    margin: 0 auto;\n    padding: 72px 24px 0;\n    display: grid;\n    grid-template-columns: 260px 1fr;\n    gap: 48px;\n    align-items: start;\n  }\n\n  @media (max-width: 760px) {\n    .ab-magazine {\n      grid-template-columns: 1fr;\n      gap: 36px;\n    }\n  }\n\n  .ab-mag-photo-wrap {\n    position: relative;\n  }\n\n  .ab-mag-photo-wrap::before {\n    content: '';\n    position: absolute;\n    top: -10px;\n    left: -10px;\n    right: 10px;\n    bottom: 10px;\n    border: 2px solid rgba(212,152,10,0.35);\n    border-radius: 18px;\n    z-index: 0;\n  }\n\n  .ab-mag-photo {\n    position: relative;\n    z-index: 1;\n    border-radius: 14px;\n    overflow: hidden;\n    aspect-ratio: 3\/4;\n  }\n\n  .ab-mag-photo img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center top;\n    display: block;\n    filter: grayscale(8%);\n  }\n\n  .ab-mag-photo::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      180deg,\n      transparent 60%,\n      rgba(0,0,0,0.55) 100%\n    );\n  }\n\n  .ab-mag-photo-caption {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 14px 16px;\n    z-index: 2;\n  }\n\n  .ab-photo-tag {\n    display: inline-block;\n    background: #D4980A;\n    color: #fff;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 3px 9px;\n    border-radius: 4px;\n    margin-bottom: 5px;\n  }\n\n  .ab-mag-photo-caption strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 800;\n    color: #fff;\n    margin-bottom: 3px;\n  }\n\n  .ab-credit {\n    font-size: 9px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.5;\n  }\n\n  .ab-credit a {\n    color: rgba(255,255,255,0.55);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(255,255,255,0.2);\n    transition: color 0.2s;\n  }\n\n  .ab-credit a:hover {\n    color: #D4980A;\n  }\n\n  .ab-mag-intro {\n    padding-top: 8px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    height: 100%;\n  }\n\n  .ab-story-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #D4980A;\n    margin-bottom: 20px;\n    display: block;\n  }\n\n  .ab-mag-intro .ab-intro-text {\n    font-size: 20px;\n    color: #1a1a1a;\n    font-weight: 600;\n    line-height: 1.75;\n    font-style: italic;\n    border-left: 3px solid #D4980A;\n    padding-left: 24px;\n    margin-bottom: 0;\n  }\n\n  \/* STORY *\/\n  .ab-story {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 64px 24px 80px;\n  }\n\n  .ab-story p {\n    font-size: 17px;\n    color: #333;\n    line-height: 2;\n    margin-bottom: 28px;\n  }\n\n  .ab-story p em {\n    font-style: italic;\n    color: #1a1a1a;\n    font-weight: 500;\n  }\n\n  .ab-pull {\n    border-left: 3px solid #D4980A;\n    padding: 12px 0 12px 24px;\n    margin: 40px 0;\n    font-size: 20px;\n    color: #1a1a1a;\n    font-style: italic;\n    font-weight: 700;\n    line-height: 1.6;\n  }\n\n  .ab-conclusion {\n    margin-top: 40px;\n    padding: 28px 32px;\n    background: #f7f6f3;\n    border-radius: 14px;\n    border-left: 3px solid #D4980A;\n    font-size: 16px;\n    color: #444;\n    line-height: 1.85;\n    font-weight: 500;\n  }\n\n  \/* STAT *\/\n  .ab-stat-strip {\n    background: #f7f6f3;\n    border-top: 1px solid #ececec;\n    border-bottom: 1px solid #ececec;\n    padding: 56px 24px;\n    text-align: center;\n  }\n\n  .ab-stat-strip-inner {\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  .ab-stat-strip strong {\n    display: block;\n    font-size: clamp(52px, 8vw, 88px);\n    font-weight: 900;\n    color: #D4980A;\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .ab-stat-strip p {\n    font-size: 16px;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  \/* MANIFESTE *\/\n  .ab-manifeste {\n    background: #F5F0E6;\n    padding: 90px 24px;\n  }\n\n  .ab-manifeste-inner {\n    max-width: 1040px;\n    margin: 0 auto;\n  }\n\n  .ab-manifeste-header {\n    margin-bottom: 52px;\n  }\n\n  .ab-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    display: block;\n  }\n\n  .ab-manifeste-header h2 {\n    font-size: clamp(24px, 3.2vw, 38px);\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.15;\n    max-width: 620px;\n  }\n\n  .ab-manifeste-header h2 span {\n    color: #D4980A;\n  }\n\n  .ab-manifeste-header p {\n    font-size: 16px;\n    color: #777;\n    line-height: 1.75;\n    max-width: 620px;\n    margin-top: 16px;\n  }\n\n  .ab-mf-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  @media (max-width: 640px) {\n    .ab-mf-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .ab-mf-item {\n    background: #fff;\n    border: 1px solid rgba(212,152,10,0.12);\n    border-radius: 20px;\n    padding: 36px 32px;\n    position: relative;\n    overflow: hidden;\n    transition: box-shadow 0.2s, border-color 0.2s;\n  }\n\n  .ab-mf-item:hover {\n    box-shadow: 0 8px 32px rgba(0,0,0,0.06);\n    border-color: rgba(212,152,10,0.25);\n  }\n\n  .ab-mf-item::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 24px;\n    right: 24px;\n    height: 2px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      rgba(212,152,10,0.4),\n      transparent\n    );\n  }\n\n  .ab-mf-icon {\n    width: 44px;\n    height: 44px;\n    background: #fff;\n    border: 1px solid #ececec;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n  }\n\n  .ab-mf-icon svg {\n    width: 20px;\n    height: 20px;\n    stroke: #D4980A;\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .ab-mf-item h3 {\n    font-size: 17px;\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.25;\n    margin-bottom: 10px;\n  }\n\n  .ab-mf-item h3 em {\n    font-style: normal;\n    color: #D4980A;\n  }\n\n  .ab-mf-item p {\n    font-size: 14px;\n    color: #777;\n    line-height: 1.75;\n  }\n\n  \/* AMBITION *\/\n  .ab-ambition {\n    background: #111;\n    padding: 90px 24px;\n  }\n\n  .ab-ambition-inner {\n    max-width: 1040px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: start;\n  }\n\n  @media (max-width: 700px) {\n    .ab-ambition-inner {\n      grid-template-columns: 1fr;\n      gap: 36px;\n    }\n  }\n\n  .ab-ambition h2 {\n    font-size: clamp(22px, 2.8vw, 34px);\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.2;\n    margin-bottom: 20px;\n  }\n\n  .ab-ambition h2 span {\n    color: #D4980A;\n  }\n\n  .ab-ambition p {\n    font-size: 15px;\n    color: #888;\n    line-height: 1.85;\n    margin-bottom: 16px;\n  }\n\n  .ab-ambition-right {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .ab-ambition-item {\n    background: #1a1a1a;\n    border: 1px solid #2a2a2a;\n    border-radius: 14px;\n    padding: 22px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    transition: border-color 0.2s;\n  }\n\n  .ab-ambition-item:hover {\n    border-color: rgba(212,152,10,0.3);\n  }\n\n  .ab-ambition-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    margin-top: 2px;\n  }\n\n  .ab-ambition-item p {\n    font-size: 14px;\n    color: #aaa;\n    margin-bottom: 0;\n    line-height: 1.6;\n  }\n\n  \/* TRACKERS *\/\n  .ab-trackers {\n    background: #fff;\n    padding: 90px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border-top: 1px solid #ececec;\n  }\n\n  .ab-trackers::before {\n    content: '';\n    position: absolute;\n    top: -60px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 400px;\n    background: radial-gradient(\n      ellipse,\n      rgba(212,152,10,0.07) 0%,\n      transparent 65%\n    );\n    pointer-events: none;\n  }\n\n  .ab-trackers-inner {\n    position: relative;\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  .ab-trackers h2 {\n    font-size: clamp(22px, 3vw, 36px);\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.2;\n    margin-bottom: 14px;\n  }\n\n  .ab-trackers h2 span {\n    color: #D4980A;\n  }\n\n  .ab-trackers p {\n    font-size: 16px;\n    color: #777;\n    margin-bottom: 36px;\n    line-height: 1.7;\n  }\n\n  .ab-trackers-pills {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-bottom: 36px;\n  }\n\n  .ab-pill {\n    background: #f7f6f3;\n    border: 1px solid #e8e8e8;\n    border-radius: 100px;\n    padding: 10px 20px;\n    font-size: 13px;\n    font-weight: 700;\n    color: #555;\n  }\n\n  .ab-pill span {\n    color: #D4980A;\n  }\n\n  .ab-cta {\n    display: inline-block;\n    background: #1a1a1a;\n    color: #fff !important;\n    font-weight: 800;\n    font-size: 15px;\n    padding: 16px 40px;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.2s;\n  }\n\n  .ab-cta:hover {\n    background: #D4980A;\n    transform: translateY(-2px);\n  }\n<\/style>\n\n\n<div class=\"ab-wrap\">\n\n  <!-- HERO -->\n  <section class=\"ab-hero\">\n\n    <div class=\"ab-badge\">About<\/div>\n\n    <h1>\n      The tattooing profession deserves<br>\n      <span>its own marketplace.<\/span>\n    <\/h1>\n\n    <p style=\"      font-size:clamp(15px,2vw,18px);      color:#888;      max-width:650px;      margin:20px auto 0;      font-style:italic;      line-height:1.7;    \">\n      SOLUTAT is the tattoo equipment marketplace dedicated to professionals:\n      new and used equipment, manufacturers, designers, and independent brands\n      all brought together in one specialized space.\n    <\/p>\n\n  <\/section>\n\n\n  <!-- ORIGINE -->\n  <div class=\"ab-magazine\">\n\n    <div class=\"ab-mag-photo-wrap\">\n\n      <div class=\"ab-mag-photo\">\n\n        <img decoding=\"async\"\n          src=\"https:\/\/www.solutat.fr\/wp-content\/uploads\/2026\/04\/7f7f9226-82c1-4401-8310-22b58e3b60c0.jpg\"\n          alt=\"Julie \u2014 Marl\u00e8ne Le Cidre, founder of Solutat\"\n        >\n\n        <div class=\"ab-mag-photo-caption\">\n\n          <span class=\"ab-photo-tag\">\n            Founder\n          <\/span>\n\n          <strong>\n            Julie \u2014 Marl\u00e8ne Le Cidre\n          <\/strong>\n\n          <span class=\"ab-credit\">\n            Photo credit:\n            <a href=\"https:\/\/www.presciliafollin.com\" target=\"_blank\" rel=\"noopener\">\n              Prescilia Follin\n            <\/a>\n          <\/span>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"ab-mag-intro\">\n\n      <span class=\"ab-story-label\">\n        The origin\n      <\/span>\n\n      <p class=\"ab-intro-text\">\n        After 12 years in tattooing, I\u2019ve seen the profession evolve, equipment multiply, and ways of outfitting oneself change. Yet, there was still missing a true space designed specifically for those who work in tattoo.\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- HISTOIRE -->\n  <div class=\"ab-story\">\n\n    <p>\n      SOLUTAT was initially born out of a very concrete observation:\n      professionals invest in equipment, test it, replace their machines,\n      upgrade their setups, and sometimes keep equipment\n      that is still perfectly usable.\n    <\/p>\n\n    <p>\n      Yet, the buying and selling of tattoo equipment often remains scattered across social networks, private groups, general classified ads, and word of mouth.\n    <\/p>\n\n\n    <div class=\"ab-pull\">\n      There was a real lack of a space designed specifically for the equipment and daily needs of tattoo professionals.\n    <\/div>\n\n\n    <p>\n      When I stopped working as a tattoo artist, I had to clear out\n      my studios myself. Machines, furniture, and brand-new, sealed supplies\n      still had value and could be used by other professionals.\n      It was from this experience that the initial idea for SOLUTAT was born:\n      to create a true specialized marketplace for used tattoo equipment.\n    <\/p>\n\n    <p>\n      But the profession is not limited to second-hand items. A tattoo artist also buys furniture, hygiene and care products, accessories, drawing supplies, and equipment for their studio or travels.\n    <\/p>\n\n    <p>\n      And behind these products also exist manufacturers, builders, artisans, creators, and independent brands who do not always have direct access to the professional tattooing world.\n    <\/p>\n\n\n    <div class=\"ab-conclusion\">\n      SOLUTAT is therefore evolving with a broader vision:\n      to bring together in a single space new and used tattoo equipment,\n      professionals looking to buy or resell,\n      and manufacturers, designers, and independent brands\n      who have something to contribute to the industry.\n    <\/div>\n\n  <\/div>\n\n\n  <!-- STAT -->\n  <div class=\"ab-stat-strip\">\n\n    <div class=\"ab-stat-strip-inner\">\n\n      <strong>\n        12 years old\n      <\/strong>\n\n      <p>\n        A field experience at the heart of the studios, the equipment, and the concrete needs of tattoo artists.\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- MANIFESTE -->\n  <section class=\"ab-manifeste\">\n\n    <div class=\"ab-manifeste-inner\">\n\n      <div class=\"ab-manifeste-header\">\n\n        <span class=\"ab-label\">\n          Our purpose\n        <\/span>\n\n        <h2>\n          A marketplace designed\n          <span>for the job<\/span>\n        <\/h2>\n\n        <p>\n          SOLUTAT brings together tattoo supplies, equipment,\n          used items, and new finds in a specialized environment\n          dedicated to tattoo professionals.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"ab-mf-grid\">\n\n\n        <!-- ITEM 1 -->\n        <div class=\"ab-mf-item\">\n\n          <div class=\"ab-mf-icon\">\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          <\/div>\n\n          <h3>\n            Born of <em>terrain<\/em>\n          <\/h3>\n\n          <p>\n            SOLUTAT draws on practical knowledge\n            of day-to-day studio operations, equipment, and\n            professional tattooing practices.\n          <\/p>\n\n        <\/div>\n\n\n        <!-- ITEM 2 -->\n        <div class=\"ab-mf-item\">\n\n          <div class=\"ab-mf-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>\n            A marketplace <em>specialized<\/em>\n          <\/h3>\n\n          <p>\n            Machines, equipment, furniture, care products, accessories, independent creations, or secondhand tattoo supplies: every universe is designed for industry professionals.\n          <\/p>\n\n        <\/div>\n\n\n        <!-- ITEM 3 -->\n        <div class=\"ab-mf-item\">\n\n          <div class=\"ab-mf-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>\n            Transactions <em>secure<\/em>\n          <\/h3>\n\n          <p>\n            Identified profiles, publication rules, reviews, and secure payment via Stripe frame the transactions carried out on the platform.\n          <\/p>\n\n        <\/div>\n\n\n        <!-- ITEM 4 -->\n        <div class=\"ab-mf-item\">\n\n          <div class=\"ab-mf-icon\">\n            <svg viewbox=\"0 0 24 24\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n            <\/svg>\n          <\/div>\n\n          <h3>\n            Brands to <em>discover<\/em>\n          <\/h3>\n\n          <p>\n            SOLUTAT also aims to highlight manufacturers,\n            artisans, builders, and independent brands\n            whose products can enrich the day-to-day work of the trade.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- VISION -->\n  <section class=\"ab-ambition\">\n\n    <div class=\"ab-ambition-inner\">\n\n      <div>\n\n        <span class=\"ab-label\" style=\"color:#D4980A\">\n          The vision\n        <\/span>\n\n        <h2>\n          Build a reference\n          <span>for tattoo equipment<\/span>\n        <\/h2>\n\n        <p>\n          Tattooing is evolving, practices are changing, and professionals need a space capable of keeping pace with this evolution.\n        <\/p>\n\n        <p>\n          SOLUTAT aims to become a destination where people come\n          to shop for better deals, resell gear,\n          discover an independent brand, or find\n          equipment suited to their activity.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"ab-ambition-right\">\n\n\n        <div class=\"ab-ambition-item\">\n\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\n          <p>\n            A specialized environment dedicated to the equipment and needs of tattoo professionals.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"ab-ambition-item\">\n\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\n          <p>\n            A true secondhand tattoo equipment marketplace to keep things in circulation that can still be used.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"ab-ambition-item\">\n\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\n          <p>\n            A place for manufacturers, creators, builders, and independent brands looking to reach tattoo professionals directly.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"ab-ambition-item\">\n\n          <svg viewbox=\"0 0 24 24\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n          <\/svg>\n\n          <p>\n            A long-term vision: to become the go-to reference for buying, selling, and discovering equipment for the tattoo profession.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- OUTILS -->\n  <section class=\"ab-trackers\">\n\n    <div class=\"ab-trackers-inner\">\n\n      <span\n        class=\"ab-label\"\n        style=\"color:#D4980A;margin-bottom:16px;\"\n      >\n        Tools designed for the tattoo world\n      <\/span>\n\n      <h2>\n        A platform that evolves\n        <br>\n        <span>with her profession<\/span>\n      <\/h2>\n\n      <p>\n        In addition to the marketplace, SOLUTAT also develops\n        complementary tools designed to support\n        tattoo professionals and people with tattoos.\n      <\/p>\n\n\n      <div class=\"ab-trackers-pills\">\n\n        <div class=\"ab-pill\">\n          <span>Pro Solutat<\/span>\n          \u2014 for professionals\n        <\/div>\n\n        <div class=\"ab-pill\">\n          <span>Tracker Tattoo<\/span>\n          \u2014 for tattooed people\n        <\/div>\n\n      <\/div>\n\n\n      <a href=\"https:\/\/www.solutat.fr\/en\/tracker-by-solutat\/\" class=\"ab-cta\">\n        Discover our tools \u2192\n      <\/a>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\u00c0 propos Le m\u00e9tier du tatouage m\u00e9rite sa propre marketplace. SOLUTAT est la marketplace du mat\u00e9riel tatouage d\u00e9di\u00e9e aux pros : mat\u00e9riel neuf et d\u2019occasion, fabricants, cr\u00e9ateurs et marques ind\u00e9pendantes r\u00e9unis dans un m\u00eame espace sp\u00e9cialis\u00e9. Fondatrice Julie \u2014 Marl\u00e8ne Le Cidre Cr\u00e9dit photo : Prescilia Follin L&rsquo;origine Apr\u00e8s 12 ans dans le tatouage, j\u2019ai&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-4765","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4765","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=4765"}],"version-history":[{"count":46,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4765\/revisions"}],"predecessor-version":[{"id":7276,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4765\/revisions\/7276"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=4765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}