{"id":8807,"date":"2022-08-30T13:28:35","date_gmt":"2022-08-30T13:28:35","guid":{"rendered":"https:\/\/koryo.club\/contactez-nous\/"},"modified":"2026-05-03T00:10:19","modified_gmt":"2026-05-03T00:10:19","slug":"contactez-nous","status":"publish","type":"page","link":"https:\/\/koryo.club\/fr\/contactez-nous\/","title":{"rendered":"Contactez-Nous"},"content":{"rendered":"\n<?php\n\/**\n * Template Name: Koryo - Contact Us (No Form) FR\n *\/\n\nget_header(); ?>\n\n<style>\n    \/* =========================================\n       KORYO CONTACT US - PREMIUM CARDS STYLES\n       ========================================= *\/\n    :root {\n        --k-red: #dc2626;\n        --k-dark: #050505;\n        --k-surface: #111111;\n        --k-surface-light: #1a1a1a;\n        --k-text: #ffffff;\n        --k-muted: rgba(255, 255, 255, 0.65);\n        --k-border: rgba(255, 255, 255, 0.08);\n    }\n\n    html, body, #page, .site-content {\n        background-color: var(--k-dark) !important;\n        margin: 0;\n        padding: 0;\n    }\n\n    .k-contact-wrapper {\n        color: var(--k-text);\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background: var(--k-dark);\n        min-height: 100vh;\n        overflow-x: hidden;\n        padding-bottom: 120px;\n    }\n\n    \/* 1. HERO SECTION *\/\n    .k-contact-hero {\n        position: relative;\n        padding: 200px 20px 100px;\n        text-align: center;\n        background-image: radial-gradient(circle at 50% 0%, rgba(220, 38, 38, 0.15) 0%, transparent 60%);\n        border-bottom: 1px solid var(--k-border);\n    }\n\n    .k-contact-hero .badge {\n        display: inline-block;\n        padding: 6px 16px;\n        background: var(--k-surface-light);\n        border: 1px solid var(--k-border);\n        color: #fff;\n        border-radius: 50px;\n        font-size: 0.85rem;\n        font-weight: 800;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        margin-bottom: 20px;\n    }\n\n    .k-contact-hero h1 {\n        font-size: clamp(3rem, 7vw, 5rem);\n        font-weight: 900;\n        text-transform: uppercase;\n        margin: 0 0 15px 0;\n        letter-spacing: -2px;\n    }\n\n    .k-contact-hero h1 span { color: var(--k-red); }\n\n    .k-contact-hero p {\n        font-size: 1.15rem;\n        color: var(--k-muted);\n        max-width: 600px;\n        margin: 0 auto;\n        line-height: 1.7;\n    }\n\n    \/* 2. MAIN LAYOUT (4 CARDS GRID) *\/\n    .k-contact-container {\n        max-width: 1000px;\n        margin: 80px auto 0;\n        padding: 0 24px;\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 40px;\n    }\n\n    \/* Premium Contact Cards *\/\n    .k-contact-card {\n        background: var(--k-surface);\n        border: 1px solid var(--k-border);\n        border-radius: 16px;\n        padding: 40px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .k-contact-card::before {\n        content: \"\";\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 3px;\n        background: transparent;\n        transition: background 0.4s ease;\n    }\n\n    .k-contact-card:hover {\n        transform: translateY(-10px);\n        border-color: var(--k-red);\n        box-shadow: 0 20px 40px rgba(220, 38, 38, 0.08);\n    }\n\n    .k-contact-card:hover::before {\n        background: var(--k-red);\n    }\n\n    .k-card-icon {\n        background: rgba(255, 255, 255, 0.03);\n        color: var(--k-red);\n        width: 80px;\n        height: 80px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 2rem;\n        margin-bottom: 25px;\n        transition: background 0.4s ease, color 0.4s ease;\n    }\n\n    .k-contact-card:hover .k-card-icon {\n        background: var(--k-red);\n        color: #fff;\n    }\n\n    .k-card-content h3 {\n        margin: 0 0 15px 0;\n        font-size: 1.4rem;\n        color: #fff;\n        text-transform: uppercase;\n        font-weight: 800;\n        letter-spacing: 1px;\n    }\n\n    .k-card-content p {\n        margin: 0 0 8px 0;\n        color: var(--k-muted);\n        font-size: 1.1rem;\n        line-height: 1.6;\n    }\n\n    .k-card-content a.phone-link {\n        display: inline-block;\n        color: #fff;\n        font-size: 1.2rem;\n        font-weight: 700;\n        text-decoration: none;\n        margin: 10px 0;\n        transition: color 0.3s;\n    }\n\n    .k-card-content a.phone-link:hover {\n        color: var(--k-red);\n    }\n\n    .k-flag {\n        font-size: 1.3rem;\n        margin-right: 8px;\n        vertical-align: baseline;\n    }\n\n    \/* Email Action Button *\/\n    .k-email-btn {\n        display: inline-block;\n        background: var(--k-red);\n        color: #fff;\n        padding: 16px 30px;\n        border-radius: 8px;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        text-decoration: none;\n        font-size: 1rem;\n        transition: all 0.3s ease;\n        margin-top: 15px;\n        width: 100%;\n        box-sizing: border-box;\n    }\n\n    .k-email-btn:hover {\n        background: #b91c1c;\n        transform: translateY(-2px);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n        .k-contact-container { grid-template-columns: 1fr; gap: 30px; }\n    }\n<\/style>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<div class=\"k-contact-wrapper\">\n\n    <header class=\"k-contact-hero\">\n        <span class=\"badge k-reveal\">Nous Sommes L\u00e0 Pour Vous<\/span>\n        <h1 class=\"k-reveal\">Contactez-<span>Nous<\/span><\/h1>\n        <p class=\"k-reveal\">Une question ? Vous pr\u00e9f\u00e9rez nous parler directement ? Retrouvez toutes nos coordonn\u00e9es ci-dessous. Nous serons ravis de vous r\u00e9pondre.<\/p>\n    <\/header>\n\n    <section class=\"k-contact-container\">\n        \n        <div class=\"k-contact-card k-reveal\">\n            <div class=\"k-card-icon\"><i class=\"fas fa-map-marker-alt\"><\/i><\/div>\n            <div class=\"k-card-content\">\n                <h3>Si\u00e8ge Suisse<\/h3>\n                <p><span class=\"k-flag\">\ud83c\udde8\ud83c\udded<\/span> Route de Vallaire 149<\/p>\n                <p>1024 \u00c9cublens, Suisse<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"k-contact-card k-reveal\">\n            <div class=\"k-card-icon\"><i class=\"fas fa-map-marked-alt\"><\/i><\/div>\n            <div class=\"k-card-content\">\n                <h3>Succursale France<\/h3>\n                <p><span class=\"k-flag\">\ud83c\uddeb\ud83c\uddf7<\/span> 30 Rue Auguste Piccard<\/p>\n                <p>01630 Saint-Genis-Pouilly, France<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"k-contact-card k-reveal\">\n            <div class=\"k-card-icon\"><i class=\"fas fa-headset\"><\/i><\/div>\n            <div class=\"k-card-content\" style=\"width: 100%;\">\n                <h3>Appelez ou \u00c9crivez-nous<\/h3>\n                <a href=\"tel:+41779792139\" class=\"phone-link\"><span class=\"k-flag\">\ud83c\udde8\ud83c\udded<\/span> (+41) 779 79 21 39<\/a><br>\n                <a href=\"tel:+33641393091\" class=\"phone-link\"><span class=\"k-flag\">\ud83c\uddeb\ud83c\uddf7<\/span> (+33) 6 41 39 30 91<\/a>\n                \n                <a href=\"mailto:info@koryo.club\" class=\"k-email-btn\">\n                    <i class=\"fas fa-envelope\" style=\"margin-right: 8px;\"><\/i> Envoyez-nous un Email\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"k-contact-card k-reveal\">\n            <div class=\"k-card-icon\"><i class=\"fas fa-clock\"><\/i><\/div>\n            <div class=\"k-card-content\">\n                <h3>Horaires d&rsquo;Ouverture<\/h3>\n                <p style=\"margin-top: 15px;\"><strong style=\"color:#fff;\">Lundi &#8211; Vendredi :<\/strong><br> 08:00 &#8211; 19:00<\/p>\n                <p style=\"margin-top: 10px;\"><strong style=\"color:#fff;\">Samedi :<\/strong><br> 08:00 &#8211; 12:00<\/p>\n            <\/div>\n        <\/div>\n\n    <\/section>\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    const reveals = document.querySelectorAll('.k-reveal');\n    reveals.forEach((el, index) => {\n        el.style.opacity = '0';\n        el.style.transform = 'translateY(30px)';\n        el.style.transition = `all 0.8s cubic-bezier(0.22, 1, 0.36, 1) ${index * 0.1}s`;\n    });\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.style.opacity = '1';\n                entry.target.style.transform = 'translateY(0)';\n                observer.unobserve(entry.target);\n            }\n        });\n    }, { threshold: 0.1 });\n\n    reveals.forEach(el => observer.observe(el));\n});\n<\/script>\n\n<?php get_footer(); ?>\n\n\n\n<style>\n  \/* ========================================== *\/\n  \/* FOOTER CSS (Ensures it looks good on ALL pages) *\/\n  \/* ========================================== *\/\n  .koryo-footer {\n    background: #050505;\n    color: #ffffff;\n    padding: 80px 5% 30px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    border-top: 1px solid rgba(255, 255, 255, 0.05);\n  }\n\n  .koryo-footer__container {\n    max-width: 1300px;\n    margin: 0 auto;\n  }\n\n  \/* Grid Layout for Desktop *\/\n  .koryo-footer__grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr 1fr;\n    gap: 50px;\n    margin-bottom: 60px;\n  }\n\n  \/* Brand Column *\/\n  .koryo-footer__brand-title {\n    font-size: 26px;\n    font-weight: 800;\n    margin: 0 0 15px 0;\n    letter-spacing: 1px;\n  }\n  .koryo-footer__brand-title span {\n    color: #dc2626;\n  }\n  .koryo-footer__tagline {\n    color: #a3a3a3;\n    font-size: 15px;\n    line-height: 1.6;\n    margin-bottom: 25px;\n    max-width: 350px;\n  }\n\n  \/* Social Icons *\/\n  .koryo-footer__socials {\n    display: flex;\n    gap: 12px;\n  }\n  .koryo-footer__social {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 40px;\n    height: 40px;\n    background: rgba(255, 255, 255, 0.05);\n    border-radius: 8px;\n    color: #ffffff;\n    transition: all 0.3s ease;\n  }\n  .koryo-footer__social svg {\n    width: 20px;\n    height: 20px;\n  }\n  .koryo-footer__social:hover {\n    background: #dc2626;\n    transform: translateY(-3px);\n  }\n\n  \/* Columns (Programs, Locations, Club) *\/\n  .koryo-footer__col-title {\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin: 0 0 20px 0;\n  }\n  .koryo-footer__links {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .koryo-footer__link {\n    color: #a3a3a3;\n    text-decoration: none;\n    font-size: 14px;\n    transition: all 0.3s ease;\n    display: inline-block;\n  }\n  .koryo-footer__link:hover {\n    color: #dc2626;\n    transform: translateX(5px);\n  }\n\n  \/* Bottom Bar *\/\n  .koryo-footer__bottom {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding-top: 25px;\n    border-top: 1px solid rgba(255, 255, 255, 0.08);\n    color: #666666;\n    font-size: 13px;\n  }\n  .koryo-footer__bottom-links {\n    display: flex;\n    gap: 20px;\n    flex-wrap: wrap; \/* Added for Responsive UX *\/\n    justify-content: center; \/* Added for Responsive UX *\/\n  }\n  .koryo-footer__bottom-links a {\n    color: #666666;\n    text-decoration: none;\n    transition: color 0.3s;\n  }\n  .koryo-footer__bottom-links a:hover {\n    color: #ffffff;\n  }\n\n  \/* Responsive Mobile Layout *\/\n  @media (max-width: 900px) {\n    .koryo-footer__grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n  @media (max-width: 600px) {\n    .koryo-footer__grid {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n    .koryo-footer__bottom {\n      flex-direction: column;\n      gap: 15px;\n      text-align: center;\n    }\n  }\n<\/style>\n\n<footer class=\"koryo-footer\" aria-label=\"Footer\">\n  <div class=\"koryo-footer__container\">\n\n    <div class=\"koryo-footer__grid\">\n\n      <div>\n        <h3 class=\"koryo-footer__brand-title\">KORYO <span>TAEKWONDO<\/span><\/h3>\n        <p class=\"koryo-footer__tagline\">\n          Unleash your power. Master your mind. Elite Taekwondo training\n          across Geneva, Vaud, and Pays de Gex.\n        <\/p>\n        <div class=\"koryo-footer__socials\">\n          <a href=\"#\" class=\"koryo-footer__social\" aria-label=\"Instagram\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\"\/>\n              <path d=\"M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z\"\/>\n              <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/>\n            <\/svg>\n          <\/a>\n          <a href=\"#\" class=\"koryo-footer__social\" aria-label=\"Facebook\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z\"\/>\n            <\/svg>\n          <\/a>\n          <a href=\"#\" class=\"koryo-footer__social\" aria-label=\"YouTube\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M22.54 6.42a2.78 2.78 0 00-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 00-1.94 2A29 29 0 001 11.75a29 29 0 00.46 5.33A2.78 2.78 0 003.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 001.94-2 29 29 0 00.46-5.25 29 29 0 00-.46-5.33z\"\/>\n              <polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\" fill=\"#050505\"\/>\n            <\/svg>\n          <\/a>\n          <a href=\"#\" class=\"koryo-footer__social\" aria-label=\"WhatsApp\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M17.5 14c-.3-.1-1.7-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.7.9-.9 1.1-.2.2-.3.2-.6.1-1.4-.7-2.4-1.3-3.4-2.9-.3-.4.3-.4.8-1.3.1-.2.1-.3 0-.5 0-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5-.2 0-.4 0-.6 0s-.5.1-.8.4c-.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.2.2 2.1 3.3 5.2 4.6.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.7-.7 2-1.4.3-.6.3-1.2.2-1.4-.1-.2-.3-.2-.6-.4zM12 2a10 10 0 00-8.5 15.2L2 22l4.9-1.3A10 10 0 1012 2z\"\/>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div>\n        <h4 class=\"koryo-footer__col-title\">Programs<\/h4>\n        <ul class=\"koryo-footer__links\">\n          <li><a href=\"https:\/\/koryo.club\/taekfundo-class-for-children-age-4-to-6-years\/\" class=\"koryo-footer__link\">TaekFundo (4\u20136)<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-juniors-for-kids-ages-7-to-10\/\" class=\"koryo-footer__link\">Koryo Junior (7\u201310)<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/senior-taekwondo-class-for-age-10-to-15-years\/\" class=\"koryo-footer__link\">Koryo Seniors (10\u201315)<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-private\/\" class=\"koryo-footer__link\">Private Lessons<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-champs\/\" class=\"koryo-footer__link\">Koryo Champs<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div>\n        <h4 class=\"koryo-footer__col-title\">Locations<\/h4>\n        <ul class=\"koryo-footer__links\">\n          <li><a href=\"https:\/\/koryo.club\/the-best-taekwondo-school-in-versoix\/\" class=\"koryo-footer__link\">Versoix<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-gland-top-taekwondo-school\/\" class=\"koryo-footer__link\">Gland<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/top-taekwondo-instruction-for-all-koryo-taekwondo-club-in-geneva\/\" class=\"koryo-footer__link\">Geneva Champel<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-taekwondo-nations-geneva\/\" class=\"koryo-footer__link\">Geneva Nations<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/taekwondo-classes-gex\/\" class=\"koryo-footer__link\">Gex<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-taekwondo-saint-genis-pouilly\/\" class=\"koryo-footer__link\">Saint-Genis-Pouilly<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/koryo-taekwondo-ornex\/\" class=\"koryo-footer__link\">Ornex<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div>\n        <h4 class=\"koryo-footer__col-title\">Club<\/h4>\n        <ul class=\"koryo-footer__links\">\n          <li><a href=\"https:\/\/koryo.club\/#master\" class=\"koryo-footer__link\">Master Hamed<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/#why\" class=\"koryo-footer__link\">Why Koryo<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/#reviews\" class=\"koryo-footer__link\">Testimonials<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/#trial\" class=\"koryo-footer__link\">Free Trial<\/a><\/li>\n          <li><a href=\"https:\/\/koryo.club\/contact-us\/\" class=\"koryo-footer__link\">Contact<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"koryo-footer__bottom\">\n      <div>\u00a9 2026 Koryo Taekwondo Club. All rights reserved.<\/div>\n      <div class=\"koryo-footer__bottom-links\">\n        <a href=\"https:\/\/koryo.club\/privacy-policy\/\">Privacy Policy<\/a>\n        <a href=\"https:\/\/koryo.club\/terms-of-service\/\">Terms of Service<\/a>\n        <a href=\"https:\/\/koryo.club\/cookie-policy\/\">Cookies<\/a>\n        <!-- Added Wise Compliance Links Here -->\n        <a href=\"https:\/\/koryo.club\/refund-policy\/\">Refund Policy<\/a>\n        <a href=\"https:\/\/koryo.club\/delivery-policy\/\">Delivery Policy<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Nous Sommes L\u00e0 Pour Vous Contactez-Nous Une question ? Vous pr\u00e9f\u00e9rez nous parler directement ? Retrouvez toutes nos coordonn\u00e9es ci-dessous. Nous serons ravis de vous r\u00e9pondre. Si\u00e8ge Suisse \ud83c\udde8\ud83c\udded Route de Vallaire 149 1024 \u00c9cublens, Suisse Succursale France \ud83c\uddeb\ud83c\uddf7 30 Rue Auguste Piccard 01630 Saint-Genis-Pouilly, France Appelez ou \u00c9crivez-nous \ud83c\udde8\ud83c\udded (+41) 779 79 21 39 &#8230; <a title=\"Contactez-Nous\" class=\"read-more\" href=\"https:\/\/koryo.club\/fr\/contactez-nous\/\" aria-label=\"En savoir plus sur Contactez-Nous\">Lire la suite<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8807","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Contactez-Nous - Koryo Taekwondo Club<\/title>\n<meta name=\"description\" content=\"N&#039;h\u00e9sitez pas \u00e0 nous contacter pour tout type d&#039;information.\ud83d\udc8c \ud83d\ude09\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/koryo.club\/fr\/contactez-nous\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contactez-Nous\" \/>\n<meta property=\"og:description\" content=\"N&#039;h\u00e9sitez pas \u00e0 nous contacter pour tout type d&#039;information.\ud83d\udc8c \ud83d\ude09\" \/>\n<meta property=\"og:url\" content=\"https:\/\/koryo.club\/fr\/contactez-nous\/\" \/>\n<meta property=\"og:site_name\" content=\"Koryo Taekwondo Club\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-03T00:10:19+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/contactez-nous\\\/\",\"url\":\"https:\\\/\\\/koryo.club\\\/fr\\\/contactez-nous\\\/\",\"name\":\"Contactez-Nous - Koryo Taekwondo Club\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#website\"},\"datePublished\":\"2022-08-30T13:28:35+00:00\",\"dateModified\":\"2026-05-03T00:10:19+00:00\",\"description\":\"N'h\u00e9sitez pas \u00e0 nous contacter pour tout type d'information.\ud83d\udc8c \ud83d\ude09\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/contactez-nous\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/koryo.club\\\/fr\\\/contactez-nous\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/contactez-nous\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/koryo.club\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contactez-Nous\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/koryo.club\\\/fr\\\/\",\"name\":\"Koryo Taekwondo Club\",\"description\":\"Cours de Taekwondo pour tous\",\"publisher\":{\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/koryo.club\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#organization\",\"name\":\"koryo club\",\"url\":\"https:\\\/\\\/koryo.club\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"koryo club\"},\"image\":{\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contactez-Nous - Koryo Taekwondo Club","description":"N'h\u00e9sitez pas \u00e0 nous contacter pour tout type d'information.\ud83d\udc8c \ud83d\ude09","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:\/\/koryo.club\/fr\/contactez-nous\/","og_locale":"fr_FR","og_type":"article","og_title":"Contactez-Nous","og_description":"N'h\u00e9sitez pas \u00e0 nous contacter pour tout type d'information.\ud83d\udc8c \ud83d\ude09","og_url":"https:\/\/koryo.club\/fr\/contactez-nous\/","og_site_name":"Koryo Taekwondo Club","article_modified_time":"2026-05-03T00:10:19+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/koryo.club\/fr\/contactez-nous\/","url":"https:\/\/koryo.club\/fr\/contactez-nous\/","name":"Contactez-Nous - Koryo Taekwondo Club","isPartOf":{"@id":"https:\/\/koryo.club\/fr\/#website"},"datePublished":"2022-08-30T13:28:35+00:00","dateModified":"2026-05-03T00:10:19+00:00","description":"N'h\u00e9sitez pas \u00e0 nous contacter pour tout type d'information.\ud83d\udc8c \ud83d\ude09","breadcrumb":{"@id":"https:\/\/koryo.club\/fr\/contactez-nous\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/koryo.club\/fr\/contactez-nous\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/koryo.club\/fr\/contactez-nous\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/koryo.club\/fr\/"},{"@type":"ListItem","position":2,"name":"Contactez-Nous"}]},{"@type":"WebSite","@id":"https:\/\/koryo.club\/fr\/#website","url":"https:\/\/koryo.club\/fr\/","name":"Koryo Taekwondo Club","description":"Cours de Taekwondo pour tous","publisher":{"@id":"https:\/\/koryo.club\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/koryo.club\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/koryo.club\/fr\/#organization","name":"koryo club","url":"https:\/\/koryo.club\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/koryo.club\/fr\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"koryo club"},"image":{"@id":"https:\/\/koryo.club\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/pages\/8807","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/comments?post=8807"}],"version-history":[{"count":1,"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/pages\/8807\/revisions"}],"predecessor-version":[{"id":11056,"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/pages\/8807\/revisions\/11056"}],"wp:attachment":[{"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/media?parent=8807"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}