{"id":12038,"date":"2026-01-20T15:24:58","date_gmt":"2026-01-20T14:24:58","guid":{"rendered":"https:\/\/mizoutcg.fr\/a-propos\/"},"modified":"2026-01-20T15:53:26","modified_gmt":"2026-01-20T14:53:26","slug":"a-propos","status":"publish","type":"page","link":"https:\/\/mizoutcg.fr\/en\/a-propos\/","title":{"rendered":"About MizouTCG"},"content":{"rendered":"<!-- wp:html -->\n<style>\n.about-hero {\n    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);\n    color: white;\n    padding: 60px 30px;\n    border-radius: 20px;\n    margin-bottom: 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n.about-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 50%);\n    animation: pulse 15s ease-in-out infinite;\n}\n@keyframes pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.1); }\n}\n.about-hero h1 {\n    font-size: 2.5em;\n    margin-bottom: 15px;\n    position: relative;\n    color: white !important;\n}\n.about-hero .subtitle {\n    font-size: 1.2em;\n    opacity: 0.9;\n    position: relative;\n}\n.about-section {\n    margin-bottom: 50px;\n}\n.about-section h2 {\n    color: #1a1a2e;\n    font-size: 1.8em;\n    margin-bottom: 25px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #00d9ff;\n    display: inline-block;\n}\n.story-card {\n    background: #f8fafc;\n    border-radius: 16px;\n    padding: 30px;\n    margin-bottom: 25px;\n    border-left: 4px solid #00d9ff;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n}\n.story-card.highlight {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border-left-color: #0ea5e9;\n}\n.story-card h3 {\n    color: #1e40af;\n    margin-top: 0;\n    margin-bottom: 15px;\n    font-size: 1.3em;\n}\n.story-card p {\n    color: #475569;\n    line-height: 1.8;\n    margin: 0;\n}\n.founders-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-bottom: 30px;\n}\n.founder-card {\n    background: white;\n    border-radius: 16px;\n    padding: 25px;\n    text-align: center;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    transition: transform 0.3s ease;\n}\n.founder-card:hover {\n    transform: translateY(-5px);\n}\n.founder-emoji {\n    font-size: 4em;\n    margin-bottom: 15px;\n}\n.founder-card h3 {\n    color: #1a1a2e;\n    margin: 0 0 10px;\n}\n.founder-card p {\n    color: #64748b;\n    margin: 0;\n    font-size: 0.95em;\n}\n.services-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n    margin-top: 25px;\n}\n.service-card {\n    background: white;\n    border-radius: 12px;\n    padding: 25px 20px;\n    text-align: center;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n    border: 1px solid #e2e8f0;\n    transition: all 0.3s ease;\n}\n.service-card:hover {\n    border-color: #00d9ff;\n    box-shadow: 0 4px 20px rgba(0,217,255,0.15);\n}\n.service-icon {\n    font-size: 2.5em;\n    margin-bottom: 15px;\n}\n.service-card h4 {\n    color: #1a1a2e;\n    margin: 0 0 8px;\n    font-size: 1.1em;\n}\n.service-card p {\n    color: #64748b;\n    margin: 0;\n    font-size: 0.9em;\n}\n.community-banner {\n    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);\n    border-radius: 16px;\n    padding: 30px;\n    margin: 30px 0;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex-wrap: wrap;\n}\n.community-banner .icon {\n    font-size: 3em;\n}\n.community-banner .content {\n    flex: 1;\n    min-width: 250px;\n}\n.community-banner h3 {\n    color: #92400e;\n    margin: 0 0 10px;\n}\n.community-banner p {\n    color: #78350f;\n    margin: 0;\n}\n.clubs-list {\n    display: flex;\n    gap: 15px;\n    flex-wrap: wrap;\n    margin-top: 15px;\n}\n.club-badge {\n    background: white;\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-weight: 600;\n    color: #92400e;\n    font-size: 0.9em;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n    text-decoration: none;\n    transition: transform 0.2s, box-shadow 0.2s;\n}\na.club-badge:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n    color: #78350f;\n}\n.trust-section {\n    background: #1a1a2e;\n    color: white;\n    border-radius: 16px;\n    padding: 40px 30px;\n    text-align: center;\n    margin: 40px 0;\n}\n.trust-section h3 {\n    margin: 0 0 10px;\n    font-size: 1.5em;\n    color: white !important;\n}\n.trust-stars {\n    font-size: 2em;\n    margin: 15px 0;\n}\n.trust-count {\n    font-size: 3em;\n    font-weight: bold;\n    color: #00d9ff;\n}\n.trust-label {\n    opacity: 0.8;\n}\n.contact-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n    margin-top: 25px;\n}\n.contact-card {\n    background: #f8fafc;\n    border-radius: 12px;\n    padding: 25px;\n    text-align: center;\n}\n.contact-card .icon {\n    font-size: 2em;\n    margin-bottom: 10px;\n}\n.contact-card h4 {\n    color: #1a1a2e;\n    margin: 0 0 8px;\n}\n.contact-card a {\n    color: #0ea5e9;\n    text-decoration: none;\n    font-weight: 500;\n}\n.contact-card a:hover {\n    text-decoration: underline;\n}\n.contact-card .hours {\n    color: #64748b;\n    font-size: 0.9em;\n    margin-top: 5px;\n}\n.signature {\n    text-align: center;\n    margin-top: 50px;\n    padding: 30px;\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border-radius: 16px;\n}\n.signature .emoji {\n    font-size: 2em;\n}\n.signature p {\n    color: #1e40af;\n    font-size: 1.2em;\n    font-style: italic;\n    margin: 15px 0 0;\n}\n<\/style>\n\n<div class=\"about-hero\">\n    <h1>Our Story<\/h1>\n    <p class=\"subtitle\">A passion for TCGs, a shop created by players, for players<\/p>\n<\/div>\n\n<div class=\"about-section\">\n    <h2>Who are we?<\/h2>\n\n    <div class=\"founders-grid\">\n        <div class=\"founder-card\">\n            <div class=\"founder-emoji\">\ud83e\uddd9\u200d\u2642\ufe0f<\/div>\n            <h3>Aur\u00e9lien<\/h3>\n            <p>A Magic: The Gathering enthusiast since childhood, active tournament player in Commander and Draft<\/p>\n        <\/div>\n        <div class=\"founder-card\">\n            <div class=\"founder-emoji\">\u2728<\/div>\n            <h3>Caroline<\/h3>\n            <p>Specialist in merchandise and children's products, she brings her creative touch to every order<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"story-card\">\n        <h3>\ud83c\udccf Discovering Magic<\/h3>\n        <p>It was through his older brother that Aur\u00e9lien discovered Magic: The Gathering, between the ages of 10 and 13. Wild games, decks cobbled together with whatever was at hand, and already that budding passion for strategy and fantasy worlds. Then life moved on, and the cards stayed in a drawer...<\/p>\n    <\/div>\n\n    <div class=\"story-card highlight\">\n        <h3>\ud83d\udd25 The return in 2020<\/h3>\n        <p>It was in 2020, during lockdown, that Aur\u00e9lien dove back into the world of Magic through the Dragon of the South Lotus (DSL) association in Roujan. At the time, there were only a few of us and we played nothing but Magic. What began as a nostalgic rediscovery turned into a genuine passion: building decks, analysing metas, discovering Commander, collecting editions... Since then, the DSL association has shifted its focus towards board games, but the Magic flame has never gone out.<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"about-section\">\n    <h2>Why MizouTCG?<\/h2>\n\n    <div class=\"community-banner\">\n        <div class=\"icon\">\ud83c\udfc6<\/div>\n        <div class=\"content\">\n            <h3>Born from a local need<\/h3>\n            <p>Aur\u00e9lien is today an active player in two clubs in the H\u00e9rault. The observation was straightforward: no local shop to help organise tournaments at accessible prices. Players had to order from far away, pay high shipping costs, and wait a long time for their products.<\/p>\n            <div class=\"clubs-list\">\n                <span class=\"club-badge\">\ud83d\udc09 Dragon of the South Lotus (Roujan) \u2014 since 2020<\/span>\n                <a href=\"https:\/\/gamingcaux.fr\/\" target=\"_blank\" class=\"club-badge\" rel=\"noopener\">\ud83c\udfae Gaming & Caux (Caux) \u2014 joined later<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"story-card\">\n        <h3>\ud83d\udca1 The MizouTCG solution<\/h3>\n        <p>In 2024, together with Caroline, we decided to create MizouTCG: an online TCG specialist shop with competitive prices and a human touch. Our goal? To offer players (and clubs) quality products at the best price, with fast delivery and personalised support for events.<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"about-section\">\n    <h2>What we offer<\/h2>\n\n    <div class=\"services-grid\">\n        <div class=\"service-card\">\n            <div class=\"service-icon\">\ud83c\udccf<\/div>\n            <h4>Magic: The Gathering<\/h4>\n            <p>Boosters, displays, Commander, bundles, Secret Lair<\/p>\n        <\/div>\n        <div class=\"service-card\">\n            <div class=\"service-icon\">\ud83d\udee1\ufe0f<\/div>\n            <h4>Premium Accessories<\/h4>\n            <p>Dragon Shield, Ultra Pro, KMC, deckbox, playmats<\/p>\n        <\/div>\n        <div class=\"service-card\">\n            <div class=\"service-icon\">\u26a1<\/div>\n            <h4>Other TCGs<\/h4>\n            <p>Pok\u00e9mon, One Piece, Altered, Wakfu TCG<\/p>\n        <\/div>\n        <div class=\"service-card\">\n            <div class=\"service-icon\">\ud83d\udcda<\/div>\n            <h4>35+ Expert Guides<\/h4>\n            <p>Protect and value your cards<\/p>\n        <\/div>\n        <div class=\"service-card\">\n            <div class=\"service-icon\">\ud83d\udcd6<\/div>\n            <h4>MTG Lore<\/h4>\n            <p>35+ episodes, 30 years of history<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"trust-section\">\n    <h3>Our customers' trust<\/h3>\n    <div class=\"trust-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n    <div class=\"trust-count\">880+<\/div>\n    <div class=\"trust-label\">5-star reviews on Vinted<\/div>\n    <p style=\"margin-top: 20px; opacity: 0.9;\">Every parcel is prepared with care. Every question gets a prompt reply.<\/p>\n<\/div>\n\n<div class=\"about-section\">\n    <h2>Contact us<\/h2>\n    <p>A question about a product? Need advice on sleeves or your next Commander deck?<\/p>\n\n    <div class=\"contact-grid\">\n        <div class=\"contact-card\">\n            <div class=\"icon\">\ud83d\udcde<\/div>\n            <h4>Phone<\/h4>\n            <a href=\"tel:0743528378\">07 43 52 83 78<\/a>\n            <div class=\"hours\">Mon\u2013Sat 9am\u20137pm<\/div>\n        <\/div>\n        <div class=\"contact-card\">\n            <div class=\"icon\">\u2709\ufe0f<\/div>\n            <h4>Email<\/h4>\n            <a href=\"mailto:mizoutcg34@gmail.com\">mizoutcg34@gmail.com<\/a>\n        <\/div>\n        <div class=\"contact-card\">\n            <div class=\"icon\">\ud83d\udcac<\/div>\n            <h4>Form<\/h4>\n            <a href=\"\/nous-contacter\/\">Contact page<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"signature\">\n    <div class=\"emoji\">\ud83c\udfb4<\/div>\n    <p>Thank you for being part of the MizouTCG adventure!<br><strong>\u2014 Aur\u00e9lien & Caroline<\/strong><\/p>\n<\/div>\n<!-- \/wp:html -->\n","protected":false},"excerpt":{"rendered":"<p>Our Story A passion for TCGs, a shop created by players, for players Who are we? \ud83e\uddd9\u200d\u2642\ufe0f Aur\u00e9lien A Magic: The Gathering enthusiast since childhood, active tournament player in Commander and Draft \u2728 Caroline Specialist in merchandise and children&#8217;s products, she brings her creative touch to every order \ud83c\udccf Discovering Magic It was through his [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_mizou_founder_note":"","footnotes":""},"class_list":["post-12038","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/pages\/12038","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/comments?post=12038"}],"version-history":[{"count":5,"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/pages\/12038\/revisions"}],"predecessor-version":[{"id":12043,"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/pages\/12038\/revisions\/12043"}],"wp:attachment":[{"href":"https:\/\/mizoutcg.fr\/en\/wp-json\/wp\/v2\/media?parent=12038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}