{"id":1126,"date":"2026-03-11T07:20:41","date_gmt":"2026-03-11T07:20:41","guid":{"rendered":"https:\/\/gourmarines.org\/?page_id=1126"},"modified":"2026-03-13T12:36:48","modified_gmt":"2026-03-13T12:36:48","slug":"1126-2","status":"publish","type":"page","link":"https:\/\/gourmarines.org\/index.php\/1126-2\/","title":{"rendered":"Nos actions"},"content":{"rendered":"\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Miniver&family=Outfit:wght@300;400;600;800&display=swap');\n\n    \/* Scoped Variables *\/\n    .gmx-wrapper {\n        --primary: #FF5A82; \n        --primary-light: #FF8BA6;\n        --primary-dark: #E03E65;\n        --secondary: #FFB347; \n        --text-dark: #2B2B44;\n        --text-light: #6C6C8A;\n        --bg-light: #FFFAFB;\n        --bg-white: #FFFFFF;\n        --radius-lg: 32px;\n        --radius-xl: 48px;\n        --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n        \n        font-family: 'Outfit', sans-serif;\n        color: var(--text-dark);\n        background-color: var(--bg-light);\n        line-height: 1.6;\n        overflow-x: hidden;\n        font-size: 16px;\n    }\n\n    .gmx-wrapper * { box-sizing: border-box; }\n    \n    .gmx-wrapper h1, .gmx-wrapper h2, .gmx-wrapper h3, .gmx-wrapper h4, .gmx-wrapper p {\n        margin-top: 0; padding: 0; font-family: inherit;\n    }\n    .gmx-wrapper a { text-decoration: none; box-shadow: none; }\n    .gmx-wrapper img { max-width: 100%; height: auto; display: block; margin: 0; border: none; border-radius: 0; }\n\n    .gmx-wrapper .container {\n        max-width: 1280px; margin: 0 auto; padding: 0 24px; width: 100%;\n    }\n\n    \/* Typography *\/\n    .gmx-wrapper .text-center { text-align: center; }\n    \n    .gmx-wrapper .section-tag {\n        background-color: rgba(255, 179, 71, 0.15);\n        color: #D98815;\n        padding: 8px 24px;\n        border-radius: 30px;\n        font-size: 14px;\n        font-weight: 800;\n        display: inline-block;\n        margin-bottom: 20px;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n    }\n\n    .gmx-wrapper .section-title {\n        font-size: 50px;\n        font-weight: 800;\n        margin-bottom: 24px;\n        line-height: 1.15;\n        color: var(--text-dark);\n    }\n\n    .gmx-wrapper .section-title span {\n        color: var(--primary);\n        position: relative;\n    }\n\n    .gmx-wrapper h2.handwriting {\n        font-family: 'Miniver', cursive;\n        color: var(--secondary);\n        font-size: 38px;\n        margin-bottom: -10px;\n        transform: rotate(-2deg);\n    }\n\n    .gmx-wrapper .section-desc {\n        font-size: 19px;\n        color: var(--text-light);\n        margin-bottom: 32px;\n        line-height: 1.8;\n    }\n\n    \/* Buttons *\/\n    .gmx-wrapper .btn {\n        display: inline-flex; align-items: center; justify-content: center;\n        padding: 16px 36px; border-radius: 50px; font-weight: 600;\n        transition: var(--transition); font-size: 18px; cursor: pointer; border: none;\n        position: relative; overflow: hidden; z-index: 1;\n    }\n    .gmx-wrapper .btn-primary {\n        background: var(--primary); color: white;\n        box-shadow: 0 10px 25px rgba(255, 90, 130, 0.3);\n    }\n    .gmx-wrapper .btn-primary:hover {\n        transform: translateY(-4px); box-shadow: 0 15px 35px rgba(255, 90, 130, 0.4); color: white;\n    }\n    .gmx-wrapper .btn-white {\n        background: white; color: var(--primary-dark);\n    }\n    .gmx-wrapper .btn-white:hover {\n        transform: translateY(-4px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); color: var(--primary-dark);\n    }\n\n    \/* Page Layouts *\/\n    .gmx-wrapper .page-header {\n        position: relative;\n        padding: 160px 0 100px;\n        background: linear-gradient(135deg, var(--bg-light) 0%, rgba(255, 90, 130, 0.05) 100%);\n        border-bottom-left-radius: 80px;\n        border-bottom-right-radius: 80px;\n        margin-bottom: 80px;\n    }\n    \n    .gmx-wrapper .header-shape {\n        position: absolute; right: 5%; top: 20%;\n        width: 300px; height: 300px;\n        background: var(--primary); filter: blur(120px); opacity: 0.15; border-radius: 50%;\n    }\n\n    .gmx-wrapper .service-row {\n        display: flex;\n        align-items: center;\n        gap: 60px;\n        margin-bottom: 120px;\n    }\n    .gmx-wrapper .service-row.reverse { flex-direction: row-reverse; }\n    .gmx-wrapper .service-img-wrapper { flex: 1; position: relative; }\n    .gmx-wrapper .service-img {\n        border-radius: var(--radius-xl) 0 var(--radius-xl) 0;\n        box-shadow: 0 25px 50px rgba(0,0,0,0.06);\n        position: relative;\n        z-index: 2;\n    }\n    .gmx-wrapper .service-img-bg {\n        position: absolute;\n        inset: -20px 20px 20px -20px;\n        border: 3px dashed var(--primary-light);\n        border-radius: var(--radius-xl) 0 var(--radius-xl) 0;\n        z-index: 1;\n    }\n    .gmx-wrapper .service-row.reverse .service-img-bg { inset: -20px -20px 20px 20px; }\n    .gmx-wrapper .service-content { flex: 1; padding: 20px; }\n    .gmx-wrapper .service-icon-badge {\n        width: 70px; height: 70px;\n        background: white; border-radius: 20px;\n        display: flex; align-items: center; justify-content: center;\n        font-size: 32px; box-shadow: 0 15px 30px rgba(255, 90, 130, 0.15);\n        margin-bottom: 24px; color: var(--primary);\n    }\n\n    .gmx-wrapper .overlap-section {\n        position: relative;\n        padding: 40px 0;\n        margin: 80px auto;\n    }\n    .gmx-wrapper .overlap-image {\n        width: 65%;\n        border-radius: var(--radius-xl);\n        box-shadow: 0 30px 60px rgba(0,0,0,0.1);\n    }\n    .gmx-wrapper .overlap-box {\n        position: absolute;\n        right: 0; top: 50%;\n        transform: translateY(-50%);\n        width: 45%;\n        background: white;\n        padding: 50px 40px;\n        border-radius: var(--radius-lg);\n        box-shadow: 0 25px 60px rgba(0,0,0,0.12);\n        border-left: 6px solid var(--primary);\n        z-index: 5;\n    }\n    .gmx-wrapper .check-list {\n        list-style: none; padding: 0; margin-top: 24px;\n    }\n    .gmx-wrapper .check-list li {\n        position: relative; padding-left: 36px; margin-bottom: 16px;\n        font-size: 18px; color: var(--text-dark); font-weight: 600;\n    }\n    .gmx-wrapper .check-list li::before {\n        content: '\u2713'; position: absolute; left: 0; top: 0;\n        color: white; background: var(--secondary);\n        width: 24px; height: 24px; border-radius: 50%;\n        display: flex; align-items: center; justify-content: center; font-size: 14px;\n    }\n\n    .gmx-wrapper .accent-panel {\n        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n        border-radius: var(--radius-xl);\n        padding: 100px 60px;\n        margin: 60px 24px;\n        color: white;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n    .gmx-wrapper .accent-panel .section-title, .gmx-wrapper .accent-panel .section-desc { color: white; }\n    .gmx-wrapper .accent-panel .section-title span { color: var(--secondary); }\n    .gmx-wrapper .accent-grid {\n        display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px;\n    }\n    .gmx-wrapper .accent-card {\n        background: rgba(255,255,255,0.1);\n        border: 1px solid rgba(255,255,255,0.2);\n        padding: 40px 30px;\n        border-radius: var(--radius-lg);\n        backdrop-filter: blur(10px);\n    }\n    .gmx-wrapper .accent-card h4 { font-size: 24px; margin-bottom: 16px; }\n    .gmx-wrapper .accent-card p { font-size: 16px; opacity: 0.9; margin: 0; }\n\n    \/* Animations *\/\n    .gmx-wrapper .reveal { opacity: 0; transform: translateY(40px); visibility: hidden; transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }\n    .gmx-wrapper .reveal.active { opacity: 1; transform: translateY(0); visibility: visible; }\n    .gmx-wrapper .delay-1 { transition-delay: 0.1s; }\n    .gmx-wrapper .delay-2 { transition-delay: 0.2s; }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .gmx-wrapper .section-title { font-size: 42px; }\n        .gmx-wrapper .service-row { gap: 40px; margin-bottom: 80px; }\n        .gmx-wrapper .overlap-image { width: 85%; }\n        .gmx-wrapper .overlap-box { width: 75%; position: relative; right: auto; top: auto; transform: none; margin: -80px auto 0; z-index: 5; }\n    }\n\n    @media (max-width: 768px) {\n        .gmx-wrapper .page-header { padding: 120px 0 60px; border-radius: 0 0 40px 40px; }\n        .gmx-wrapper .section-title { font-size: 34px; }\n        .gmx-wrapper .service-row, .gmx-wrapper .service-row.reverse { flex-direction: column; gap: 30px; }\n        .gmx-wrapper .service-img-wrapper, .gmx-wrapper .service-content { width: 100%; }\n        .gmx-wrapper .overlap-image { width: 100%; }\n        .gmx-wrapper .overlap-box { width: 90%; padding: 40px 30px; margin-top: -50px; }\n        .gmx-wrapper .accent-panel { padding: 60px 20px; margin: 40px 12px; }\n        .gmx-wrapper .accent-grid { grid-template-columns: 1fr; gap: 20px; }\n    }\n<\/style>\n\n<div class=\"gmx-wrapper\">\n\n    <!-- Header Section -->\n    <section class=\"page-header\">\n        <div class=\"header-shape\"><\/div>\n        <div class=\"container text-center\">\n            <h2 class=\"handwriting reveal\">Pour eux, avec vous<\/h2>\n            <h1 class=\"section-title reveal active\" style=\"font-size: 64px; margin-bottom: 16px;\">Nos <span>Actions<\/span><\/h1>\n            <p class=\"section-desc reveal active\" style=\"max-width: 800px; margin: 0 auto; font-size: 22px;\">\n                Des solutions concr\u00e8tes, un soutien ind\u00e9fectible et des instants magiques pour illuminer le quotidien des enfants extraordinaires et de leurs familles.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Events Section -->\n    <section class=\"container\">\n        <div class=\"service-row reveal\">\n            <div class=\"service-img-wrapper\">\n                <div class=\"service-img-bg\"><\/div>\n                <img decoding=\"async\" src=\"https:\/\/gourmarines.org\/wp-content\/uploads\/2026\/03\/imgi_13_imgi-41-pexels-photo-6191136-1-1.jpg\" alt=\"Rassemblement solidaire\" class=\"service-img\">\n            <\/div>\n            <div class=\"service-content\">\n                <div class=\"service-icon-badge\">\ud83c\udf88<\/div>\n                <span class=\"section-tag\">Cr\u00e9er du lien<\/span>\n                <h2 class=\"section-title\">\u00c9v\u00e9nements <span>F\u00e9d\u00e9rateurs<\/span><\/h2>\n                <p class=\"section-desc\">Nous organisons r\u00e9guli\u00e8rement des rencontres et des rassemblements solidaires pour offrir une v\u00e9ritable bulle de respiration o\u00f9 familles et amis peuvent s&rsquo;\u00e9pauler.<\/p>\n                <div style=\"display: flex; gap: 15px; flex-wrap: wrap;\">\n                    <a href=\"https:\/\/gourmarines.org\/index.php\/contact-us\/\" class=\"btn btn-primary\">Nous contacter pour participer<\/a>\n                    <a href=\"https:\/\/gourmarines.org\/index.php\/contact-us\/\" class=\"btn btn-white\" style=\"border: 2px solid var(--primary);\">Contactez-nous pour faire un don<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Workshops Section -->\n        <div class=\"service-row reverse reveal\">\n            <div class=\"service-img-wrapper\">\n                <div class=\"service-img-bg\"><\/div>\n                <img decoding=\"async\" src=\"https:\/\/gourmarines.org\/wp-content\/uploads\/2026\/03\/imgi-40-pexels-photo-7698654-1-1.jpg\" alt=\"Ateliers de cr\u00e9ativit\u00e9\" class=\"service-img\">\n            <\/div>\n            <div class=\"service-content\">\n                <div class=\"service-icon-badge\">\ud83c\udfa8<\/div>\n                <span class=\"section-tag\">\u00c9veil &#038; Expression<\/span>\n                <h2 class=\"section-title\">Ateliers <span>Inclusifs<\/span><\/h2>\n                <p class=\"section-desc\">Peinture, art-th\u00e9rapie, ou jeux sensoriels : ces espaces d&rsquo;apprentissage sont enti\u00e8rement adapt\u00e9s aux besoins sp\u00e9cifiques de chaque enfant, favorisant l&rsquo;\u00e9panouissement personnel.<\/p>\n                <a href=\"https:\/\/gourmarines.org\/index.php\/contact-us\/\" class=\"btn btn-primary\">Contactez-nous pour faire un don<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Financial & Medical Support Section -->\n    <section class=\"overlap-section container\">\n        <div class=\"reveal\">\n            <img decoding=\"async\" src=\"https:\/\/gourmarines.org\/wp-content\/uploads\/2026\/03\/imgi_14_imgi-5-pexels-photo-7698232-7698232-scaled-rjzq1kk1jhzmwouk2mobgqbx2kllekcxxomgmzj134.jpg\" alt=\"Soutien m\u00e9dical et financier\" class=\"overlap-image\">\n        <\/div>\n        <div class=\"overlap-box reveal delay-1\">\n            <span class=\"section-tag\" style=\"background: rgba(224, 62, 101, 0.1); color: var(--primary-dark);\">Aide Mat\u00e9rielle<\/span>\n            <h2 class=\"section-title\" style=\"font-size: 36px; margin-bottom: 16px;\">Soutien <span>Financier<\/span> &#038; Mat\u00e9riel<\/h2>\n            <p class=\"section-desc\" style=\"font-size: 17px; margin-bottom: 20px;\">Nous intervenons concr\u00e8tement pour soulager les familles du fardeau financier li\u00e9 \u00e0 la maladie.<\/p>\n            <ul class=\"check-list\">\n                <li>Prise en charge des frais m\u00e9dicaux.<\/li>\n                <li>Financement de fauteuils roulants.<\/li>\n                <li>Achat d&rsquo;aides techniques sp\u00e9cialis\u00e9es.<\/li>\n            <\/ul>\n            <a href=\"https:\/\/gourmarines.org\/index.php\/contact-us\/\" class=\"btn btn-primary\" style=\"width: 100%; margin-top: 20px;\">Contactez-nous pour faire un don<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Inclusion Grid Section -->\n    <section class=\"accent-panel reveal\">\n        <span class=\"section-tag\" style=\"background: rgba(255,255,255,0.2); color: white;\">Au-del\u00e0 du soin<\/span>\n        <h2 class=\"section-title\">Construire un <span>maillage solidaire<\/span><\/h2>\n        <p class=\"section-desc\" style=\"max-width: 700px; margin: 0 auto;\">Nous travaillons activement pour int\u00e9grer ces enfants extraordinaires dans la soci\u00e9t\u00e9 et sensibiliser le monde qui les entoure.<\/p>\n        <div class=\"accent-grid\">\n            <div class=\"accent-card\">\n                <div style=\"font-size: 40px; margin-bottom: 15px;\">\ud83e\udd1d<\/div>\n                <h4>Liens Interg\u00e9n\u00e9rationnels<\/h4>\n                <p>Favoriser le partage d&rsquo;exp\u00e9riences entre les g\u00e9n\u00e9rations.<\/p>\n            <\/div>\n            <div class=\"accent-card\">\n                <div style=\"font-size: 40px; margin-bottom: 15px;\">\ud83c\udfdb\ufe0f<\/div>\n                <h4>Sorties Accessibles<\/h4>\n                <p>Organisation d&rsquo;excursions culturelles pour de l&rsquo;\u00e9vasion pure.<\/p>\n            <\/div>\n            <div class=\"accent-card\">\n                <div style=\"font-size: 40px; margin-bottom: 15px;\">\ud83d\udce2<\/div>\n                <h4>R\u00e9seau de Partenaires<\/h4>\n                <p>Amplifier la port\u00e9e de nos actions gr\u00e2ce aux acteurs locaux.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Summary Section -->\n    <section class=\"container\" style=\"padding: 60px 0 120px;\">\n        <div class=\"service-row reveal\">\n            <div class=\"service-content\" style=\"padding-right: 40px;\">\n                <h2 class=\"handwriting\">En r\u00e9sum\u00e9<\/h2>\n                <h2 class=\"section-title\" style=\"font-size: 42px;\">Redonner le droit de <span>r\u00eaver<\/span><\/h2>\n                <p class=\"section-desc\">L&rsquo;objectif des Gourmandises de Marine reste immuable : transformer l&rsquo;\u00e9preuve en force et restaurer l&rsquo;espoir pour chaque enfant.<\/p>\n                <div style=\"display: flex; gap: 15px; flex-wrap: wrap;\">\n                    <a href=\"https:\/\/gourmarines.org\/index.php\/contact-us\/\" class=\"btn btn-primary\">Contactez-nous pour faire un don<\/a>\n                    <a href=\"https:\/\/gourmarines.org\/index.php\/new-mission\/\" class=\"btn btn-white\" style=\"border: 1px solid var(--text-light);\">Lire notre mission<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"service-img-wrapper\" style=\"border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1);\">\n                <img decoding=\"async\" src=\"https:\/\/gourmarines.org\/wp-content\/uploads\/2026\/03\/imgi-2-pexels-photo-7403042-1-1.jpg\" alt=\"Enfant heureux\" class=\"service-img\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        const reveals = document.querySelectorAll('.gmx-wrapper .reveal');\n        const revealOnScroll = () => {\n            const windowHeight = window.innerHeight;\n            const elementVisible = 100;\n            reveals.forEach((reveal) => {\n                const elementTop = reveal.getBoundingClientRect().top;\n                if (elementTop < windowHeight - elementVisible) {\n                    reveal.classList.add('active');\n                }\n            });\n        };\n        window.addEventListener('scroll', revealOnScroll);\n        revealOnScroll();\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Pour eux, avec vous Nos Actions Des solutions concr\u00e8tes, un soutien ind\u00e9fectible et des instants magiques pour illuminer le quotidien des enfants extraordinaires et de leurs familles. \ud83c\udf88 Cr\u00e9er du lien \u00c9v\u00e9nements F\u00e9d\u00e9rateurs Nous organisons r\u00e9guli\u00e8rement des rencontres et des rassemblements solidaires pour offrir une v\u00e9ritable bulle de respiration o\u00f9 familles et amis peuvent s&rsquo;\u00e9pauler. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"full-screen","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"on","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-1126","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages\/1126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/comments?post=1126"}],"version-history":[{"count":5,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages\/1126\/revisions"}],"predecessor-version":[{"id":1173,"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/pages\/1126\/revisions\/1173"}],"wp:attachment":[{"href":"https:\/\/gourmarines.org\/index.php\/wp-json\/wp\/v2\/media?parent=1126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}