{"id":11037,"date":"2026-04-26T12:18:04","date_gmt":"2026-04-26T12:18:04","guid":{"rendered":"https:\/\/koryo.club\/koryo-senior\/"},"modified":"2026-05-04T11:14:38","modified_gmt":"2026-05-04T11:14:38","slug":"koryo-senior","status":"publish","type":"page","link":"https:\/\/koryo.club\/fr\/koryo-senior\/","title":{"rendered":"KORYO SENIOR"},"content":{"rendered":"\n\n\n<?php\n\/**\n * Template Name: Koryo Program - Seniors (FR)\n *\/\n\nget_header(); ?>\n\n<style>\n    \/* =========================================\n       KORYO SENIORS - PREMIUM PROGRAM 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-snr-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    }\n\n    \/* 1. HERO SECTION *\/\n    .k-snr-hero {\n        position: relative;\n        padding: 220px 20px 140px;\n        min-height: 65vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        background: linear-gradient(to bottom, rgba(5,5,5,0.4), rgba(5,5,5,1)),\n                    radial-gradient(circle at 50% 50%, rgba(220, 38, 38, 0.2) 0%, transparent 60%),\n                    url('https:\/\/koryo.club\/wp-content\/uploads\/2026\/04\/senior.koryo_.club_.webp');\n        background-size: cover;\n        background-position: center center;\n        background-attachment: fixed;\n        border-bottom: 1px solid var(--k-border);\n    }\n\n    .k-hero-content {\n        position: relative;\n        z-index: 10;\n        max-width: 900px;\n    }\n\n    .k-hero-content .badge {\n        display: inline-block;\n        padding: 6px 16px;\n        background: var(--k-red);\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-hero-content h1 {\n        font-size: clamp(3rem, 7vw, 5.5rem);\n        font-weight: 900;\n        text-transform: uppercase;\n        margin: 0 0 15px 0;\n        letter-spacing: -2px;\n        line-height: 1;\n    }\n\n    .k-hero-content p {\n        font-size: 1.25rem;\n        color: var(--k-muted);\n        line-height: 1.6;\n        margin: 0 auto;\n        max-width: 750px;\n    }\n\n    \/* 2. QUICK STATS BAR *\/\n    .k-snr-stats {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        max-width: 1000px;\n        margin: -40px auto 60px;\n        position: relative;\n        z-index: 20;\n        background: var(--k-surface);\n        border: 1px solid var(--k-border);\n        border-radius: 12px;\n        padding: 0;\n        box-shadow: 0 20px 40px rgba(0,0,0,0.8);\n    }\n\n    .k-stat-item {\n        padding: 30px 20px;\n        text-align: center;\n        border-right: 1px solid var(--k-border);\n    }\n\n    .k-stat-item:last-child { border-right: none; }\n\n    .k-stat-item i {\n        font-size: 1.8rem;\n        color: var(--k-red);\n        margin-bottom: 10px;\n    }\n\n    .k-stat-item h4 {\n        font-size: 1.4rem;\n        font-weight: 800;\n        margin: 0 0 5px 0;\n        color: #fff;\n    }\n\n    .k-stat-item span {\n        font-size: 0.85rem;\n        color: var(--k-muted);\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-weight: 700;\n    }\n\n    \/* 3. MAIN CONTENT SPLIT *\/\n    .k-snr-content {\n        max-width: 1200px;\n        margin: 0 auto 100px;\n        padding: 0 24px;\n        display: grid;\n        grid-template-columns: 1.3fr 1fr;\n        gap: 60px;\n    }\n\n    \/* Text Column *\/\n    .k-snr-desc h2 {\n        font-size: 2.2rem;\n        font-weight: 800;\n        text-transform: uppercase;\n        margin-bottom: 25px;\n        line-height: 1.2;\n    }\n\n    .k-snr-desc h2 span { color: var(--k-red); }\n\n    .k-snr-desc p {\n        font-size: 1.05rem;\n        line-height: 1.8;\n        color: var(--k-muted);\n        margin-bottom: 20px;\n    }\n\n    .k-highlight-box {\n        background: var(--k-surface-light);\n        border-left: 4px solid var(--k-red);\n        padding: 25px 30px;\n        margin: 40px 0;\n        border-radius: 0 12px 12px 0;\n    }\n\n    .k-highlight-box h3 {\n        color: #fff;\n        font-size: 1.2rem;\n        text-transform: uppercase;\n        margin: 0 0 10px 0;\n        letter-spacing: 1px;\n    }\n\n    .k-highlight-box p { margin: 0; color: var(--k-muted); font-style: italic; }\n\n    \/* Features Sidebar *\/\n    .k-snr-sidebar {\n        background: var(--k-surface);\n        border: 1px solid var(--k-border);\n        border-radius: 16px;\n        padding: 40px;\n        align-self: start;\n        position: sticky;\n        top: 100px;\n    }\n\n    .k-snr-sidebar h3 {\n        font-size: 1.5rem;\n        font-weight: 800;\n        text-transform: uppercase;\n        margin: 0 0 25px 0;\n        padding-bottom: 15px;\n        border-bottom: 1px solid var(--k-border);\n    }\n\n    .k-benefit-list {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 35px 0;\n    }\n\n    .k-benefit-list li {\n        font-size: 1.05rem;\n        color: var(--k-text);\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n        gap: 15px;\n    }\n\n    .k-benefit-list li i {\n        color: var(--k-red);\n        font-size: 1.2rem;\n    }\n\n    \/* Locations Grid in Sidebar *\/\n    .k-locations-list {\n        margin-top: 20px;\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .k-loc-item {\n        background: rgba(255, 255, 255, 0.03);\n        border: 1px solid var(--k-border);\n        padding: 15px;\n        border-radius: 8px;\n    }\n\n    .k-loc-item h5 {\n        color: var(--k-red);\n        margin: 0 0 5px 0;\n        font-size: 1rem;\n        text-transform: uppercase;\n    }\n\n    .k-loc-item p {\n        margin: 0;\n        color: var(--k-muted);\n        font-size: 0.9rem;\n        line-height: 1.5;\n    }\n\n    @media (max-width: 900px) {\n        .k-snr-hero { \n            background-attachment: scroll; \n            min-height: auto;\n            padding: 160px 20px 100px;\n        }\n        .k-snr-stats { grid-template-columns: 1fr; margin: 0 24px 60px; }\n        .k-stat-item { border-right: none; border-bottom: 1px solid var(--k-border); }\n        .k-stat-item:last-child { border-bottom: none; }\n        .k-snr-content { grid-template-columns: 1fr; }\n        .k-snr-sidebar { position: static; }\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-snr-wrapper\">\n\n    <header class=\"k-snr-hero\">\n        <div class=\"k-hero-content\">\n            <span class=\"badge k-reveal\">De 10 \u00e0 15 ans<\/span>\n            <h1 class=\"k-reveal\">Koryo <span>Seniors<\/span><\/h1>\n            <p class=\"k-reveal\">Autonomiser les jeunes gr\u00e2ce \u00e0 un entra\u00eenement d&rsquo;arts martiaux de haute qualit\u00e9. D\u00e9veloppez une confiance in\u00e9branlable, ma\u00eetrisez la self-d\u00e9fense et forgez la discipline n\u00e9cessaire pour r\u00e9ussir dans la vie.<\/p>\n        <\/div>\n    <\/header>\n\n    <div class=\"k-snr-stats k-reveal\">\n        <div class=\"k-stat-item\">\n            <i class=\"fas fa-stopwatch\"><\/i>\n            <h4>60 Min<\/h4>\n            <span>Par s\u00e9ance<\/span>\n        <\/div>\n        <div class=\"k-stat-item\">\n            <i class=\"fas fa-users\"><\/i>\n            <h4>15 Max<\/h4>\n            <span>Participants<\/span>\n        <\/div>\n        <div class=\"k-stat-item\">\n            <i class=\"fas fa-chart-line\"><\/i>\n            <h4>Tous niveaux<\/h4>\n            <span>D\u00e9butant \u00e0 avanc\u00e9<\/span>\n        <\/div>\n    <\/div>\n\n    <section class=\"k-snr-content\">\n        \n        <div class=\"k-snr-desc k-reveal\">\n            \n\n            <h2>Transformer les adolescents <br><span>gr\u00e2ce aux arts martiaux<\/span><\/h2>\n            <p>Nos cours de Taekwondo pour les 10-15 ans offrent un environnement o\u00f9 les adolescents peuvent grandir et m\u00fbrir \u00e0 chaque s\u00e9ance. Le programme est divis\u00e9 en cours D\u00e9butant, Interm\u00e9diaire, Avanc\u00e9 et Ceinture Noire, garantissant un entra\u00eenement parfaitement adapt\u00e9 au grade de chaque \u00e9l\u00e8ve.<\/p>\n            \n            <p>Lors d&rsquo;un cours type, les \u00e9l\u00e8ves participent \u00e0 des activit\u00e9s dynamiques : travail des formes avec les instructeurs, pratique du combat (sparring), frappe sur cibles avec des partenaires et exercices de coups de pied \u00e0 haute intensit\u00e9. Notre objectif est de garder chaque cours amusant, stimulant et profond\u00e9ment impactant.<\/p>\n\n            <div class=\"k-highlight-box\">\n                <h3>Vaincre le harc\u00e8lement avec confiance<\/h3>\n                <p>Le harc\u00e8lement est un probl\u00e8me majeur dans les \u00e9coles aujourd&rsquo;hui. Le Taekwondo apprend aux adolescents \u00e0 se respecter et \u00e0 maximiser leurs capacit\u00e9s naturelles. Les jeunes confiants apprennent \u00e0 s&rsquo;affirmer avec force, ce qui les rend beaucoup moins susceptibles d&rsquo;\u00eatre pris pour cible par les harceleurs.<\/p>\n            <\/div>\n\n            <h3 style=\"color:#fff; text-transform:uppercase; margin-top:40px; font-size:1.5rem;\">Contr\u00f4ler l&rsquo;agressivit\u00e9<\/h3>\n            <p>Pour les adolescents luttant contre la frustration, la col\u00e8re ou l&rsquo;agressivit\u00e9, le Taekwondo offre un canal sain et productif pour leur \u00e9nergie. Ils apprennent que la violence et la m\u00e9chancet\u00e9 ne sont jamais la solution. En inculquant des valeurs fondamentales de ma\u00eetrise de soi, de courtoisie et de respect envers les instructeurs et les pairs, les adolescents apprennent \u00e0 g\u00e9rer leurs \u00e9motions et \u00e0 b\u00e2tir des relations positives.<\/p>\n            <p>Chez Koryo Seniors, les \u00e9l\u00e8ves d\u00e9couvrent que la fa\u00e7on dont ils traitent les autres, \u00e0 l&rsquo;int\u00e9rieur comme \u00e0 l&rsquo;ext\u00e9rieur du Dojang, a un impact direct sur leur r\u00e9putation personnelle et leur r\u00e9ussite future.<\/p>\n        <\/div>\n\n        <div class=\"k-snr-sidebar k-reveal\">\n            <h3>Avantages du programme<\/h3>\n            <ul class=\"k-benefit-list\">\n                <li><i class=\"fas fa-shield-alt\"><\/i> Self-d\u00e9fense pratique<\/li>\n                <li><i class=\"fas fa-fist-raised\"><\/i> Combat \u00e0 haute intensit\u00e9<\/li>\n                <li><i class=\"fas fa-brain\"><\/i> Ma\u00eetrise de soi et discipline<\/li>\n                <li><i class=\"fas fa-user-shield\"><\/i> Confiance anti-harc\u00e8lement<\/li>\n                <li><i class=\"fas fa-users\"><\/i> Esprit d&rsquo;\u00e9quipe et leadership<\/li>\n                <li><i class=\"fas fa-star\"><\/i> D\u00e9veloppement du caract\u00e8re<\/li>\n            <\/ul>\n\n            <h3 style=\"margin-top: 40px; font-size: 1.2rem;\">Horaires des cours<\/h3>\n            <div class=\"k-locations-list\">\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> Champel<\/h5>\n                    <p>Mar &#038; Mer : 18:00 &#8211; 19:00<\/p>\n                <\/div>\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> Versoix<\/h5>\n                    <p>Lundis : 19:00 &#8211; 20:00<\/p>\n                <\/div>\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> Nations<\/h5>\n                    <p>Jeudis : 18:00 &#8211; 19:00<\/p>\n                <\/div>\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> Gland<\/h5>\n                    <p>Vendredis : 18:30 &#8211; 19:30<\/p>\n                <\/div>\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> St-Genis-Pouilly<\/h5>\n                    <p>Mercredis : 16:00 &#8211; 17:00<\/p>\n                <\/div>\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> Ornex<\/h5>\n                    <p>Vendredis : 17:30 &#8211; 18:30<\/p>\n                <\/div>\n                <div class=\"k-loc-item\">\n                    <h5><i class=\"fas fa-map-marker-alt\"><\/i> Gex<\/h5>\n                    <p>Samedis : 14:00 &#8211; 15:00<\/p>\n                <\/div>\n            <\/div>\n            \n            <a href=\"https:\/\/koryo.club\/#trial\" style=\"display:block; text-align:center; background:var(--k-red); color:#fff; padding:15px; border-radius:8px; font-weight:800; text-transform:uppercase; margin-top:20px; text-decoration:none;\">R\u00e9server un essai gratuit<\/a>\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\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>De 10 \u00e0 15 ans Koryo Seniors Autonomiser les jeunes gr\u00e2ce \u00e0 un entra\u00eenement d&rsquo;arts martiaux de haute qualit\u00e9. D\u00e9veloppez une confiance in\u00e9branlable, ma\u00eetrisez la self-d\u00e9fense et forgez la discipline n\u00e9cessaire pour r\u00e9ussir dans la vie. 60 Min Par s\u00e9ance 15 Max Participants Tous niveaux D\u00e9butant \u00e0 avanc\u00e9 Transformer les adolescents gr\u00e2ce aux arts martiaux &#8230; <a title=\"KORYO SENIOR\" class=\"read-more\" href=\"https:\/\/koryo.club\/fr\/koryo-senior\/\" aria-label=\"En savoir plus sur KORYO SENIOR\">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-11037","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>Koryo Seniors (10-15 ans) : Taekwondo, Self-D\u00e9fense et Discipline<\/title>\n<meta name=\"description\" content=\"D\u00e9couvrez le programme Koryo Seniors. Un entra\u00eenement d&#039;arts martiaux pour adolescents ax\u00e9 sur la self-d\u00e9fense, le contr\u00f4le de l&#039;agressivit\u00e9 et l&#039;anti-harc\u00e8lement.\" \/>\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\/koryo-senior\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KORYO SENIOR\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couvrez le programme Koryo Seniors. Un entra\u00eenement d&#039;arts martiaux pour adolescents ax\u00e9 sur la self-d\u00e9fense, le contr\u00f4le de l&#039;agressivit\u00e9 et l&#039;anti-harc\u00e8lement.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/koryo.club\/fr\/koryo-senior\/\" \/>\n<meta property=\"og:site_name\" content=\"Koryo Taekwondo Club\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T11:14:38+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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/koryo-senior\\\/\",\"url\":\"https:\\\/\\\/koryo.club\\\/fr\\\/koryo-senior\\\/\",\"name\":\"Koryo Seniors (10-15 ans) : Taekwondo, Self-D\u00e9fense et Discipline\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/#website\"},\"datePublished\":\"2026-04-26T12:18:04+00:00\",\"dateModified\":\"2026-05-04T11:14:38+00:00\",\"description\":\"D\u00e9couvrez le programme Koryo Seniors. Un entra\u00eenement d'arts martiaux pour adolescents ax\u00e9 sur la self-d\u00e9fense, le contr\u00f4le de l'agressivit\u00e9 et l'anti-harc\u00e8lement.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/koryo-senior\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/koryo.club\\\/fr\\\/koryo-senior\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/koryo.club\\\/fr\\\/koryo-senior\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/koryo.club\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"KORYO SENIOR\"}]},{\"@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":"Koryo Seniors (10-15 ans) : Taekwondo, Self-D\u00e9fense et Discipline","description":"D\u00e9couvrez le programme Koryo Seniors. Un entra\u00eenement d'arts martiaux pour adolescents ax\u00e9 sur la self-d\u00e9fense, le contr\u00f4le de l'agressivit\u00e9 et l'anti-harc\u00e8lement.","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\/koryo-senior\/","og_locale":"fr_FR","og_type":"article","og_title":"KORYO SENIOR","og_description":"D\u00e9couvrez le programme Koryo Seniors. Un entra\u00eenement d'arts martiaux pour adolescents ax\u00e9 sur la self-d\u00e9fense, le contr\u00f4le de l'agressivit\u00e9 et l'anti-harc\u00e8lement.","og_url":"https:\/\/koryo.club\/fr\/koryo-senior\/","og_site_name":"Koryo Taekwondo Club","article_modified_time":"2026-05-04T11:14:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/koryo.club\/fr\/koryo-senior\/","url":"https:\/\/koryo.club\/fr\/koryo-senior\/","name":"Koryo Seniors (10-15 ans) : Taekwondo, Self-D\u00e9fense et Discipline","isPartOf":{"@id":"https:\/\/koryo.club\/fr\/#website"},"datePublished":"2026-04-26T12:18:04+00:00","dateModified":"2026-05-04T11:14:38+00:00","description":"D\u00e9couvrez le programme Koryo Seniors. Un entra\u00eenement d'arts martiaux pour adolescents ax\u00e9 sur la self-d\u00e9fense, le contr\u00f4le de l'agressivit\u00e9 et l'anti-harc\u00e8lement.","breadcrumb":{"@id":"https:\/\/koryo.club\/fr\/koryo-senior\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/koryo.club\/fr\/koryo-senior\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/koryo.club\/fr\/koryo-senior\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/koryo.club\/fr\/"},{"@type":"ListItem","position":2,"name":"KORYO SENIOR"}]},{"@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\/11037","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=11037"}],"version-history":[{"count":4,"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/pages\/11037\/revisions"}],"predecessor-version":[{"id":11119,"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/pages\/11037\/revisions\/11119"}],"wp:attachment":[{"href":"https:\/\/koryo.club\/fr\/wp-json\/wp\/v2\/media?parent=11037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}