{"id":6088,"date":"2026-03-09T02:31:49","date_gmt":"2026-03-09T02:31:49","guid":{"rendered":"https:\/\/www.sumoanalysis.com\/?page_id=6088"},"modified":"2026-03-09T06:26:41","modified_gmt":"2026-03-09T06:26:41","slug":"a-propos","status":"publish","type":"page","link":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/","title":{"rendered":"about-us-fr"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6088\" class=\"elementor elementor-6088 elementor-6063\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d42e860 e-flex e-con-boxed e-con e-parent\" data-id=\"d42e860\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f491b98 elementor-widget elementor-widget-html\" data-id=\"f491b98\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    :root {\n      --bg: #050509;\n      --bg-soft: #0b0b12;\n      --accent: #5cffc7;\n      --accent-soft: rgba(92, 255, 199, 0.18);\n      --accent-strong: #00ff99;\n      --accent-strong-soft: rgba(0, 255, 153, 0.14);\n      --text: #f5f5f7;\n      --muted: #9a9aa5;\n      --danger: #ff5b5b;\n      --card-radius: 28px;\n      --card-border: 1px solid rgba(255, 255, 255, 0.12);\n      --shadow-soft: 0 26px 70px rgba(0, 0, 0, 0.95);\n      --max-width: 1120px;\n      --transition-fast: 180ms ease-out;\n      --font-main: system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n        \"Segoe UI\", sans-serif;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; }\n\n    img { max-width: 100%; height: auto; display: block; }\n\n    body {\n      margin: 0;\n      font-family: var(--font-main);\n      background:\n        radial-gradient(circle at 0% 0%, #181824 0, transparent 55%),\n        radial-gradient(circle at 100% 0%, #11111e 0, transparent 55%),\n        radial-gradient(circle at 50% 100%, #151523 0, transparent 55%),\n        #050509;\n      color: var(--text);\n    }\n\n    .about-page {\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .about-shell {\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 56px 20px 80px;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .about-hero {\n      text-align: center;\n      margin-bottom: 64px;\n    }\n\n    .hero-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 4px 10px;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.03);\n      border: 1px solid rgba(255, 255, 255, 0.08);\n      font-size: 0.72rem;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      color: var(--muted);\n      margin-bottom: 18px;\n    }\n\n    .hero-eyebrow-dot {\n      width: 7px;\n      height: 7px;\n      border-radius: 999px;\n      background: var(--accent);\n      box-shadow: 0 0 0 4px var(--accent-soft);\n      animation: eyebrowPing 1.9s ease-out infinite;\n    }\n\n    @keyframes eyebrowPing {\n      0% { transform: scale(1); opacity: 1; }\n      70% { transform: scale(1.7); opacity: 0; }\n      100% { transform: scale(1.7); opacity: 0; }\n    }\n\n    .about-hero h1 {\n      font-size: clamp(2.2rem, 3.6vw, 3rem);\n      letter-spacing: -0.04em;\n      margin: 0 0 14px;\n    }\n\n    .about-hero h1 span { color: var(--accent-strong); }\n\n    .about-hero p {\n      margin: 0 auto;\n      max-width: 640px;\n      color: var(--muted);\n      font-size: 1rem;\n      line-height: 1.75;\n    }\n\n    \/* \u2500\u2500 SECTION SHARED \u2500\u2500 *\/\n    .section-eyebrow {\n      font-size: 0.74rem;\n      text-transform: uppercase;\n      letter-spacing: 0.18em;\n      color: var(--muted);\n      margin-bottom: 8px;\n    }\n\n    .section-header h2 {\n      font-size: 1.6rem;\n      margin: 0 0 8px;\n      letter-spacing: -0.02em;\n    }\n\n    .section-header p {\n      margin: 0;\n      max-width: 620px;\n      color: var(--muted);\n      font-size: 0.94rem;\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 MISSION GRID \u2500\u2500 *\/\n    .mission-grid {\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mission-card {\n      position: relative;\n      border-radius: var(--card-radius);\n      border: var(--card-border);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.14), transparent 55%),\n        #070710;\n      padding: 22px 18px 18px;\n      box-shadow: var(--shadow-soft);\n      overflow: hidden;\n      transform: translateY(0);\n      transition:\n        transform 0.24s ease-out,\n        box-shadow 0.24s ease-out,\n        border-color 0.24s ease-out,\n        background 0.24s ease-out;\n    }\n\n    .mission-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(circle at 0 0, rgba(255,255,255,0.22), transparent 55%);\n      mix-blend-mode: soft-light;\n      opacity: 0;\n      transition: opacity 0.3s ease-out;\n      pointer-events: none;\n    }\n\n    .mission-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 30px 80px rgba(0,0,0,1);\n      border-color: rgba(92,255,199,0.75);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.18), transparent 60%),\n        #05050c;\n    }\n\n    .mission-card:hover::before { opacity: 1; }\n\n    .mission-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 14px;\n      background:\n        radial-gradient(circle at 50% 0, rgba(92,255,199,0.22), transparent 60%),\n        rgba(5,5,10,0.96);\n      border: 1px solid rgba(255,255,255,0.14);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.4rem;\n      margin-bottom: 14px;\n    }\n\n    .mission-card h3 {\n      margin: 0 0 6px;\n      font-size: 1rem;\n    }\n\n    .mission-card p {\n      margin: 0;\n      font-size: 0.86rem;\n      color: var(--muted);\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 STATS STRIP \u2500\u2500 *\/\n    .stats-strip {\n      margin-top: 48px;\n      padding: 18px 20px;\n      border-radius: 22px;\n      border: 1px solid rgba(255,255,255,0.12);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.16), transparent 65%),\n        rgba(6,6,12,0.96);\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 14px;\n      text-align: center;\n    }\n\n    .stat-item strong {\n      display: block;\n      font-size: 1.5rem;\n      color: var(--accent-strong);\n    }\n\n    .stat-item span {\n      font-size: 0.78rem;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      color: var(--muted);\n    }\n\n    \/* \u2500\u2500 TEAM \u2500\u2500 *\/\n    .team-section { margin-top: 64px; }\n\n    .team-grid {\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .team-card {\n      border-radius: var(--card-radius);\n      border: var(--card-border);\n      background:\n        radial-gradient(circle at 50% 0, rgba(92,255,199,0.12), transparent 55%),\n        #070710;\n      padding: 24px 16px 20px;\n      text-align: center;\n      box-shadow: var(--shadow-soft);\n      overflow: hidden;\n      transform: translateY(0);\n      transition:\n        transform 0.24s ease-out,\n        box-shadow 0.24s ease-out,\n        border-color 0.24s ease-out;\n    }\n\n    .team-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 30px 80px rgba(0,0,0,1);\n      border-color: rgba(92,255,199,0.7);\n    }\n\n    .team-avatar {\n      width: 96px;\n      height: 96px;\n      border-radius: 999px;\n      margin: 0 auto 14px;\n      border: 2px solid rgba(92,255,199,0.35);\n      overflow: hidden;\n      box-shadow: 0 0 30px rgba(92,255,199,0.15);\n    }\n\n    .team-avatar img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .team-card h3 {\n      margin: 0 0 2px;\n      font-size: 0.98rem;\n    }\n\n    .team-role {\n      font-size: 0.76rem;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: var(--accent-strong);\n      margin-bottom: 8px;\n    }\n\n    .team-card p {\n      margin: 0;\n      font-size: 0.82rem;\n      color: var(--muted);\n      line-height: 1.6;\n    }\n\n    .team-socials {\n      margin-top: 12px;\n      display: flex;\n      justify-content: center;\n      gap: 8px;\n    }\n\n    .team-socials a {\n      width: 32px;\n      height: 32px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,0.14);\n      background: rgba(255,255,255,0.03);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--muted);\n      text-decoration: none;\n      font-size: 0.82rem;\n      transition:\n        border-color 0.2s,\n        color 0.2s,\n        background 0.2s;\n    }\n\n    .team-socials a:hover {\n      border-color: rgba(92,255,199,0.7);\n      color: var(--accent);\n      background: rgba(92,255,199,0.06);\n    }\n\n    \/* \u2500\u2500 STORY TIMELINE \u2500\u2500 *\/\n    .story-section { margin-top: 64px; }\n\n    .timeline {\n      margin-top: 28px;\n      position: relative;\n      padding-left: 32px;\n    }\n\n    .timeline::before {\n      content: \"\";\n      position: absolute;\n      left: 8px;\n      top: 0;\n      bottom: 0;\n      width: 2px;\n      background: linear-gradient(180deg, var(--accent-strong), rgba(92,255,199,0.08));\n      border-radius: 999px;\n    }\n\n    .timeline-item {\n      position: relative;\n      margin-bottom: 28px;\n      padding: 16px 18px;\n      border-radius: 18px;\n      border: 1px solid rgba(255,255,255,0.10);\n      background: rgba(6,6,12,0.96);\n      box-shadow: 0 18px 50px rgba(0,0,0,0.9);\n      transition:\n        border-color 0.2s,\n        transform 0.2s;\n    }\n\n    .timeline-item:hover {\n      border-color: rgba(92,255,199,0.6);\n      transform: translateX(4px);\n    }\n\n    .timeline-item::before {\n      content: \"\";\n      position: absolute;\n      left: -28px;\n      top: 22px;\n      width: 12px;\n      height: 12px;\n      border-radius: 999px;\n      background: var(--accent-strong);\n      border: 2px solid var(--bg);\n      box-shadow: 0 0 0 3px var(--accent-soft);\n    }\n\n    .timeline-year {\n      font-size: 0.72rem;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--accent-strong);\n      margin-bottom: 4px;\n    }\n\n    .timeline-item h3 {\n      margin: 0 0 4px;\n      font-size: 0.96rem;\n    }\n\n    .timeline-item p {\n      margin: 0;\n      font-size: 0.84rem;\n      color: var(--muted);\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 CTA \u2500\u2500 *\/\n    .cta-banner {\n      margin-top: 64px;\n      padding: 28px 24px;\n      border-radius: 24px;\n      border: 1px solid rgba(255,255,255,0.12);\n      background:\n        radial-gradient(circle at 100% 0, rgba(92,255,199,0.22), transparent 65%),\n        rgba(7,7,14,0.98);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      box-shadow: 0 26px 70px rgba(0,0,0,1);\n    }\n\n    .cta-banner h2 {\n      margin: 0 0 4px;\n      font-size: 1.4rem;\n      letter-spacing: -0.02em;\n    }\n\n    .cta-banner p {\n      margin: 0;\n      font-size: 0.9rem;\n      color: var(--muted);\n    }\n\n    .cta-actions {\n      display: flex;\n      gap: 10px;\n      flex-shrink: 0;\n    }\n\n    .btn-primary,\n    .btn-ghost {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 999px;\n      padding: 10px 18px;\n      font-size: 0.86rem;\n      font-weight: 600;\n      text-decoration: none;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      border: 1px solid transparent;\n      cursor: pointer;\n      transition:\n        background 0.2s ease-out,\n        color 0.2s ease-out,\n        border-color 0.2s ease-out,\n        transform 0.16s ease-out,\n        box-shadow 0.2s ease-out;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, var(--accent-strong), #72ffd0);\n      color: #020204;\n      box-shadow: 0 18px 52px rgba(0, 0, 0, 1);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-2px) translateZ(0);\n      box-shadow: 0 24px 72px rgba(0, 0, 0, 1);\n      background: linear-gradient(135deg, #72ffd0, var(--accent-strong));\n    }\n\n    .btn-ghost {\n      background: transparent;\n      color: var(--accent-strong);\n      border-color: rgba(92,255,199,0.7);\n    }\n\n    .btn-ghost:hover {\n      transform: translateY(-1px);\n      background: rgba(92,255,199,0.06);\n      box-shadow: 0 18px 52px rgba(0, 0, 0, 0.9);\n    }\n\n    \/* \u2500\u2500 RESPONSIVE: TABLET \u2500\u2500 *\/\n    @media (max-width: 960px) {\n      body {\n        background:\n          radial-gradient(circle at 0% 0%, #181824 0, transparent 55%),\n          radial-gradient(circle at 100% 0%, #11111e 0, transparent 55%),\n          radial-gradient(circle at 50% 100%, #151523 0, transparent 55%),\n          #050509;\n        background-size: auto;\n        animation: none;\n      }\n\n      .hero-eyebrow-dot {\n        animation: none !important;\n        box-shadow: none;\n      }\n\n      .about-shell {\n        padding-top: 44px;\n      }\n\n      .mission-grid {\n        grid-template-columns: minmax(0, 1fr);\n      }\n\n      .team-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .stats-strip {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .cta-banner {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .cta-actions {\n        justify-content: center;\n      }\n    }\n\n    \/* \u2500\u2500 RESPONSIVE: SMALL MOBILE \u2500\u2500 *\/\n    @media (max-width: 640px) {\n      .about-shell {\n        padding: 40px 16px 64px;\n      }\n\n      .about-hero h1 {\n        font-size: 1.9rem;\n        line-height: 1.15;\n      }\n\n      .team-grid {\n        grid-template-columns: minmax(0, 1fr);\n        max-width: 320px;\n        margin-left: auto;\n        margin-right: auto;\n      }\n\n      .stats-strip {\n        grid-template-columns: 1fr;\n      }\n\n      .cta-actions {\n        flex-direction: column;\n        align-items: stretch;\n      }\n    }\n\n    \/* REDUCED MOTION \u2013 accessibility + perf *\/\n    @media (prefers-reduced-motion: reduce) {\n      *, *::before, *::after {\n        animation-duration: 0.001ms !important;\n        animation-iteration-count: 1 !important;\n        transition-duration: 0.001ms !important;\n      }\n    }\n  <\/style>\n  <div class=\"about-page\">\n    <div class=\"about-shell\">\n\n      <!-- HERO -->\n      <section class=\"about-hero\">\n        <div class=\"hero-eyebrow\">\n          <span class=\"hero-eyebrow-dot\"><\/span>\n          \u00c0 propos de Sumo Tradings\n        <\/div>\n        <h1>Les esprits derri\u00e8re <span>la machine.<\/span><\/h1>\n        <p>\n          Nous sommes une \u00e9quipe de traders, de quants et d'ing\u00e9nieurs IA fatigu\u00e9s des alertes bruyantes et du trading bas\u00e9 sur l'intuition.\n          Alors nous avons cr\u00e9\u00e9 Sumo \u2014 une plateforme qui transforme le chaos brut du march\u00e9 en plans de trading structur\u00e9s et ma\u00eetris\u00e9s.\n        <\/p>\n      <\/section>\n\n      <!-- MISSION -->\n      <section class=\"home-section\">\n        <div class=\"section-eyebrow\">Notre mission<\/div>\n        <div class=\"section-header\">\n          <h2>Offrir \u00e0 chaque trader un avantage de niveau institutionnel.<\/h2>\n          <p>\n            Nous croyons que l'analyse pilot\u00e9e par l'IA ne devrait pas \u00eatre r\u00e9serv\u00e9e aux hedge funds. Sumo met\n            la m\u00eame logique multi-moteurs et multi-temporalit\u00e9s \u00e0 la port\u00e9e des traders ind\u00e9pendants du monde entier.\n          <\/p>\n        <\/div>\n\n        <div class=\"mission-grid\">\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\u26a1<\/div>\n            <h3>La vitesse sans le bruit<\/h3>\n            <p>\n              Cinq moteurs IA sp\u00e9cialis\u00e9s analysent plus de 1 500 tokens 24h\/24, 7j\/7 pour ne vous livrer que les configurations \u00e0 haute conviction \u2014 sans fatigue d'alertes.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83d\udee1\ufe0f<\/div>\n            <h3>Le risque avant tout<\/h3>\n            <p>\n              Chaque signal est accompagn\u00e9 de stops calcul\u00e9s, d'objectifs et de recommandations de sizing. Nous ne c\u00e9l\u00e9brons pas les gains sans prot\u00e9ger le capital.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83c\udf0d<\/div>\n            <h3>Con\u00e7u pour tous<\/h3>\n            <p>\n              Du swing trader \u00e0 temps partiel au scalper \u00e0 plein temps en passant par les cr\u00e9ateurs de syst\u00e8mes \u2014 Sumo s'adapte au temps et au style dont vous disposez r\u00e9ellement.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- STATS -->\n      <div class=\"stats-strip\">\n        <div class=\"stat-item\">\n          <strong>5<\/strong>\n          <span>Moteurs IA<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>1 500+<\/strong>\n          <span>Tokens suivis<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>10<\/strong>\n          <span>Langues<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>24\/7<\/strong>\n          <span>Couverture march\u00e9<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- TEAM -->\n      <section class=\"team-section\">\n        <div class=\"section-eyebrow\">Notre \u00e9quipe<\/div>\n        <div class=\"section-header\">\n          <h2>Des traders et ing\u00e9nieurs qui construisent pour les traders.<\/h2>\n          <p>\n            Une \u00e9quipe resserr\u00e9e et concentr\u00e9e, r\u00e9partie sur plusieurs fuseaux horaires \u2014 chacun apportant une expertise approfondie en march\u00e9s, IA et produit.\n          <\/p>\n        <\/div>\n\n        <div class=\"team-grid\">\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=68\" alt=\"Marcus Chen\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Marcus Chen<\/h3>\n            <div class=\"team-role\">Co-fondateur &amp; CEO<\/div>\n            <p>Ancien quant dans un prop desk du top 10. 12 ans d'exp\u00e9rience en trading syst\u00e9matique crypto et d\u00e9riv\u00e9s.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=47\" alt=\"Elena Kovacs\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Elena Kovacs<\/h3>\n            <div class=\"team-role\">Co-fondatrice &amp; CTO<\/div>\n            <p>Ing\u00e9nieure ML titulaire d'un doctorat en math\u00e9matiques appliqu\u00e9es. Architecte du pipeline de signaux multi-moteurs de Sumo.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"GitHub\">GH<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=11\" alt=\"James Okafor\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>James Okafor<\/h3>\n            <div class=\"team-role\">Directeur de la recherche IA<\/div>\n            <p>A d\u00e9velopp\u00e9 des mod\u00e8les NLP \u00e0 grande \u00e9chelle pour la fintech. Dirige les moteurs d'analyse de sentiment et d'actualit\u00e9s chez Sumo.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=32\" alt=\"Sofia Reyes\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Sofia Reyes<\/h3>\n            <div class=\"team-role\">Directrice produit<\/div>\n            <p>Ancienne responsable produit chez Binance. Passionn\u00e9e par la simplification des outils de trading complexes.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=60\" alt=\"David Park\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>David Park<\/h3>\n            <div class=\"team-role\">Ing\u00e9nieur backend principal<\/div>\n            <p>A mis \u00e0 l'\u00e9chelle des pipelines de donn\u00e9es en temps r\u00e9el traitant des millions de ticks par seconde sur plusieurs exchanges.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"GitHub\">GH<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=26\" alt=\"Anika Sharma\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Anika Sharma<\/h3>\n            <div class=\"team-role\">Analyste risque &amp; quant<\/div>\n            <p>A con\u00e7u le framework TP\/SL bas\u00e9 sur l'ATR. A mod\u00e9lis\u00e9 le risque dans un fonds crypto europ\u00e9en auparavant.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=52\" alt=\"Liam Torres\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Liam Torres<\/h3>\n            <div class=\"team-role\">Ing\u00e9nieur frontend<\/div>\n            <p>Con\u00e7oit l'interface et l'exp\u00e9rience graphique de Sumo. Ancien ing\u00e9nieur design dans une plateforme de trading.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"GitHub\">GH<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=44\" alt=\"Nina Petrova\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Nina Petrova<\/h3>\n            <div class=\"team-role\">Communaut\u00e9 &amp; croissance<\/div>\n            <p>Connecte Sumo avec la communaut\u00e9 mondiale de traders. Parle 4 langues et g\u00e8re la localisation.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- STORY TIMELINE -->\n      <section class=\"story-section\">\n        <div class=\"section-eyebrow\">Notre histoire<\/div>\n        <div class=\"section-header\">\n          <h2>D'un projet personnel \u00e0 une plateforme mondiale.<\/h2>\n        <\/div>\n\n        <div class=\"timeline\">\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2023 \u2014 L'\u00e9tincelle<\/div>\n            <h3>Deux traders cr\u00e9ent un bot de signaux priv\u00e9<\/h3>\n            <p>Marcus et Elena commencent \u00e0 prototyper un scanner de march\u00e9 bas\u00e9 sur les LLM pour leurs propres portefeuilles, frustr\u00e9s par le bruit des signaux.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2024 \u2014 Le lancement<\/div>\n            <h3>Sumo Tradings lance sa b\u00eata publique<\/h3>\n            <p>L'architecture multi-moteurs est mise en ligne avec plus de 500 tokens, l'int\u00e9gration Telegram et une communaut\u00e9 croissante d'early adopters.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2025 \u2014 La mont\u00e9e en puissance<\/div>\n            <h3>1 500+ tokens \u00b7 10 langues \u00b7 Application web<\/h3>\n            <p>Plateforme web compl\u00e8te, expansion multi-temporalit\u00e9s, moteur d'optimisation TP\/SL et localisation dans 10 langues.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2026 \u2014 La suite<\/div>\n            <h3>Acc\u00e8s API, bots avanc\u00e9s et outils institutionnels<\/h3>\n            <p>Ouverture du moteur aux cr\u00e9ateurs de syst\u00e8mes via l'acc\u00e8s API, extension de la couverture des exchanges et ajout d'analyses de risque au niveau portefeuille.<\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- CTA -->\n      <section class=\"home-section\">\n        <div class=\"cta-banner\">\n          <div>\n            <h2>Pr\u00eat \u00e0 trader avec un avantage ?<\/h2>\n            <p>Commencez votre essai gratuit de 7 jours. Aucune carte requise. Garantie satisfait ou rembours\u00e9 de 30 jours lors de la mise \u00e0 niveau.<\/p>\n          <\/div>\n          <div class=\"cta-actions\">\n            <a href=\"https:\/\/sumotradings.com\/fr\/contact\" class=\"btn-primary\">Essai gratuit<\/a>\n            <a href=\"https:\/\/sumotradings.com\/fr\/pricing\/\" class=\"btn-ghost\">Voir les tarifs<\/a>\n          <\/div>\n        <\/div>\n      <\/section>\n\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fdcc38f e-flex e-con-boxed e-con e-parent\" data-id=\"fdcc38f\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d5793a elementor-widget elementor-widget-html\" data-id=\"6d5793a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"sumo-faq-seo\" aria-label=\"Crypto Software FAQ\">\n  <style>\n    \/* Scoped to this block only *\/\n    .sumo-faq-seo{\n      --bg: #050509;\n      --accent: #5cffc7;\n      --accent-soft: rgba(92,255,199,0.18);\n      --text: #f5f5f7;\n      --muted: #9a9aa5;\n      --border: rgba(255,255,255,0.12);\n      --shadow: 0 18px 50px rgba(0,0,0,0.95);\n      --shadow-open: 0 24px 70px rgba(0,0,0,1);\n\n      max-width: 1120px;\n      margin: 0 auto;\n      padding: 0; \/* let Elementor section control spacing *\/\n      color: var(--text);\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\", \"Segoe UI\", sans-serif;\n    }\n\n    .sumo-faq-seo__title{\n      margin: 0 0 10px;\n      font-size: clamp(1.55rem, 2.2vw, 2.05rem);\n      letter-spacing: -0.02em;\n      line-height: 1.15;\n    }\n\n    .sumo-faq-seo__intro{\n      margin: 0 0 18px;\n      max-width: 980px;\n      color: var(--muted);\n      font-size: 0.98rem;\n      line-height: 1.7;\n    }\n\n    .sumo-faq-seo__list{\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    \/* Match homepage details FAQ look *\/\n    .sumo-faq-seo__item{\n      border-radius: 18px;\n      border: 1px solid var(--border);\n      background: rgba(6,6,12,0.96);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;\n    }\n\n    .sumo-faq-seo__item[open]{\n      border-color: rgba(92,255,199,0.85);\n      box-shadow: var(--shadow-open);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.18), transparent 60%),\n        rgba(5,5,10,0.98);\n    }\n\n    .sumo-faq-seo__summary{\n      list-style: none;\n      cursor: pointer;\n      padding: 12px 14px;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n    }\n\n    .sumo-faq-seo__summary::-webkit-details-marker{ display: none; }\n\n    .sumo-faq-seo__toggle{\n      width: 30px;\n      height: 30px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,0.18);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1rem;\n      background: radial-gradient(circle at 50% 0, rgba(92,255,199,0.2), transparent 60%);\n      flex-shrink: 0;\n      position: relative;\n      box-shadow: 0 0 0 4px rgba(92,255,199,0.0);\n      transition: background 0.2s ease-out, box-shadow 0.2s ease-out;\n    }\n\n    \/* plus\/minus controlled by open state (no JS) *\/\n    .sumo-faq-seo__toggle::before{ content: \"+\"; line-height: 1; }\n    .sumo-faq-seo__item[open] .sumo-faq-seo__toggle{\n      background: radial-gradient(circle at 50% 0, rgba(92,255,199,0.28), transparent 60%);\n      box-shadow: 0 0 0 4px var(--accent-soft);\n    }\n    .sumo-faq-seo__item[open] .sumo-faq-seo__toggle::before{ content: \"\u2212\"; }\n\n    .sumo-faq-seo__q{\n      margin: 2px 0 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      line-height: 1.35;\n      color: var(--text);\n    }\n\n    .sumo-faq-seo__answer{\n      padding: 0 14px 12px 54px; \/* match homepage *\/\n      font-size: 0.90rem;\n      color: var(--muted);\n      line-height: 1.75;\n    }\n\n    .sumo-faq-seo__answer p{ margin: 0 0 10px; }\n    .sumo-faq-seo__answer p:last-child{ margin-bottom: 0; }\n\n    .sumo-faq-seo__answer ul{\n      margin: 0 0 10px;\n      padding-left: 18px;\n    }\n    .sumo-faq-seo__answer li{ margin: 6px 0; }\n\n    \/* Keyboard focus *\/\n    .sumo-faq-seo__summary:focus-visible{\n      outline: none;\n      box-shadow: 0 0 0 2px rgba(92,255,199,0.35);\n      border-radius: 14px;\n    }\n\n    \/* Mobile tweaks (same spirit as homepage) *\/\n    @media (max-width: 767px){\n      .sumo-faq-seo__intro{ font-size: 0.95rem; }\n      .sumo-faq-seo__q{ font-size: 0.93rem; }\n      .sumo-faq-seo__answer{ padding: 0 14px 12px 54px; font-size: 0.88rem; }\n    }\n  <\/style>\n\n  <header class=\"sumo-faq-seo__header\">\n    <h2 class=\"sumo-faq-seo__title\">Crypto Analysis: Master Crypto Market Movements with Sumo Tradings<\/h2>\n    <p class=\"sumo-faq-seo__intro\">\n      In the cryptocurrency universe, volatility is high, making opportunities numerous but risks equally real. To navigate successfully, one essential key emerges: crypto technical analysis. With it, you can anticipate market movements, identify entry or exit signals, and optimize your trading decisions.\n    <\/p>\n  <\/header>\n\n  <div class=\"sumo-faq-seo__list\">\n    <details class=\"sumo-faq-seo__item\" open>\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">What is crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Crypto technical analysis is a method that involves studying past movements of a cryptocurrency to anticipate its future variations. It relies on observing charts, volumes, and technical indicators to identify trends, reversals, or strategic buying and selling zones. In a market as volatile as Bitcoin, Ethereum, or altcoins, this approach helps understand price dynamics without relying on emotions or hasty speculation.<\/p>\n        <p>Unlike fundamental analysis, which focuses on projects, technology, or the team behind a blockchain, technical analysis concentrates solely on price evolution. It quickly becomes essential for any investor wanting to structure their strategy and make informed decisions in a fluctuating environment.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">Why is technical analysis essential in crypto?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>The crypto market often reacts quickly and unpredictably. Prices can soar or plummet brutally, influenced by market sentiment, announcements, volumes, or speculative behavior. Crypto technical analysis helps better understand these movements. It helps identify real trends in an asset, locate zones where buyers or sellers dominate, and anticipate key market points.<\/p>\n        <p>It also helps eliminate emotional trading. Rather than following a trend or rumor, the investor relies on tangible, visible, and measurable data. Technical analysis acts as a structured framework that improves decision-making, reduces the risk of impulsive errors, and strengthens the consistency of a trading strategy.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">What tools and indicators are used in crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Technical analysis relies on several complementary tools. The starting point is observing charts, which show the evolution of price and volumes over time. Support and resistance levels then constitute essential reference points: these are levels where the market typically bounces or stalls.<\/p>\n        <p>Moving averages help identify the general trend, while oscillators like RSI or MACD help spot market excesses that may signal a reversal. Bollinger Bands, chart patterns, or Fibonacci retracements complete this toolkit by offering other analytical angles.<\/p>\n        <p>The value of these indicators lies in their ability to highlight probable signals. None is 100% reliable, but when combined, they provide a coherent market view. These are the principles that SUMO Trading uses and enhances through artificial intelligence.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">How does Sumo Tradings simplify and improve crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Sumo Tradings was designed to make technical analysis accessible, efficient, and more precise. Where an investor typically must manually analyze multiple charts, timeframes, and indicators, the platform automates this work through AI. It identifies trends, spots important patterns, and detects potential signals based on multi-indicator analyses.<\/p>\n        <p>One of Sumo Tradings' major strengths is its ability to interpret multiple timeframes simultaneously. This allows understanding both the long-term dynamics of an asset and emerging short-term opportunities. This multi-timeframe approach is particularly important in crypto, where rapid fluctuations require fine market reading.<\/p>\n        <p>The platform also offers intelligent optimization of take profit (TP) and stop loss (SL) zones. Rather than arbitrarily setting an exit level, Sumo Tradings calculates optimal zones based on the asset's actual behavior. This improves risk management and frames each position coherently.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">Is crypto technical analysis reliable?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Technical analysis is never an absolute guarantee. It's a tool based on observing past behaviors, which doesn't prevent unpredictable events from brutally altering the market. A regulatory announcement, an influential tweet, or a technical incident can cancel a seemingly coherent scenario in minutes.<\/p>\n        <p>However, in most situations, crypto markets follow repetitive dynamics influenced by human emotions: fear, euphoria, uncertainty. Technical analysis helps decipher this collective psychology. SUMO Trading strengthens this reliability by multiplying analysis sources and eliminating emotional biases, which improves overall signal accuracy.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">What profiles is crypto technical analysis suited for?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Technical analysis suits all investor profiles. Active traders use it to identify short-term entry or exit points. Long-term investors use it to optimize their buying zones to avoid entering at the worst moment. Beginners find a structuring framework that helps them understand crypto market logic.<\/p>\n        <p>Thanks to Sumo Tradings, even users who don't yet master all technical indicators can benefit from robust and readable analysis. The tool acts as an intelligent assistant capable of explaining, guiding, and proposing constructed scenarios.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">Why use Sumo Tradings for your crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Crypto technical analysis is essential for navigating such a volatile and complex market. It helps understand trends, anticipate reversals, and structure a coherent strategy. SUMO Tradings goes even further by combining this approach with the power of artificial intelligence. The software analyzes charts, detects relevant signals, proposes optimized TP\/SL zones, and offers a multi-timeframe market view.<\/p>\n        <p>For investors who want to make better decisions, save time, and reduce risks, SUMO Tradings becomes a true strategic ally.<\/p>\n      <\/div>\n    <\/details>\n  <\/div>\n\n  <!-- Schema.org FAQPage Structured Data for SEO - ENGLISH VERSION -->\n  <script type=\"application\/ld+json\">\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What is crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Crypto technical analysis is a method that involves studying past movements of a cryptocurrency to anticipate its future variations. It relies on observing charts, volumes, and technical indicators to identify trends, reversals, or strategic buying and selling zones. In a market as volatile as Bitcoin, Ethereum, or altcoins, this approach helps understand price dynamics without relying on emotions or hasty speculation. Unlike fundamental analysis, which focuses on projects, technology, or the team behind a blockchain, technical analysis concentrates solely on price evolution. It quickly becomes essential for any investor wanting to structure their strategy and make informed decisions in a fluctuating environment.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Why is technical analysis essential in crypto?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The crypto market often reacts quickly and unpredictably. Prices can soar or plummet brutally, influenced by market sentiment, announcements, volumes, or speculative behavior. Crypto technical analysis helps better understand these movements. It helps identify real trends in an asset, locate zones where buyers or sellers dominate, and anticipate key market points. It also helps eliminate emotional trading. Rather than following a trend or rumor, the investor relies on tangible, visible, and measurable data. Technical analysis acts as a structured framework that improves decision-making, reduces the risk of impulsive errors, and strengthens the consistency of a trading strategy.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What tools and indicators are used in crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Technical analysis relies on several complementary tools. The starting point is observing charts, which show the evolution of price and volumes over time. Support and resistance levels then constitute essential reference points: these are levels where the market typically bounces or stalls. Moving averages help identify the general trend, while oscillators like RSI or MACD help spot market excesses that may signal a reversal. Bollinger Bands, chart patterns, or Fibonacci retracements complete this toolkit by offering other analytical angles. The value of these indicators lies in their ability to highlight probable signals. None is 100% reliable, but when combined, they provide a coherent market view.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How does Sumo Tradings simplify and improve crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Sumo Tradings was designed to make technical analysis accessible, efficient, and more precise. Where an investor typically must manually analyze multiple charts, timeframes, and indicators, the platform automates this work through AI. It identifies trends, spots important patterns, and detects potential signals based on multi-indicator analyses. One of Sumo Tradings' major strengths is its ability to interpret multiple timeframes simultaneously. The platform also offers intelligent optimization of take profit (TP) and stop loss (SL) zones. Rather than arbitrarily setting an exit level, Sumo Tradings calculates optimal zones based on the asset's actual behavior.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is crypto technical analysis reliable?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Technical analysis is never an absolute guarantee. It's a tool based on observing past behaviors, which doesn't prevent unpredictable events from brutally altering the market. A regulatory announcement, an influential tweet, or a technical incident can cancel a seemingly coherent scenario in minutes. However, in most situations, crypto markets follow repetitive dynamics influenced by human emotions: fear, euphoria, uncertainty. Technical analysis helps decipher this collective psychology. SUMO Trading strengthens this reliability by multiplying analysis sources and eliminating emotional biases, which improves overall signal accuracy.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What profiles is crypto technical analysis suited for?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Technical analysis suits all investor profiles. Active traders use it to identify short-term entry or exit points. Long-term investors use it to optimize their buying zones to avoid entering at the worst moment. Beginners find a structuring framework that helps them understand crypto market logic. Thanks to Sumo Tradings, even users who don't yet master all technical indicators can benefit from robust and readable analysis. The tool acts as an intelligent assistant capable of explaining, guiding, and proposing constructed scenarios.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Why use Sumo Tradings for your crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Crypto technical analysis is essential for navigating such a volatile and complex market. It helps understand trends, anticipate reversals, and structure a coherent strategy. SUMO Tradings goes even further by combining this approach with the power of artificial intelligence. The software analyzes charts, detects relevant signals, proposes optimized TP\/SL zones, and offers a multi-timeframe market view. For investors who want to make better decisions, save time, and reduce risks, SUMO Tradings becomes a true strategic ally.\"\n        }\n      }\n    ]\n  }\n  <\/script>\n\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00c0 propos de Sumo Tradings Les esprits derri\u00e8re la machine. Nous sommes une \u00e9quipe de traders, de quants et d&rsquo;ing\u00e9nieurs IA fatigu\u00e9s des alertes bruyantes et du trading bas\u00e9 sur l&rsquo;intuition. Alors nous avons cr\u00e9\u00e9 Sumo \u2014 une plateforme qui transforme le chaos brut du march\u00e9 en plans de trading structur\u00e9s et ma\u00eetris\u00e9s. Notre mission [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","footnotes":""},"class_list":["post-6088","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>about-us-fr - SumoAnalysis<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about-us-fr - SumoAnalysis\" \/>\n<meta property=\"og:description\" content=\"\u00c0 propos de Sumo Tradings Les esprits derri\u00e8re la machine. Nous sommes une \u00e9quipe de traders, de quants et d&rsquo;ing\u00e9nieurs IA fatigu\u00e9s des alertes bruyantes et du trading bas\u00e9 sur l&rsquo;intuition. Alors nous avons cr\u00e9\u00e9 Sumo \u2014 une plateforme qui transforme le chaos brut du march\u00e9 en plans de trading structur\u00e9s et ma\u00eetris\u00e9s. Notre mission [&hellip;]\" \/>\n<meta property=\"og:site_name\" content=\"SumoAnalysis\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T06:26:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.pravatar.cc\/200?img=68\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/\",\"url\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/\",\"name\":\"about-us-fr - SumoAnalysis\",\"isPartOf\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"datePublished\":\"2026-03-09T02:31:49+00:00\",\"dateModified\":\"2026-03-09T06:26:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#primaryimage\",\"url\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"contentUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sumoanalysis.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about-us-fr\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/#website\",\"url\":\"https:\/\/www.sumoanalysis.com\/fr\/\",\"name\":\"SumoAnalysis\",\"description\":\"Sumo Tradings Handles the Analysis. You Focus on Results.\",\"publisher\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sumoanalysis.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/#organization\",\"name\":\"SumoAnalysis\",\"url\":\"https:\/\/www.sumoanalysis.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png\",\"contentUrl\":\"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png\",\"width\":512,\"height\":512,\"caption\":\"SumoAnalysis\"},\"image\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about-us-fr - SumoAnalysis","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/","og_locale":"fr_FR","og_type":"article","og_title":"about-us-fr - SumoAnalysis","og_description":"\u00c0 propos de Sumo Tradings Les esprits derri\u00e8re la machine. Nous sommes une \u00e9quipe de traders, de quants et d&rsquo;ing\u00e9nieurs IA fatigu\u00e9s des alertes bruyantes et du trading bas\u00e9 sur l&rsquo;intuition. Alors nous avons cr\u00e9\u00e9 Sumo \u2014 une plateforme qui transforme le chaos brut du march\u00e9 en plans de trading structur\u00e9s et ma\u00eetris\u00e9s. Notre mission [&hellip;]","og_site_name":"SumoAnalysis","article_modified_time":"2026-03-09T06:26:41+00:00","og_image":[{"url":"https:\/\/i.pravatar.cc\/200?img=68","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/","url":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/","name":"about-us-fr - SumoAnalysis","isPartOf":{"@id":"https:\/\/www.sumoanalysis.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#primaryimage"},"image":{"@id":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#primaryimage"},"thumbnailUrl":"https:\/\/i.pravatar.cc\/200?img=68","datePublished":"2026-03-09T02:31:49+00:00","dateModified":"2026-03-09T06:26:41+00:00","breadcrumb":{"@id":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sumoanalysis.com\/fr\/a-propos\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#primaryimage","url":"https:\/\/i.pravatar.cc\/200?img=68","contentUrl":"https:\/\/i.pravatar.cc\/200?img=68"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sumoanalysis.com\/fr\/a-propos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sumoanalysis.com\/fr\/"},{"@type":"ListItem","position":2,"name":"about-us-fr"}]},{"@type":"WebSite","@id":"https:\/\/www.sumoanalysis.com\/fr\/#website","url":"https:\/\/www.sumoanalysis.com\/fr\/","name":"SumoAnalysis","description":"Sumo Tradings Handles the Analysis. You Focus on Results.","publisher":{"@id":"https:\/\/www.sumoanalysis.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sumoanalysis.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.sumoanalysis.com\/fr\/#organization","name":"SumoAnalysis","url":"https:\/\/www.sumoanalysis.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.sumoanalysis.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png","contentUrl":"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png","width":512,"height":512,"caption":"SumoAnalysis"},"image":{"@id":"https:\/\/www.sumoanalysis.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/pages\/6088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/comments?post=6088"}],"version-history":[{"count":7,"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/pages\/6088\/revisions"}],"predecessor-version":[{"id":6177,"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/pages\/6088\/revisions\/6177"}],"wp:attachment":[{"href":"https:\/\/www.sumoanalysis.com\/fr\/wp-json\/wp\/v2\/media?parent=6088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}