{"id":4779,"date":"2026-02-04T22:06:53","date_gmt":"2026-02-04T21:06:53","guid":{"rendered":"https:\/\/www.solutat.fr\/?page_id=4779"},"modified":"2026-07-25T10:53:30","modified_gmt":"2026-07-25T08:53:30","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.solutat.fr\/en\/nous-contacter\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Contact Solutat<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .sc-wrap {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    line-height: 1.6;\n  }\n\n  \/* HERO *\/\n  .sc-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  .sc-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  .sc-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  .sc-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  .sc-hero p {\n    font-size: clamp(15px, 2vw, 17px);\n    color: #777;\n    max-width: 580px;\n    margin: 0 auto;\n  }\n\n  \/* RAISONS \u2014 nouvelle grille, 4 cartes \u00e9gales et align\u00e9es *\/\n  .sc-reasons {\n    background: #f7f6f3;\n    border-bottom: 1px solid #ececec;\n  }\n  .sc-reasons-inner {\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 70px 24px;\n  }\n  .sc-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    text-align: center;\n  }\n  .sc-reasons-inner h2 {\n    font-size: clamp(20px, 2.5vw, 28px);\n    font-weight: 800;\n    color: #1a1a1a;\n    text-align: center;\n    margin-bottom: 44px;\n    line-height: 1.2;\n  }\n  .sc-reasons-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n  }\n  @media (max-width: 900px) {\n    .sc-reasons-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 520px) {\n    .sc-reasons-grid { grid-template-columns: 1fr; }\n  }\n  .sc-reason-item {\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 28px 22px;\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 14px;\n    height: 100%;\n    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;\n  }\n  .sc-reason-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 36px rgba(0,0,0,0.07);\n    border-color: rgba(212,152,10,0.2);\n  }\n  .sc-reason-icon {\n    width: 42px; height: 42px;\n    background: rgba(212,152,10,0.08);\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n  .sc-reason-icon svg { width: 18px; height: 18px; stroke: #D4980A; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .sc-reason-item p { font-size: 14px; color: #444; line-height: 1.6; }\n  .sc-reason-item strong { color: #1a1a1a; }\n\n  \/* CONTACT *\/\n  .sc-contact {\n    background: linear-gradient(135deg, #D4980A 0%, #c4880a 40%, #b07a08 100%);\n    padding: 80px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .sc-contact::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .sc-contact::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -40px;\n    width: 250px; height: 250px;\n    background: radial-gradient(circle, rgba(0,0,0,0.08) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .sc-contact-inner { position: relative; }\n  .sc-contact-sublabel {\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 2.5px; text-transform: uppercase;\n    color: rgba(255,255,255,0.65); margin-bottom: 16px;\n  }\n  .sc-contact h2 { font-size: clamp(22px, 3vw, 36px); font-weight: 900; color: #fff; margin-bottom: 10px; line-height: 1.2; }\n  .sc-contact p { font-size: 15px; color: rgba(255,255,255,0.75); margin-bottom: 32px; max-width: 440px; margin-left: auto; margin-right: auto; }\n  .sc-contact-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    justify-content: center;\n    margin-bottom: 28px;\n  }\n  .sc-email-block {\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n    background: rgba(0,0,0,0.2);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 14px;\n    padding: 18px 28px;\n  }\n  .sc-email-block svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }\n  .sc-email-block a { font-size: 20px; font-weight: 900; color: #fff; text-decoration: none; letter-spacing: 0.3px; }\n  .sc-email-block a:hover { text-decoration: underline; }\n  .sc-contact-note { font-size: 13px; color: rgba(255,255,255,0.55); }\n\n  \/* AVANT D'\u00c9CRIRE *\/\n  .sc-before {\n    background: #fff;\n    padding: 80px 24px;\n    border-top: 1px solid #ececec;\n  }\n  .sc-before-inner {\n    max-width: 820px;\n    margin: 0 auto;\n    text-align: center;\n  }\n  .sc-before h2 {\n    font-size: clamp(20px, 2.5vw, 28px);\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n    line-height: 1.2;\n  }\n  .sc-before h2 span { color: #D4980A; }\n  .sc-before > .sc-before-inner > p {\n    font-size: 15px;\n    color: #888;\n    margin-bottom: 40px;\n  }\n  .sc-before-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n  @media (max-width: 640px) { .sc-before-cards { grid-template-columns: 1fr; } }\n  .sc-before-card {\n    background: #f7f6f3;\n    border: 1px solid #ececec;\n    border-radius: 16px;\n    padding: 28px 22px;\n    text-align: left;\n    position: relative;\n    overflow: hidden;\n    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n  }\n  .sc-before-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 16px; right: 16px;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, rgba(212,152,10,0.35), transparent);\n  }\n  .sc-before-card:hover {\n    border-color: rgba(212,152,10,0.25);\n    transform: translateY(-3px);\n    box-shadow: 0 8px 28px rgba(0,0,0,0.06);\n  }\n  .sc-before-card-icon {\n    width: 40px; height: 40px;\n    background: #fff;\n    border: 1px solid #ececec;\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 16px;\n  }\n  .sc-before-card-icon svg { width: 18px; height: 18px; stroke: #D4980A; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .sc-before-card h3 { font-size: 14px; font-weight: 800; color: #1a1a1a; margin-bottom: 6px; }\n  .sc-before-card p { font-size: 13px; color: #777; line-height: 1.6; }\n<\/style>\n<\/head>\n<body>\n<div class=\"sc-wrap\">\n\n  <!-- HERO -->\n  <section class=\"sc-hero\">\n    <div class=\"sc-badge\">Contact Us<\/div>\n    <h1>A question?<br>We are here to answer your questions.<\/h1>\n    <p>Our team is here to listen to your questions, support you, and gather your feedback in order to continually improve Solutat.<\/p>\n  <\/section>\n\n  <!-- RAISONS -->\n  <section class=\"sc-reasons\">\n    <div class=\"sc-reasons-inner\">\n      <p class=\"sc-label\">Why write to us<\/p>\n      <h2>We are here to support you<\/h2>\n      <div class=\"sc-reasons-grid\">\n\n        <div class=\"sc-reason-item\">\n          <div class=\"sc-reason-icon\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n          <\/div>\n          <p>You have a <strong>question about how it works<\/strong> from the platform.<\/p>\n        <\/div>\n\n        <div class=\"sc-reason-item\">\n          <div class=\"sc-reason-icon\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\"><\/line><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"><\/line><\/svg>\n          <\/div>\n          <p>You need help <strong>to sell or buy equipment.<\/strong><\/p>\n        <\/div>\n\n        <div class=\"sc-reason-item\">\n          <div class=\"sc-reason-icon\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n          <\/div>\n          <p>You have a <strong>report<\/strong> to make us.<\/p>\n        <\/div>\n\n        <div class=\"sc-reason-item\">\n          <div class=\"sc-reason-icon\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"><\/path><\/svg>\n          <\/div>\n          <p>You wish <strong>suggest an improvement for Solutat.<\/strong><\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CONTACT -->\n  <section class=\"sc-contact\">\n    <div class=\"sc-contact-inner\">\n      <p class=\"sc-contact-sublabel\">Direct contact<\/p>\n      <h2>Write to us<\/h2>\n      <p>We are doing our best to reply as soon as possible.<\/p>\n      <div class=\"sc-contact-buttons\">\n        <div class=\"sc-email-block\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n          <a href=\"mailto:contact@solutat.fr\">contact@solutat.fr<\/a>\n        <\/div>\n        <div class=\"sc-email-block\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347\"><\/path><path d=\"M20.463 3.488A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"><\/path><\/svg>\n          <a href=\"https:\/\/wa.me\/33675713271?text=Bonjour%2C%20j%27ai%20une%20question%20sur%20Solutat.\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n        <\/div>\n        <div class=\"sc-email-block\">\n          <svg viewbox=\"0 0 24 24\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line><\/svg>\n          <a href=\"https:\/\/www.instagram.com\/solutat\/\" target=\"_blank\" rel=\"noopener\">Instagram<\/a>\n        <\/div>\n      <\/div>\n      <p class=\"sc-contact-note\">We never share your data with third parties.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- AVANT D'\u00c9CRIRE -->\n  <section class=\"sc-before\">\n    <div class=\"sc-before-inner\">\n      <p class=\"sc-label\">Before writing to us<\/p>\n      <h2>The answer is located <span>maybe already here<\/span><\/h2>\n      <p>You may find your answer immediately in these resources.<\/p>\n      <div class=\"sc-before-cards\">\n\n        <div class=\"sc-before-card\">\n          <div class=\"sc-before-card-icon\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n          <\/div>\n          <h3>How does it work<\/h3>\n          <p>Understand how the platform works, step by step.<\/p>\n        <\/div>\n\n        <div class=\"sc-before-card\">\n          <div class=\"sc-before-card-icon\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n          <\/div>\n          <h3>The FAQ<\/h3>\n          <p>Frequently asked questions, with clear and direct answers.<\/p>\n        <\/div>\n\n        <div class=\"sc-before-card\">\n          <div class=\"sc-before-card-icon\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n          <\/div>\n          <h3>The Charter Solutat<\/h3>\n          <p>The rules and commitments that govern the Solutat community.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Contact Solutat Nous contacter Une question ?Nous sommes l\u00e0 pour vous r\u00e9pondre. Notre \u00e9quipe est \u00e0 votre \u00e9coute pour r\u00e9pondre \u00e0 vos questions, vous accompagner et recueillir vos retours afin d&rsquo;am\u00e9liorer continuellement Solutat. Pourquoi nous \u00e9crire Nous sommes l\u00e0 pour vous accompagner Tu as une question sur le fonctionnement de la plateforme. Tu as besoin&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-4779","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4779","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=4779"}],"version-history":[{"count":9,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4779\/revisions"}],"predecessor-version":[{"id":7139,"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/pages\/4779\/revisions\/7139"}],"wp:attachment":[{"href":"https:\/\/www.solutat.fr\/en\/wp-json\/wp\/v2\/media?parent=4779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}