{"id":4594,"date":"2025-10-24T13:12:22","date_gmt":"2025-10-24T09:12:22","guid":{"rendered":"https:\/\/nouzetwals.org\/categories-de-prix\/calendrier-des-prix\/"},"modified":"2025-10-25T05:45:53","modified_gmt":"2025-10-25T01:45:53","slug":"calendrier-des-prix","status":"publish","type":"page","link":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/","title":{"rendered":"Calendrier des Prix"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-1\"><h3>Compte \u00e0 rebours pour une nuit de c\u00e9l\u00e9bration<\/h3>\n<p>Voici le compte \u00e0 rebours avant l&rsquo;\u00e9v\u00e9nement principal : d\u00e9but novembre, le syst\u00e8me de candidatures ouvrira et vous pourrez proposer vos candidatures pour les prix. Il faudra finaliser votre candidature avant le 9 janvier pour que le processus de s\u00e9lection commence. Les finalistes seront inform\u00e9s fin mars et la grande soir\u00e9e aura lieu le 25 avril 2026 !<\/p>\n<\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Awards Ceremony Timeline<\/title><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700&display=swap\" rel=\"stylesheet\"><style>* {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .timeline-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Roboto', sans-serif;\n            color: #333;\n            position: relative;\n        }\n\n        .timeline {\n            position: relative;\n            padding: 20px 0;\n        }\n\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 50%;\n            top: 0;\n            bottom: 0;\n            width: 6px;\n            background: linear-gradient(to bottom, #2E86AB, #A23B72, #F18F01);\n            border-radius: 3px;\n            transform: translateX(-50%);\n            z-index: 1;\n        }\n\n        .timeline-item {\n            position: relative;\n            margin-bottom: -40px;\n            display: flex;\n            align-items: center;\n            width: 100%;\n            z-index: 1;\n        }\n\n        .timeline-item:nth-child(1) { z-index: 5; }\n        .timeline-item:nth-child(2) { z-index: 4; }\n        .timeline-item:nth-child(3) { z-index: 3; }\n        .timeline-item:nth-child(4) { z-index: 2; }\n        .timeline-item:nth-child(5) { z-index: 1; }\n\n        .timeline-content {\n            background: linear-gradient(135deg, #1B4B7C 0%, #F18F01 100%);\n            border-radius: 15px;\n            padding: 22px 20px;\n            color: white;\n            box-shadow: 0 10px 25px rgba(27,75,124,0.35);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            width: 42%;\n            position: relative;\n            z-index: inherit;\n            border: 2px solid rgba(255, 255, 255, 0.25);\n        }\n\n        .timeline-content:hover {\n            transform: translateY(-18px) scale(1.04);\n            box-shadow: 0 22px 42px rgba(27,75,124,0.55);\n            z-index: 12 !important;\n            border-color: rgba(241, 143, 1, 0.6);\n        }\n\n        \/* Left-side items *\/\n        .timeline-item:nth-child(odd) {\n            justify-content: flex-start;\n        }\n\n        .timeline-item:nth-child(odd) .timeline-content {\n            margin-right: 2px;\n            margin-left: 0;\n        }\n\n        .timeline-item:nth-child(odd) .timeline-content::after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            right: -15px;\n            transform: translateY(-50%);\n            width: 0;\n            height: 0;\n            border-left: 15px solid #F18F01;\n            border-top: 12px solid transparent;\n            border-bottom: 12px solid transparent;\n        }\n\n        \/* Right-side items *\/\n        .timeline-item:nth-child(even) {\n            justify-content: flex-end;\n        }\n\n        .timeline-item:nth-child(even) .timeline-content {\n            margin-left: 2px;\n            margin-right: 0;\n        }\n\n        .timeline-item:nth-child(even) .timeline-content::after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: -15px;\n            transform: translateY(-50%);\n            width: 0;\n            height: 0;\n            border-right: 15px solid #1B4B7C;\n            border-top: 12px solid transparent;\n            border-bottom: 12px solid transparent;\n        }\n\n        \/* Timeline dots *\/\n        .timeline-dot {\n            position: absolute;\n            left: 50%;\n            top: 50%;\n            transform: translate(-50%, -50%);\n            width: 30px;\n            height: 30px;\n            background: #ffffff;\n            border: 5px solid #F18F01;\n            border-radius: 50%;\n            z-index: 3;\n            box-shadow: 0 0 0 8px rgba(241, 143, 1, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .timeline-item:hover .timeline-dot {\n            width: 36px;\n            height: 36px;\n            box-shadow: 0 0 0 12px rgba(241, 143, 1, 0.3);\n        }\n\n        .phase-number {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 20px;\n            height: 20px;\n            background: linear-gradient(135deg, #F18F01, #FF6B35);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 0.9rem;\n            color: white;\n            z-index: 4;\n        }\n\n        .timeline-date {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #FFD700;\n            margin-bottom: 12px;\n            text-shadow: 0 1px 3px rgba(0,0,0,0.3);\n        }\n\n        .timeline-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #ffffff;\n            line-height: 1.2;\n        }\n\n        .timeline-description {\n            font-size: 0.9rem;\n            line-height: 1.5;\n            opacity: 0.95;\n            font-weight: 300;\n        }\n\n        .highlight {\n            background: linear-gradient(120deg, #FFD700, #FFA500);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 700;\n        }\n\n        .final-event .phase-number {\n            background: linear-gradient(135deg, #FF6B6B, #FF8E53);\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: translate(-50%, -50%) scale(1); }\n            50% { transform: translate(-50%, -50%) scale(1.15); }\n        }\n\n        \/* Decorative elements *\/\n        .floating-shapes {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            overflow: hidden;\n            z-index: -1;\n        }\n\n        .shape {\n            position: absolute;\n            background: linear-gradient(45deg, rgba(102,126,234,0.08), rgba(118,75,162,0.08));\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite;\n        }\n\n        .shape:nth-child(1) {\n            width: 100px;\n            height: 100px;\n            top: 10%;\n            left: 15%;\n            animation-delay: 0s;\n        }\n\n        .shape:nth-child(2) {\n            width: 150px;\n            height: 150px;\n            top: 40%;\n            right: 10%;\n            animation-delay: 3s;\n        }\n\n        .shape:nth-child(3) {\n            width: 80px;\n            height: 80px;\n            bottom: 20%;\n            left: 20%;\n            animation-delay: 6s;\n        }\n\n        @keyframes float {\n            0%, 100% { \n                transform: translateY(0) rotate(0deg); \n                opacity: 0.5;\n            }\n            50% { \n                transform: translateY(-30px) rotate(180deg); \n                opacity: 0.8;\n            }\n        }\n\n        \/* Responsive design *\/\n        @media (max-width: 768px) {\n            .timeline-container {\n                padding: 30px 15px;\n            }\n\n            .timeline::before {\n                left: 30px;\n                transform: none;\n            }\n\n            .timeline-item {\n                justify-content: flex-start !important;\n                margin-bottom: -30px;\n                transform: none !important;\n            }\n\n            .timeline-content {\n                width: calc(100% - 80px);\n                margin-left: 60px !important;\n                margin-right: 0 !important;\n            }\n\n            .timeline-item:nth-child(odd) .timeline-content::after,\n            .timeline-item:nth-child(even) .timeline-content::after {\n                left: -20px;\n                right: auto;\n                border-right: 20px solid #667eea;\n                border-left: none;\n                border-top: 15px solid transparent;\n                border-bottom: 15px solid transparent;\n            }\n\n            .timeline-dot {\n                left: 30px;\n                transform: translate(-50%, -50%);\n            }\n\n            .timeline-title {\n                font-size: 1.3rem;\n            }\n\n            .timeline-description {\n                font-size: 0.95rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .timeline-content {\n                padding: 25px 20px;\n                width: calc(100% - 70px);\n                margin-left: 50px !important;\n            }\n\n            .timeline-title {\n                font-size: 1.2rem;\n            }\n\n            .timeline-description {\n                font-size: 0.9rem;\n            }\n        }\n    <\/style><\/head><body><div class=\"timeline-container\"><div class=\"floating-shapes\"><div class=\"shape\"><\/div><div class=\"shape\"><\/div><div class=\"shape\"><\/div><\/div><div class=\"timeline\"><div class=\"timeline-item\"><div class=\"timeline-content\"><div class=\"timeline-date\">August 25 - October 31, 2025<\/div><div class=\"timeline-title\">Research & Development<\/div><div class=\"timeline-description\">Behind the scenes, we are building the foundation for a credible and impactful awards programme. This phase includes the formal appointment of our expert Steering Committee, finalising the award categories and rigorous judging criteria, and developing the official website and online nomination system. We are also producing helpful instructional videos to guide you through the nomination process.\n                    <\/div><\/div><div class=\"timeline-dot\"><div class=\"phase-number\">1<\/div><\/div><\/div><div class=\"timeline-item\"><div class=\"timeline-content\"><div class=\"timeline-date\">November 1, 2025 - January 9, 2026<\/div><div class=\"timeline-title\">Nominations Open<\/div><div class=\"timeline-description\">This is your window to nominate a colleague, a team, or yourself! Our online portal will be live, and we will be providing workshops and resources to help you craft a compelling and impactful submission.<br\/><br\/>For those requiring extra guidance, <span class=\"highlight\">dedicated one-to-one support<\/span> will be available (in Creole\/French or English) to help you through the process and ensure your submission is of the highest quality \u2013 we are here to set you up for success!\n                    <\/div><\/div><div class=\"timeline-dot\"><div class=\"phase-number\">2<\/div><\/div><\/div><div class=\"timeline-item\"><div class=\"timeline-content\"><div class=\"timeline-date\">January 12 - March 13, 2026<\/div><div class=\"timeline-title\">The Judging Process<\/div><div class=\"timeline-description\">A panel of local and international healthcare leaders and experienced judges will rigorously review every nomination, selecting only the most exceptional individuals and teams to advance as finalists. Their decisions will not only celebrate exceptional contributions today but also set the benchmark for excellence across Mauritius' healthcare sector for years to come.\n                    <\/div><\/div><div class=\"timeline-dot\"><div class=\"phase-number\">3<\/div><\/div><\/div><div class=\"timeline-item\"><div class=\"timeline-content\"><div class=\"timeline-date\">March 20, 2026<\/div><div class=\"timeline-title\">Finalist Announcement<\/div><div class=\"timeline-description\">Mark your calendar! We will publicly announce the shortlisted finalists who will be moving forward to the next stage. This is when we begin to share their stories with the nation through dedicated media features and profiles.\n                    <\/div><\/div><div class=\"timeline-dot\"><div class=\"phase-number\">4<\/div><\/div><\/div><div class=\"timeline-item final-event\"><div class=\"timeline-content\"><div class=\"timeline-date\">April 25, 2026<\/div><div class=\"timeline-title\">\ud83c\udf89 The Awards Ceremony<\/div><div class=\"timeline-description\">The culmination of our journey! Join us for the full-day Summit and the prestigious evening Awards Gala, where we will celebrate excellence and announce the winners.\n                    <\/div><\/div><div class=\"timeline-dot\"><div class=\"timeline-dot\"><div class=\"phase-number\">5<\/div><\/div><\/div><\/div><\/div><\/div><\/body><\/html><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":4572,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4594","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calendrier des Prix - NouZetwals<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calendrier des Prix - NouZetwals\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/\" \/>\n<meta property=\"og:site_name\" content=\"NouZetwals\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nouzetwals\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-25T01:45:53+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=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/categories-de-prix\\\/calendrier-des-prix\\\/\",\"url\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/categories-de-prix\\\/calendrier-des-prix\\\/\",\"name\":\"Calendrier des Prix - NouZetwals\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/#website\"},\"datePublished\":\"2025-10-24T09:12:22+00:00\",\"dateModified\":\"2025-10-25T01:45:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/categories-de-prix\\\/calendrier-des-prix\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/categories-de-prix\\\/calendrier-des-prix\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/categories-de-prix\\\/calendrier-des-prix\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/nouzetwals-accueil\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cat\u00e9gories de prix\",\"item\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/categories-de-prix\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendrier des Prix\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/\",\"name\":\"NouZetwals\",\"description\":\"Health &amp; Social Care Excellence Awards\",\"publisher\":{\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/#organization\",\"name\":\"NouZetwals Limited\",\"url\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nouzetwals.org\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/logo-nouzetwals-color-subtitle-1.webp\",\"contentUrl\":\"https:\\\/\\\/nouzetwals.org\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/logo-nouzetwals-color-subtitle-1.webp\",\"width\":385,\"height\":72,\"caption\":\"NouZetwals Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/nouzetwals.org\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/nouzetwals\",\"https:\\\/\\\/www.instagram.com\\\/nouzetwals\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/nouzetwals\",\"https:\\\/\\\/www.tiktok.com\\\/@nouzetwals\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calendrier des Prix - NouZetwals","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:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/","og_locale":"fr_FR","og_type":"article","og_title":"Calendrier des Prix - NouZetwals","og_url":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/","og_site_name":"NouZetwals","article_publisher":"https:\/\/www.facebook.com\/nouzetwals","article_modified_time":"2025-10-25T01:45:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/","url":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/","name":"Calendrier des Prix - NouZetwals","isPartOf":{"@id":"https:\/\/nouzetwals.org\/fr\/#website"},"datePublished":"2025-10-24T09:12:22+00:00","dateModified":"2025-10-25T01:45:53+00:00","breadcrumb":{"@id":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/calendrier-des-prix\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nouzetwals.org\/fr\/nouzetwals-accueil\/"},{"@type":"ListItem","position":2,"name":"Cat\u00e9gories de prix","item":"https:\/\/nouzetwals.org\/fr\/categories-de-prix\/"},{"@type":"ListItem","position":3,"name":"Calendrier des Prix"}]},{"@type":"WebSite","@id":"https:\/\/nouzetwals.org\/fr\/#website","url":"https:\/\/nouzetwals.org\/fr\/","name":"NouZetwals","description":"Health &amp; Social Care Excellence Awards","publisher":{"@id":"https:\/\/nouzetwals.org\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nouzetwals.org\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/nouzetwals.org\/fr\/#organization","name":"NouZetwals Limited","url":"https:\/\/nouzetwals.org\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nouzetwals.org\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/nouzetwals.org\/wp-content\/uploads\/2025\/10\/logo-nouzetwals-color-subtitle-1.webp","contentUrl":"https:\/\/nouzetwals.org\/wp-content\/uploads\/2025\/10\/logo-nouzetwals-color-subtitle-1.webp","width":385,"height":72,"caption":"NouZetwals Limited"},"image":{"@id":"https:\/\/nouzetwals.org\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/nouzetwals","https:\/\/www.instagram.com\/nouzetwals\/","https:\/\/www.linkedin.com\/company\/nouzetwals","https:\/\/www.tiktok.com\/@nouzetwals"]}]}},"_links":{"self":[{"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/pages\/4594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/comments?post=4594"}],"version-history":[{"count":2,"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/pages\/4594\/revisions"}],"predecessor-version":[{"id":4596,"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/pages\/4594\/revisions\/4596"}],"up":[{"embeddable":true,"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/pages\/4572"}],"wp:attachment":[{"href":"https:\/\/nouzetwals.org\/fr\/wp-json\/wp\/v2\/media?parent=4594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}