{"id":13,"date":"2025-11-24T16:58:36","date_gmt":"2025-11-24T16:58:36","guid":{"rendered":"https:\/\/mcsportedge.com\/?page_id=13"},"modified":"2025-12-02T04:59:40","modified_gmt":"2025-12-02T04:59:40","slug":"a-propos","status":"publish","type":"page","link":"https:\/\/mcsportedge.com\/en\/a-propos\/","title":{"rendered":"About"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>\u00c0 propos \u2013 MC Sport<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <style>\n    :root {\n      --mc-bg: #FDFBF3;       \/* Fond beige cr\u00e8me *\/\n      --mc-bg-soft: #111827;  \/* Fond des cartes fonc\u00e9es (fallback) *\/\n      --mc-text: #111827;     \/* Texte principal fonc\u00e9 *\/\n      --mc-text-muted: #4b5563;\n      --mc-accent: #E2D385;\n      --mc-border: #e5e7eb;\n      --mc-max-width: 1120px;\n    }\n\n    html, body {\n      margin: 0;\n      padding: 0;\n      background: var(--mc-bg) !important;\n      color: var(--mc-text);\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    }\n\n    .site,\n    .ct-main,\n    .ct-pageContent,\n    .entry-content {\n      background: var(--mc-bg) !important;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    a {\n      color: var(--mc-accent);\n      text-decoration: none;\n    }\n\n    a:hover {\n      text-decoration: underline;\n    }\n\n    .mc-container {\n      max-width: var(--mc-max-width);\n      margin: 0 auto;\n      padding: 0 16px;\n    }\n\n    .mc-about-page section {\n      padding: 56px 0;\n      border-bottom: 1px solid var(--mc-border);\n    }\n\n    h1, h2, h3 {\n      margin: 0 0 12px;\n      font-weight: 700;\n      color: #111827;\n    }\n\n    h1 {\n      font-size: 30px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    h2 {\n      font-size: 22px;\n      margin-bottom: 18px;\n    }\n\n    h3 {\n      font-size: 16px;\n      margin-bottom: 6px;\n    }\n\n    p {\n      margin: 0 0 12px;\n      color: var(--mc-text-muted);\n      line-height: 1.6;\n    }\n\n    .mc-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 11px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: #111827;          \/* \ud83d\udc49 texte \"\u00c0 propos\" en noir *\/\n  margin-bottom: 6px;\n}\n\n.mc-tag .dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 999px;\n  background: #111827;     \/* \ud83d\udc49 point noir *\/\n  box-shadow: none;        \/* optionnel : on enl\u00e8ve le glow dor\u00e9 *\/\n}\n\n    .mc-btn {\n      display: inline-block;\n      padding: 10px 20px;\n      border-radius: 999px;\n      font-size: 14px;\n      font-weight: 600;\n      border: 1px solid var(--mc-accent);\n      background: transparent;\n      color: var(--mc-accent);\n      text-decoration: none;\n      transition: all 0.2s ease;\n      white-space: nowrap;\n    }\n\n    .mc-btn-primary {\n      background: var(--mc-accent);\n      color: #111827;\n    }\n\n    .mc-btn-primary:hover {\n      filter: brightness(0.92);\n      text-decoration: none;\n    }\n\n    .mc-btn-outline:hover {\n      background: rgba(226,211,133,0.08);\n      text-decoration: none;\n    }\n\n    .mc-columns-2 {\n      display: grid;\n      grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);\n      gap: 28px;\n      align-items: flex-start;\n    }\n\n    .mc-columns-3 {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    \/* Cartes noir plein, sans d\u00e9grad\u00e9 *\/\n    .mc-card {\n      background: #000000;\n      border-radius: 16px;\n      border: 1px solid #272b37;\n      padding: 16px 18px;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n      color: #f9fafb;\n      box-shadow: 0 10px 26px rgba(15,23,42,0.35);\n    }\n\n    .mc-card:hover {\n      transform: translateY(-3px);\n      border-color: rgba(226,211,133,0.6);\n      box-shadow: 0 14px 34px rgba(15,23,42,0.5);\n    }\n\n    .mc-card p,\n    .mc-card li {\n      color: #d1d5db;\n    }\n\n    .mc-card-soft {\n      background: #000000;\n      border-radius: 16px;\n      border: 1px solid #272b37;\n      padding: 18px 20px;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n      color: #f9fafb;\n      box-shadow: 0 10px 26px rgba(15,23,42,0.35);\n    }\n\n    .mc-card-soft p {\n      color: #d1d5db;\n    }\n\n    .mc-card-soft:hover {\n      transform: translateY(-3px);\n      border-color: rgba(226,211,133,0.5);\n      box-shadow: 0 14px 34px rgba(15,23,42,0.5);\n    }\n\n    \/* Titres de cartes en or *\/\n    .mc-card h3,\n    .mc-card-soft h3,\n    .mc-division-title,\n    .mc-value-item h3 {\n      color: #E2D385;\n    }\n\n    .mc-section-header {\n      margin-bottom: 24px;\n    }\n\n    .mc-section-header p {\n      max-width: 620px;\n    }\n\n    .mc-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      border-radius: 999px;\n      padding: 4px 10px;\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      border: 1px solid #d1d5db;\n      color: #4b5563;\n      background: rgba(249,250,251,0.85);\n    }\n\n    .mc-pill-dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 999px;\n      background: var(--mc-accent);\n    }\n\n    \/* Scroll reveal *\/\n    .mc-reveal {\n      opacity: 0;\n      transform: translateY(16px);\n      transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n    }\n\n    .mc-reveal.mc-visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* HERO \u00c0 PROPOS \u2013 adapt\u00e9 au fond cr\u00e8me *\/\n    .mc-hero-about {\n      padding: 72px 0 48px;\n      background:\n        radial-gradient(circle at top, #f5efe3 0, #e7ddcc 60%);\n    }\n\n    .mc-hero-about-inner {\n      display: grid;\n      grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);\n      gap: 32px;\n      align-items: center;\n    }\n\n    .mc-hero-about-meta {\n      font-size: 14px;\n      color: var(--mc-text-muted);\n      margin-top: 8px;\n    }\n\n    .mc-hero-about-card {\n      background: #000000;\n      border-radius: 18px;\n      border: 1px solid #272b37;\n      padding: 16px 18px;\n      font-size: 13px;\n      color: #e5e7eb;\n      box-shadow: 0 12px 30px rgba(15,23,42,0.5);\n    }\n\n    .mc-hero-about-card h3 {\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: var(--mc-accent);\n      margin-bottom: 6px;\n    }\n\n    .mc-hero-about-card ul {\n      margin: 6px 0 0;\n      padding-left: 18px;\n      color: #d1d5db;\n      font-size: 13px;\n    }\n\n    .mc-hero-about-card li {\n      margin-bottom: 4px;\n    }\n\n    \/* DIVISIONS *\/\n    .mc-division-label {\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--mc-accent);\n      margin-bottom: 4px;\n    }\n\n    .mc-division-title {\n      font-size: 15px;\n      font-weight: 600;\n      margin-bottom: 6px;\n    }\n\n    .mc-division-card ul {\n      margin: 6px 0 0;\n      padding-left: 18px;\n      font-size: 13px;\n    }\n\n    .mc-division-card li {\n      margin-bottom: 3px;\n    }\n\n    \/* VALEURS *\/\n    .mc-values-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .mc-value-item h3 {\n      font-size: 15px;\n      margin-bottom: 6px;\n    }\n\n    .mc-value-item p {\n      font-size: 13px;\n    }\n\n    \/* FONDATEUR \/ \u00c9QUIPE *\/\n    .mc-founder {\n      display: grid;\n      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.3fr);\n      gap: 28px;\n      align-items: center;\n    }\n\n    .mc-founder-photo {\n      border-radius: 18px;\n      border: 1px solid #e5e7eb;\n      overflow: hidden;\n      background: #111827;\n      box-shadow: 0 14px 34px rgba(15,23,42,0.4);\n    }\n\n    .mc-founder-photo img {\n      width: 100%;\n      height: 100%;\n      max-height: 420px;\n      object-fit: cover;\n      display: block;\n      transform: scale(1.02);\n      transition: transform 0.4s ease;\n    }\n\n    .mc-founder-photo:hover img {\n      transform: scale(1.06);\n    }\n\n    .mc-founder-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      border-radius: 999px;\n      border: 1px solid #d1d5db;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #4b5563;\n      background: rgba(249,250,251,0.9);\n      margin-bottom: 10px;\n    }\n\n    .mc-founder-badge span {\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n    }\n\n    \/* CTA FINAL *\/\n    .mc-cta-final {\n      text-align: center;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    .mc-cta-final h2 {\n      margin-bottom: 12px;\n      font-size: 22px;\n    }\n\n    .mc-cta-final p {\n      margin-bottom: 20px;\n    }\n\n    @media (max-width: 960px) {\n      .mc-hero-about-inner,\n      .mc-columns-2,\n      .mc-founder {\n        grid-template-columns: 1fr;\n      }\n\n      .mc-values-grid,\n      .mc-columns-3 {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .mc-hero-about {\n        padding: 56px 0 40px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .mc-values-grid,\n      .mc-columns-3 {\n        grid-template-columns: 1fr;\n      }\n\n      .mc-about-page section {\n        padding: 40px 0;\n      }\n\n      h1 {\n        font-size: 24px;\n      }\n\n      h2 {\n        font-size: 19px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n<div class=\"mc-about-page\">\n\n  <!-- HERO \u00c0 PROPOS -->\n  <section class=\"mc-hero-about\">\n    <div class=\"mc-container mc-hero-about-inner mc-reveal mc-visible\">\n      <div>\n        <div class=\"mc-tag\">\n          <span class=\"dot\"><\/span>\n          <span>About<\/span>\n        <\/div>\n        <h1>MC Sport \u2014 announcing &amp; timing on the ground<\/h1>\n        <p>\n          MC Sport supports organizers who want smooth, professional, and memorable events by combining athlete-focused announcing with high-level timing.\n        <\/p>\n        <p class=\"mc-hero-about-meta\">\n          From running to mountain biking, along with road, gravel, HYROX, or triathlon. MC Sport integrates with your team so the technical side and the atmosphere push in the same direction.\n        <\/p>\n      <\/div>\n\n      <aside class=\"mc-hero-about-card\">\n        <h3>MC Sport in short<\/h3>\n        <ul>\n          <li><strong>Sports event announcing<\/strong> &amp; <strong>electronic timing<\/strong>.<\/li>\n          <li>Clubs, federations, race series, and private organizations<\/li>\n          <li>Support before, during, and after the event<\/li>\n        <\/ul>\n      <\/aside>\n    <\/div>\n  <\/section>\n\n  <!-- DIRECTION & \u00c9QUIPE (2e section) -->\n  <section>\n    <div class=\"mc-container mc-founder mc-reveal\">\n      <div>\n        <div class=\"mc-founder-badge\">\n          <span>MC Sport leadership &amp; team<\/span>\n        <\/div>\n        <h2>Who\u2019s behind MC Sport?<\/h2>\n        <p>\n          MC Sport is led by <strong>Mika\u00ebl C\u00f4t\u00e9<\/strong>, announcer and timing lead on regional, provincial, and national events, supported by a team that shares the same vision of sport and service.\n        <\/p>\n        <p>\n          MC Sport\u2019s strength is understanding both the technical requirements of timing, the expectations of federations, and the real-world reality of organizers who juggle volunteers, courses, schedules, and last-minute surprises.\n        <\/p>\n        <p>\n          MC Sport was born from a simple idea: offer a service where the precision of timing and the impact of great announcing go hand in hand\u2014with a structured, accessible, and deeply human approach.\n        <\/p>\n        <p>\n          Whether it\u2019s your first edition or an established series, the goal stays the same: help you deliver an event you\u2019re proud of\u2014one that participants want to return to year after year.\n        <\/p>\n      <\/div>\n\n      <div class=\"mc-founder-photo\">\n        <img decoding=\"async\" src=\"\/wp-content\/Image%20Site%20Web\/team.jpg\" alt=\"\u00c9quipe MC Sport sur le terrain\" \/>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- MISSION & APPROCHE -->\n  <section>\n    <div class=\"mc-container mc-columns-2 mc-reveal\">\n      <div>\n        <div class=\"mc-section-header\">\n          <h2>Our mission<\/h2>\n          <p>\n            Enable organizers to stay focused on their event while MC Sport handles the technical side and the announcing, at a standard worthy of top-level competitions.\n          <\/p>\n        <\/div>\n\n        <div class=\"mc-card-soft\">\n          <h3>What that means in practice<\/h3>\n          <p>Clear processes, deadlines respected, and a constant focus on the athlete experience.<\/p>\n          <p>We prepare, test, and validate, so on race day, everything is aligned.<\/p>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div class=\"mc-section-header\">\n          <h2>Our approach<\/h2>\n          <p>\n            MC Sport operates as a field partner: close to organizers, officials, volunteers, and athletes. <strong>partenaire terrain<\/strong> : proche des organisateurs,\n            des officiels, des b\u00e9n\u00e9voles et des athl\u00e8tes.\n          <\/p>\n        <\/div>\n\n        <div class=\"mc-card\">\n          <p>\n            <span class=\"mc-pill\"><span class=\"mc-pill-dot\"><\/span>Before<\/span><br \/>\n            Needs assessment, results formats, announcing plan, technical testing.\n          <\/p>\n          <p>\n            <span class=\"mc-pill\"><span class=\"mc-pill-dot\"><\/span>Race day<\/span><br \/>\n            Setup, managing the unexpected, accurate timing, and an atmosphere consistent with your brand.\n          <\/p>\n          <p>\n            <span class=\"mc-pill\"><span class=\"mc-pill-dot\"><\/span>After<\/span><br \/>\n            Results published, cumulative standings updated, feedback to improve the next edition.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- DIVISIONS MC SPORT -->\n  <section>\n    <div class=\"mc-container mc-reveal\">\n      <div class=\"mc-section-header\">\n        <h2>MC Sport divisions<\/h2>\n        <p>\n          Our services are organized into three tracks: Timing Division, Announcing Division, and Combined package. You choose what you need, or we build a custom package.\n        <\/p>\n      <\/div>\n\n      <div class=\"mc-columns-3\">\n        <!-- Division Animation -->\n        <div class=\"mc-card mc-division-card\">\n          <div class=\"mc-division-label\">Announcing Division<\/div>\n          <div class=\"mc-division-title\">Voice &amp; atmosphere<\/div>\n          <p>\n            Announcing that follows the race, highlights athletes, and supports your partners.\n          <\/p>\n          <ul>\n            <li>Starts, transitions, finishes<\/li>\n            <li>Podiums and protocol ceremonies<\/li>\n            <li>Bilingual announcing (FR\/EN)<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Division Chronom\u00e9trage -->\n        <div class=\"mc-card mc-division-card\">\n          <div class=\"mc-division-label\">Timing Division<\/div>\n          <div class=\"mc-division-title\">Timing &amp; results<\/div>\n          <p>\n            Full management of times, standings, and results publishing.\n          <\/p>\n          <ul>\n            <li>Electronic chips &amp; live timing<\/li>\n            <li>Web results &amp; export options<\/li>\n            <li>Standings by waves, categories, and series<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Offre combin\u00e9e -->\n        <div class=\"mc-card mc-division-card\">\n          <div class=\"mc-division-label\">Combined package<\/div>\n          <div class=\"mc-division-title\">Announcing + Timing<\/div>\n          <p>\n            One team for both tech and atmosphere for maximum coherence on site.\n          <\/p>\n          <ul>\n            <li>Single coordination for timing + mic<\/li>\n            <li>Announcements aligned with results<\/li>\n            <li>Optimized athlete &amp; spectator experience<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VALEURS -->\n  <section>\n    <div class=\"mc-container mc-reveal\">\n      <div class=\"mc-section-header\">\n        <h2>What guides us<\/h2>\n        <p>\n          Behind every event, people are putting in real effort. Our job is to respect that work with a delivery that matches the level of commitment.\n        <\/p>\n      <\/div>\n\n      <div class=\"mc-values-grid\">\n        <div class=\"mc-value-item mc-card\">\n          <h3>Precision &amp; reliability<\/h3>\n          <p>\n            A result is the record of an effort. Our systems and methods are built for accuracy and consistency\u2014even on the busiest days.\n          <\/p>\n        <\/div>\n        <div class=\"mc-value-item mc-card\">\n          <h3>Athlete experience<\/h3>\n          <p>\n            From registration to the awards ceremony, athletes should feel expected, informed, and valued. Timing and announcing work together toward that goal.\n          <\/p>\n        <\/div>\n        <div class=\"mc-value-item mc-card\">\n          <h3>Partnership with the organizer<\/h3>\n          <p>\n            We don\u2019t just \u201cplug in a machine.\u201d We adapt to your reality, your resources, course constraints, and long-term goals.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA FINAL -->\n  <section>\n    <div class=\"mc-container mc-cta-final mc-reveal\">\n      <h2>Planning a sporting event?<\/h2>\n      <p>\n        Timing, announcing, or a combined package, let\u2019s talk about your project, constraints, and goals. We\u2019ll build something solid and smooth on the ground, together.\n      <\/p>\n      <a href=\"\/en\/contact\/\" class=\"mc-btn mc-btn-primary\">Let\u2019s talk about your event<\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const revealEls = document.querySelectorAll('.mc-reveal');\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('mc-visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, {\n      threshold: 0.15\n    });\n\n    revealEls.forEach(el => observer.observe(el));\n  });\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u00c0 propos \u2013 MC Sport \u00c0 propos MC Sport \u2013 animation &#038; chronom\u00e9trage sur le terrain MC Sport accompagne les organisateurs qui veulent des \u00e9v\u00e9nements fluides, professionnels et m\u00e9morables, en [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"blocksy_meta":[],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":19,"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":405,"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/pages\/13\/revisions\/405"}],"wp:attachment":[{"href":"https:\/\/mcsportedge.com\/en\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}