{"id":53650,"date":"2026-06-15T09:02:01","date_gmt":"2026-06-15T07:02:01","guid":{"rendered":"https:\/\/cycloclubremois.com\/?page_id=53650"},"modified":"2026-06-16T16:44:40","modified_gmt":"2026-06-16T14:44:40","slug":"mer-montagne-2026","status":"publish","type":"page","link":"https:\/\/cycloclubremois.com\/index.php\/mer-montagne-2026\/","title":{"rendered":"Mer Montagne 2026"},"content":{"rendered":"\n<!-- ========================================\n     PAGE \"MER & MONTAGNE 2026\" \u2014 CCR\n     Coller dans un bloc HTML personnalis\u00e9 WordPress (mode Texte)\n     ======================================== -->\n\n<style>\n\/* ---- RESET PARTIEL ---- *\/\n.mm-wrap * { box-sizing: border-box; }\n.mm-wrap { font-family: 'Lato', sans-serif; color: #1a1a2e; }\n\n\/* =============================================\n   HERO\n   ============================================= *\/\n.mm-hero {\n    position: relative;\n    border-radius: 18px;\n    overflow: hidden;\n    min-height: 340px;\n    display: flex;\n    align-items: flex-end;\n    padding: 0;\n    margin-bottom: 48px;\n    background: linear-gradient(135deg, #006994 0%, #1a6b3c 55%, #2d5016 100%);\n}\n\n\/* Halo lumineux central *\/\n.mm-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n        radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255,215,80,0.18) 0%, transparent 70%),\n        radial-gradient(ellipse 40% 30% at 20% 70%, rgba(0,140,200,0.25) 0%, transparent 60%),\n        radial-gradient(ellipse 35% 28% at 80% 75%, rgba(60,180,80,0.20) 0%, transparent 55%);\n    pointer-events: none;\n}\n\n\/* Silhouette montagne *\/\n.mm-hero-mountain {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 160px;\n    overflow: hidden;\n    pointer-events: none;\n}\n.mm-hero-mountain svg {\n    width: 100%;\n    height: 100%;\n}\n\n\/* Silhouette mer\/camargue *\/\n.mm-hero-sea {\n    position: absolute;\n    top: 0; left: 0;\n    width: 38%;\n    height: 100%;\n    background: linear-gradient(180deg, rgba(0,105,148,0.55) 0%, transparent 80%);\n    pointer-events: none;\n}\n\n.mm-hero-content {\n    position: relative;\n    z-index: 2;\n    padding: 36px 40px 40px;\n    width: 100%;\n}\n\n.mm-hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.25);\n    border-radius: 30px;\n    padding: 5px 14px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.9);\n    margin-bottom: 18px;\n}\n\n.mm-hero-title {\n    font-family: 'Rajdhani', sans-serif;\n    font-size: clamp(32px, 5vw, 54px);\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.05;\n    margin: 0 0 10px;\n    text-shadow: 0 2px 20px rgba(0,0,0,0.4);\n}\n\n.mm-hero-subtitle {\n    font-size: 15px;\n    color: rgba(255,255,255,0.82);\n    margin: 0 0 24px;\n    line-height: 1.5;\n    max-width: 520px;\n}\n\n.mm-hero-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.mm-hero-pill {\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.30);\n    border-radius: 8px;\n    padding: 7px 15px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n\/* =============================================\n   ROUTE VISUELLE \u2014 LIGNE D'\u00c9TAPES\n   ============================================= *\/\n.mm-route {\n    margin-bottom: 48px;\n}\n\n.mm-section-title {\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #1565c0;\n    margin: 0 0 24px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n.mm-section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: linear-gradient(90deg, #1565c0 0%, transparent 100%);\n    border-radius: 2px;\n}\n\n\/* Timeline horizontale scrollable sur mobile *\/\n.mm-timeline {\n    display: flex;\n    align-items: flex-start;\n    gap: 0;\n    overflow-x: auto;\n    padding-bottom: 8px;\n    -webkit-overflow-scrolling: touch;\n}\n\n.mm-step {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    flex: 1;\n    min-width: 130px;\n    position: relative;\n}\n\n\/* Connecteur ligne entre \u00e9tapes *\/\n.mm-step:not(:last-child)::after {\n    content: '';\n    position: absolute;\n    top: 20px;\n    left: calc(50% + 20px);\n    right: calc(-50% + 20px);\n    height: 2px;\n    background: linear-gradient(90deg, #1565c0, #2e7d32);\n    z-index: 0;\n}\n\n.mm-step-dot {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 17px;\n    font-weight: 700;\n    color: white;\n    z-index: 1;\n    position: relative;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.2);\n}\n\n.mm-step-body {\n    text-align: center;\n    margin-top: 10px;\n    padding: 0 6px;\n}\n\n.mm-step-num {\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #999;\n    margin-bottom: 3px;\n}\n\n.mm-step-from {\n    font-size: 12px;\n    font-weight: 700;\n    color: #1a1a2e;\n    line-height: 1.3;\n    margin-bottom: 2px;\n}\n\n.mm-step-arrow {\n    font-size: 11px;\n    color: #aaa;\n    margin: 2px 0;\n}\n\n.mm-step-to {\n    font-size: 12px;\n    font-weight: 700;\n    color: #2e7d32;\n    line-height: 1.3;\n}\n\n\/* =============================================\n   CARDS STATS\n   ============================================= *\/\n.mm-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 48px;\n}\n\n@media (max-width: 600px) {\n    .mm-stats { grid-template-columns: 1fr 1fr; }\n}\n\n.mm-stat-card {\n    background: #ffffff;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 20px 18px;\n    text-align: center;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n\n.mm-stat-icon {\n    font-size: 28px;\n    margin-bottom: 8px;\n    display: block;\n}\n\n.mm-stat-value {\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #1565c0;\n    line-height: 1;\n    margin-bottom: 4px;\n}\n\n.mm-stat-label {\n    font-size: 12px;\n    color: #888;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    font-weight: 600;\n}\n\n\/* =============================================\n   COMPTE-RENDU PLACEHOLDER\n   ============================================= *\/\n.mm-cr {\n    margin-bottom: 48px;\n}\n\n.mm-cr-placeholder {\n    background: linear-gradient(135deg, #f8f9ff 0%, #e8f5e9 100%);\n    border: 2px dashed #c5cae9;\n    border-radius: 14px;\n    padding: 40px;\n    text-align: center;\n}\n\n.mm-cr-placeholder-icon {\n    font-size: 48px;\n    margin-bottom: 12px;\n    display: block;\n}\n\n.mm-cr-placeholder-title {\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #3949ab;\n    margin-bottom: 8px;\n}\n\n.mm-cr-placeholder-text {\n    font-size: 13px;\n    color: #888;\n    line-height: 1.6;\n    max-width: 400px;\n    margin: 0 auto;\n}\n\n\/* =============================================\n   GALERIE PLACEHOLDER\n   ============================================= *\/\n.mm-gallery {\n    margin-bottom: 48px;\n}\n\n.mm-gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n}\n\n@media (max-width: 700px) {\n    .mm-gallery-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\n.mm-gallery-item {\n    display: block;\n    aspect-ratio: 4\/3;\n    border-radius: 10px;\n    overflow: hidden;\n    background: #e8ecf0;\n    transition: transform 0.25s, box-shadow 0.25s;\n}\n\n.mm-gallery-item:hover {\n    transform: scale(1.03);\n    box-shadow: 0 8px 24px rgba(0,0,0,0.18);\n}\n\n.mm-gallery-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.3s;\n}\n\n\/* =============================================\n   CALL TO ACTION FINAL\n   ============================================= *\/\n.mm-cta {\n    background: linear-gradient(135deg, #006994 0%, #1a6b3c 100%);\n    border-radius: 16px;\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    flex-wrap: wrap;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 8px;\n}\n\n.mm-cta::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 60% 80% at 30% 50%, rgba(255,215,80,0.12) 0%, transparent 70%);\n    pointer-events: none;\n}\n\n.mm-cta-text {\n    position: relative;\n    z-index: 1;\n}\n\n.mm-cta-title {\n    font-family: 'Rajdhani', sans-serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #ffffff;\n    margin: 0 0 6px;\n}\n\n.mm-cta-sub {\n    font-size: 13px;\n    color: rgba(255,255,255,0.78);\n    margin: 0;\n    line-height: 1.5;\n}\n\n.mm-cta-btn {\n    position: relative;\n    z-index: 1;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #ffffff;\n    color: #006994;\n    font-size: 14px;\n    font-weight: 700;\n    padding: 13px 26px;\n    border-radius: 10px;\n    text-decoration: none;\n    white-space: nowrap;\n    transition: transform 0.2s, box-shadow 0.2s;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.2);\n}\n\n.mm-cta-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(0,0,0,0.3);\n    text-decoration: none;\n    color: #006994;\n}\n\n\/* =============================================\n   RESPONSIVE\n   ============================================= *\/\n@media (max-width: 640px) {\n    .mm-hero-content { padding: 28px 22px 30px; }\n    .mm-timeline { gap: 0; }\n    .mm-step { min-width: 110px; }\n    .mm-cta { padding: 28px 22px; }\n}\n<\/style>\n\n<!-- ======== HERO ======== -->\n<div class=\"mm-wrap\">\n\n<div class=\"mm-hero\" id=\"mm-top\">\n\n    <!-- Silhouette montagne en SVG -->\n    <div class=\"mm-hero-mountain\">\n        <svg viewBox=\"0 0 1200 160\" preserveAspectRatio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <!-- Couche arri\u00e8re : montagnes lointaines -->\n            <path d=\"M0,160 L0,100 L80,60 L160,90 L260,30 L360,75 L440,20 L520,65 L600,10 L680,50 L760,25 L840,70 L920,35 L1000,80 L1080,45 L1160,75 L1200,55 L1200,160 Z\"\n                  fill=\"rgba(255,255,255,0.06)\"\/>\n            <!-- Couche avant : montagnes proches -->\n            <path d=\"M0,160 L0,130 L100,100 L200,120 L320,80 L430,110 L520,70 L610,100 L700,65 L790,95 L880,75 L960,105 L1060,85 L1140,110 L1200,90 L1200,160 Z\"\n                  fill=\"rgba(255,255,255,0.10)\"\/>\n            <!-- Sol -->\n            <path d=\"M0,160 L0,145 L1200,145 L1200,160 Z\"\n                  fill=\"rgba(0,0,0,0.15)\"\/>\n        <\/svg>\n    <\/div>\n\n    <div class=\"mm-hero-content\">\n        <div class=\"mm-hero-eyebrow\">\n            <span>\ud83d\udeb4<\/span> Activit\u00e9 club \u00b7 Juin 2026\n        <\/div>\n        <h1 class=\"mm-hero-title\">Mer &amp; Montagne<br>2026<\/h1>\n        <p class=\"mm-hero-subtitle\">\n            De la Camargue aux sommets du Jura \u2014 5 \u00e9tapes, une vingtaine d&rsquo;adh\u00e9rents du CCR, une aventure inoubliable.\n        <\/p>\n        <div class=\"mm-hero-pills\">\n            <div class=\"mm-hero-pill\">\ud83c\udf0a Saintes-Maries-de-la-Mer<\/div>\n            <div class=\"mm-hero-pill\">\u279c<\/div>\n            <div class=\"mm-hero-pill\">\ud83c\udfd4\ufe0f Col de la Faucille<\/div>\n        <\/div>\n    <\/div>\n\n<!-- ======== NAVIGATION ANCRES ======== -->\n<div class=\"mm-nav-ancres\">\n    <a class=\"mm-nav-lien\" href=\"#mm-parcours\">\ud83d\uddfa\ufe0f Le parcours<\/a>\n    <a class=\"mm-nav-lien\" href=\"#mm-cr\">\ud83d\udcdd Compte-rendu<\/a>\n    <a class=\"mm-nav-lien\" href=\"#mm-photos\">\ud83d\udcf8 Photos<\/a>\n    <a class=\"mm-nav-lien\" href=\"#mm-rejoindre\">\ud83d\udeb4 Nous rejoindre<\/a>\n<\/div> <\/div>\n<!-- ======== STATS ======== -->\n<div class=\"mm-stats\">\n    <div class=\"mm-stat-card\">\n        <span class=\"mm-stat-icon\">\ud83d\uddfa\ufe0f<\/span>\n        <div class=\"mm-stat-value\">5<\/div>\n        <div class=\"mm-stat-label\">\u00c9tapes<\/div>\n    <\/div>\n    <div class=\"mm-stat-card\">\n        <span class=\"mm-stat-icon\">\ud83d\udeb4<\/span>\n        <div class=\"mm-stat-value\">~20<\/div>\n        <div class=\"mm-stat-label\">Adh\u00e9rents<\/div>\n    <\/div>\n    <div class=\"mm-stat-card\">\n        <span class=\"mm-stat-icon\">\ud83d\udccd<\/span>\n        <div class=\"mm-stat-value\">3<\/div>\n        <div class=\"mm-stat-label\">R\u00e9gions travers\u00e9es<\/div>\n    <\/div>\n<\/div>\n\n<!-- ======== \u00c9TAPES ======== -->\n<div class=\"mm-route\" id=\"mm-parcours\">\n    <div class=\"mm-section-title\">\ud83d\uddfa\ufe0f Le parcours<\/div>\n\n    <div class=\"mm-timeline\">\n\n        <div class=\"mm-step\">\n            <div class=\"mm-step-dot\" style=\"background: linear-gradient(135deg, #006994, #0288d1);\">1<\/div>\n            <div class=\"mm-step-body\">\n                <div class=\"mm-step-num\">\u00c9tape 1<\/div>\n                <div class=\"mm-step-from\">\ud83c\udf0a Saintes-Maries-de-la-Mer<\/div>\n                <div class=\"mm-step-arrow\">\u2193<\/div>\n                <div class=\"mm-step-to\">Boll\u00e8ne<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"mm-step\">\n            <div class=\"mm-step-dot\" style=\"background: linear-gradient(135deg, #1565c0, #1976d2);\">2<\/div>\n            <div class=\"mm-step-body\">\n                <div class=\"mm-step-num\">\u00c9tape 2<\/div>\n                <div class=\"mm-step-from\">Boll\u00e8ne<\/div>\n                <div class=\"mm-step-arrow\">\u2193<\/div>\n                <div class=\"mm-step-to\">Romans-sur-Is\u00e8re<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"mm-step\">\n            <div class=\"mm-step-dot\" style=\"background: linear-gradient(135deg, #2e7d32, #388e3c);\">3<\/div>\n            <div class=\"mm-step-body\">\n                <div class=\"mm-step-num\">\u00c9tape 3<\/div>\n                <div class=\"mm-step-from\">Romans-sur-Is\u00e8re<\/div>\n                <div class=\"mm-step-arrow\">\u2193<\/div>\n                <div class=\"mm-step-to\">Aix-les-Bains<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"mm-step\">\n            <div class=\"mm-step-dot\" style=\"background: linear-gradient(135deg, #1b5e20, #2e7d32);\">4<\/div>\n            <div class=\"mm-step-body\">\n                <div class=\"mm-step-num\">\u00c9tape 4<\/div>\n                <div class=\"mm-step-from\">Aix-les-Bains<\/div>\n                <div class=\"mm-step-arrow\">\u2193<\/div>\n                <div class=\"mm-step-to\">L\u00e9lex<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"mm-step\">\n            <div class=\"mm-step-dot\" style=\"background: linear-gradient(135deg, #33691e, #558b2f);\">\ud83c\udfd4\ufe0f<\/div>\n            <div class=\"mm-step-body\">\n                <div class=\"mm-step-num\">\u00c9tape 5<\/div>\n                <div class=\"mm-step-from\">L\u00e9lex<\/div>\n                <div class=\"mm-step-arrow\">\u2193<\/div>\n                <div class=\"mm-step-to\">\ud83c\udfd4\ufe0f Col de la Faucille<\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<!-- ======== COMPTE-RENDU ======== -->\n<div class=\"mm-cr\" id=\"mm-cr\">\n    <div class=\"mm-section-title\">\ud83d\udcdd Compte-rendu<\/div>\n\n    <!-- \u26a0\ufe0f REMPLACEZ CE BLOC par le vrai compte-rendu quand vous l'aurez re\u00e7u -->\n    <div class=\"mm-cr-placeholder\">\n        <span class=\"mm-cr-placeholder-icon\">\u270d\ufe0f<\/span>\n        <div class=\"mm-cr-placeholder-title\">Compte-rendu en cours de r\u00e9daction<\/div>\n        <p class=\"mm-cr-placeholder-text\">\n            Les r\u00e9cits des participants arrivent bient\u00f4t. Revenez dans quelques jours pour d\u00e9couvrir les impressions, anecdotes et moments forts de cette belle aventure.\n        <\/p>\n    <\/div>\n    <!-- FIN DU BLOC PLACEHOLDER -->\n\n<\/div>\n\n<!-- ======== GALERIE ======== -->\n<div class=\"mm-gallery-grid\">\n    <div class=\"mm-gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/cycloclubremois.com\/wp-content\/uploads\/2026\/06\/022-20260527_153028-2-scaled.jpg\"\n             alt=\"Mer et Montagne 2026 \u2014 photo 1\">\n    <\/div>\n    <div class=\"mm-gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/cycloclubremois.com\/wp-content\/uploads\/2026\/06\/043-20260529_075316-scaled.jpg\"\n             alt=\"Mer et Montagne 2026 \u2014 photo 2\">\n    <\/div>\n    <div class=\"mm-gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/cycloclubremois.com\/wp-content\/uploads\/2026\/06\/060-20260530_133527-scaled.jpg\"\n             alt=\"Mer et Montagne 2026 \u2014 photo 3\">\n    <\/div>\n    <div class=\"mm-gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/cycloclubremois.com\/wp-content\/uploads\/2026\/06\/082-20260531_091518-scaled.jpg\"\n             alt=\"Mer et Montagne 2026 \u2014 photo 4\">\n    <\/div>\n<\/div>\n\n<div class=\"mm-gallery\" id=\"mm-photos\">\n    <div class=\"mm-section-title\">\ud83d\udcf8 Photos &amp; Vid\u00e9os<\/div>\n\n    ngg_shortcode_0_placeholder\n\n<\/div>\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/cycloclubremois.com\/wp-content\/uploads\/2026\/06\/video0000001.mp4\"><\/video><\/figure>\n\n<\/div>\n\n<!-- ======== CTA FINAL ======== -->\n<div class=\"mm-cta\" id=\"mm-rejoindre\">\n    <div class=\"mm-cta-text\">\n        <div class=\"mm-cta-title\">Envie de rejoindre le CCR ?<\/div>\n        <p class=\"mm-cta-sub\">Ce type d&rsquo;aventure est organis\u00e9 chaque ann\u00e9e par le club.<br>Rejoignez-nous pour la prochaine \u00e9dition !<\/p>\n    <\/div>\n    <a class=\"mm-cta-btn\" href=\"https:\/\/cycloclubremois.com\/index.php\/licences-2026\/#lic-inscrip\" target=\"_blank\">\n        \ud83d\udeb4 Nous rejoindre\n    <\/a>\n<\/div>\n\n<\/div>\n<!-- FIN BLOC MM -->\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"ngg_post_thumbnail":0,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"folder":[],"class_list":["post-53650","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/pages\/53650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/comments?post=53650"}],"version-history":[{"count":14,"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/pages\/53650\/revisions"}],"predecessor-version":[{"id":53756,"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/pages\/53650\/revisions\/53756"}],"wp:attachment":[{"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/media?parent=53650"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/cycloclubremois.com\/index.php\/wp-json\/wp\/v2\/folder?post=53650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}