{"id":4734,"date":"2026-02-04T20:34:00","date_gmt":"2026-02-04T19:34:00","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=4734"},"modified":"2026-09-06T09:54:19","modified_gmt":"2026-09-06T07:54:19","slug":"why-solutat","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/pourquoi-solutat\/","title":{"rendered":"Why Solutat"},"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  .ps-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.6;\n  }\n\n  \/* HERO *\/\n  .ps-hero {\n    background: linear-gradient(160deg, #fff 0%, #f2f0eb 100%);\n    padding: 90px 24px 100px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border-bottom: 1px solid #e8e5de;\n  }\n\n  .ps-hero::before {\n    content: '';\n    position: absolute;\n    top: -80px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 700px;\n    height: 500px;\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  .ps-badge {\n    display: inline-block;\n    background: rgba(26,26,26,0.06);\n    border: 1px solid rgba(26,26,26,0.12);\n    color: #1a1a1a;\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: 30px;\n  }\n\n  .ps-hero h1 {\n    font-size: clamp(30px, 5vw, 56px);\n    font-weight: 900;\n    color: #1a1a1a;\n    line-height: 1.1;\n    margin-bottom: 22px;\n  }\n\n  .ps-hero h1 span {\n    color: #D4980A;\n  }\n\n  .ps-hero p {\n    font-size: clamp(16px, 2vw, 19px);\n    color: #555;\n    max-width: 680px;\n    margin: 0 auto 10px;\n    font-style: italic;\n    line-height: 1.7;\n  }\n\n  .ps-hero p.sub {\n    font-size: 15px;\n    color: #888;\n    font-style: normal;\n    margin-top: 10px;\n  }\n\n  \/* SECTIONS *\/\n  .ps-section {\n    padding: 80px 24px;\n  }\n\n  .ps-section-inner {\n    max-width: 1020px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 60px;\n    align-items: start;\n  }\n\n  @media (max-width: 700px) {\n    .ps-section-inner {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n  }\n\n  .ps-section-left {\n    position: sticky;\n    top: 40px;\n  }\n\n  .ps-section-num {\n    font-size: 64px;\n    font-weight: 900;\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .ps-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .ps-section-title {\n    font-size: clamp(18px, 2vw, 22px);\n    font-weight: 800;\n    line-height: 1.25;\n  }\n\n  .ps-section-right p {\n    font-size: 16px;\n    line-height: 1.85;\n    margin-bottom: 22px;\n  }\n\n  .ps-section-right ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-bottom: 22px;\n  }\n\n  .ps-section-right ul li {\n    font-size: 15px;\n    line-height: 1.6;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .ps-section-right ul li svg {\n    width: 14px;\n    height: 14px;\n    flex-shrink: 0;\n    margin-top: 4px;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    fill: none;\n  }\n\n  \/* S1 *\/\n  .ps-s1 {\n    background: #fff;\n  }\n\n  .ps-s1 .ps-section-num {\n    color: rgba(212,152,10,0.55);\n  }\n\n  .ps-s1 .ps-section-label {\n    color: #D4980A;\n  }\n\n  .ps-s1 .ps-section-title {\n    color: #1a1a1a;\n  }\n\n  .ps-s1 .ps-section-right p {\n    color: #444;\n  }\n\n  .ps-s1 .ps-section-right ul li {\n    color: #444;\n  }\n\n  .ps-s1 .ps-section-right ul li svg {\n    stroke: #D4980A;\n  }\n\n  \/* S2 *\/\n  .ps-s2 {\n    background: #f7f6f3;\n    border-top: 1px solid #ececec;\n    border-bottom: 1px solid #ececec;\n  }\n\n  .ps-s2 .ps-section-num {\n    color: rgba(26,26,26,0.2);\n  }\n\n  .ps-s2 .ps-section-label {\n    color: #D4980A;\n  }\n\n  .ps-s2 .ps-section-title {\n    color: #1a1a1a;\n  }\n\n  .ps-s2 .ps-section-right p {\n    color: #444;\n  }\n\n  .ps-s2 .ps-section-right ul li {\n    color: #444;\n  }\n\n  .ps-s2 .ps-section-right ul li svg {\n    stroke: #1a1a1a;\n  }\n\n  \/* S3 *\/\n  .ps-s3 {\n    background: #111;\n  }\n\n  .ps-s3 .ps-section-num {\n    color: rgba(212,152,10,0.9);\n  }\n\n  .ps-s3 .ps-section-label {\n    color: #D4980A;\n  }\n\n  .ps-s3 .ps-section-title {\n    color: #fff;\n  }\n\n  .ps-s3 .ps-section-right p {\n    color: #888;\n  }\n\n  .ps-s3 .ps-section-right ul li {\n    color: #aaa;\n  }\n\n  .ps-s3 .ps-section-right ul li svg {\n    stroke: #D4980A;\n  }\n\n  .ps-before-after {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 10px;\n  }\n\n  @media (max-width: 500px) {\n    .ps-before-after {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .ps-col {\n    border-radius: 12px;\n    padding: 22px 20px;\n  }\n\n  .ps-col-before {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.07);\n  }\n\n  .ps-col-after {\n    background: rgba(212,152,10,0.08);\n    border: 1px solid rgba(212,152,10,0.2);\n  }\n\n  .ps-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  .ps-col-before h4 {\n    color: #555;\n  }\n\n  .ps-col-after h4 {\n    color: #D4980A;\n  }\n\n  .ps-col ul {\n    margin-bottom: 0;\n  }\n\n  .ps-col ul li {\n    color: #777;\n    font-size: 13px;\n  }\n\n  .ps-col-after ul li {\n    color: #aaa;\n  }\n\n  .ps-col ul li svg {\n    stroke: #555;\n  }\n\n  .ps-col-after ul li svg {\n    stroke: #D4980A;\n  }\n\n  \/* S4 *\/\n  .ps-s4 {\n    background: linear-gradient(\n      135deg,\n      #D4980A 0%,\n      #c08a0a 50%,\n      #a87808 100%\n    );\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ps-s4::before {\n    content: '';\n    position: absolute;\n    top: -80px;\n    right: -80px;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(\n      circle,\n      rgba(255,255,255,0.08) 0%,\n      transparent 65%\n    );\n    pointer-events: none;\n  }\n\n  .ps-s4 .ps-section-inner {\n    position: relative;\n  }\n\n  .ps-s4 .ps-section-num {\n    color: rgba(0,0,0,0.1);\n  }\n\n  .ps-s4 .ps-section-label {\n    color: rgba(255,255,255,0.6);\n  }\n\n  .ps-s4 .ps-section-title {\n    color: #fff;\n  }\n\n  .ps-s4 .ps-section-right p {\n    color: rgba(255,255,255,0.8);\n  }\n\n  .ps-s4 .ps-section-right ul li {\n    color: rgba(255,255,255,0.85);\n  }\n\n  .ps-s4 .ps-section-right ul li svg {\n    stroke: #fff;\n  }\n\n  \/* S5 *\/\n  .ps-s5 {\n    background: #fff;\n    padding: 80px 24px;\n    border-top: 1px solid #ececec;\n  }\n\n  .ps-s5-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: 56px 60px;\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 48px;\n    align-items: start;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 2px 40px rgba(212,152,10,0.06);\n  }\n\n  @media (max-width: 640px) {\n    .ps-s5-inner {\n      grid-template-columns: 1fr;\n      padding: 36px 28px;\n    }\n  }\n\n  .ps-s5-inner::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 40px;\n    right: 40px;\n    height: 2px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      #D4980A,\n      transparent\n    );\n  }\n\n  .ps-s5 .ps-section-num {\n    color: rgba(212,152,10,0.3);\n    font-size: 64px;\n    font-weight: 900;\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .ps-s5 .ps-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #D4980A;\n    margin-bottom: 10px;\n  }\n\n  .ps-s5 .ps-section-title {\n    font-size: clamp(18px, 2vw, 22px);\n    font-weight: 800;\n    color: #1a1a1a;\n    line-height: 1.25;\n  }\n\n  .ps-s5 .ps-section-right p {\n    font-size: 15px;\n    color: #555;\n    line-height: 1.85;\n    margin-bottom: 16px;\n  }\n\n  .ps-s5 .ps-section-right p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ps-s5 .ps-section-right p.highlight {\n    font-size: 17px;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-style: italic;\n    border-left: 3px solid #D4980A;\n    padding-left: 20px;\n    line-height: 1.65;\n  }\n<\/style>\n\n\n<div class=\"ps-wrap\">\n\n  <!-- HERO -->\n  <section class=\"ps-hero\">\n\n    <div class=\"ps-badge\">\n      Why Solutat\n    <\/div>\n\n    <h1>\n      The tattooing profession deserves<br>\n      <span>its own marketplace.<\/span>\n    <\/h1>\n\n    <p>\n      A place where you can resell a machine, equip yourself, discover a manufacturer, brand, or creator, or find a product truly designed for your daily professional life.\n    <\/p>\n\n    <p class=\"sub\">\n      Because such a specific profession should not rely solely on generalist platforms, private groups, or the randomness of social networks.\n    <\/p>\n\n  <\/section>\n\n\n  <!-- S1 -->\n  <section class=\"ps-section ps-s1\">\n\n    <div class=\"ps-section-inner\">\n\n      <div class=\"ps-section-left\">\n\n        <div class=\"ps-section-num\">\n          01\n        <\/div>\n\n        <p class=\"ps-section-label\">\n          The findings\n        <\/p>\n\n        <h2 class=\"ps-section-title\">\n          The daily life of a tattoo artist does not boil down to just tattooing\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"ps-section-right\">\n\n        <p>\n          Over the course of their practice, a tattoo professional buys, tests, replaces, resells, and evolves a large quantity of equipment and gear.\n        <\/p>\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            Machines and power supplies that evolve with your practice\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            Furniture and equipment to furnish a studio apartment\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            Accessories, consumables, care products, and hygiene 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            Equipment that remains perfectly functional but no longer matches one's practice\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            New products and solutions to discover as the profession evolves\n          <\/li>\n\n        <\/ul>\n\n        <p>\n          Yet, these needs often remain scattered among specialized suppliers, social networks, private groups, generalist marketplaces, and professional recommendations.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- S2 -->\n  <section class=\"ps-section ps-s2\">\n\n    <div class=\"ps-section-inner\">\n\n      <div class=\"ps-section-left\">\n\n        <div class=\"ps-section-num\">\n          02\n        <\/div>\n\n        <p class=\"ps-section-label\">\n          The requirements\n        <\/p>\n\n        <h2 class=\"ps-section-title\">\n          Tattooing is not a market like any other\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"ps-section-right\">\n\n        <p>\n          Certain products used in tattooing are subject to specific technical, health, or regulatory constraints. Others simply must meet the very specific realities of a studio and daily practice.\n        <\/p>\n\n        <ul>\n\n          <li>\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            Health and safety requirements depending on the products\n          <\/li>\n\n          <li>\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            Professionals responsible for the products they use or market\n          <\/li>\n\n          <li>\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            Issues of traceability, sterility, or expiration depending on the categories\n          <\/li>\n\n          <li>\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            Needs very different from those of the general public\n          <\/li>\n\n        <\/ul>\n\n        <p>\n          That is why Solutat remains specialized: buyers belong to the professional tattooing community, and outside sellers are only welcomed when their products are truly relevant to this clientele.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- S3 -->\n  <section class=\"ps-section ps-s3\">\n\n    <div class=\"ps-section-inner\">\n\n      <div class=\"ps-section-left\">\n\n        <div class=\"ps-section-num\">\n          03\n        <\/div>\n\n        <p class=\"ps-section-label\">\n          The solution\n        <\/p>\n\n        <h2 class=\"ps-section-title\">\n          To unite what has been scattered\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"ps-section-right\">\n\n        <p>\n          Solutat was first created to provide a genuine framework for the second-hand tattoo equipment market. But this need revealed something broader: there was a lack of a specialized place where professionals could find various aspects of their equipment.\n        <\/p>\n\n\n        <div class=\"ps-before-after\">\n\n          <div class=\"ps-col ps-col-before\">\n\n            <h4>\n              Without dedicated space\n            <\/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                Secondhand scattered\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                Consumer platforms\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                Hard-to-discover independent brands\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                Purchases distributed across numerous channels\n              <\/li>\n\n            <\/ul>\n\n          <\/div>\n\n\n          <div class=\"ps-col ps-col-after\">\n\n            <h4>\n              With Solutat\n            <\/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                New and used equipment\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, creators, brands, suppliers, and resellers\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                Selected 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                Secure payment and transactions\n              <\/li>\n\n            <\/ul>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- S4 -->\n  <section class=\"ps-section ps-s4\">\n\n    <div class=\"ps-section-inner\">\n\n      <div class=\"ps-section-left\">\n\n        <div class=\"ps-section-num\">\n          04\n        <\/div>\n\n        <p class=\"ps-section-label\">\n          Two forces\n        <\/p>\n\n        <h2 class=\"ps-section-title\">\n          Circulate what exists. Uncover what is arriving.\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"ps-section-right\">\n\n        <p>\n          Second-hand remains essential at Solutat. A machine that no longer suits one professional can become exactly the one another was looking for.\n        <\/p>\n\n        <p>\n          But the profession is also moving forward thanks to those who manufacture, imagine, and develop new products for tattoo artists.\n        <\/p>\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            Give a second life to equipment that is still perfectly usable\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            Enable professionals to better control their investments\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            Discover selected manufacturers, builders, creators, brands, suppliers, and retailers\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            Provide access to products selected for their real usefulness in the profession\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            Bring together these different markets in a specialized environment\n          <\/li>\n\n        <\/ul>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- S5 -->\n  <section class=\"ps-s5\">\n\n    <div class=\"ps-s5-inner\">\n\n      <div class=\"ps-section-left\">\n\n        <div class=\"ps-section-num\">\n          05\n        <\/div>\n\n        <p class=\"ps-section-label\">\n          The vision\n        <\/p>\n\n        <h2 class=\"ps-section-title\">\n          Build a reference for the profession\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"ps-section-right\">\n\n        <p>\n          Solutat is not intended to become a general-purpose marketplace where anything can be sold.\n        <\/p>\n\n        <p>\n          The platform remains built around a professional tattoo clientele, with a selection of sellers and products consistent with its needs.\n        <\/p>\n\n        <p>\n          Used equipment, new hardware, furniture, accessories, equipment, treatments, manufacturers, independent creations, brands, specialized suppliers or resellers: the offering can evolve as long as it remains relevant to the profession.\n        <\/p>\n\n        <p class=\"highlight\">\n          The ambition of Solutat is simple: to become the place where tattoo professionals come to buy, sell, and discover what truly supports their practice.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Pourquoi Solutat Le m\u00e9tier du tatouage m\u00e9rite sa propre marketplace. Un endroit o\u00f9 l&rsquo;on peut revendre une machine, s&rsquo;\u00e9quiper, d\u00e9couvrir un fabricant, une marque, un cr\u00e9ateur ou trouver un produit r\u00e9ellement pens\u00e9 pour son quotidien professionnel. Parce qu&rsquo;un m\u00e9tier aussi sp\u00e9cifique ne devrait pas d\u00e9pendre uniquement de plateformes g\u00e9n\u00e9ralistes, de groupes priv\u00e9s ou du hasard&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-4734","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4734","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=4734"}],"version-history":[{"count":9,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4734\/revisions"}],"predecessor-version":[{"id":7516,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4734\/revisions\/7516"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=4734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}